@charset "utf-8";
html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }


body  {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	background:url(../img/bg_asphalt.jpg) repeat-x #0f0f0f;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	height:100%;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
}


/* Opacity classes */
.opaque_25 { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=25)"; filter: alpha(opacity=25); opacity: 0.25; }
.opaque_50 { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); opacity: 0.5; }
.opaque_75 { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; filter: alpha(opacity=75); opacity: 0.75; }

/* navigation */
a:active {
	outline: none;
}
:focus {
	outline: none;
}

/******************************************************************/
.splash {
    background-repeat: no-repeat;
    height:298px;
    margin:0;
    padding:0;
}
.subSplash {
    background-image:url(../img/sub_splash.jpg);
    background-repeat: no-repeat;
    height:145px;
    width:956px;
    margin:0;
    padding:0;
}
/******************************************************************/
.drifz #container {
    position:relative;
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin:auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	right:1px;
}
* + html .drifz #container {
    left:1px;
}
.drifz #header { 
	background: #DDDDDD; 
	background-image:url(../img/banner.jpg);
	background-repeat: no-repeat;
	height:80px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.topbar {
    position:relative;
    background:url(../img/top_bar.png);
    height:30px;
    width:900px;
}
    
.thumbs {
    padding:10px;
    float: left;
}
.thumbs img {
    padding:10px;
    height:200px;
    width:200px;
    border:1px solid #313131;
}
.thumbs p {
    text-align: left;
    margin-top: 0em;
    margin-bottom: 0em;
    clear: both;
}


.drifz #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.drifz #footer { 
	height:31px;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	background-image:url(../img/footer.jpg);
} 
.drifz #footer p {
	margin: auto; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    font: 11px/35px "trebuchet MS", Arial, Tahoma, Sans-serif;
    color: #808080;
}
span.contact {
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
    color:#fff;
    float:right;
    padding:8px 5px 0 0;
}

.big_header {
    position:absolute;
    z-index:999;
    bottom:0;
    left:0;
    margin:0 0 5px 5px;  
}
#gallery ul {
    list-style:none outside none;
}
#gallery ul li {
    display:inline;
    vertical-align:top;
    
}
#gallery ul img {
    border-color:#3E3E3E;
    border-style:solid;
    border-width:5px 5px 20px;
    margin-bottom:10px;
}
#gallery ul a:hover img {
    border-color:#FFFFFF;
    border-style:solid;
    border-width:5px 5px 20px;
    color:#FFFFFF;
}
#gallery ul a:hover {
    color:#FFFFFF;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*********************************/
/*   Locations Formatting        */
/*********************************/

.dc_info {
    position:relative;
    float:left;
    bottom:275px;
    color: #000;
}
.dc_info img {
    position:relative;
    clear:both;
    padding:10px;
    right:25px;
}
.dealer_locations {
    position:relative;
    float:right;
    margin-bottom:-300px;
    left:50px;
    bottom:442px;
    color: #000;
}
.dealer_locations img {
    position:relative;
    clear:both;
    padding:10px;
    right:25px;
}

/*********************************/
/*   Content Boxes               */
/*********************************/

#mainTextArea {
    position:relative;
    float:left;
    margin:20px 10px 0 15px;
    width:50%;
}
#mainTextArea h2{
    color:#2f5ea3;
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
#mainTextArea h3{
    color:#c02b37;
    font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}
#mainTextArea ul{
    float:left;
    margin:0;
    padding:10px;
    list-style-type: none;
}
#mainTextArea li{
    position:relative;
    background:url(../img/bluesquare.gif) 0 5px no-repeat;
    padding-left:10px;
}

#subTextArea {
    position:relative;
    float:left;
    margin:20px 10px 0 15px;
    width:100%;
}
#subTextArea h1{
    color:#2f5ea3;
    font: bold 13px Verdana, Arial, Helvetica, sans-serif;
}
#subTextArea h2{
    color:#2f5ea3;
    margin:0 0 0px 0;
    padding:0;
    float:left;
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
#subTextArea ul{
    float:left;
    margin:0;
    padding:10px;
    list-style-type: none;
}
#subTextArea p{
    float:left;
    margin-right:50px;
    padding:0px;
}
#subTextArea a{
    font: 13px "trebuchet MS", Arial, Tahoma, Sans-serif;
	color:#388cc9;
	outline: none;
	text-decoration: none;
    padding:0px;
}
#subTextArea a:focus {
	outline: none;
	color:#bf2b37;
}
#subTextArea a:hover {
	outline: none;
	color:#bf2b37;
	text-decoration: underline;
}

.sideContent {
    background:url(../img/content_box.png);
    position:relative;
    display:block;
    float:right;
    margin:10px 0 10px 0;
    width:41%;
    height:238px;
}
.sideContent img {
    position:relative;
    display:block;
    border:0;
    z-index:0;
    padding:25px 0px 0px 18px;
}
.followus {
    background:url(../img/tirebuyfacebook.png) no-repeat;
    position:relative;
    display:block;
    height:300px;
    z-index:0;
    margin:25px 0px 0px 18px;
}
.fb_link {
    background:transparent;
    float:left;
    cursor: hand;
    position:relative;
    top:55px;
    left:1px;
    z-index:10;
    height:60px;
    width:329px;
}
.tw_link {
    background:transparent;
    float:left;
    cursor: hand;
    position:relative;
    z-index:10;
    top:55px;
    left:1px;
    height:60px;
    width:329px;
}
.bottomContent {
    position:relative;
    height:135px;
    width:901px;
    margin:auto;
    right:1px;
    background:url(../img/content_box_long.png) no-repeat;
}

.tb_link {
    float:left;
    cursor: hand;
    position:relative;
    top:10px;
    left:10px;
    background:transparent;
    height:116px;
    width:320px;
}
.legends_link {
    cursor: hand;
    float:right;
    position:relative;
    top:10px;
    right:10px;
    background:transparent;
    height:116px;
    width:561px;
}
.news_title {
    position:relative;
    background:url(../img/news_header.png);
    height:31px;
    width:430px;
    margin:20px 0 0 0;
}
.news_title h1 {
    color:#fff;
    font: bolder 14px Verdana, Arial, Helvetica, sans-serif;
    margin:0 0 0 5px;
    text-shadow: #23893b 1px 1px 1px;
}
.news_date {
    position:relative;
    color:#ff7e00;
    font:10px Verdana, Arial, Helvetica, sans-serif;
    margin:0 0 0px 5px;
    bottom:1px;
}
.news_headlines img {
    border:0;
    float:left;
    padding:5px 15px 5px 0px;
}
.box {
	position:relative;
	margin:0 0 18px 10px;
	width:95%;
	z-index:0;
}

.box .sidemenu {
	padding:9px 9px;
	margin-right:-9px;
	margin-left:9px;
	background-color:#FFFFFF;
	z-index:0;
}
.box .subContent {
    overflow: hidden;
	padding:9px 9px;
	margin-right:-9px;
	margin-left:9px;
	background-color:#FFFFFF;
	z-index:0;
}
.box .info {
	padding:0px 0px;
	margin-right:0px;
	margin-left:0px;
	background-color:#FFFFFF;
	z-index:0;
}
	
.box .crnr {
	position:absolute;
	top:0;
	left:0;
	height:9px;
	width:9px;
	font-size:1px;
	background:url(../img/panel/lightblue.png) 0 0;
	z-index:0;
}
.box .tr {
	left:auto;
	right:-18px;
	background-position:-9px 0;
	z-index:0;
}
.box .bl {
	top:auto;
	bottom:-9px;
	background-position:0px -9px;
	z-index:0;
}
.box .br {
	left:auto;
	top:auto;
	right:-18px;
	bottom:-9px;
	background-position:-9px -9px;
	z-index:0;
}

.box .edge {
	position:absolute;
	z-index:0;
	}

.box .top {
	top:0px;
	left:9px;
	width:100%;
	height:9px;
	border-top:1px solid #dae1e8;
	z-index:0;
	}
.box .lt {
	top:9px;
	left:0px;
	height:97%;
	width:9px;
	border-left:1px solid #dae1e8;
	z-index:0;
	}
.box .rt {
	top:9px;
	right:-18px;
	height:97%;
	width:18px;
	border-right:1px solid #dae1e8;
	z-index:0;
}
.box .bot {
	bottom:-9px;
	left:9px;
	height:9px;
	width:100%;
	border-bottom:1px solid #dae1e8;
	z-index:0;
}
#data_header {
    position:relative;
    width:100%;
}
#data_btns {
    position:absolute;
    margin-top:150px;
    right:75px;
    text-align:left;
}
#data_btns img {
    border-style:none;
    padding-right:10px;
}
#data_btns a {
    border-style:none;
    text-decoration:none;
}
.mainimage {
    float:left;
}

#gradient-style {
    position:relative;
    border-collapse:collapse;
    font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
    font-size:12px;
    right:14px;
    margin:5px 0px 10px 0px;
    text-align:left;
    width:100%;
}
#gradient-style th {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:url(../img/table_gradhead.png) #222  repeat-x scroll 0 0;
    border-bottom:1px solid #000;
    border-top:2px solid #000;
    color:#FFF;
    font-size:13px;
    font-weight:bold;
    padding:8px;
}
#gradient-style td {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#000 url(../img/table_gradback.png) repeat-x scroll 0 0;
border-bottom:1px solid #000;
border-top:1px solid #000;
color:#FFF;
padding:8px;
}
#gradient-style tr.lightrow td {
    background:#2c2c2c;
} 
#gradient-style tr.darkrow td {
    background:#1b1b1b;
}

#gradient-style-cb {
    border-collapse:collapse;
    font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
    font-size:14px;
    margin:5px;
    text-align:center;
    width:400px;
}
#gradient-style-cb th {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:url(../img/table_gradhead.png) #B9C9FE  repeat-x scroll 0 0;
    border-bottom:1px solid #000;
    border-top:2px solid #000;
    color:#FFF;
    font-size:13px;
    font-weight:bold;
    padding:8px;
}
#gradient-style-cb td {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#d2eafa url(../img/table_gradback.png) repeat-x scroll 0 0;
border-bottom:1px solid #FFFFFF;
border-top:1px solid #FFFFFF;
color:#114a83;
padding:8px;
}

/******************/

.clear {font-size: 1px; height: 1px}


/***********************************************************/
/*   Dealer Results Styles                                 */
/***********************************************************/
#dealer_results {
    position:relative;
    margin-bottom:10px;
    z-index:0;
}
#dealer_form {
    position:relative;
    z-index:20;
}

#dealer_form form {
    position:relative;
    margin-bottom:20px;
}
#dealer_form form input {
    margin-top:15px;
}
* + html #dealer_form form input {
    margin-top:30px;
}

caption, th {
    text-align:left;
}

* + html #dealer_form form {
    position:relative;
    bottom:20px;
    margin-bottom:0px;
}
td .dealer_pin {
    margin:0 auto;
}
a .dealer_pin, .dealer_pin a, .dealer_pin {
    background:transparent url(img/ico_pin.png) no-repeat scroll center top;
    display:block;
    font-size:10px;
    height:17px;
    line-height:15px;
    text-align:center;
    width:17px;
}
.hit_results {
    position:relative;
    bottom:20px;
}
#dealer_view #dealer_list {
    width:800px;
    margin:auto;
}
#dealer_view thead th.first {
    text-align:center;
    width:6%;
}
#dealer_view tbody tr.row_even td {
    background:#2C2C2C none repeat scroll 0 0;
}
#dealer_view tbody tr.row_odd td {
    background:#1B1B1B none repeat scroll 0 0;
}


#dealer_view thead th {
    background:#222222 url(../img/table_gradhead.png) repeat-x scroll 0 0;
    border-bottom:1px solid #000000;
    border-top:2px solid #000000;
    color:#ff8000;
    font-size:11px;
    font-weight:bold;
    padding:8px 4px 8px 0;
    vertical-align:top;
    width:23.5%;
}
#dealer_view tbody td {
    background:none repeat scroll 0 0;
    border-bottom:3px solid #0f0f0f;
    padding:4px 4px 8px 0;
    vertical-align:top;
}

caption, th {
    text-align:left;
}
#dealer_view table {
    border-collapse:collapse;
    border-spacing:0;
}
.record {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    color: #FFF;
}
.name {
    font-weight:bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    color: #FFF;
    text-align:left;
}  
.dealerinfo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    color:#FFF;
}
.maplink {
    text-align:left;      
    font-weight:bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    color: #2e9045;
}
