html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background:#000000 url(/images/body_back.gif) repeat-x;
	
	font-family:Verdana;
	font-size: 11px;
}

.container {
	text-align:center;
	margin:0px auto;
	width:800px;
}

.trademark {
	width:100%;
	height:16px;
	border-bottom:1px solid #FFFFFF;
	padding-top:5px;
}

.logo {
	width:100%;
	height:241px;
	border-bottom:1px solid #cc9900;
}

.menu {
	width:100%;
	height:30px;
	margin-top:1px;
	border-top:1px solid #FFFFFF;
	border-bottom:4px solid #FFFFFF;
	background:url(/images/menu_top_bg.gif) repeat-x;
}

.topmenu div div div, .topmenu_sel div div div {
	float:right;
	text-align:center;
	min-width:96px;
	width:93px;
	height:22px;
	padding-top:8px;
	padding-left:5px;
	padding-right:5px;
	font-size:12px;
}

.topmenu, .topmenu_sel  {
	float:right;
}

.topmenu_sel {
	background:url(/images/menu_top_sel.gif) top repeat-x;	
}

.topmenu_sel a {
	color:#FFFFFF;
}

.topmenu_sel div {
	background:url(/images/menu_top_sel_l.gif) top left no-repeat;
}
.topmenu_sel div div {
	background:url(/images/menu_top_sel_r.gif) top right no-repeat;
}
.topmenu div div div, .topmenu_sel div div div {
	float:none;
}

.menudiv {
	width:1px;
	height:30px;
	float:right;
	background:url(/images/menu_top_div.gif) top left no-repeat;
}

.mainbody {
	background:#FFFFFF;
	text-align:left;
	height:550px;
	min-height:550px;
}

html>body .mainbody {
	height:auto;
}

.footer {
	width:100%;
	height:140px;
	margin-top:4px;
	border-top:1px solid #FFFFFF;
	padding-top:3px;
	color:#FFFFFF;
	text-align:left;
	font-size:11px;
}

.footer a {
	color:#FFFFFF;
	text-decoration:underline;
}

.contentTop {
	width:100%;
	background:url(/images/content_bg.gif) bottom repeat-x;
	text-align:left;
	border-bottom:1px solid #cc9900;
}

.contentTop_inner {
	font-size:12px;
	padding:0px 15px 5px 6px;
}

.grip {
	margin-top:54px;
	width:787px;
	text-align:center;
	padding-left:13px;
}

.more {
	padding-bottom:6px;
	padding-right:8px;
}

.more div, .more_inner {
	text-align:right;
	padding-top:1px;
}
.more a, .more_inner a {
	color:#cc9900;
}


.formLabel {
	width:200px;
	padding-bottom:5px;
}

.formField {
	padding-bottom:5px;
}

.inputbox {
	width:250px;
}

.submit_button {

}

.submit_button_over {

}

.thankyou {
	color:green;
	width: 400px;
}



.bold {
	font-weight:bold;
}

.vehicleResultContainer {
	width:99%;
	border:1px solid #CC9900;
	margin-bottom:0px;
}

.vehicleResultTitle {
	width:98%;
	background:url(/images/menu_top_bg.gif) top left repeat-x;
	padding:5px 5px;
	font-weight:bold;
	margin-top:10px;
}

.vehicleResultImage {
	width:120px;
	float:left;
	margin:10px 10px 0px 10px;
	border:1px solid #CC9900;
}

.VehicleLabel {
	text-align:right;
	width:200px;
	font-weight:bold;
}

.VehicleData {
	text-align:left;
	width:70%;
}

form {
	margin:0px;
	padding:0px;
}

a {
	color:#000000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {
	border:0;
}

h1 {
	font-weight:normal;
	font-size:13pt;
	color:#cc9900;
	margin:0px;
	padding:0px;
}

h1 a {
	color:#cc9900;
}

td {
	vertical-align:top;
}



/*            Lightbox CSS Follows             */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}