/*=========================================== General text Styles ============================================*/

A:link { text-decoration: none;}
A:visited { text-decoration: none; }
A:hover { text-decoration: none; }


body {
	background-color: #f4f5f5;
	
	font: bold 11px verdana;
	text-align: center;
	margin: 0 auto;
	height: 25px;
	padding: 0;
	}

p {
	padding: 0px;
	line-height: 16px;
	text-indent: 0px;
	white-space: normal;
	font-family: "Gill sans", Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
	margin: 0px;
	}


h1 {
	font:bold 14px/17px Helvetica, Arial, Verdana, sans-serif;
	color:#999999;
	}


h2 {
	font:bold 14px/17px "Gill sans", Helvetica, Arial, Verdana, sans-serif;
	color:#999999;
	}







.bg {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	}

.red {
	color: #FF0000;
	font:bold 20px/17px
	}

/*=========================================== Layout Styles ============================================*/
#frame {
	margin: 0 auto;
	width: 788px;
	text-align: left;
	padding: 0px;
	background-image: url(../images/shadowbackground.gif);
	background-repeat: repeat-y;
	}

#container {
	margin: 0 auto;
	width: 750px;
	text-align: left;
	background-color: F0F0F0;
	}

#head {
    width: 750px;
	height:90px;
	background: #F0F0F0;
	background-image:url(../images/masterhead.jpg);
	background-repeat:no-repeat;
	background-position: 0px 4px;
	padding:4px 0px 0px 0px;
	
	}
#head h1 {font-size:18px; color:#181ba8; margin:10px 0px 4px 10px;padding:0;}
#head h2 { margin:4px 0px 0px 10px; padding:0;
font:bold 12px Helvetica, Arial, Verdana, sans-serif;}


#imgcont {
	width: 750px;
	height: 290px;
	}		
	
#textcont {
	width: 748px;
	height: auto;
	background-color: #FFFFFF;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: 1px;
}

/*======================================== Menu Layout Styles =========================================*/


#menucont {
	width: 748px;
	height: 24px;
	border-top-color: #fff;
	border-top-style: solid;
	border-top-width: 2px;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: 1px;
	z-index:1;
	background-image: url(../images/menubg.jpg);	
	}

#homemenu {
	position: absolute;
	width: 95px; /* Width of Menu Items */
	text-decoration: none;
	display: block;
	color: #333333;
	}

#homemenu a {
	
	width: 95px; /* Width of Menu Items */
	border: 1px solid #FFFFF;
	padding: 5px;
	color: #FFFFFF;
	text-decoration:underline;
	display: block;
	background: #5AA8F9;
	}

#homemenu a:hover {
	position: absolute;
	border: 1px solid #ccc;
	background: #329401;
	display: block;
	color: #CCCCCC;
	}


#menucars {
	position: absolute;
	margin-left: 106px;
	width: 100px;	
	border-color: #FFFFFF;
	z-index:2
		}		


#menumot {
	position: absolute;
	margin-left: 215px;
	width: 100px;	
	border-color: #FFFFFF;
	}		


#menumap {
	position: absolute;
	margin-left: 324px;
	width: 110px;	
	color: #FFFFFF;
	background: #5AA8F9;
	border-color: #FFFFFF;
	}		


/*=========================== Menu list Styles ================================*/

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 110px; /* Width of Menu Items */
	border-bottom: 1px solid #fff;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 0px; /* Set 1px less than menu width */
	top: 24px;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background: #5AA8F9; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #FFFFFF;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #CCCCCC; background: #329401; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */

		

img {
	border: 0px none;
}


/* ============================== carcas Styles ================================== */

h3 {
	color:#333333;
	padding: 0px;
	text-align: left;
	margin: 0px 0px 0px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 17px;
	}

h4 {
	text-align: left;
	padding: 5px;
	margin: 0px 10px 10px 5px;
	word-spacing: normal;
	}

h4 a:link {
	color:#5aa8f9;
	}

h4 a:hover {
	color:#329401;
	}

h4 a:visited {
	color:#6DD8DF;
	}


.carcont {
	background-color: #FFFFFF;
	padding: 0px;
	height: auto;
	width:750px;
	text-align: left;
	margin-top: 10px;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #CC6600;
	border-bottom-style: dotted;
	border-bottom-color: #CC6600;
	border-bottom-width: 1px;
}
.carcont_left {
	padding:10px;
	float: left;
	}
.carcont_left img {
	padding:10px;
	}
.carcont_right {
	
	width:300px;
	float: left;
	padding: 20px 20px 20px 2px;
	}
.cardetail{
	padding-top: 0px;
	width:300px;
}

.spectype {
	font-weight: normal;
}


/* =========================popup window============================ */

.imgcont {
	background-color: #00FFFF;
	height: 420px;
	width: 560px;
	left: 0px;
	top: 0px;
}

.popcont {
	background-color: #FFFFFF;
	height: 580px;
	width: auto;
	position: absolute;
	left: 3px;
	top: 3px;
}

#popcont_new {background-color: #000; height: 610px; width: 560px;left: 3px; top: 3px;text-align: left;}

#speccont {background-color: #FFFFFF;top: 3px;width: 560px;height: 160px;}

#popcontact {background-color: #FFF;top: 3px;width: 560px;height: 160px;}

#spec2 {height: 160px;float: right; width: 275px; margin-left: 6px;}
#spec1 {height: 160px;float: left; width: 275px; border-right: 1px dotted #FF9900;  margin-left: 3px;}
#footer {background-color: #CCCCCC;clear: both;
	padding: 5px 0px 0px 30px;
	height: 21px;
	background-image: url(../images/print.gif);
	background-repeat: no-repeat;
	background-position: 6px 2px;}
#footer.noprint {
background-image:none;}

#imgcontpop {width: 560px; height:420px}	
#imgcont {width: 560px;}	

.detailcont {
	background-color: #E5E5E5;
	float: right;
	height: 420px;
	width: 197px;
}
.speccont {
	height: 200px;
	width: 560px;
	background-color: #FFFFFF;
	top: 3px;
}


.spec2 {
	background-color: #FFFFFF;
	float: right;
	height: 200px;
	width: 275px;
	text-align: left;
}
.spec1 {
	background-color: #FFFFFF;
	height: 200px;
	width: 275px;
	text-align: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FF9900;
	float: left;
	margin-left: 3px;
}

.footer {
	background-color: #CCCCCC;
	width: auto;
	padding-top: 5px;
	height: 23px;
	text-align: left;
	background-image: url(../images/print.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 2px 2px;
}

.footer a{
text-decoration:underline;
color:#333333;
}

form {font:100% verdana,arial,sans-serif;margin: 0;padding: 0;min-width: 500px;max-width: 600px; width: 560px; }
form p {padding-left: 6px;}
form label {display: block;float: left; width: 70px; padding: 0; margin: 5px 0 0; text-align: right; }
form fieldset label:first-letter {text-decoration:underline;}
form input, form textarea {width:auto;margin:5px 0 0 10px;}
form input#reset {margin-left:0px;}
textarea { overflow: auto; }
form small {display: block;margin: 0 0 5px 0px;padding: 1px 6px;font-size: 88%;}
form .required{font-weight:bold;}
form br {clear:left;}



h5 {
	color:#202020;
	padding: 0px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 6px 0px 6px 0px;
	font-size: 11px;
	font-weight: bold;
	line-height: 8px;
	}

.print {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
.descipt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	padding: 0;
}
