html, body { 
font-family :  Arial, Verdana, Trebuchet MS, Geneva, Helvetica, sans-serif; 
font-size : 10pt; 
color: #fff; 
text-align: center;
/*background-repeat: repeat-x; /*bkgrd image in htmlelements*/
/*background-color: #e27843;*/
}

/*Full site (hdr, content, ftr) container*/
#container{
margin: 0 auto;
width: 1000px;
/*height: 100%;*/
position: relative;
background-color: #000;
}

.bordered{
border: 1px solid black;
border-top-style: none;
}

/*for forms*/
TD { 
font-family : Arial, Verdana, Trebuchet MS, Geneva, Helvetica, sans-serif; 
font-size : 10pt; 
color: #000;  
font-weight : normal;
}

img { border: 0px; }

.bckWhite { 
background-color: #fff; 
}

.bckBlack{
background-color: #000;
}

.left {
float: left;
}

.right {
float: right;
}
	
b { font-weight: bold; }

.Hidden		{visibility: hidden;}	
.NoDisplay	{visibility: hidden; display: none;}
.Visible	{visibility: visible;}

/*---------------------*/

/*Pop Up Windows*/

/*for News pop up*/
.bckDkGray{
background: #999 url(/images/bckNav.gif) repeat-x 0 0;
}

.pop { 
font-family : Arial, Verdana, Trebuchet MS, Geneva, Helvetica, sans-serif; 
font-size : 11pt; 
color: #000000;  
font-weight : normal;
}

.bckPopUp1 { 
background-color: #FFFFFF; 
background-image: url(/images/bckPopup.jpg); 
background-repeat: no-repeat; 
}

.bckPopUp2 { 
background-color: #FFFFFF; 
background-image: url(/images/bckPopup.jpg); 
background-repeat: no-repeat;
}

/*used in floating models*/
.itemBorder { 
border: 1px solid #666; 
}

/*---------------------*/

/*Global Elements*/

.title{
font : bold 14pt Helvetica, Arial, Verdana, Geneva, Trebuchet MS, sans-serif;  
color: #333333;
}

a { 
color : #000033; 
text-decoration : underline;
}
	
a:hover { 
color : #333; 
}
	
a.small {
color : #666666; 
text-decoration : none; 
font-size: 8pt;
}

.models, .models a:link, .models a:active, .models a:visited { 
color: #fff;
font-size: 11px;
}
.models a:hover { 
color: #000;
text-decoration: none;
}
.models img {
margin-bottom: -5px;
}

/*displayMutiple titles*/
.subhead { 
color: #666666; 
font-family : Arial, Verdana, Trebuchet MS, Geneva, Helvetica, sans-serif; 
font-size : 11pt; 
font-weight: bold; 
}

.subhead a:link, .subhead a:active, .subhead a:visited 
{ 
color : #829ABF;
text-decoration : none; 
font-weight: bold; 
}

.subhead a:HOVER { 
color : MediumBlue; 
text-decoration : underline; 
}

.subtitle { 
color: #003366; 
font-family : Arial, Verdana, Trebuchet MS, Geneva, Helvetica, sans-serif; 
font-size : 13pt; 
font-weight: bold; 
}

#clear {
clear: both;
}

/*---------------------*/

/*Header Content div styles*/

#header {
text-align: left;
width: 1000px;
height: 110px;
background: #000 url(/images/bckHdr.jpg) no-repeat;
position: relative;
}

/*logo image*/
#logo{
margin-top: 25px;
margin-left: 10px;
}

#address{
position: absolute;
top: 10px;
right: 15px;
font: normal 9pt/1.5em Arial, Verdana, Trebuchet MS, Geneva, Helvetica, sans-serif; 
text-align: right;
padding-right: 5px;
color: #000;
height: 90px;
}

#address a{
color: #003366;
}

#address a:hover {
color: #333;
text-decoration: none;
}

#address a:visited {
color: #ccc;
}

/*---------------------*/

/*default.asp Homepage Styles*/
#hmContent{
margin: 0 auto;
background-color: #fff;
width: 998px;
border-left: 1px solid black;
border-right: 1px solid black;
text-align: left;
}

#hmTop{
height: 230px;
position: relative;
}

#hmLeft{
text-align: center;
width: 250px;
height: 230px;
max-height: 230px;
background: #bababa url(/images/bckInv.gif) repeat-x 0 0;
position: absolute;
left: 0px;
overflow: hidden;
}

#rotatingCars{
width: 500px;
position: absolute;
left: 250px;
background-image: url(/images/hmCar_placeholder.gif);
background-repeat: no-repeat; 
}

/*preloads rotating images, see miniModels.asp*/
div#preload { display: none; }

#hmCar_text{
position: absolute;
left: 350px;
top: 180px; /*pushes text up w/o moving image down*/
z-index: 9999;
padding: 10px;
background-color: #036;
border: 2px solid white;
}
		
#placeholder{
width: 500px;
height: 230px;
border: 0px;
filter: alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
KhtmlOpacity: 0;
}

#vSpecials{
width: 250px;
height: 230px;
position: absolute;
right: 0px;
background: #bababa url(/images/bckVspecials.gif) repeat-x 0 0;
padding-top: 35px;
height: 230px;
max-height: 230px;
text-align: center;
overflow: hidden;
}/*see specials styles below*/


#hmBottom {
position: relative;
text-align: left;
/*border: 10px solid #c08080;*/
background-color: #fff;
}

#minis{
position: relative;
height: 60px;
background-color: #fff;
text-align: center;
}
#minisTable img { behavior: url(includes/iepngfix.htc);} /*for any pngs in IE 6*/
#minisTable td {padding: 0px 5px;}
#minisTable a{
text-decoration: none;
font-size: 8pt;
font-weight: bold;
color: #cc0000;
}
#minisTable a:hover{
text-decoration: none;
color: #cc0000;
}

#titleBar{
height: 25px;
background: #bababa url(/images/bckTitle.gif) repeat-x 0 0;
text-align: left;
}

#welcomeTitle{
float: left;
margin-left: 10px;
}

#mapTitle{
float: right;
margin-right: 50px;
}

#welcome{
font-size: 10pt;
line-height: 12pt;
margin: 5px 0px 0px 10px;
padding-bottom: 5px;
overflow: auto;
color: #000;
background: transparent url(/images/bckWelcome.gif) no-repeat 30% 0;
}

#mapBtn{
position: relative;
right: 0px;
margin: 0px 7px;
}

/*---------------------*/
/*Footer Styles*/


#footer { 
clear: both;
width: 1000px;
font: bold .85em/2em Arial, Verdana, Trebuchet MS, Geneva, Helvetica, sans-serif; 
color: #fff;
margin: 0 auto;
background: #003366 url(/images/bckFtr.gif) no-repeat 0 0;
height: 25px;
}

#footer a{
color: #fff;
}

#footer a:hover{
text-decoration: none;
}	

/*NAVIGATION STYLES*/
/* contains the CSSnav so that it doesn't try to double-up*/ 
#navContainer {
clear: both;
text-align: left;
height: 24px; /*makes sure bckNav shows*/
position: relative;
z-index: 9000;
background: #000 url(/images/bckNav.gif) repeat-x 0 0;
}

#nav, #nav ul { 
margin: 0 auto; /*a negative number cancels ul indentation*/
list-style-type: none;
}
html>body #nav, #nav ul { margin-left: -40px; }

#nav li { 
float: left;
white-space: nowrap; 
display: inline;
width: 90px;
}

/*individual nav items*/
#nav #home{width: 75px;}
#nav #specials{width: 90px;}
#nav #inventory{width: 130px;}
#nav #used{width: 170px;}
#nav #finance{width: 75px;}
#nav #service{width: 150px;}


/*for top level links (not drop down)*/
#nav a {
display: block; 
text-decoration: none;
text-align: center;
text-transform: uppercase;
font: bold 9pt/2em Arial, Helvetica, sans-serif;
color: #fff;
height: 24px;
}

/*nav over state*/
#nav a:hover {
background: #000 url(/images/bckNav_over.gif) repeat-x 0 0;
text-decoration: none;
color: #fff;
}

/*drop down list*/
#nav li ul {
position: absolute;
margin: 0px;
padding: 0px;
z-index: 9001; 
border: 1px solid #999; 
border-top-style: none;
border-bottom-style: none;
background: #cc0000; 
width: 150px;
left: -999em;
}
/*html>body #nav li ul {
margin-top: 5px;
}*/

/*for wider drop down lists*/
#nav li ul.wider{
width: 155px;
}

/*drop down list items*/
#nav li ul li {
border-bottom: 1px solid #999;
border-right: 0px;
width: 100%;
}

/*drop down links*/
#nav li ul li a {
font: bold 9pt/1.5em Arial,Verdana, Geneva, Helvetica, sans-serif;
height: 20px;
color: #fff;
text-align: left;
border:0px;
text-transform: none;
letter-spacing: normal;
}

#nav li ul li a:hover {
background: #990000;
text-decoration: none;
}
	
#nav li ul ul { 
margin: -21px 0 0 130px; 
z-index: 9999;
}
	
#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 { 
left: auto; 
}

/*--------------------*/
/*OTHER ELEMENTS*/

.ads{
background: #000 url(/images/couponTitleBck.jpg) 0 0 no-repeat;
height: 32px;
color: #fff;
padding-left: 120px;
font: bold 1.5em/1.5em Trebuchet MS, Arial,Verdana, Geneva, Helvetica, sans-serif;
}

/*Espanol page*/
/*For Featured item in a content page*/
	#feature{
	border: black 1px solid; 
	font-size: 9pt; 
	float: right; 
	margin: 10px;  
	padding: 10px;
	background-color: #ebebeb; 
	text-align: center
	}

/*-------------------*/
	
/* search inventory popup */
.BckBox, .BckBox a { 
color: #fff;
margin-bottom: 0px;
}

div#InventoryBlock{
display:none;
}

div#Inventory { 
position: absolute; 
z-index: 2000; 
top: 115px; 
left: 425px; 
width: 250px; 
height: 300px; 
}

div#TransBackground { 
position: absolute; 
z-index: 1000; 
top: 100px; 
left: 400px; 
width:300px; 
height:400px; 
background-color:#000000; 
border: 1px solid #fff;
filter:alpha(opacity=75); 
-moz-opacity: 0.75; 
opacity: 0.75;
}

/*Testimonials*/

#theTestimonials{
position: absolute;
top: 0px;
left: 270px;
}

.SiteTestimonialScroller { 
	position:relative; 
	top:5px; 
	left:0px; 
	text-align: left;
	margin-top: 0px;
} 
.TestimonialFrame { 
	margin-top: 0px;
	position: relative; 
	background: transparent url(/images/bckTestimonials.gif) 0 0 repeat-x;
}

#theTestimonials, .SiteTestimonialScroller, .TestimonialFrame{
width: 185px;
height: 75px;
}

.TestimonialItem  { 
	text-align: center;
	padding:0px;
	width: 185px; /*for padding, make 10px less than testimonialFrame*/
}

.TestimonialCustomer  { 
	display: inline; 
	font-family : Trebuchet MS, Arial,Verdana, Geneva, Helvetica, sans-serif; 
	font-size : 7pt; 
	color : #000; 
	font-weight : bold; 
}	
.TestimonialLocation  { display: inline; }	
.TestimonialCity  { 
	font-family : Trebuchet MS, Arial,Verdana, Geneva, Helvetica, sans-serif; 
	font-size : 7pt; 
	color : #000; 
	font-weight : bold; 
}	
.TestimonialState  { 
	font-family : Trebuchet MS, Arial,Verdana, Geneva, Helvetica, sans-serif; 
	font-size : 7pt; 
	color : #000 ; 
	font-weight : bold; 
}	
.TestimonialBody  { 
	line-height : 125%; 
	font-family : Trebuchet MS, Arial,Verdana, Geneva, Helvetica, sans-serif; 
	font-size : 8pt; 
	color : #000 ; 
	font-weight : normal; 
}	
.TestimonialBody a:link, .TestimonialBody a:active, .TestimonialBody a:visited  { 
	color : #fff ; 
	text-decoration: none; 
}

/*Vehicle Specials*/

.invSpecialTitle { color: #fff; font-family : Trebuchet MS, Arial, Verdana; font-size : 12pt; font-weight: bold; display: none;}
.invSpcHdr	  { color: #a8b1b7; font-family : Trebuchet MS, Arial, sans-serif; font-size : 13.5pt; font-weight: bold; }
.invSpcText	  { color: #000; font-family : Trebuchet MS, Arial, sans-serif; font-size : 10pt; font-weight: bold; }	
.invSpcPrice  { color: #ff0000; font-family : Trebuchet MS, Arial, sans-serif; font-size : 11pt; font-weight: bold; }
.invSpcHdrBck { border-bottom: 1px solid #76743f; background-color: #000; text-align: center; display: none; }
.invSpcTableCellHor       { border-right: 1px solid #a8b1b7; }
.invSpcTableCellVer       { border-bottom: 1px solid #a8b1b7; }	
/*border AND background*/
.invSpcBorder { border: 0px; background: #ccc url(/images/bckGrayFade.gif) 0 0 repeat-x;}