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

#container {
	margin: 0 auto;
	width: 950px;
	background-color: #fff;
}

#header_front {
	margin: 0;
	padding: 0;
	width: 950px;
	height: 68px; 
	background: transparent url(../images/header_front.jpg) 0 0 no-repeat;
}

#fiveStar {
	margin: 3px 19px 0 0;
	width: 87px;
	height: 45px;
	float: right;
	display: inline;
}

#nav_front {
	margin: 0 auto;
	width: 924px;
	background: transparent url(../images/nav_bg.jpg) 0 0 no-repeat;
}

#topContainer {
	width: 100%;
	background: transparent url(../images/topContainer_bg.jpg) 0 0 repeat-y;
}

#topContainer_bttmBg {
	margin: 5px auto;
	padding: 0 0 12px;
	width: 922px;
	background: transparent url(../images/topContainer_bttm.jpg) bottom left no-repeat;
}

#mainImage {
	margin: 0 9px 9px;
	width: 675px;
	height: 274px;
	float: left;
	display: inline;

}

#topButtons {
	margin: 0 0 0 6px;
	width: 211px;
	float: left;
}

#topButtons li {
	height: 80px;
}

.middleImage {
	margin: 13px 0;
}

#bottomContainer {
	margin: 0 auto 5px;
	width: 922px;
}

#leftCol {
	margin: 0 18px 0 0;
	width: 453px;
	float: left;
	display: inline;
}

#searchContainer_front {
	margin: 0;
	width: 451px;
	height: 138px;
	background: #fff url(../images/search_bg.jpg) 0 0 no-repeat;
}

#search_front {
	padding: 0;
	color: #000;
}

#tabs {
	height: 38px;
}

#tabs a {
	margin: 0;
	padding: 0;
	width: 150px;
	display: block;
	background: url(../images/tab_bk.jpg) 0 0 repeat-x;
	border: none;
	color: #fff;
	text-align: center;
	line-height: 38px;
	font-size: 13px;
}

#tabs a.active-tab {
	color: #ccc;
	background: transparent none;
}

/*  Front Page Tabs panels */
.panel {
	margin: 0;
	padding: 3px 0 0;
	height: 94px;
	overflow: auto;
	background: transparent;
	border: 0;
}

.panel.active-tab-body {
	width: 450px; 
}

.panel.active-tab-body p {	
	margin: 0 5px;
	padding: 0;
	font-size: 80%;
	color: #000;
}

/* form rules - front page search */
.panel label {
	margin: 0.2em 0 0.5em 0;
	padding: 0 3px 0 6px;
	width: 53px;
	float: left;
	display: inline;
	text-align: left;
	font-size: 80%;
}

.panel label.wideLabel {
	width: 70px;
}

.panel select, .panel input {
	margin: 0 0 0.3em 0;
	padding: 0;
	width: 82px;
	color: #000;
	font-size: 85%;
}

.panel input, #button2 {
	margin: 0 auto; 
	width: 150px; 
	height: 25px; 
	font-weight: 700; 
	font-size: 110%; 
	float: none;
	clear: both;
	
}

/* end form rules - front page search */

#address {
	margin: 5px 0 0;
	width: 453px;
	height: 94px;
	background: transparent url(../images/bttn_address.jpg) 0 0 no-repeat;
}

#address h3 {
	padding: 28px 5px 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	text-align: right;
}

#address p {
	padding: 15px 5px 0;
	color: #000;
	line-height: 1.2em;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}

#rightCol {
	width: 451px;
	float: left;
	display: inline;
}

#flash_featuredVehiclesContainer {
	padding: 28px 0 0;
	width: 451px;
	height: 110px;
	background: transparent url(../images/featuredVehicles_bg.jpg) 0 0 no-repeat;
}

#quickButtons {
	margin: 5px 0 0;
}

#quickButtons a {
	float: left;
	display: inline;
}

#quickButtons a.middleImage {
	margin: 0 2px;
}

