@charset "UTF-8";
.dropdown {
	float: left;
	margin: 0px;
	padding: 0px;
}
.dropdown dt {
	width:138px;
	font-weight:bold;
	cursor:pointer;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	height: 65px;
	margin: 0px;
	padding: 0px;
}
.nav_description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	line-height: 16px;
}
.dropdown dt:hover {
	margin: 0px;
	padding: 0px;
}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:138px;
	display:none;
	z-index:200;
	opacity:0;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.dropdown ul {
	width:138px;
	list-style:none;
	margin: 0px;
	padding: 0px;
}
.dropdown li {
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	color:#0A0025;
	text-decoration:none;
	width:138px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #F3D71F;
}
.dropdown a:hover {
	color:#FFFFFF;
	background-color: #CA2E08;
	background-image: url(../images/bg_dropdown_highlight.png);
}
.dropdown .underline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D9B613;
}
#header {
	height: 89px;
	width: 100%;
	background-image: url(../images/bg_header.jpg);
	margin: 0px;
	padding: 0px;
}
#top_buttons {
	height: 25px;
	width: 950px;
	line-height: 24px;
	vertical-align: middle;
	text-align: right;
	text-transform: uppercase;
	font-family: comic-sans, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 2px 2px #ffe060;
}
#nav {
	height: 65px;
	width: 950px;
	background-image: url(../images/nav_bg_test.png);
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#bt_logo {
	height: 65px;
	width: 248px;
	float: left;
}
.bold {
	font-weight: bold;
}

html, body, #wrap {height: 100%;}

body, #wrap {
	height: auto;
	min-height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -66px;
	margin-left: auto;
}
body {
	background-image: url(../images/bg.jpg);
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-attachment: fixed;
}
#content {
	padding-bottom: 66px; /* must be same height as the footer height, padding, and border */
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../images/bg_black_70.png);
}
#buttons_horizontal {
	margin-top: 15px;
	margin-bottom: 15px;
	clear: both;
	overflow: visible;
	position: relative;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#buttons_vertical {
	width: 280px;
	float: right;
}
#buttons_vertical p {
}
#body-column_left {
	vertical-align: top;
	width: 100px;
	float: left;
	margin-top: 15px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#body-column_right {
	vertical-align: top;
	width: 100px;
	float: right;
	margin-top: 15px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#feature_stories {
	height: 425px;
	width: 950px;
	background-color: #100F13;
}
.bottom {
	height: 40px;
	clear: both;
	margin-top: -40px;
}
#location-services {
	line-height: 24px;
	vertical-align: middle;
	text-align: left;
	font-family: comic-sans, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#footer {
	margin-top: 30px; /* negative value of footer height */
	height: 40px;
	clear:both;
	width: 100%;
	background-color: #060607;
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	text-align: center;
	line-height: 8px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	bottom: 0px;
}
#footer a {
	color: #6C697F;
	text-decoration: none;
}
#footer a:hover{
	color: #FFE600;
	text-decoration: none;
}
#footer hr {
	color: #333333;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.geo_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6.5px;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
#share {
	text-align: center;
}
#buttons_vertical p {
	font-size: 9px;
	line-height: 4px;
	color: #8F899D;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-bottom: 4px;
	font-weight: bold;
	text-transform: uppercase;
}
#buttons_vertical p a {
	color: #817B8D;
	text-decoration: none;
}

#buttons_vertical p a:hover {
	color: #FFCC00;
	text-decoration: none;
}
#left_column {
	background-color: #F9FBEB;
	width: 625px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 26px;
	margin-left: 10px;
	margin-right: 30px;
}
#left_image {
	float: left;
	text-align: center;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
}
#text_column     {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
}
#page_title {
	width: 950px;
	padding: 0px;
	background-image: url(../images/bg_pagetitle.jpg);
	background-repeat: repeat-y;
	margin: 0px;
}
h1 {
	color: #FFFF99;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 30px;
	text-transform: none;
	line-height: 15px;
	padding-top: 40px;
	margin-left: 20px;
	padding-bottom: 5px;
	text-shadow: 0px 2px 3px #000;
}
h3 {
	color: #F3F2E8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 0px;
	padding-bottom: 0px;
	margin-left: 10px;
	font-style: italic;
	font-weight: normal;
}
#service_icons {
	float: left;
	width: 75px;
	margin-top: 20px;
}
.arrows {
	font-family: Arial, Helvetica, sans-serif;
	color: #A600FA;
	font-size: 12px;
	padding-right: 3px;
}
#video {
	float: left;
	width: 320px;
	background-color: #999999;
	height: 265px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.hidden {
	display: none;
}
#bottom_space {
	height: 15px;
	width: 950px;
	padding: 20px;
}
#geo_info {
	line-height: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 50px;
	padding-top: 5px;
}
#h-card {
	background-color: #110047;
	width: 260px;
	float: left;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF66;
	text-align: center;
	line-height: 16px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#h-card a {
	color: #FFFF00;
	line-height: 30px;
	font-weight: bold;
}
#h-card a:hover {
	color: #FF9900;
}
.adr {
	margin-left: 7px;
}
.vcard {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}
#left_image_oil {
	float: left;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 105px;
	padding-left: 20px;
}
#coupon {
	padding-bottom: 30px;
}
#coupon a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #330066;
	padding-left: 5px;
}
#coupon a:hover {
	color: #3333FF;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #7476AB;
	text-align: center;
	padding: 0px;
	text-transform: uppercase;
}
.form_description {
	padding-left: 30px;
	padding-right: 20px;
}
.form_description p {
	font-size: 12px;
	line-height: 18px;
}
#left_image_clutch {
	float: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 150px;
	padding-left: 0px;
}
#form_container {
	padding-left: 0px;
	padding-top: 30px;
	padding-bottom: 50px;
	background-color: #F3EC98;
}
.left20px {
	margin-left: 20px;
}
#location_content {
	background-color: #F9FBEB;
	width: 625px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 26px;
	margin-left: 2px;
	margin-bottom: 25px;
	margin-right: 0px;
}
#location_right {
	width: 300px;
	float: right;
	margin-bottom: 20px;
	clear: left;
}
.powered {
	display: none;
	color: #000000;
}
#left_image_belt {
	float: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#store_photo {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	float: left;
}
#location_content a {
	font-weight: bold;
	color: #330066;
	padding-left: 5px;
	text-decoration: none;
}
#location_content a:hover {
	color: #3333FF;
	text-decoration: none;
}
#email_subscribe {
	text-align: left;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	width: 256px;
	margin-top: 25px;
	margin-bottom: 70px;
	padding: 12px;
	background-color: #DDAB00;
}
h5 {
	font-size: 22px;
	color: #fff;
	font-family: Arial;
	text-shadow: 0px 2px 3px #000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
	line-height: 24px;
}
input
{
	font-size: 13px;
	height: 12px;
	width: 165px;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 1px 1px 0px #fff;
	-webkit-box-shadow: -1px -1px 0px #000;
	padding: 5px;
	margin-top: 12px;
	vertical-align: middle;
}
input#submit
{
	height: 24px;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	width: 70px;
	margin-left: 5px;
	text-shadow: 0px 1px 2px #000;
	background-color: #0E003E;
}
#form_container input {
	height: 25px;
	background-color: #FFFFFF;
}
input#submit:hover
{
	background-color: #09002A;
}
input#submit:active
{
	
}
#left_image_reviews {
	float: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.hangingindent {
	margin-left: 10px;
}
.warning_list {
	padding-top: 50px;
	margin-left: 50px;
}
#element_4_1 {
	width: 15px;
	margin-left: 15px;
}
#element_4_2 {
	width: 15px;
	margin-left: 15px;
}
#element_4_3 {
	width: 15px;
	margin-left: 15px;
}
#brakes_88 {
	font-size: 12px;
}

#left_image_battery {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 0px;
}

.BigBold {
	font-size:1.5em;
	
#brakes_88 {
}

