/* 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:232px;
	
}

#jtw {
	width:252px; height:177px;
}

#banner {
	width:490px; height:256px;
	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 h1 {
	font:19px Tahoma;
	margin-top:20px;
	color:#000000;
	font-weight:bold;
	margin-left:30px;
	padding-right:30px;
}



#content h2 {
	font:14px Tahoma;
	margin-top:20px;
	color:#ff0006;
	font-weight:bold;
	margin-left:30px;
	padding-right:30px;
}


h1#head {
	font:13px Verdana, Arial, Helvetica, sans-serif;
	color:#FF0009;
	font-weight:bold;
	margin-top:10px;
}


#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:15px;
}

#footer p {
	font:9px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	
}

#footer a {text-decoration:none; color:#FFFFFF;}
#footer a:hover {color:#FF0009;}


ul.bullets {
	margin-top:20px;
	margin-left: 60px;
	margin-bottom:30px;
	list-style-type:disc;
}

ul.bullets li {
	padding-left:5px;
}
	
	

