/* CSS Document */

/* CSS Document */

body {
	margin:0;
	padding:0;
	background-color:#404040;
	font:11px Tahoma;
	color:#000000;
}

a {text-decoration:underline; color:#FF010C;}
a:hover {color:#A50007;}

p, h1, ul, li, div, img {margin:0; padding:0;}

#wrap {
	width:760px; height:auto;
	background-color:#FFFFFF;
	float:left;
	position:relative;
}



#left {
	width:490px; height:auto;
	float:left;
	
}

#right {
	width:252px; height:auto;
	float:right;
	
	
}

#jtb {
	width:490px; height:177px;
	
}

#jtw {
	width:252px; height:177px;
}

#banner {
	width:490px; height:111px;
	position:relative;

}

#content {width:490px; height:auto; padding-bottom:40px;}


#content p {
	margin-left:30px;
	margin-top:10px;
	font:11px Tahoma;
	color:#000000;
	padding-right:30px;
}

#content table td p {
	margin: 0;
	padding: 0;
}

#content h1 {
	font:11px Tahoma;
	margin-top:20px;
	color:#000000;
	font-weight:bold;
	margin-left:30px;
	padding-right:30px;
}

#content h2 { font: Tahoma; font-size: 12px; margin-left:35px;}
#content h3 { font: Tahoma; font-size: 11px; margin-left:38px;}
#content h4 { font: Tahoma; font-size: 10px; margin-left:40px;}

/* ------ Specials Content area ----- Robert Lim, added: 17/06/2008 */
.content{
	width:490px; 
	height:auto; 
	padding: 0 10px 40px 10px;
}
.item {
	position:relative;
	display: block;
	height:auto;
	min-height: 150px;
	float:left;
	padding: 5px;
	width: 130px;
	text-align: center;
}
.item.image-placeholder{
	width: 130px;
	height: 130px;
}
.item.text{
	width: inherit;
}
.item.paging{
	clear:left;
	display:block;
}
/*------------------------------------------------------------------*/


h1#head {
	font:13px Verdana, Arial, Helvetica, sans-serif;
	color:#FF0009;
	font-weight:bold;
	margin-top:10px;
	clear: left;
}


#navigation {
	width:252px; height:215px; 
	position:relative;
}


#navslap {
	width:252px; height:215px; 
	/*border-right:5px solid #FF0009;*/
	position:absolute; left:0px;
	
}


#contact_info {
	width:252px; height:166px; 
	margin-top:41px;
	padding-top:10px;
}

#contact_info p {
	font:11px Tahoma;
	color:#000000; font-weight:bold;
	margin-top:10px; margin-left:20px;
	
}


h1.con_hed {
	font:11px Tahoma;
	color:#5C5C5C; font-weight:bold;
	 margin-left:20px;

}

#nav {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;


}

#nav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;



 }

#nav a {
	float: left; clear:left;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	text-indent:-999px;
		}

#nav a:hover {
	background-position: 0 -30px;
	}



#mhome a  {
	width:251px; 
	background: url('../images/home.gif') no-repeat;
	}

#mprofile a  {
	width:251px; 
	background: url('../images/profile.gif') no-repeat;
	}
	
	
#mspecials a  {
	width:251px; 
	background: url('../images/specials.gif') no-repeat;
	}	
	
#msparew a  {
	width:251px; 
	background: url('../images/sparewreck.gif') no-repeat;
	}
	
#mspareu a  {
	width:251px; 
	background: url('../images/spareused.gif') no-repeat;
	}
	
#mcab a  {
	width:251px; 
	background: url('../images/cabs.gif') no-repeat;
	}

#mcontact a  {
	width:251px; 
	background: url('../images/contact.gif') no-repeat;
	}
	

#img_side {
	width:252px; height:auto;
	position:relative;
	text-align:center;
	padding-bottom:40px;
}

#footer {
	height:103px; background-color:#000000;
	text-align:center;
	padding-top:16px;
}

#footer p {
	font:9px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	
}

#footer a {text-decoration:none; color:#FFFFFF;}
#footer a:hover {color:#FF0009;}


.datatable td { padding:3px; border-bottom:1px dashed #ddd; vertical-align:top; }
.datatable th { text-align:left; padding:3px; border-bottom:2px solid #ddd; font-size: 13px; } 
	
	

