* {padding: 0;margin: 0;}
img {border: 0;}
.clearfix {clear: both;}
html {height: 100%; margin-bottom: 1px; }  /* add vertical scrollbars to every page */

body {
	background: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

div#container {
	width: 934px;
	margin: 0 auto;
	background: #6a6351;
	padding: 20px;
	}

div#header {
	width: 934px;
	height: 108px;
	background: url(../images/header_bg.jpg) no-repeat;
	}

img.logo {
	 behavior: url(styles/iepngfix.htc);
	 position: relative;
	 left: 56px;
	 top: 10px;
	 width: 130px;
	 height: 89px;
	 float: left;
	 }
	
div#header_contact{
	width: 339px;
	height: 96px;
	background: url(../images/overlay_bg.png) repeat;
	behavior: url(styles/iepngfix.htc);
	float: left;
	padding: 12px 0px 0px 11px;
	}

div#header_contact h1{
	font-size: 24px;
	color: #000000;
	font-weight: normal;
	}

div#header_contact p{
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	line-height: 18px;
	}

div#header_contact a{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	}

div#header_contact a:hover{
	color: #333333;
	text-decoration: none;
	}

img.directions_button {
	float: right;
	width: 82px;
	height: 88px;
	behavior: url(styles/iepngfix.htc);
	position: relative;
	left: -5px;
	top: 10px;
	}

/* ----- NAV BAR STYLES ----- */
#nav li:hover, #nav li.hover {   /* IE7 Suckerfish Fix for sticky sub menus */
    position: static;
}

div#navbar {
	height: 20px;
	}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
}

#nav a {
	display:block;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 8px 4px 8px;
	color: #FFFFFF;
}

#nav li ul a {
	display:block;
	height: 20px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	padding: 0px 6px 0px 6px;
	color: #FFFFFF;
}

#nav li ul a:hover {
	background: #FFFFFF;
	color: #000000;
}

#nav a:hover {
	background: #FFFFFF;
	color: #000000;
}

#nav li { /* all list items */
	float: left;
}

#nav li ul li { /* all list items */
	float: none;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #afa998;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: 1px solid #6a6351;
	border-top: none;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin: 0px 0px 0px -1px; /* Moves second level ul left one pixel to line up main menu item with list border */
}

#nav li.lastnav {
	float: right;
	}
/* ------ END NAV STYLES ----- */


div#bodyinner h1{font-size: 24px;color: #FFFFFF;margin-bottom: 8px;}
div#bodyinner h2{font-size: 16px;color: #FFFFFF;font-style: italic;margin-left: 4px;margin-bottom: 5px;}


div#bodyinnerfront {
	background: #000000;
	border-top: 1px solid #a1a1a1;
	padding-bottom: 25px;
	}

div#bodyinner {
	background: #000000;
	border-top: 1px solid #a1a1a1;
	padding: 25px;
	}

div#bodyinnerfront p {
	color: #FFFFFF;
	margin-bottom: 8px;
	padding: 4px 20px 0px 20px;
	margin-bottom: 18px;
	}

div#bodyinner p {
	color: #FFFFFF;
	margin-bottom: 8px;
	padding: 4px 20px 0px 12px;
	margin-bottom: 18px;
	font-size: 14px;
	}


div#splash_photo1 {
	width: 934px;
	height: 208px;
	background: url(../images/splash_photo1.jpg) no-repeat;
	}

img.carbutton {
	float: left;
	margin-top: -1px;
	behavior: url(styles/iepngfix.htc);
	}

img.xd {
	margin-left: 46px;
	margin-right: 43px;
	}

img.xb {
	margin-right: 40px;
	}

img.pure_price_button {
	clear: left;
	float: left;
	margin-top: 16px;
	margin-left: 18px;
	behavior: url(styles/iepngfix.htc);
	width: 592px;
	height: 76px;
	}

div#showroom_hours {
	width: 168px;
	height: 54px;
	background: url(../images/showroom_hours_bg.png) no-repeat;
	behavior: url(styles/iepngfix.htc);
	float: right;
	padding: 6px 0px 0px 12px;
	margin-top: 22px;
	}

div#showroom_hours h2{
	font-weight: bold;
	font-size: 11px;
	color: #d9970d;
	}

div#showroom_hours p{
	font-weight: normal;
	font-size: 10px;
	color: #FFFFFF;
	padding: 0;
	}

div#footer {
	width: 934px;
	height: 20px;
	margin: -20px auto 0px auto;
	background: none;
	padding-bottom: 50px;
	}

div#footer p{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	line-height: 20px;
	}

div#footer a{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	line-height: 20px;
	text-decoration: none;
	letter-spacing: -1px;
	}

div#footer a:hover{
	text-decoration: underline;
	}

p.footercontact{
	float: left;
	width: 280px;
	}

p.footernav {
	float: left;
	width: 374px;
	text-align: center;
	}
	
p.footercredit {
	float: right;
	text-align: right;
	width: 280px;
	letter-spacing: -1px;
	}

img.photoright {
	float: right;
	margin-left: 25px;
	margin-bottom: 35px;
	}

ul#subnav{
	list-style:none;
	margin:0;
	padding:0;
	font-size: 12px;
	margin-bottom: 12px;
	}

ul#subnav a {
	color: #D9960D;
	text-decoration:none;
	}
	
ul#subnav a:hover {
	color: #FFFFFF;
	text-decoration:underline;
	}

#subnav li {
	display:inline;
	color:#fff;
	text-transform:uppercase;
	border-right:1px solid #fff;
	padding: 0 6px;
	}
	
#subnav li#last{
	border-right:0;
	}
	
/* New Vehicle styles */
div.carDetails{
background:#fff;
padding:5px;
border:1px solid #aaa;
position:absolute;
height:180px;
margin-left:200px;
width:200px;
display:none;
}
div#xDdetails{
margin-left:250px;}
div#xBdetails{
margin-left:250px;}
div#tCdetails{
margin-left:250px;}
ul.price-details{
list-style:disc;
font-size:11px;
margin-left:10px;
}
ul.price-details li{
margin:5px 0 ;}

/* PRICE TABLE */
table.newcar-pricing td{
vertical-align:top;
}
	table#pricedetails{
	font-size:.9em;
	color:#fff;
	border-top:1px solid #222;}
	#pricedetails td{
	padding-bottom:5px;
	border-bottom:1px solid #222;
	vertical-align:top;}
	td.price{
	padding-left:10px;
	}
	.price a{
	color:#fff;
	text-decoration:none;
	}
	.price a:hover{
	text-decoration:none;
	color:#D9960D;}





/* FINANCING TABLE */
#bodyinner h2.finance{
font-size:.9em;
font-style:normal;
text-transform:uppercase;
}
#bodyinner ul.notes{
font-size:.6em;
list-style-type:square;
color:#fff;
margin:0 0 20px 20px;
padding:0;
}
#bodyinner p.star{
font-size:.7em;
font-weight:bold;
margin:0;
}
table.finance-table{
width:850px;
background:#fff;
border:2px ridge #ddd;
font-size:12px;
}
.finance-table td{
border-bottom:2px ridge #eee;
border-right:2px ridge #eee;
vertical-align:top;}
.finance-table td.head{
font-weight:bold;
text-align:center;
vertical-align:bottom;}
.finance-table td.odd{
background:#ddd;}


.accessory-category h2{
border-bottom:1px solid #fff;
text-transform:uppercase;
margin-top:20px;
padding-left:0;
margin-left:0;
}
.description h3{
font-size:1.0em;
color:#D9960D;
margin-left:5px;
}