/*************************

Auto Ad Manager - 2010

*************************/
/* reset styles 
--------------------------------------------- */
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
	}
body {
	line-height: 1;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
.hmthumb img{
    display: block;
    margin: 2.2em 0 0;
    max-width: 100%;
}	
/* main styles
--------------------------------------------- */	
html {
  height: auto;
}
body {
	font-size: 70%;
	font-family: arial,Helvetica,sans-serif;
	padding: 0;
	height: auto;
	color:#747474;
	background: url("../images/bg.png") repeat fixed 0 0 transparent;
}
a:link, a:visited {
	color: #ff9500;
}
a:hover {
	text-decoration: none;
}
cite {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
	
.alt {
display: none;
}
#wrap {
	margin: 5px auto 20px auto;
	max-width:1280px;
	font-size: 1em;
	background: #FFFFFF;
	border-radius: 4px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);	
}
#wrap-inner {
	padding: 0;
}

/* header */

header[role="banner"] {
	padding: 0;
	margin: 0;
	}
#header h2 {
	margin: 0;
	padding: 0;
	text-align : center;
}	
/* logo */

h1#logo a span{
	display: block;
	height: inherit;
	text-indent: -9999px;
	width: inherit;
}

/* navigation */
nav[role="navigation"] {
	padding: 0;
	margin: 0;
	clear: both;
	border-top: 5px solid #E7E7E7;
	border-bottom: 5px solid #E7E7E7;
	background: #FFF;
}	

nav[role="navigation"] ul {
  margin: 0 auto;
	padding: .2em auto;
	list-style: none outside none;
}

nav[role="navigation"] ul li {
	float: left;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.4em;
	font-size: 1.1em;
	padding: 0 1em 0 0;
	margin:0;
}

nav[role="navigation"] ul li a {
	text-transform: uppercase;
	text-decoration: none;	  
}

nav[role="navigation"] ul li a span {
	color: #5F5F5F;
}

nav[role="navigation"] ul li a strong {
	display: block;
	padding: .5em;
	margin: .1em;
	color: rgba(51,51,51, 0.9);
			    border-radius: 11px;
	   -moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	-webkit-transition: color 0.2s ease-in-out;
	   -moz-transition: color 0.2s ease-in-out;
	     -o-transition: color 0.2s ease-in-out;
	        transition: color 0.2s ease-in-out;
}
nav[role="navigation"] ul li a:hover strong,
nav[role="navigation"] ul li.active a strong {
	color: white;
	background: #333;

}


.navfix .navi,
.navfix .navi > li {
  float:none;
  display:inline-block;
  *display:inline; /* ie7 fix */
  *zoom:1; /* hasLayout ie7 trigger */
  vertical-align: top;
}

.navfix-inner {
  text-align:center;
}
/******************************
****  MAIN CONTENT AREA  ******
*******************************/
#contentmain {
margin: 0;
padding: 10px;
}

body#home #contentmain {
padding: 0 50px;
}

.center{
	text-align : center;
}

.contact {
	text-align: left;
	font-weight: bold;
	color: white;
	padding: 0;
	margin: 0;
}

#main {
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.6;
	padding:0;
	margin: 0;
	font-size: 1em;
	width:100%;
}

#home-text p {
	text-shadow:0 1px 0 #FFFFFF;
}    
/**********************************
****  Home page boxes **********
***********************************/

#mainboxes{
margin: 10px 0 0 0;
}

#mainboxes ul{
list-style:none outside none;
overflow:hidden;
padding:0;
margin: 0;
clear: both;
}

#mainboxes ul li {
float:left;
padding:0;
width:220px;
height: 110px;
line-height: 1em;
}

#mainboxes li a {
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    height: 100%;
    line-height: 35px;
    overflow: hidden;
    padding-left: 12px;
    text-transform: uppercase;
    text-decoration: none;
}

#mainboxes li a span{
display: block;
overflow: hidden;
text-indent: -99999px;
}

#mainboxes li a:hover{
color: #fff;
}
#mainboxes ul li.mainboxone {
background: #FFF url("../images/inv_btn.jpg") no-repeat scroll 0 0;
margin-right: 2.5%;
}

#mainboxes ul li.mainboxtwo {
background: #FFF url("../images/financing_btn.jpg") no-repeat scroll 0 0;
margin-right: 2.5%;
}

#mainboxes ul li.mainboxthree {
background: #FFF url("../images/about_btn.jpg") no-repeat scroll 0 0;
margin-right: 2.5%;
}

#mainboxes ul li.mainboxfour {
background: #FFF url("../images/contact_btn.jpg") no-repeat scroll 0 0;
}

/* footer */
footer[role="contentinfo"] {
	margin: 0;
	padding: 0;
	clear:both;
}

footer[role="contentinfo"] ul{
    margin: 0 auto;
	padding: 1em 0 0 25%;
	list-style: none outside none;
}

footer[role="contentinfo"] ul li {
    float: left;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.4em;
	font-size: .7em;
    padding-right: .5em;
}
	
footer[role="contentinfo"] ul li a {
	text-transform: uppercase;
	text-decoration: none;
}
	
footer[role="contentinfo"] ul li a:hover {
	text-decoration: underline;
}
		
footer[role="contentinfo"] ul li a:hover strong {	
	text-decoration: underline;
}
	
#aam{
margin-top: .5em;
text-align: center;
}	
	
#aam a:link, #aam a:visited{
font-size: .8em;
color: #666;
text-decoration: none;
}
	

#copy {
font-size: .8em;
color: #999999;
font-weight: bold;
letter-spacing: 1px;
line-height: 1em;
margin: 0 auto;
text-align: center;
display: block;
}	

	
	
/* misc  */

p img {
	padding: 0;
	margin: 0 5px;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.left{
float: left;
}

.right{
float: right;
}

h1, h2, h3, h4, h5, h6 {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

#main h1{
font-size: 1.4em;
}

.hide, hr {
	display: none;
	}
a img {
	border: none;
	}

.group:after {
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
}

/***************************************
Directions Page
***************************************/

.dealer-info {
    border: 1px solid #DBD4C6;
    float: left;
    height: auto;
    margin: 0.5em;
    padding: 5px;
    width: 97%;
}
#directions_container {
    border: 1px solid #DBD4C6;
    float: left;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
#directions_form {
    border: medium none;
    display: inline;
    margin-bottom: 10px;
    margin-top: 10px;
}

#directionsPanel {
    background: none repeat scroll 0 0 #EAEAEA;
    border: 1px solid #DBD4C6;
    height: auto;
    margin: 0 auto;
    overflow: auto;
    width: 100%;
}

#map_container {
    border: 1px solid #DBD4C6;
    display: inline;
    float: left;
    height: 352px;
    margin: 0;
    width: 100%;
    margin: .5em 0;
}

#map_canvas {
    display: inline;
    float: left;
    height: 350px;
    width: 100%;
}

@media print {
  #map_canvas {
    height: 950px;
  }
}

/***************************************
Credit Page
***************************************/

form.credit input {
    -moz-border-radius: 5px;
    background: #E6E6DB;
    color: #333333;
    border: 1px solid #FFFFFF;
}

form.credit select {
    color: #333333;
    font: .9em "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
}    

#terms {
    margin: 0 auto;
    padding: 0;
}

#terms_left {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    float: left;
    font-size: 8pt;
    height: 200px;
    line-height: 16px;
    overflow: auto;
    padding: 15px;
    text-align: justify;
    width: 60%;
}
#terms_right {
    float: right;
    width: 35%;
}

#terms_left ol li{
line-height: normal;
margin: 0;
padding: 0;
}

/***************************************
Contact Page
***************************************/

#contact_form {
  margin: .5em;
  padding: ;
}

#contact_form label{
color: #333;
}

/***************************************
Request Page
***************************************/

#request-form{
width: 550px;
}

#request-form ul{
list-style:none outside none;
overflow:hidden;
}

#request-form ul li{
padding: .4em 0;
float: right;
}

#request-form .submit{
margin-right: 25%;
}

/***************************************
About Page
***************************************/
.testimonial{
background: #F1F1F1;
border: 1px solid #D9D9D9;
	border: radius: .5em;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
margin: .5em;
}

.testimonial-head{
padding: .5em;
font-size: 1.2em;
border-bottom: 4px double rgba(78, 68, 60, 0.1);
}

.testimonial-name{
font-size: 1.1em;
font-weight: bold;
padding: 0 1em;
}

.testimonial-city{
font-size: .9em;
font-weight: normal;
padding: 0 1em;
}

#main article {
    border-bottom: 4px double rgba(78, 68, 60, 0.1);
    margin: 0 0 2.8em;
    padding: 0 0 1em 20%;
    position: relative;
}

article aside {
    color: rgba(78, 68, 60, 0.6);
    float: left;
    margin: 0.2em 0 0 -25%;
    width: 20%;
}
article p {
    margin: 0 40px 1.6em 0;
}


/***************************************
Customer inventory Stylesheet
***************************************/
.ve_thumb {
	max-width: 120px;
}
.inventory-row{
padding: .5em;
float:right;
}

.inventory-head{
font-size: 1.2em;
line-height: 1.4em;
float: left;
margin: 0 .5em;
width: 55%;
}

.inventory-thumb{
float: left;
margin: 0 .5em;
padding: 0;
width: 100px;
}

.inventory-info{
margin: .5em;
float: left;
width: 55%;
}

.inventory-price{
margin: 0 .5em;
float: right;
padding: 0;
text-align: right;
}

.price {
font-size: 1.3em;
font-weight: bold;
color: #3453A3;
}

p#copy {
font-size: 10px;
margin: 0;
padding: 10px 0 5px 10px;
}

#address {
font-size: 12px;
margin: 10px 0 0 0;
color: #333;
}

.rowcolor {
background: #f2f2f2;
border-top: 1px solid #fff;
border-bottom: 1px solid #E1E1E1;
}

.altcolor {
background: #f8f8f8;
border-top: 1px solid #fff;
border-bottom: 1px solid #E1E1E1;
}

.thumb {
	border: 1px solid #d2d2d2;
	float: left;
	height: auto;
	background: #E0E0D5;
	margin: 0 .8em;
	width: 10%;
	z-index: 1000;
}

.thumb img{
    display: block;
    margin: .2em 0 0;
    max-width: 100%;
    height: auto;
}

.label {
text-align: right;
}

#contacts {
padding: 10px;
font-size: 90%;
}

#contacts p {
margin: 10px;
}

.req {
color:#993333;
font-size:.9em;
font-weight:bold;
padding-right: 5px;
}

#contacts td {
padding: 3px;
}

#banner {
margin: 20px 0 0 0;
text-align: center;
}

.wht {
font-weight: bold;
color: #FFF;
}

/* vehicle details */
#main header{
    margin: 1em;
}
#main article header{
    margin: 0;
}
.vehicle-details, .photo-details{
    float: left;
    margin: 1em;
}

.detail-price{
font-weight: bold;
}
.details_link {
	font-weight: bold;
}

.mod {
margin: 1em;
}

ul.mpg {
	margin: 0 !important;
}
.mpg li{
	color: #000;
	display: inline-block;
	line-height: 44px;
	padding: 5px;
}

.mpg-fp {
	font-size:.8em;
	color: #999;
	padding: 0 0 0 1.5em;
}
/* misc styles */

div.title h2 {
	color: #474A51;
	background: #f7f7f7;
	font: 2em "helvetica";
	font-weight: normal;
	line-height:1;
	padding:12px;
	margin:15px 10px 10px 10px;
	width:95%;
	border: 8px solid #333;
	text-transform: uppercase;
}

div.title {

	font-size: 1.2em;
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
	line-height: 1em;
	margin: 0;
	padding: 0 0 10px;
}

div.title a{
	text-decoration: underline;
}

div.title a:hover{
	text-decoration: none;
}


#subnav {
	padding:0 0 10px 0;
}


#subnav ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#subnav li {
	display: block;
	margin: 5px 2px 0 0;
	padding: 0;
	float: left;
	text-align: center;
}


#subnav a {

display: block;
width: auto;
text-decoration: underline;
font-size: 16px;
}

#subnav a:hover {
text-decoration: none;

}

#pageContent h2 {
	margin: 0;
	padding: 0;
}

.copy{
	text-align: left;
	font-size: 12px;
}

#carfax {
	display: block;
	margin: .5em 0;
	padding: 2px 0 2px 23px;
	background: url(../images/carfax_check.png) no-repeat left;
}

#carfax-details .one-owner{
	padding: 15px 0 15px 90px;
	background: url(../images/carfax-one-owner.png) no-repeat left;
}
.topphoto{
	border: 3px solid #d2d2d2;
	background: #E0E0D5;
}

.topphoto img{
width: 100%;
height: auto;
display: block;
}

.nophoto{
	padding: 100px 0 0 0;
	margin: 0;
	text-align: center;
}

.thm {
	margin: 1px 1px 0 1px;
	padding: 0;
	border: 2px solid #d2d2d2;
}

.logo {
	float: right;
}

.sold {
color:#BD0000;
text-transform:uppercase;
}

.black {
color:#000;
}

.search_box{
margin: .5em;
border: 1px solid #d2d2d2;
text-align: center;
	border: radius: .5em;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	background: #ededed;
	background-image:-moz-linear-gradient(top,#ededed, #d2d2d2);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#ededed),to(#d2d2d2));
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ededed,endColorStr=#d2d2d2);
	-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ededed, endColorStr=#d2d2d2)";
	height: 8em;

}

.search_box p{
color: #333;
}

.makelist{
	padding: 0;
	margin: 0;
	list-style: none;
}

.makelist ul {
	margin: 0;
}

.makelist ul li {
	font-size: 1.1em;
	border-bottom: 1px solid #e1e1e1;
}

.makelist a{
	text-decoration: none;
	display: block;
	padding: 0.75em;
}

.makelist a:hover{
	text-decoration: none;
	background: #f2f2f2;
}

.search-head{
	background: #333;
	border: 1px solid #E5E5E5;
	border-radius:4px;
	color: #fff;
	padding: 0 10px;
}
/*************************
 Buttons
*************************/

input.submit, .financebutton{

border-radius: 8px;
-webkit-border-radius:8px;
-moz-border-radius: 8px;
border-style:solid;
border-width:1px;
cursor:pointer;
font-size:.9em !important;
font-weight: lighter;
line-height:14px;
padding:.5em 1em;
text-decoration:none;
border-color:#BBBBBB;
color:#464646;
text-transform: uppercase;

}

input.submit:hover{
border-color:#cfcece;
color:#000;
text-decoration:none;
background-image:-moz-linear-gradient(top,#e2e2e2, #FFFFFF);
background-image:-webkit-gradient(linear,left top,left bottom,from(#e2e2e2),to(#FFFFFF));
filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#e2e2e2,endColorStr=#FFFFFF);
-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(startColorStr=#e2e2e2, endColorStr=#FFFFFF)";
text-shadow:0 1px 0 #FFFFFF;
}


input.submit, .financebutton {
background: #e2e2e2;
background-image:-moz-linear-gradient(top,#FFFFFF, #e2e2e2);
background-image:-webkit-gradient(linear,left top,left bottom,from(#FFFFFF),to(#e2e2e2));
filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFFF,endColorStr=#e2e2e2);
-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFFF, endColorStr=#e2e2e2)";
text-shadow:0 1px 0 #FFFFFF;
}

input.submit, .financebutton{
line-height:15px;
white-space:nowrap;
box-shadow: .2em .2em .5em rgba(0, 0, 0, 0.3);
}

.input{
	border-radius: 6px;
	-webkit-border-radius:6px;
	-moz-border-radius: 6px;
    background: #fff;
    border: 1px solid #F4F4F4;
    color: #333333;
    font-size: 1.2em;
    padding: 5px 8px;
    width: 12em;
    }
    

/* lightbox ------------------------------------*/

#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: black;
	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/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/next.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px/1.4em Verdana, Helvetica, sans-serif;
	background-color: black;
	margin: 0 auto;
	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: 5px;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	overflow:hidden}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac */
	height: 1%;
	/* End hide from IE-mac */
	}	
	
/* 
Title:		IE patches
Author: 	dan@simplebits.com
*/

/* nav fix */

*:first-child+html #nav li {
	width: 24.9%;
	}

/* PNG fix */

* html #selector { /* for IE<6 */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='img/image.png'); background-image: none; background-repeat: no-repeat; background-color: transparent;
	}

/* self-clear floats */

* html .group { /* IE6 */
	height: 1%;
	}
*:first-child+html .group { /* IE7 */
	min-height: 1px;
	}
	
#show { 
	margin-bottom: 130px;
	}
.kw p{
font-size: .8em;
font-color: #f2f2f2;
text-align: center;
}
