html, body { 
font-family:  Trebuchet MS, Arial, Verdana, Geneva, Helvetica, sans-serif; 
font-size: 10pt; 
color: #000000; 
text-align: center;
}

/*main site borders*/

.leftBorder {
background: #000 url(/images/border_left.jpg) repeat 0 0;
}

.rightBorder {
background: #000 url(/images/border_right.jpg) repeat 0 0;
}

/*used in footer*/
.topBorder {
border-top: 1px solid #666666;
}

TD { 
font-family: Trebuchet MS, Arial, Verdana, Geneva, Helvetica, sans-serif; 
font-size: 10pt; 
color: #000000;  
font-weight: normal;
}

img { border: 0px; }

.bckWhite { 
background-color: #FFFFFF; 
}

.bckBlack {
background-color: #000;
}
	
b { font-weight: bold; }

.Hidden		{ visibility: hidden; }	
.NoDisplay	{ visibility: hidden; display: none; }
.Visible	{ visibility: visible; }	
.clear {clear: both;}

/*---------------------*/

/*Pop Up Windows*/

/*for News pop up*/
.bckDkGray {
background-color: #333;
}

.pop { 
font-family: Trebuchet MS, Arial, Verdana, 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*/

a { 
color: blue; 
text-decoration: underline;
}

a:visited {
color: #666666;
}
	
a:hover { 
color: #369; 
}

.title { 
color: #433705; 
font-family: Trebuchet MS, Arial, Verdana, Geneva, Helvetica, sans-serif; 
font-size: 14pt; 
font-weight: bold;
}

/*Latest News titles*/
.newstitle { 
color: #ccc; 
font-family: Trebuchet MS, Arial, Verdana, Geneva, Helvetica, sans-serif; 
font-size: 11pt; 
font-weight: bold; 
}

/*other small titles (calendar, forms)*/
.subhead { 
color: #666666; 
font-family: Trebuchet MS, Arial, Verdana, Geneva, Helvetica, sans-serif; 
font-size: 11pt; 
font-weight: bold; 
}

/*displayMutiple titles*/
.subtitle { 
color: #003366; 
font-family: Trebuchet MS, Arial, Verdana, Geneva, Helvetica, sans-serif; 
font-size: 12pt; 
font-weight: bold; 
}

/*---------------------*/

/*Header, Footer styles*/

.bckHdr {
background: #494d51 url(/images/bckHdr.jpg) repeat-x 0 0;
}

/*keeps from having to use 2 tds in hdr*/
#header {
height: 134px;
text-align: left;
position: relative;
}

/*logo image*/
#logo {
float: left;
padding-top: 7px;
padding-left: 10px;
width: 681px;
}

#address {
width: 250px;
float: right;
text-align: right;
padding-right: 10px;
}

#address a {
color: #fff;
}

#address a:hover {
color: #ff0000;
text-decoration: none;
}

#HeaderLinks {
position: absolute;
bottom: 3px; 
right: 8px;
}

#HeaderLinks img {
margin-left: 10px;
}

#footer {
margin: 0 auto;
width: 978px;
padding: 10px 0px;
color: #ccc;
margin-bottom: 50px;
}

.hours {
float: left;
text-align: left;
padding-left: 10px;
}

/*---------------------*/

/*default.asp Homepage Styles*/
.bckFade {
background: #031930 url(/images/bckFade.jpg) repeat-x;
border-right: 1px solid white;
}

#news{
padding: 20px 10px 5px;
background-color: #000;
}

/*welcome title only*/
#welcome {
color: #ccc;
padding: 10px;
}

#welcome .title, #news .title {
color: #fff;
font: bold 15pt/12pt Times, Times New Roman, Garamond, serif;
}

#rotatingCars {
position: relative;
z-index: 1;
}

#vSpecials {
float: left;
width: 420px;
}

#bodyContainer {
width: 647px;
background: #000 url(/images/bckFade.jpg) repeat-x;
}

#moreContent {
float: left;
width: 440px;
margin: 10px 10px 10px 10px;
color: #fff;
height: 212px;
text-align: left;
overflow: auto;
scrollbar-face-color:#0b162b;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#333;
scrollbar-shadow-color: #999;
scrollbar-highlight-color:#999;
scrollbar-3dlight-color:#000;
scrollbar-darkshadow-Color:#333;
}

#hmButtons {
padding: 20px;
width: 140px;
float: left;
}

/*---------------------*/

/*Navigtation Styles
This starts the styles for the new CSS Navigation */

/* contains the CSSnav so that it doesn't try to double-up
#navContainer {
clear: both;
text-align: left;
height: 25px;
position: relative;
z-index: 2;	
background: #333 url(/images/bckNav.jpg) repeat-x 0 0;
width: 974px;
}*/ 

.bckNav {
background: #333 url(/images/bckNav.gif) repeat-x 0 0;
}


#nav, #nav ul { 
margin: 0px -40px; /*a negative number cancels ul indentation*/
list-style-type: none;
	z-index: 55;
	}
	html>body #nav, #nav ul { position: relative; }

#nav li { 
float: left;
white-space: nowrap; 
display: inline;
width: 95px;
}

/*individual btns that need different styling*/
#nav li.home {
width: 70px;
}

#nav li.parts {
width: 80px;
}

#nav li.new {
width: 110px;
}

#nav li.used {
width: 150px;
}

#nav li.collision {
width: 125px;
border: 0px;
}

#nav li.staff {
width: 130px;
border: 0px;
}

/*for top level links (not drop down)*/
#nav a {
display: block; 
text-decoration: none;
text-align: center;
text-transform: none;
font: bold 10pt/20pt Trebuchet MS, Arial, Verdana, Geneva, Helvetica, sans-serif; 
color: #fff;
height: 25px;
border-right: 1px solid #000;
}

/*nav over state*/
#nav a:hover {
background:  url(/images/bckNav_over.gif) repeat-x 0 0;
text-decoration: none;
color: #fff;
}

/*drop down list*/
#nav li ul { 
margin: 0px;
z-index: 5000;
border: 1px solid #333; 
border-top-style: none;
border-bottom-style: none;  
padding: 0px; 
position: absolute;
background: #535f6b; 
width: 140px;
left: -999em; 
}

/*for wider drop down lists*/
#nav li ul.wider {
width: 165px;
}

/*drop down list items*/
#nav li ul li {
border-bottom: 1px solid #333;
border-right: 0px;
width: 100%;
}

/*drop down links*/
#nav li ul li a {
font: 9pt/18pt Trebuchet MS, Arial, Verdana, Geneva, Helvetica, sans-serif; 
color: #fff;
text-align: left;
border:  0px;
text-transform: none;
letter-spacing: normal;
}

#nav li ul li a:hover {
background: #000; 
text-decoration: none;
color: #fff;
}
	
#nav li ul ul { 
margin: -21px 0 0 130px; 
}
	
#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; 
}


/* search inventory popup */
.BckBox, .BckBox a { 
color: #fff;
margin-bottom: 0;
}

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:#000; 
border: 1px solid #fff;
filter: alpha(opacity=75); 
-moz-opacity: 0.75; 
opacity: 0.75;
}

#rightContainer {
width: 326px;
height: 600px;
}

#inventorySearchBox {
height: 332px;
top: 0px;
}

#vehicleSpecialsBox {
height: 300px;
padding: 25px;
}
