/*
Theme Name: Lexus Recalls
*/
/*------------------- CSS RESET ---------------------*/
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
           

/*---------------- STRUCTURE ----------------------- */
html, body {
	height:100%;
}

html {
	width:100%;
	background: url(images/bg.png) repeat-x 0 0 #4d4d4d;
}
body {
   }  

#shell {
	background: url(images/shellbg.png) repeat-y 0 0 transparent;
	width: 977px;
	min-height:100%;
	margin:0 auto;
}            
	#shellbottom {
		margin:0 auto;
		width:977px;
		background:url(images/shellbottom.png) no-repeat 0 0 transparent;
	}
#contentshell {
 width: 958px;
margin: 0 10px 0 10px;   
}               

#sitehead {
	background: url(images/headbg.png) no-repeat 0 0 transparent;
	height: 91px;
}
	#sitehead h1, #sitehead h3 {
		float:left;
	}
	#sitehead h1 {
		margin-right:0;
	}
	#sitehead h3 {
		margin-left:15px;
	}

#maincontent {
	margin: 15px 17px 0 17px;
}

#footer {
	clear:both;
	padding:30px 0 0 0;
}
	#footer #imagenav {
		background: url(images/footerbg.png) no-repeat 0 0 transparent;
		height: 131px;
		padding: 5px 1px 5px 1px;
	}
		#footer #imagenav ul li {
			float:left;
			text-indent:-9999px;
			height: 121px;
		}
		#footer #imagenav ul li a{
            display:block;
			height:121px;
		   }
			#footer #imagenav ul li.drivingdirections {
				background: url(images/footer/footerdirections.png) no-repeat 0 0;
				width:268px;
		   }
				#footer #imagenav ul li.drivingdirections:hover {
					background: url(images/footer/footerdirectionshover.png) no-repeat 0 0;
					width:268px;
			   }     
			#footer #imagenav ul li.dealership {
				background: url(images/footer/dealership.png) no-repeat 0 0;
				width:228px;
		   }
			#footer #imagenav ul li.scheduleonlineappointment {
				background: url(images/footer/scheduleonlineappointment.png) no-repeat 0 0;
				width:216px;				
			}
				#footer #imagenav ul li.scheduleonlineappointment:hover {
					background: url(images/footer/scheduleonlineappointmenthover.png) no-repeat 0 0;
					width:216px;				
				} 
			#footer #imagenav ul li.computeruser {
				background: url(images/footer/computeruser.png) no-repeat 0 0;
				width:209px;
		   }
		#footer #sitemapcontainer {
			margin:0 auto;
			width: 924px;
		}
			#footer #sitemapcontainer #footersitemap {
				margin:0 auto;
				width:810px;
			   }
				#footer #sitemapcontainer #footersitemap li{
					float:left;
					padding: 3px 10px 3px 10px;
					border-right: 1px solid #535353;
				}
					#footer #sitemapcontainer #footersitemap li.lastlistentry {
						border:none;
						}		
/*----------------- SITE NAVIGATION ------------------ */
#sitenav {
	clear:both;
	margin: 0 auto;
	width: 918px;
}
	#sitenav ul{
	   background: url(images/nav.png) no-repeat 0 0 transparent;
		height:33px;
		float:left;
		list-style:none;
	}          
		#sitenav ul li {
			float:left;
			text-indent:-9999px;
			margin-left:2px;
		}      
			#sitenav ul li a{
				display:block;
				height:33px;
				width:113px;
			}
			
			#sitenav ul li#homenav {
				margin-left:0px;
			}
				#sitenav ul li#homenav:hover{
				   background:url(images/nav.png) no-repeat 0 -33px transparent;
				}
				#sitenav ul li#aboutnav:hover{
				   background:url(images/nav.png) no-repeat -115px -33px transparent;
				}
				#sitenav ul li#recallednav:hover{
				   background:url(images/nav.png) no-repeat -230px -33px transparent;
				}
				#sitenav ul li#servicenav:hover{
				   background:url(images/nav.png) no-repeat -345px -33px transparent;
				}
				#sitenav ul li#vehiclenav:hover{
				   background:url(images/nav.png) no-repeat -460px -33px transparent;
				}
				#sitenav ul li#lexusnav:hover{
				   background:url(images/nav.png) no-repeat -575px -33px transparent;
				}
				#sitenav ul li#responsenav:hover{
				   background:url(images/nav.png) no-repeat -690px -33px transparent;
				}
				#sitenav ul li#pressnav:hover{
				   background:url(images/nav.png) no-repeat -805px -33px transparent;
				}
				
#homesubhead  {
	 background: url(images/homepage/homesubhead.png) no-repeat 0 0 transparent;
	 height: 274px;
	padding: 27px 17px 0 17px;
}
	#homesubhead p{
		text-indent: -9999px;
		width: 353px;
		height:140px;
		margin: 15px 0 0 0;
		background: url(images/homepage/welcometext.png) no-repeat 0 0 transparent;
	}


/*----------------------- TWO COLUMN HOME PAGE LAYOUT ------------------------- */
#homecolumn1 {
	width:368px;
	float: left;
	}
#homecolumn2 {
	width:556px;
	float:left;
	}	
	
/*----------------------- TWO COLUMN ABOUT PAGE LAYOUT ------------------------- */
#aboutcolumn1 {
	width:463px;
	float: left;
	}
#aboutcolumn2 {
	width:461px;
	float:left;
	}	
/*----------------------- TWO COLUMN SINGLE CAR PAGE LAYOUT ------------------------- */
.singlecarcolumn1 {
	width:463px;
	float: left;
	}
.singlecarcolumn2 {
	width:461px;
	float:left;
	}	
	.singlecarcolumn2 img {
		margin-bottom: 25px;
	}
	
/*------------------- HEADERS ---------------------- */
h2.scheduleappointment, h3.scheduleappointment {
	background: url(images/homepage/scheduleappointment.png) no-repeat 0 0 transparent;
	width: 215px;
	height: 17px;
	text-indent:-9999px;
	margin-bottom: 11px;
	}
	h2.scheduleappointment:hover, h3.scheduleappointment:hover {
		background: url(images/homepage/scheduleappointmenthover.png) no-repeat 0 0 transparent;
	}

h2.recallinformation, h3.recallinformation {
	background: url(images/homepage/recallinformation.png) no-repeat 0 0 transparent;
	width: 168px;
	height: 17px;
	text-indent:-9999px;
	margin-bottom: 41px;
	}
h2.recallsolutions, h3.recallsolutions {
	background: url(images/homepage/recallsolutions.png) no-repeat 0 0 transparent;
	width: 209px;
	height: 16px;
	text-indent:-9999px;
	margin-bottom: 41px;
	}
h2.aboutlexus, h3.aboutlexus {
	background: url(images/about/abouthead.png) no-repeat 0 0 transparent;
	width: 386px;
	height: 34px;
	text-indent:-9999px;
	margin-bottom: 27px;
	}

h2.operationhours, h3.operationhours {
	background: url(images/about/operationhours.png) no-repeat 0 0 transparent;
	width: 152px;
	height: 22px;
	text-indent:-9999px;
	margin-bottom: 15px;
	}
h2.lexusresponse, h3.lexusresponse {
	background: url(images/lexusresponse/lexusresponse.png) no-repeat 0 0 transparent;
	width: 341px;
	height: 34px;
	text-indent:-9999px;
	margin-bottom: 27px;	
}
h2.contactlexus, h3.contactlexus {
	background: url(images/contactlexus.png) no-repeat 0 0 transparent;
	width: 406px;
	height: 34px;
	text-indent:-9999px;
	margin-bottom: 31px;	
}
h2.norecalls, h3.norecalls {
	background: url(images/norecalls.png) no-repeat 0 0 transparent;
	width: 303px;
	height: 18px;
	text-indent:-9999px;
}    
h3.sceduleonlineappointment, h4.scheduleonlineappointment {
 	margin: -70px 0 8px 0 !important;    
}
h3.scheduleonlineappointment a, h4.scheduleonlineappointment a {
	background: url(images/scheduleappointmentonline.png) no-repeat 0 0 transparent;
	width: 311px;
	height: 23px;
	text-indent:-9999px;
	position:relative;
	z-index:10;
    display:block;
}
h3.properinstallation, h4.properinstallation {
	background: url(images/recalls/properinstallationcansave.png) no-repeat 0 0 transparent;
	width: 322px;
	height: 21px;
	text-indent:-9999px;
	margin-bottom:8px;
}
h3.ISentrapmentPedalYears, h4.ISentrapmentPedalYears {
	background: url(images/recalls/entrapmentPedalYearsIS.png) no-repeat 0 0 transparent;
	width: 325px;
	height: 23px;
	text-indent:-9999px;
	margin-bottom:8px;
}
h3.ESentrapmentPedalYears, h4.ESentrapmentPedalYears {
	background: url(images/recalls/entrapmentPedalYearsES.png) no-repeat 0 0 transparent;
	width: 325px;
	height: 23px;
	text-indent:-9999px;
	margin-bottom:8px;
}
h3.entrapmentpedalrecall, h4.entrapmentpedalrecall {
	background: url(images/recalls/entrapmentpedalrecall.png) no-repeat 0 0 transparent;
	width: 210px;
	height: 22px;
	text-indent:-9999px;
	margin:5px 0 20px 0;
}
h4.addresshead {           
	background:url(images/about/addresshead.png) no-repeat 0 0 transparent;
	width: 78px;
	height: 19px;
	margin-bottom:12px;
	text-indent:-9999px;
}
div.addressinfo {
	background:url(images/about/address.png) no-repeat 0 0 transparent;
	width: 178px;
	height: 69px;
	margin-bottom:31px;
	text-indent:-9999px;	
}
h5.phone {
	background:url(images/about/phone.png) no-repeat 0 0 transparent;
	width:150px;
	height: 22px;
	margin-bottom:30px;
	text-indent:-9999px; 
}
h5.newcarsales {
	background:url(images/about/newcarsales.png) no-repeat 0 0 transparent;
	width:265px;
	height: 22px;
	margin-bottom:31px;
	text-indent:-9999px; 
}
h5.preownedsales {
	background:url(images/about/preownedsales.png) no-repeat 0 0 transparent;
	width:262px;
	height: 22px;
	margin-bottom:30px;
	text-indent:-9999px; 
}
h5.faxnumber {
	background:url(images/about/fax.png) no-repeat 0 0 transparent;
	width:149px;
	height: 22px;
	margin-bottom:23px;
	text-indent:-9999px; 
}

a.headerlink {
	display:block;
}

/*--------------------- SINGLE CAR PAGE HEADERS ------------------- */ 
h2.carname {
	height:28px;
	width:225px;
	text-indent:-9999px;
	margin-bottom:13px;
}
h2.lexus-ls {
	background:url(images/carnames/ls.png) no-repeat 0 0 transparent;
}
h2.lexus-lsh {
	background:url(images/carnames/lsh.png) no-repeat 0 0 transparent;
}
h2.lexus-gs {
	background:url(images/carnames/gs.png) no-repeat 0 0 transparent;
}
h2.lexus-gsh {
	background:url(images/carnames/gsh.png) no-repeat 0 0 transparent;
}
h2.lexus-es350 {
	background:url(images/carnames/es350.png) no-repeat 0 0 transparent;
}
h2.lexus-is {
	background:url(images/carnames/is.png) no-repeat 0 0 transparent;
}
h2.lexus-isf {
	background:url(images/carnames/isf.png) no-repeat 0 0 transparent;
}
h2.lexus-hs {
	background:url(images/carnames/hs.png) no-repeat 0 0 transparent;
}
h2.lexus-isc {
	background:url(images/carnames/isc.png) no-repeat 0 0 transparent;
}
h2.lexus-sc {
	background:url(images/carnames/sc.png) no-repeat 0 0 transparent;
}
h2.lexus-lfa {
	background:url(images/carnames/lfa.png) no-repeat 0 0 transparent;
}
h2.lexus-rx {
	background:url(images/carnames/rx.png) no-repeat 0 0 transparent;
}
h2.lexus-rxh {
	background:url(images/carnames/rxh.png) no-repeat 0 0 transparent;
}
h2.lexus-gx {
	background:url(images/carnames/gx.png) no-repeat 0 0 transparent;
}
h2.lexus-lx {
	background:url(images/carnames/lx.png) no-repeat 0 0 transparent;
}

/*--------------------- PARAGRAPHS -------------------- */
p.scheduleappointment {
	background: url(images/homepage/scheduleappointmenttext.png) no-repeat 0 0 transparent;
	text-indent:-9999px;
	width:329px;
	height:72px;
	margin-bottom: 39px;
	}
p.letterp1 {
	background: url(images/about/letterp1.png) no-repeat 0 0 transparent;
	text-indent:-9999px;
	width:449px;
	height:117px;
	margin: 27px 0 39px 0;
	}
p.letterp2 {
	background: url(images/about/letterp2.png) no-repeat 0 0 transparent;
	text-indent:-9999px;
	width:448px;
	height:97px;
	margin-bottom: 39px;
	}
p.signature {
	background: url(images/about/signature.png) no-repeat 0 0 transparent;
	text-indent:-9999px;
	width:182px;
	height:69px;
	margin-bottom: 36px;
	}
p.scheduleonline a {
	background: url(images/scheduleonlinetext.png) no-repeat 0 0 transparent;
	text-indent:-9999px;
	width:332px;
	height:72px;
	margin-bottom: 19px;
	display:block;
	position:relative;
	z-index:10;
	}

p.properinstallation {
	background: url(images/recalls/properinstallationcansavetext.png) no-repeat 0 0 transparent;
	text-indent:-9999px;
	width:448px;
	height:126px;
	margin-bottom: 15px;
	}
p.entrapmentpedalrecall {
	background: url(images/recalls/entrapmentpedalrecalltext.png) no-repeat 0 0 transparent;
	text-indent:-9999px;
	width:411px;
	height:97px;
	margin-bottom: 22px;
	}
/*---------------- UNORDERED LISTS ---------------- */
ul.saleshours {
	background: url(images/about/saleshours.png) no-repeat 0 0 transparent;
	text-indent:-9999px;
	width:311px;
	height:93px;
	margin-bottom: 25px;	
	}	
ul.servicehours {
	background: url(images/about/servicehours.png) no-repeat 0 0 transparent;
	text-indent:-9999px;
	width:157px;
	height:89px;
	margin-bottom: 28px;	
	}	
ul.partshours {
	background: url(images/about/partshours.png) no-repeat 0 0 transparent;
	text-indent:-9999px;
	width:225px;
	height:92px;
	margin-bottom: 25px;	
	}	
ul.officehours {
	background: url(images/about/officehours.png) no-repeat 0 0 transparent;
	text-indent:-9999px;
	width:194px;
	height:60px;
	margin-bottom: 25px;	
	}	

/*------------------ SINGLE CAR IMAGES ----------------- */
.recalledcarimage {
 margin-top:-53px;   
}
/*------------------ LEXUS' Q & A --------------------- */
#lexusquestions dt {
	height: 23px;
	width: 623px;
	margin-bottom:7px;
	text-indent:-9999px;
}
	#lexusquestions dt#question1 {
		background: url(images/lexusresponse/question1.png) no-repeat 0 0 transparent;
	}
	#lexusquestions dt#question2 {
		background: url(images/lexusresponse/question2.png) no-repeat 0 0 transparent;
	}
	#lexusquestions dt#question3 {
		background: url(images/lexusresponse/question3.png) no-repeat 0 0 transparent;
	} 
	#lexusquestions dt#question4 {
		background: url(images/lexusresponse/question4.png) no-repeat 0 0 transparent;
	} 
#lexusquestions dd {
	margin-bottom:35px;
	width: 915px;
	text-indent:-9999px;
}
	#lexusquestions dd#answer1 {
		background: url(images/lexusresponse/answer1.png) no-repeat 0 0 transparent;
		height:126px;
	}
	#lexusquestions dd#answer2 {
		background: url(images/lexusresponse/answer2.png) no-repeat 0 0 transparent;
		height: 71px;
	}
	#lexusquestions dd#answer3 {
		background: url(images/lexusresponse/answer3.png) no-repeat 0 0 transparent;
		height:99px;
	}
	#lexusquestions dd#answer4 {
		background: url(images/lexusresponse/answer4.png) no-repeat 0 0 transparent;
		height:230px;
	}


/*--------------- SMALL VHICLE AREA ----------------- */	
.smallvehicleselect {
	 width: 563px;
	height: 262px;
	margin:0 auto;
	}
	.smallvehicleselect h4 {
		background: url(images/smallvehicles/selectvehicle.png) no-repeat 0 0 transparent;
		height: 36px;
		text-indent:-9999px;
		}
	.smallvehicleselect ul {
		background: url(images/smallvehicles/smallselectbg1.png) no-repeat 0 0 transparent; 
		height: 246px;
		width:493px;
		padding: 0 30px 0 30px;
		}  
		.smallvehicleselect ul li{
  		      float:left;
				text-indent:-9999px;
				/*margin:3px 9px 3px 9px;*/
		}
			.smallvehicleselect ul li a {
				display:block;
			}
		/*------------ Row 1 Vehicles ------------- */
			.smallvehicleselect ul li.ls {
				background: url(images/smallvehicles/row1.png) no-repeat 0 0 transparent;
				width:104px;
			}                                                                  
				.smallvehicleselect ul li.ls:hover {
					background: url(images/smallvehicles/row1hover.png) no-repeat 0 0 transparent;
					width:104px;
				}                                                                  
			.smallvehicleselect ul li.lsh {                                  
				background: url(images/smallvehicles/row1.png) no-repeat -104px 0 transparent;
				width:101px;
			 }       
				.smallvehicleselect ul li.lsh:hover {                                  
					background: url(images/smallvehicles/row1hover.png) no-repeat -104px 0 transparent;
					width:101px;
				 }       			
			 .smallvehicleselect ul li.gs {
				background: url(images/smallvehicles/row1.png) no-repeat -205px 0 transparent;
				width:102px;
			 }
				 .smallvehicleselect ul li.gs:hover {
					background: url(images/smallvehicles/row1hover.png) no-repeat -205px 0 transparent;
					width:102px;
				 }   
			.smallvehicleselect ul li.gsh {
				background: url(images/smallvehicles/row1.png) no-repeat -307px 0 transparent;
				width:105px;
			 }
				 .smallvehicleselect ul li.gsh:hover {
					background: url(images/smallvehicles/row1hover.png) no-repeat -307px 0 transparent;
					width:105px;
				 }            
				.smallvehicleselect ul li.ls a, .smallvehicleselect ul li.lsh a, .smallvehicleselect ul li.gs a, .smallvehicleselect ul li.gsh a {
					height: 47px;
				}
				.smallvehicleselect ul li.ls, .smallvehicleselect ul li.lsh, .smallvehicleselect ul li.gs, .smallvehicleselect ul li.gsh {
					margin: 3px 9px 0 9px;
				}				
		/*------------ Row 2 Vehicles ------------- */
			.smallvehicleselect ul li.es {
				background: url(images/smallvehicles/row2.png) no-repeat 0 0 transparent;
				width:117px;
			}
				.smallvehicleselect ul li.es:hover {
					background: url(images/smallvehicles/row2hover.png) no-repeat 0 0 transparent;
					width:117px;
				}			
			.smallvehicleselect ul li.is {
				background: url(images/smallvehicles/row2.png) no-repeat -117px 0 transparent;
				width:118px;
			}
				.smallvehicleselect ul li.is:hover {
					background: url(images/smallvehicles/row2hover.png) no-repeat -117px 0 transparent;
					width:118px;
				}
			.smallvehicleselect ul li.isf {
				background: url(images/smallvehicles/row2.png) no-repeat -235px 0 transparent;
				width:116px;
			}
				.smallvehicleselect ul li.isf:hover {
					background: url(images/smallvehicles/row2hover.png) no-repeat -235px 0 transparent;
					width:116px;
				}
			.smallvehicleselect ul li.hs {
				background: url(images/smallvehicles/row2.png) no-repeat -351px 0 transparent;
				width:116px;
			}
				.smallvehicleselect ul li.hs:hover {
					background: url(images/smallvehicles/row2hover.png) no-repeat -351px 0 transparent;
					width:116px;
				}
				.smallvehicleselect ul li.es a, .smallvehicleselect ul li.is a, .smallvehicleselect ul li.isf a, .smallvehicleselect ul li.hs a {
					height: 60px;
				}
				.smallvehicleselect ul li.es, .smallvehicleselect ul li.is, .smallvehicleselect ul li.isf, .smallvehicleselect ul li.hs {
					margin: 0 2px 0 2px;
				}
		/*------------ Row 3 Vehicles ------------- */
			.smallvehicleselect ul li.isc {
				background: url(images/smallvehicles/row3.png) no-repeat 0 0 transparent;
				width:113px;
			}
				.smallvehicleselect ul li.isc:hover {
					background: url(images/smallvehicles/row3hover.png) no-repeat 0 0 transparent;
					width:113px;
				} 
			.smallvehicleselect ul li.sc {
				background: url(images/smallvehicles/row3.png) no-repeat -113px 0 transparent;
				width:113px;
			}
				.smallvehicleselect ul li.sc:hover {
					background: url(images/smallvehicles/row3hover.png) no-repeat -113px 0 transparent;
					width:113px;
				}
			.smallvehicleselect ul li.lfa {
				background: url(images/smallvehicles/row3.png) no-repeat -226px 0 transparent;
				width:121px;
				margin-right:110px !important;
			}
				.smallvehicleselect ul li.lfa:hover {
					background: url(images/smallvehicles/row3hover.png) no-repeat -226px 0 transparent;
					width:121px;
				}
				.smallvehicleselect ul li.isc a, .smallvehicleselect ul li.sc a, .smallvehicleselect ul li.lfa a {
					height: 56px;
				} 
				.smallvehicleselect ul li.isc, .smallvehicleselect ul li.sc, .smallvehicleselect ul li.lfa {
					margin: 0 3px 0 3px;
				} 

		/*------------ Row 4 Vehicles ------------- */
			.smallvehicleselect ul li.rx {
				background: url(images/smallvehicles/row4.png) no-repeat 0 0 transparent;
				width:110px;
			}
				.smallvehicleselect ul li.rx:hover {
					background: url(images/smallvehicles/row4hover.png) no-repeat 0 0 transparent;
					width:110px;
				}
			.smallvehicleselect ul li.rxh {
				background: url(images/smallvehicles/row4.png) no-repeat -118px 0 transparent;
				width:120px;
			}
				.smallvehicleselect ul li.rxh:hover {
					background: url(images/smallvehicles/row4hover.png) no-repeat -118px 0 transparent;
					width:120px;
				}
			.smallvehicleselect ul li.gx {
				background: url(images/smallvehicles/row4.png) no-repeat -243px 0 transparent;
				width:129px;
			}
				.smallvehicleselect ul li.gx:hover {
					background: url(images/smallvehicles/row4hover.png) no-repeat -243px 0 transparent;
					width:129px;
				}
			.smallvehicleselect ul li.lx {
				background: url(images/smallvehicles/row4.png) no-repeat -377px 0 transparent;
				width:130px;
				margin-right:0px;
			} 
				.smallvehicleselect ul li.lx:hover {
					background: url(images/smallvehicles/row4hover.png) no-repeat -377px 0 transparent;
					width:130px;
					margin-right:0px;
				} 
				.smallvehicleselect ul li.rx a, .smallvehicleselect ul li.rxh a, .smallvehicleselect ul li.gx a, .smallvehicleselect ul li.lx a {
					height: 90px;
				}
				.smallvehicleselect ul li.rx, .smallvehicleselect ul li.rxh, .smallvehicleselect ul li.gx, .smallvehicleselect ul li.lx {
					margin: 0;
				}

/*--------------- LARGE VHICLE AREA ----------------- */	
.largevehicleselect {
	 width: 923px;
	height: 509px;
	margin:0 auto;
	}
	.largevehicleselect h4 {
		background: url(images/largevehicles/selectvehicle.png) no-repeat 0 0 transparent;
		height: 58px;
		text-indent:-9999px;
		}
	.largevehicleselect ul {
		background: url(images/largevehicles/largeselectbg.png) no-repeat 0 0 transparent; 
		height: 451px;
		width:886px;
		padding: 0 14px 0 23px;
		}  
		.largevehicleselect ul li{
  		      float:left;
				text-indent:-9999px;
				/*margin:0 18px 0 18px; */
				margin:0;
		}
			.largevehicleselect ul li a {
				display:block;
			}
		/*------------ Row 1 Vehicles ------------- */
			.largevehicleselect ul li.ls {
				background: url(images/largevehicles/row1.png) no-repeat 0 0 transparent;
				width:196px;
			   /* margin-left:7px; */
			}
				.largevehicleselect ul li.ls:hover {
					background: url(images/largevehicles/row1hover.png) no-repeat 0 0 transparent;
					width:196px;
				   /* margin-left:7px; */
				}                                                                  
			.largevehicleselect ul li.lsh {                                  
				background: url(images/largevehicles/row1.png) no-repeat -196px 0 transparent;
				width:191px;
			 }
				.largevehicleselect ul li.lsh:hover {                                  
					background: url(images/largevehicles/row1hover.png) no-repeat -196px 0 transparent;
					width:191px;
				 }
			.largevehicleselect ul li.gs {
				background: url(images/largevehicles/row1.png) no-repeat -387px 0 transparent;
				width:194px;
			 }
				.largevehicleselect ul li.gs:hover {
					background: url(images/largevehicles/row1hover.png) no-repeat -387px 0 transparent;
					width:194px;
				 }
			.largevehicleselect ul li.gsh {
				background: url(images/largevehicles/row1.png) no-repeat -581px 0 transparent;
				width:195px;
			 }
				.largevehicleselect ul li.gsh:hover {
					background: url(images/largevehicles/row1hover.png) no-repeat -581px 0 transparent;
					width:195px;
				 }            
				.largevehicleselect ul li.ls a, .largevehicleselect ul li.lsh a, .largevehicleselect ul li.gs a, .largevehicleselect ul li.gsh a {
					height: 90px;
				}
			.largevehicleselect ul li.ls, .largevehicleselect ul li.lsh, .largevehicleselect ul li.gs, .largevehicleselect ul li.gsh {
				margin: 8px 13px 0 13px;
			}
		/*------------ Row 2 Vehicles ------------- */
			.largevehicleselect ul li.es {
				background: url(images/largevehicles/row2.png) no-repeat 0 0 transparent;
				width:212px;
				margin-left:7px;				
			}
				.largevehicleselect ul li.es:hover {
					background: url(images/largevehicles/row2hover.png) no-repeat 0 0 transparent;
					width:212px;
					/*margin-left:7px;*/				
				}
			.largevehicleselect ul li.is {
				background: url(images/largevehicles/row2.png) no-repeat -212px 0 transparent;
				width:212px;
			}
				.largevehicleselect ul li.is:hover {
					background: url(images/largevehicles/row2hover.png) no-repeat -212px 0 transparent;
					width:212px;
				}
			.largevehicleselect ul li.isf {
				background: url(images/largevehicles/row2.png) no-repeat -424px 0 transparent;
				width:212px;
			}
				.largevehicleselect ul li.isf:hover {
					background: url(images/largevehicles/row2hover.png) no-repeat -424px 0 transparent;
					width:212px;
				}
			.largevehicleselect ul li.hs {
				background: url(images/largevehicles/row2.png) no-repeat -636px 0 transparent;
				width:207px;
			}
				.largevehicleselect ul li.hs:hover {
					background: url(images/largevehicles/row2hover.png) no-repeat -636px 0 transparent;
					width:207px;
				}
				.largevehicleselect ul li.es, .largevehicleselect ul li.is, .largevehicleselect ul li.isf, .largevehicleselect ul li.hs {
					height: 115px;
					margin: 0 5px 0 5px;
				}				
				.largevehicleselect ul li.es a, .largevehicleselect ul li.is a, .largevehicleselect ul li.isf a, .largevehicleselect ul li.hs a {
					height: 100px;
				}
				
		/*------------ Row 3 Vehicles ------------- */
			.largevehicleselect ul li.isc {
				background: url(images/largevehicles/row3.png) no-repeat 0 0 transparent;
				width:208px;
				/*margin-left:7px;*/				
			}
				.largevehicleselect ul li.isc:hover {
					background: url(images/largevehicles/row3hover.png) no-repeat 0 0 transparent;
					width:208px;
					/*margin-left:7px;*/				
				}
			.largevehicleselect ul li.sc {
				background: url(images/largevehicles/row3.png) no-repeat -208px 0 transparent;
				width:207px;
			}
				.largevehicleselect ul li.sc:hover {
					background: url(images/largevehicles/row3hover.png) no-repeat -208px 0 transparent;
					width:207px;
				}
			.largevehicleselect ul li.lfa {
				background: url(images/largevehicles/row3.png) no-repeat -415px 0 transparent;
				width:215px;
				margin-right:215px !important;
			}
				.largevehicleselect ul li.lfa:hover {
					background: url(images/largevehicles/row3hover.png) no-repeat -415px 0 transparent;
					width:215px;
					margin-right:215px !important;
				}
				.largevehicleselect ul li.isc, .largevehicleselect ul li.sc, .largevehicleselect ul li.lfa {
					margin: 0 8px 0 8px;
				}				
				.largevehicleselect ul li.isc a, .largevehicleselect ul li.sc a, .largevehicleselect ul li.lfa a {
					height: 100px;
				}

		/*------------ Row 4 Vehicles ------------- */
			.largevehicleselect ul li.rx {
				background: url(images/largevehicles/row4.png) no-repeat -9px 0 transparent;
				width:200px;
				/*margin-left:7px;*/				
			}
				.largevehicleselect ul li.rx:hover {
					background: url(images/largevehicles/row4hover.png) no-repeat -9px 0 transparent;
					width:200px;
					/*margin-left:7px;*/				
				}
			.largevehicleselect ul li.rxh {
				background: url(images/largevehicles/row4.png) no-repeat -224px 0 transparent;
				width:208px;
			}
				.largevehicleselect ul li.rxh:hover {
					background: url(images/largevehicles/row4hover.png) no-repeat -224px 0 transparent;
					width:208px;
				}
			.largevehicleselect ul li.gx {
				background: url(images/largevehicles/row4.png) no-repeat -436px 0 transparent;
				width:228px;
			}
				.largevehicleselect ul li.gx:hover {
					background: url(images/largevehicles/row4hover.png) no-repeat -436px 0 transparent;
					width:228px;
				}
			.largevehicleselect ul li.lx {
				background: url(images/largevehicles/row4.png) no-repeat -672px 0 transparent;
				width:237px;
				margin-right:0px;
			}
				.largevehicleselect ul li.lx:hover {
					background: url(images/largevehicles/row4hover.png) no-repeat -672px 0 transparent;
					width:237px;
					margin-right:0px;
				}
				.largevehicleselect ul li.rx a, .largevehicleselect ul li.rxh a, .largevehicleselect ul li.gx a, .largevehicleselect ul li.lx a {
					height: 141px;
				}
				.largevehicleselect ul li.rx, .largevehicleselect ul li.rxh, .largevehicleselect ul li.gx, .largevehicleselect ul li.lx {
					margin:0 1px 0 1px;
				}



/*------------------ RANDOM CLASSES ---------------------- */
.signatureleft {
	width:232px;
	float:left;
}
.signatureright {
	width:200px;
	float:left;
} 
.contactusbutton {
	background: url(images/about/contactusbutton.png) no-repeat 0 0 transparent;
}
	.contactusbutton a {
		display:block;
		width:186px;
		height:60px;
		text-indent:-9999px;
	}

/*------------- COMMON ELEMENTS --------------------*/
body {
	color: #535353;
	font-family: LexusNobel, Arial, Helvetica, "Trebuchet MS";
}
a {
	color:#535353;
	text-decoration: none;
}
	a:hover {
		color: #000000;
	}

.clear {
		clear:both;
	}
.post {
	min-height:100px;
}   

.center {
	text-align:center;
}
.alignnone{
	text-align: none;
}
.alignright {
	text-align: right;
}
.alignleft {
	text-align:left;
}

/*------------------- CONTACT FORM STYLES ------------------- */
.wpcf7-form {
	width: 729px;
}
	.wpcf7-form h3 {
		clear:both;
		margin-bottom:16px;
		font-size:130%;
		}
label {       
	clear:both;
	float:left;
	width:100px;
	padding-top:9px;
}
input[type=text], textarea {
	float:left;
	width: 624px;
	margin-bottom:15px;
	font-size: 120%;
	padding:2px;
	border:none;
}

input[type=submit] {
    background:url(images/submit.png) no-repeat 0 0 transparent;
	width:120px;
	height:36px;
	text-indent:-9999px;
	border:none;
	float:right;
	cursor:pointer;   
}
.doubleinputrow {
	clear:both;
}    
	.doubleinputrow label {
         clear: none !important;
	}
	.doubleinputrow input[type=text] {
            width:250px;
	}
	.doubleinputrow .secondlabel {
		margin: 0 10px 0 10px;
		text-align:right;
	}  
	
/* --------------- WORDPRESS POST STYLES -------------------- */
.singlecarcontainer {
	margin-bottom: 30px;
}
.singlecarcontainer h1,.singlecarcontainer h2,.singlecarcontainer h3,.singlecarcontainer h4,.singlecarcontainer h5,.singlecarcontainer h6 {
	font-weight:bold;
	margin:20px 10px 20px 0;
}

.singlecarcontainer h1 {
	font-size: 195%;
}
.singlecarcontainer h2 {
	font-size: 180%;
}
.singlecarcontainer h3 {
	font-size: 165%;
}
.singlecarcontainer h4 {
	font-size: 150%;
}
.singlecarcontainer h5 {
	font-size: 135%;
}
.singlecarcontainer h6 {
	font-size: 120%;
}

.singlecarcontainer a {
	color:#729a3a;
	text-decoration:none;
	font-weight:bold;
}
.singlecarcontainer a:hover {
	color:#666666;
	text-decoration:none;
}

.singlecarcontainer hr {
	border:0;
	height:2px;
	width:95%;
	color:#729a3a;
	background-color:#729a3a;
}

.singlecarcontainer p {
	margin: 15px 0 15px 0;
	line-height:110%;
}

.singlecarcontainer small {
	font-size: 80%;
}

.singlecarcontainer dd {
	margin: 5px 40px 5px 40px;
}

.singlecarcontainer dt {
	font-weight:bold;
	font-size:110%;
	margin: 5px 0 5px 20px;
}

.singlecarcontainer ol {
	list-style: decimal;
	margin:20px;
	line-height:130%;
}

.singlecarcontainer ol li {
	margin: 5px 0 5px 15px;
	line-height:130%;
}

.singlecarcontainer ul {
	list-style: disc;
	margin:20px;
	line-height:130%;
}

.singlecarcontainer ul li {
	margin: 5px 0 5px 15px;
	line-height:130%;
}

table {
	width:90%;
}
	th, td {
		padding:10px;
	}
	th {
		font-size:130%;
		border-bottom:1px solid #000000;
	}
	td {
		border: 1px solid #000000;
	}
	
cite {
	font-style:italic;
}

abbr {
	border-bottom: 1px dotted #000000;
}

acronym {
	border-bottom: 1px dotted #000000;
}

pre {
	width:600px;
	overflow:auto;
	margin: 20px 0 20px 0;
	padding:15px;
	border: 2px #000000 solid;
	border-bottom:none;
	font-weight:bold;
}

sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 80%;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}


.clear {
	clear:both;
	height: 0px;
	line-height: 0pt;
}
  
p.mar0 { margin: 0 auto; width: 498px; }
