@charset "utf-8";
/* CSS Document */

#container {
	background: url(../images/bg_container.jpg) 0 0 no-repeat;
	border: 0 none;
	padding: 0 10px;
	position: relative;
	width: 928px;
} 

#header {
	width: 930px;
	height: 97px;
	background: transparent url(../images/header_front.jpg) bottom center no-repeat;
	margin: 10px 0 0 0;
}

#splashLink {
	margin-left: 16px;
	width: 306px;
	height: 97px;
	display: block;
}

#nav {
	margin: 0 0 0 16px;
  background: transparent url(../images/bg_nav.jpg) 0 0 repeat-x;
	height: 28px;
	width: 893px;
}

#mainGraphic_container {
	width: 680px;
	height: 301px;
	background: url(../images/bg_mainGraphic.jpg) 0 0 no-repeat;
	margin: 0 0 5px 0px;
	position:relative;
}

label {
  color: 000;
}

#btn_finance { /*within mainGraphic_container*/
	position: absolute;
	bottom: 15px;
	right: 17px;	
}

#home_btns {
  margin: 0 0 0 16px;
	float: left;
	display:inline;
	width: 225px;
}

#home_btns li, #home_btns a {
	display:inline-block;
	height:72px;
	width:225px;
}

#home_btns li {
	margin: 0 0 5px;
	padding: 0;
}

* html #home_btns li {
	margin: 0 0 2px;
	padding: 0;
}

.hed_margin {
  margin: 0 0 0 15px;
}

.featured_vehicles_btm {
	margin-bottom: 5px;
}

#home_hours_directions {
	margin: 0 0 0 12px;
	width: 902px;
	height: 158px;
	background: transparent url(../images/bg_hours_directions.jpg) 0 0 no-repeat;
	position: relative;
}

#home_hours_directions ul {
  margin: 10px 0 0 16px;
}

#home_hours_directions li {
  display: inline;
}

table#hours {
	font-size: 12px;
	margin: 16px 0 0 35px;
}

#hours .time {
	padding: 0 40px 0 0;
}

#hours .day, #hours .day1 {
	padding-right: 10px;
	text-align: right;
	font-weight: bold;
}

#directions {
	position: absolute;
	top: 20px;
	right: 230px;
}

#directions p {
	line-height: 5px;
	font-weight: bold;
}

#btn_directions {
	position: absolute;
	top: 20px;
	right: 18px; 
}

#map {
	position: absolute;
	top: 58px;
	right: 18px; 	
}

#map img {
	display: block;
	border: 1px solid #bebebc;
}

#footer {
	padding-top: 8px;
	margin-top: 0;
	width: 930px;
	background-color: transparent;
	font-size: 11px;
}

/* ------------Model Scroller------------ */

#modelPanel_container {
	margin: 3px 0 0 15px;
	width: 896px;
	height: 131px;
	float:left;
	display: inline;
	background: url(../images/bg_modelScroller.jpg) 0 0 no-repeat;
}

/* ------------Search Form------------*/

#bg_search {
	width: 223px;
	height: 193px;
	background: transparent url(../images/bg_advancedSearch.jpg) 0 0 no-repeat;
	position: absolute;
	top: 15px;
	right: 17px;
}

#searchform {
	margin: 40px 0 0;
}

#searchform label {
	width: 60px;
	margin-bottom: 2px;
	font-size: 13px;
	font-weight: bold;
	padding-right: 5px;
}

#searchform select {
	margin-bottom: 7px;
	width: 120px;
}

#searchform #button {
	margin: 0;
	width: 121px;
	height: 23px;
	background: transparent url(../images/btn_search.jpg) 0 0 no-repeat;
	border: none;
	letter-spacing: 999em;
	text-indent: -9999em;
	display: inline;
	cursor:pointer;
}

/* nav adjustment per Dave */
#qm0 a	{	
	padding: 0 54px;
}               

.time, .time1, .day, .day1 {
  color: #000;
}