/*
	File: sitebuilder_template.css 
	Date: August 12,08 2004
	Last Update: Novembwr 4th, 2005.
	
*/


@media all 
{
#ctl00_SearchParameters_cityStateDistanceRadioButtonList
{
    display:none !important;
}    
#ctl00_SearchParameters_zipSearchDistanceUnitOfMeasure
{
    display:none !important;
}
#zipSearchDistanceLabel
{
    display:none !important;
}
#zipSearchDistanceTextBox
{
    display:none !important;
}
#cityStateSearchDistanceLabel
{
    display:none !important;
}
#cityStateSearchDistanceTextBox
{
    display:none !important;
}
    
#errorMessageZipSearch
{
    color: Red;
    /*position:relative;
    left: 20px;
	top: 120px;  */  
}
#errorMessageDealerNameSearch
{
    color: Red;
    /*position:relative;
    left: 45px;
	top: 70px;  */  
}
#errorMessageDealerCityStateSearch {
    color: Red;
    /*position:relative;
    left: 80px;
	top: 130px;  */  
}
	
html {
	color: #000000;
	background-color: #EEEEEE;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

body {
	margin: 0px 0px 0px 0px;
	text-align: center;
}

#main {
	margin: 0px auto 0px auto;
	text-align: left;
	width: 771px;
	border: 1px solid #262A5D;
	background-color: #FFF;
}
#secondaryNav {
	width: 771px;
}
#header{
	height: 72px;
	margin: 0px auto 0px auto;
	width: 771px;
	background-image: url(images/driveHeader.jpg);
	background-position: top;
	z-index: 0;
}
#primaryNav {
	width: 771px;
	background-color: #E06D00;
	padding: 5px 0px;
	text-align: center;
	font-size: 90%;
}

.primary-nav a,
.primary-nav a:link,
.primary-nav a:visited,
.primary-nav a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 6px;
}
.primary-nav a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}


/*-----List controls for nav Semantics--------*/
#primaryNav ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#primaryNav li{
	display: inline;
}


#main-content{
	width: 771px;
	background-image: url(../images/repeat.jpg);
	text-align: left;
	background-repeat: repeat-y;
}
#bg-layer{
	width: 771px;
	background-image: url(../images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	min-height: 525px;	
}
#ternary-nav{
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 3px;
	text-align: left;
	width: 145px;
	height:200px;
	
}
#content {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 623px;
	text-align: left;
}
#innerContent {
	margin-left:10px;
	margin-top:10px;
	margin-right: 10px;
	height: 100%;
	text-align: left;

}
#topnav{
margin: 0px auto;
	width: 771px;
	text-align: right;
}
#topnav a:link, #topnav a:active, #topnav a:visited{
	color: #272A5D !important;
}
#topnav a:hover{
	background-color: #E06D00;
	color: #ffffff !important ;
	text-decoration: none;
}
#footer {
	clear: both;
	height: 20px;
	margin: 0px auto 0px auto;
	position: relative;
	width: 771px;
	background-image: url(../images/footer.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#sub_footer{
	text-align: center;	
	color: #262A5D;
	font-weight: bold;
	padding-top: 10px;
}


#search_div{
	position: relative;
	top: 40px;
	float: right;
	right: 5px;
	color: #FFFFFF;
	z-index: 2;
	font-weight: bold;
	padding: 0px;
}
.ternary-nav {
	color: #000000;
	font-weight: normal;
}

.ternary-nav a,
.ternary-nav a:link, 
.ternary-nav a:visited, 
.ternary-nav a:active {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.ternary-nav a:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
/*--- Image borders ---*/
.imgborder, .imgborder-left, .imgborder-right{
	border: 1px solid #000000;
}

.imgborder-right{
	float: right;
	margin-left: 5px;
}

.imgborder-left{
	float: left;
	margin-right: 5px;
}

/*--- Hours Table Styles ----*/
#hours{ /* spaceing around the entire table */
Margin: 20px 0px 20px 0px;
}
#hours p.text{ /* Header Colors */
background-color: #666666;
color: #FFFFFF;
margin: 0px 0px 0px 0px;
}
#hours table.box1{ /* Border and lines between cells color */
background-color: #000000;
}
#hours td{ /* Hour listing Colors */
background-color: #FFFFFF;
border-spacing: 1px;
padding: 0px;
width:50%;
}
#hours div.text{ /* Cell Padding */
line-height: 18px;
text-indent: 5px;
color: #000000;
}
/*--- Contact Us Form Styles ----*/
#contactusform{ /* Form Body/text Colors */

}
#contactusform .contenttext{ /* Personal Information & Information Requests Bars */
	background-color: #93536B;
	color: #FFFFFF;
	border: 1px solid #000000;
}


/*--- Coupon Styles ---*/
.coupon-titlebar td{
	background-color: #666666;
	text-align: center;
	border-bottom: 1px solid #4F4F4F;
}

.coupon-title {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 3px 2px 3px 2px;
	
}
.coupon-price {
	color: #aa0000;
	font-size: 100%;
	font-weight: bold;
	line-height: 1em;
	margin: 0px 0px 0px 0px;
	padding: 10px 2px 3px 2px;
}
.coupon-description {
	color: #000000;
	font-size: 85%;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	text-align: left;
}

.coupon-exception {
	color: #000000;
	font-size: 85%;
	margin: 0px 0px 0px 0px;
	padding: 8px 2px 3px 6px;
}

.coupon-expries {
	color: #000000;
	font-size: 75%;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 3px 2px 8px 6px;
}

.coupon-border {
	background-color: #FBFBFB;
	border: 1px solid #4F4F4F;
	width: 180px;
}
/*--------Gallery Styles------*/
.gallery_table{
	
}
.gallery_table img{
	border: 1px solid #CE9933;
	/*---This margin acts as cellpadding---*/
	margin: 0px 10px 10px 10px;
}
.gallery_table td{
	text-align: center;
}
/*-----------Site Unique Classes-------------*/
.pagetitle{
	background-image: url(../images/blue-bar.png);
	background-position: bottom left;
	background-repeat: no-repeat;	
	margin: 0em 0px 1em 0px;
	padding: 0px 0px 8px 10px;
}

.img_pagetitle{
	margin-bottom: 1em;
}

.headerSearchBar{
	border: 1px solid #E06D00;
	margin: 2px 2px 5px 2px;
	width: 134px;
	background-color: #F3F6FA;
	color: #26295C;
	vertical-align: middle;
	font-size: 10px;
	height: 17px;
}
#go
{
    padding-top: 20px;
}
.goButton{
	background-color: #E06D00;
	color: #FFFFFF;
	font-weight: bold;
	border: 0px;
	font-size: 11px;
	height: 18px;
	width: 22px;
}
/*-----------Log-in Form-------------*/
/*#login_form, #featured_items{
	font-weight: bold;
	margin-top: 3px;
	background-color: #FFFFFF;
	color: #E06D00;
	text-align: left;
	border: 1px solid #262A5D;
}
#login_form .login_header, .featured_items_header{
	background-color: #262A5D;
	font-weight:bold;
	color: #ffffff;
	padding:2px;
	margin:0px;
	height:16px;
	line-height:16px;
	text-align:left;
}
#login_form input{
	border: 1px solid #E06D00;
	margin: 2px 2px 5px 2px;
	width: 134px;
	background-color: #F3F6FA;
	color: #26295C;
}
#login_form label{
	color: #26295C;
}
#login_submit{
	background-color: #E06D00 !important;
	color: #FFFFFF !important;
	font-weight: bold !important;
	font-size: 11px;
	text-align: center;
	display: block;
	width: 60px !important;
	position: relative;
	left: 75px;
}
.required{
	font-size: 9px;
	font-weight: normal;
	text-align: right;
	color: #26295C;
	padding-right: 3px;
}
*/
form{
	padding:0px;
	margin:0px;
}
#login_form, #featured_items{
 font-weight: bold;
 margin-top: 3px;
 background-color: #FFFFFF;
 color: #E06D00;
 text-align: left;
 border: 1px solid #262A5D;
 width:143px;
 margin-right:auto;
 margin-left:auto;
}
#login_form .login_header, .featured_items_header{
 background-color: #262A5D;
 font-weight:bold;
 color: #ffffff;
 padding:2px;
 margin:0px;
 height:16px;
 line-height:16px;
 text-align:left;
}
#login_form input{
 border: 1px solid #E06D00;
 margin: 2px 2px 5px 2px;
 width: 134px;
 background-color: #F3F6FA;
 color: #26295C;
}
#login_form label{
 color: #26295C;
 font-weight:normal;
}
#login_submit{
 background-color: #E06D00 !important;
 color: #FFFFFF !important;
 font-weight: bold !important;
 font-size: 11px;
 text-align: center;
 display: block;
 width: 60px !important;
 position: relative;
 left: 75px;
}
.required{
 font-size: 9px;
 font-weight: normal;
 text-align: right;
 color: #26295C;
 padding-right: 3px;
}
#featured_items_body{
	font-size: 9px;
	text-align: center;
	color: #26295C;
	padding-bottom: 3px;
}
#featured_items_body a:link, #featured_items_body a:active, #featured_items_body a:visited{
	color: #26295C;
	font-weight: bold;
}
#featured_items_body a:hover{
	text-decoration: underline;
	color: #E06D00;
	font-weight: bold;
}
#featured_items img{
	display: block;
	margin-top: 3px;
}
/*-----------Contact Us Page-------------*/

.contactus_address_table{
	border-left: 1px solid;
	border-bottom: 3px double;
	border-collapse: collapse;
	border-color: #EEEEEE;
	margin-bottom: 1em;
}
.contactus_address_table td{
	border-right: 3px double;
	border-top: 1px solid;
	padding: 5px;
	border-color: #EEEEEE;
}

/*-----------Locator Form-------------*/

.locator_table{
	font-weight: bold;
	margin: 0 auto;
	width: 400px;
	border-right: 3px double;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 3px double;
	border-color: #EEEEEE;
	color: #E06D00;
}
.locator_table td{
	width: 50%;
}
.locator_table input, .state_select, .locator_table select{
	border: 1px solid #E06D00;
	background-color: #F3F6FA;
	font-size: 10px;
}

#ctl00_SearchParameters1_goButton, #ctl00_SearchParameters_goButton, .submit_button{
	background-color: #E06D00 !important;
	border: 0px !important;
	font-weight: bold !important;
	color: #FFFFFF;
	font-size: 11px !important;
	width: 40px;
}

#ctl00_ctl04_checkBoxListLabel1{
	color: #E06D00 !important;
}
#productsAndServices input, 
#zipSearchDistanceUnitOfMeasure input, #cityStateSearchDistanceUnitOfMeasure input{
	border: 0;
	background-color: #fff;
	display:none !important;
}
		/*----And the Results---*/
.websiteURL
{
    display:none;
}
.results_tag{
	color: #E06D00;
	font-size: 13px;
	padding-bottom: 1em;
	text-decoration: underline;
	text-align: center;
	font-weight: bold;
}		
.resultsContent{
	width: 400px;
	border-collapse: collapse;
	margin: 0px auto 2em auto;
	border-right: 3px double;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 3px double;
	border-color: #EEEEEE;
	padding: 5px;
}
.locator_results_table td{
	width: 50%;
}
#resultsContent{
	margin: 0 0 0 0px;
	line-height: 16px;

}
.resultsItem{
	position: relative;
	margin: 0 auto;
	width: 500px;
}
.resultsItemHeader a:link, .resultsItemHeader a:active, .resultsItemHeader a:visited{
	color: #E06D00;
	font-weight: bold;
	text-decoration: none;
}
.resultsItemHeader a:hover{
	color: #272A5D;
	text-decoration: underline;
}
.resultsCompanyInfoColumn{
	width: 290px;
	float: left;
}
.resultsCompanyInfoColumn a:link, .resultsCompanyInfoColumn a:active, .resultsCompanyInfoColumn a:visited{
	color: #E06D00;
}
.resultsCompanyInfoColumn a:hover{
	color: #272A5D;
}
.resultsItemHeader{
	width: 400px;
	height: 16px;
}
.resultsItemLine{
	clear:both;
	margin: 7px 0px;
	height: 10px;
	border-bottom: 3px double #E2E3E9;
}
.resultsProductsServicesLabelColumn{
	float: right;
	top:0px;
	width: 100px;
	right: 0;
}

#results_labels{
	width: 450px;
	margin: 0px auto;
	font-weight: bold;
	margin-bottom: 1em;
	color: #26295C;
	font-size: 12px;
}
.address_row strong{
	color: #E06D00;
}
.arrow_cell{
	background-image: url(../images/arrow_br.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 30px;
	padding-top: 21px;
}
.results_miles{
	float: right;
	font-weight: bold;
	color: #26295C;
	background-image: url(../images/arrow_repeat.gif);
	background-position: top;
	height: 32px;
	padding-top: 16px;
	font-size: 12px;
	text-transform: capitalize;
}
.viewmap{
	float: right;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	height: 40px;
	padding: 8px 5px 0px 5px;
	
}


.address_row a:link strong, .address_row a:active strong, .address_row a:visited strong{
	color: #26295C !important;
}
.address_row a:hover strong{
	
}


/*-----------Driving Directions-------------*/

.driving_directions{
	font-weight: bold;
/*	border-right: 3px double;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 3px double;
	border-color: #EEEEEE;*/
	color: #E06D00;
	margin: 0px auto;
	width: 350px;
	text-align: left;
}
.driving_directions input{
	border: 1px solid #E06D00;
	background-color: #F3F6FA;
	font-size: 10px;
	width: 333px;
	margin-bottom: 0.5em;
	margin-top: 0.25em;
}
.driving_directions .submit_button{
	width: auto;
	margin: 0px auto;
}
.DD_inner{
	text-align: left;
	margin: 1em auto;
}
#interstates{
	text-align: center;
}
#interstates input{
	border: 0px;
	width: auto;
	background-color: White;
}

/*-----------Product Manuals-------------*/

.manuals_table td{
	text-align: center;
	padding: 15px;
	background-color: 
}
.manuals_table img{
	display: block;
}

.arrow_list{
	list-style-image: url(../images/list_arrow.gif);
}
.arrow_list li{
	padding-top: 0px;
	padding-left: 2px;
	padding-bottom: 5px;
}
.arrow_list li:hover, .arrow_list li.iehover{
	margin-left: 3px;
}
.arrow_list a:hover{
	color: #E06D00;
	text-decoration: none;
}


/*-----------Special classes for Index Page-------------*/
.index_home{
	margin: 0px !important;
}
#index_leftcolumn{
	text-align: right;
	width: 304px;
	float: left;
}
.membersimage{
	position: relative;
	top: 200px;
}
.driveCatalogBannerHeader_h2{
	font-size: 150%;
	color:#E06D00;
	margin: 30px 0px 0px 0px;
	padding:0px;
}
.driveCatalogBannerSubHeader{
	margin:0px;
	padding:0px;
	color:#E06D00;
	font-weight:bold;
	font-size:100%;
}
.driveCatalogBannerList{
	color:#262A5D;
	font-weight:bold;
	list-style-position: outside;
}
.driveCatalogBannerList li{
	margin-bottom:4px;
}
/*---------- Do not adjust these ------------*/
.text {
	font-size: 100%;
	color: #000000;
}

.bodytextcolor {
	font-size: 100%;

}

.contenttext {
	font-size: 100%;
	font-weight: bold;
	color:#000000;
}

.hourstext {
	font-size: 100%;
	color: #000000;
}

.phead
{
	text-align: left;
}

.pp
{
	text-align: left;
}
}