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

#container_front { 
	width: 950px;
	margin: 0 auto;
	background-color: transparent;
}

#topcontainer {
	margin: 0;
	padding: 0;
	width: 950px;
}

#topcontainer_bttmBorder {
	width: 100%;
	height: 7px;
}

#siteToolbarContainer {
	background-color: #efefef;
	width: 100%;
}

#siteToolbar {
	margin: 0 auto;
	padding: 0 0 5px;
	width: 950px;
}

#mainCont_front {
	margin: 0;
	padding: 7px 0 0 0;
	z-index: 300;
}

#mainGraphicCont {
	margin: 0 5px 0 0;
	padding: 0;
	width: 520px;
	height: 296px;
	display: block;
	float: right;
	background: transparent url(../images/search_bg.jpg) 0 0 no-repeat;
	background-position: center top;
	border: 2px solid #fff;	
	color: #fff;
}
#mainGraphicCont form {
	margin: 15px 0 0 30px;
	height: 190px;
}
#mainGraphicCont select {
	width: 300px;
}
#mainGraphicCont #button {
	display: inline;
	float: right;
	margin-right: 75px;
}

#search_front {
	margin: 10px 0 0 72px;
	padding: 0 0 0 0;
	width: 400px;
	height: 194px;	
	float: left;
	color: #fff;
	display: inline;
}

#tabs a {
	margin: 0;
	background: url(../images/tab_bk.jpg) 0 0 repeat-x;
}

#tabs a.active-tab {
	background: #ccc url(../images/tab_bk_hv.jpg) 0 0 repeat-x;
}

/*  Front Page Tabs panels */
.panel {
	margin: 0;
	padding: 5px 0;
	display: none;
	height: 124px;
	overflow: auto;
	background: transparent;
	border: 0;
}

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

.panel.active-tab-body p {	
	margin: 0.4em 0 0;
	padding: 0;
	font-size: 80%;
	color: #fff;
}

/* form rules - front page search */
.panel form {
	margin-top: 0.4em;
}

.panel label {
	margin: 0.2em 0 0.3em 0;
	padding: 0;
	float: left;
	text-align: left;
	font-size: 80%;
	width: 70px;
}

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

.panel label.nextCol {
	padding-left: 8px;
	width: 66px;
}

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

.panel input, #button2 {
	margin-left: 104px; 
	width: 150px; 
	height: 28px; 
	font-weight: 700; 
	font-size: 130%; 
	float: none;
}

.panel select.wideSelect {
	width: 110px;
}
/* end form rules - front page search */

#bttnLeft {
	float: left;
}

#bttnLeft li {
	margin: 45px 0 0 15px;
}

#bttnLeft li a {
	width: 195px;
	height: 32px;
	display: block;
}

#bttnRight {
	float: right;	
}

#bttnRight li {
	margin: 45px 15px 0 0;
}

#bttnRight li a {
	width: 195px;
	height: 32px;
	display: block;
}

#imageFlipper {
	margin: 0 0 0 10px;
	width: 400px;
	height: 296px;
	border: 2px solid #fff;
}
	
#carList {
	margin: 10px 3px 0 0;
	padding: 10px;
	width: 930px;
	height: 118px;
	display: block;
	background: transparent url(../images/carList_bg.jpg) 0 0 no-repeat;
}

#carList #switcher {
	overflow: hidden;
}
#carList #switcher a {
	float: left;
	margin-top: 2px;
	margin-right: 10px;
	padding: 5px 10px 3px;
	background-color: #fff;
	font-size: 11px;
}
#carList #switcher #active_list {
	margin-top: 0;
	padding-bottom: 5px;
	background-color: #b8b8b8;
	color: #000;
}

#carList ul {
	float: left;
	padding: 8px 0 0 6px;
	width: 924px;
	background: transparent url(../images/carList_innerBg.jpg) 0 0 repeat-x;
} 

#carList li {
	margin: 0 3px;
	display: inline;
}

#bottomContainer {
	margin: 10px 0;
	padding: 0;
	width: 950px;
	display: block;
	border: 1px solid #aaa;
}

#bottomContent {
	margin: 6px;
	padding: 10px;
	background-color: #1b191c;
	border: 1px solid #eee;
}

#bttm_leftCol {
	width: 340px;
	float: left;
	background: #fff url(../images/leftColumn_bg.jpg) 0 0 repeat-x;
	border: 7px solid #fff;
}

#specialsFlipperContainer h2 {
	color: #fff;
	text-align: center;
	font-size: 200%;
}

#salesHours h2, #serviceHours h2 {
	margin-bottom: 5px;
	color: #4f504b;
	border-bottom: 1px solid #4f504b;
}

#salesHours {
	margin: 15px 0 0 55px;
	font-size: 13px;
}

#serviceHours {
	margin: 10px 0 17px 55px;
	font-size: 13px;
}

#bttm_rightCol {
	padding: 5px 0;
	float: left;
	width: 562px;
	background-color: #333;
}

#bttm_rightCol h2 {
	clear: both;
	background: transparent url(../images/contentHeader.jpg) 0 0 repeat-x;
	color: #fff;
}

#bttm_rightCol p {
	margin: 0 5px 10px 10px;
	color: #fff;
}

#bttm_rightCol img {
	margin: 5px 5px 10px 0;
	float: left;
}

#footer_bg {
	background: transparent url(../images/bottomContent_bg.jpg) 0 0 repeat-y;
}

#footer {
	background-color: transparent;
	color: #111;
}

#footer a {
	color: #0071BC;
}	
		
#seo_text {
	width: 950px;
	height: 150px; 
	margin: 0 auto;
	color: #fff;
	clear: both;
}

#footertext {
	height: 140px;
}

#seo_text p { 
	font-size: 12px; 
	color: #111; 
	margin-right: 15px;
}

#seo_text a {
	font-weight: bold;
	color: #0071BC;
}
.dep_scroller .item .headline a{
	color:black !important;
}
