#js_ul {
margin-left:50px;
}
#js_ul ul{
	list-style: none;
	font-family: Arial, sans-serif;
  	font-size: 11px;
	margin: 0;
	padding: 0;
}

#js_ul ul li{
	float: left;
	padding: 10px;	
	display: block;
	margin-right: 10px;	
	color: #f0cdcd;
	background: transparent url(../images/bg.gif) repeat-x;	
}

#js_ul ul li p strong{
	color: #fff;
	font-size: 13px;
	font-family: Georgia;
}

#js_ul ul li a{	
	display: block;	
	overflow: hidden;
	height: 75px;
	width: 75px;
	cursor: pointer;	
}

#js_ul #a1{
	width: 210px;
}

#js_ul ul li img{	
	z-index: 100;
	position: absolute;
	border: 3px solid #881212;	
}

#js_ul ul li p{	
	margin: 0;
	padding: 0;
	width: 120px;
	display: block;
	margin-left: 85px;	
}



#navigation li
{
float:left;
display:block;
margin-left:10px;
}

#navigation li a
{
background:url(../images/menu_full.png);
display: block;
position: relative;
height: 51px;
width: auto;
}
#navigation .home 
{
background-position:0px 0px;
width:69px;
height:51px;	
}	
#navigation .about_us 
{
background-position:-79px 0px;
width:89px;
height:51px;
}
#navigation .products 
{
background-position:-178px 0px;
width:95px;
height:51px;
}	
#navigation .enquiry 
{
background-position:-283px 0px;
width:76px;
height:51px;
}	
#navigation .contact_us 
{
background-position:-369px 0px;
width:107px;
height:51px;
}	
#navigation .sitemap 
{
background-position:-486px 0px;
width:79px;
height:51px;
}
#navigation a .hover {
background: transparent  url(../images/menu_full.png) no-repeat;
display:block ;
opacity: 0;
position: relative;
top: 0;
left: 0;
height: 100%;
width: 100%;
}

#navigation .home .hover {
background-position: -0px -51px;

}
#navigation .about_us .hover{
background-position: -79px -51px;

}
#navigation .products .hover{
background-position: -178px -51px;

}
#navigation .enquiry .hover {
background-position: -283px -51px;
}
#navigation .contact_us .hover {
background-position: -369px -51px;
}
#navigation .sitemap .hover {
background-position: -486px -51px;
}

div.wrapper_hold {
float:left;
background:url(images/pro_bg.png) 0 0 no-repeat;
width:511px;
height:218px;
margin-bottom:10px;
padding:5px;
}
div.wrapper_hold:hover {
background:url(images/pro_bg_ov.png) 0 0 no-repeat;
}
.des_txt {
text-align:justify;
padding:0 10px;
}
.detail_txt img {
float:left;
margin:-10px 10px 10px -10px;
}
.detail_txt {
padding:10px;
}
div.wrapper{
	position:relative; /* important(so we can absolutely position the description div */ 
	float:left;
	margin:0px 5px 0px 5px;
	cursor:pointer;
}
div.description{
	position:absolute; /* absolute position (so we can position it where we want)*/
	bottom:10px; /* position will be on bottom */
	left:0px;
	display:none; /* hide it */
	/* styling bellow */
	background-color:black;
	font-family: 'tahoma';
	font-size:15px;
	color:white;
}
div.description_content{
	padding:10px;
	text-align:center;
}
.description_content a {
color:#FFF;
text-decoration:none;
}
.description_content a:hover {
color:#FFF;
text-decoration:underline;
}
div.wrapper_rt {
float:right;
margin:0px 5px 0px 5px;
}
div.wrapper_adj {
margin:0px 0px 0px 0px;
}


/* NEW FADE MENU */
.menu_fll {
float:right;
width:575px;
margin-top:16px;
}
.img_div {
float:left;
margin-right:10px;
}
div.fadehover {
float:left;
}
.home_wd, .abt_wd, .prd_wd, .enq_wd, .cnt_wd, .sit_wd {
width:69px;
height:51px;
}
.abt_wd {
width:89px;
}
.prd_wd {
width:95px;
}
.enq_wd {
width:76px;
}
.cnt_wd {
width:107px;
}
.sit_wd {
width:79px;
}
img.a {
z-index: 10;
position: absolute;
cursor: pointer;
}

img.b {
position: absolute;
}