@charset "utf-8";
/* CSS Samaritan Tire */
body {
   margin: 0;
   padding: 0;
   height: 100%;
   background: #5b5f56 url(../images/layout/bg_body.png) no-repeat 50% top;
   font-family: Arial, Helvetica, sans-serif;
   line-height: normal;
}
#winterBanner{
height: 401px;
width: 119px;
margin: 0 0 0 -130px;
/*position: absolute;
top:171px;
left:-130px;*/
}

#siteBody {
   width: 780px;
   /*height: 100%;*/
   background: #fff;
  /* margin: -401px auto 0;   REENABLE FOR BANNER*/
  margin: 0 auto;
   position: relative;
}
#header {
   height: 100px;
   position: relative;
}
#headerAddress {
   position: absolute;
   width: 200px;
   height: 100px;
   left: 570px;
   top: 0;
   text-align: right;
   padding: 10px 10px 0 0;
   color: #333;
   font-size: 13px;
}
#headerAddress #street, #headerAddress #city {
   font-size: 14px;
   font-weight: bold
}
#headerAddress #ph, #headerAddress #fx { color: #333 }
#headerAddress #ph strong, #headerAddress #fx strong { color:#035d9c; }
#tabs {
   height: 62px;
   background: #02365f;
   border-bottom: 1px solid #01111e;
   position: relative;
}
#coupons {
   height: 128px;
   background: #dadada;
   margin: 0 0 12px;
   padding: 0 0 0 8px
}
#coupons div {
   width: 239px;
   height: 102px;
   background: #ccc;
   float: left;
   margin: 12px 0 0 12px;
}
#coupons div img { border: none }
*html #coupons div { background: red; }
#coupons div ul, #coupons div ul li {
   margin:0;
   padding:0;
   list-style: none
}
#subContent {
   float: left;
   width:550px;
   padding-left: 10px;
}
#stContentArea {
   min-height: 400px;
   margin: 10px;
}
#footer { text-align: center; }
.footerLinks {
   text-align: center;
   font-size: 11px;
   font-weight: bold;
   margin: 14px 0 4px 40px;
}
.footerLinks li {
   display: inline;
   list-style-type: none;
}
.footerLinks li a {
   text-decoration: none;
   color: #bbb5b5;
   padding: 0 10px 0 10px;
}
.footerLinks li a:hover, .footerLinks li a#active {
   color: #005b9f;
   text-decoration: underline;
}
#copyright {
   color: #9c9999;
   font-size: 12px;
   font-weight: bold;
   margin: 0 0 0 40px
}
#bbb {
   float: left;
   margin: 0 0 10px 10px;
   height: 54px;
   width: 35px;
}
#login {
   float: right;
   margin: 0 10px 10px 0;
   width: 106px;
   text-align: center;
   color: #919191;
   font-size: 11px;
   line-height:12px;
   letter-spacing: -1px
}
#login span {
   color: #00beef;
   font-weight: bold;
14px;
}
#login a {
   display: block;
   margin-top: 6px
}
.homeContent {
   min-height: 400px;
   background: url(../images/layout/bg_homeContent.jpg) no-repeat right top;
   vertical-align: text-top;
   position:relative;
}
#hours {
   position: absolute;
   top: 135px;
   left: 600px;
   width: 165px;
   height: 97px;
   font-size: 16px;
   line-height:18px;
   letter-spacing: -1px;
   font-weight: bold;
   z-index: 100;
}
#hours h3 {
   margin: 0 0 10px;
   padding: 0;
}
#hours_left, #hours_right { float: left; }
#hours_right {
   color: #005b9f;
   width: 100px;
   padding-lefT: 3px
}
#hours_left {
   color: #9b9b9b;
   text-align: right;
   width: 60px;
}

#carshow{
	padding: 20px;
	padding-left: 5%
}
#homePromo{
position: absolute;
right: 10px;
top: 310px
}

/*#michPromo{
position: absolute;
right: 10px;
top: 270px
}*/

#homeLeftCol { }
.selector {
   width: 335px;
   margin: 0;
   clear: both;
   margin: 0 0 20px;
}
.selector h2 {
   color: #005e9b;
   font-size: 24px;
   letter-spacing: -1px;
   padding: 8px 0 0 0;
}
.selector h4 {
   color: #958a8a;
   font-size: 12px;
   font-weight: normal
}
#TScontent {
   background: #dfdfdf url(../images/layout/bg_TS_head.jpg) no-repeat;
   padding: 0 0 0 11px;
}
#WScontent {
   background: #dfdfdf url(../images/layout/bg_WS_head.jpg) no-repeat;
   padding: 0 0 0 11px;
}
#TScontent img, #WScontent img, #CScontent img { }
#couponDisplay { text-align: center }
#couponDisplay img:hover { border: 2px solid #333; }
#couponDisplay img {
   margin: 3px;
   border: 0;
   border: 2px solid #fff;
}
#continentalColor { color:#FF9933 }
#goodyearColor { color:#3366CC }
#brakeColor { color:#CC9900 }
#mobileServiceColor { color:#333399 }

/***********  TABS *******************/
div#tabs ul {
   bottom: 0;
   left: 6px;
   position: absolute;
   list-style:none;
   margin: 0;
   padding: 0;
}
div#tabs li {
   display:inline;
   margin:0;
}
div#tabs li a {
   float:left;
   background: url(../images/layout/tab_left.png) no-repeat left top;
   padding: 0 0 0 53px;
   margin-right: 4px;
   text-decoration:none;
}
div#tabs li a span {
   float:left;
   display:block;
   background:url(../images/layout/tab_right.png) no-repeat right top;
   padding: 16px 20px 2px 0;
   font-weight:bold;
   letter-spacing: -1px;
   color:#3b3b3b;
   font-size: 15px;
   text-indent: -32px
}
div#tabs li a span#home { padding: 16px 30px 2px 10px; }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
div#tabs li a span { float:none; }
/* End IE5-Mac hack*/

div#tabs li a:hover, div#tabs li a#current { background-position: 0% -37px; }
div#tabs li a:hover span, div#tabs li a#current span {
   background-position: 100% -37px;
   color:#fff;
}
/*******************  left menu  *********************/
#leftMenu {
   float: left;
   width: 180px;
   border-right: 1px solid #000;
   padding: 0 0 0 0;
   margin-bottom: 1em;
   font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
   background-color: #90bade;
   color: #333;
}
#leftMenu ul {
   list-style: none;
   margin: 0;
   padding: 0;
   border: none;
}
#leftMenu li {
   border-bottom: 1px solid #90bade;
   margin: 0;
}
#leftMenu li a {
   display: block;
   padding: 5px 5px 5px 0.5em;
   border-left: 10px solid #1958b7;
   border-right: 10px solid #508fc4;
   background-color: #2175bc;
   color: #fff;
   text-decoration: none;
   width: 100%;
}
html>body #leftMenu li a { width: auto; }
#leftMenu li a:hover {
   border-left: 10px solid #1c64d1;
   border-right: 10px solid #5ba3e0;
   background-color: #2586d7;
   color: #fff;
}
/********************  CSS OVERRIDES  *************************/
#TIRESELECTOR, #WHEELSELECTOR{padding: -10px 0 0;}
#yeartire, #makeSelecttire, #modelSelecttire, #chassisSelecttire, #optionSelecttire, #yearwheel, #makeSelectwheel, #modelSelectwheel, #chassisSelectwheel, #optionSelectwheel {padding: 0 0 6px }
#vehicleTireSearchForm, #vehicleWheelSearchForm { padding-right:20px; }
#vehicleTireSearchForm label, #vehicleWheelSearchForm label { display:none; }
.selectorCap {
   position:relative;
   margin: 4px 0 4px;
   bottom:20;
   left: 0;
}
#brandSearchFormCap{display: none}
#cartStatus {
   width:735px;
   margin: 0 0 20px 5px;
}
.result { width:730px; }
#searchResults_Tires, #searchResultsWheels { width: 745px; }
.pod { width:749px; }
#year, #makeSelect, #modelSelect, #chassisSelect, #optionSelect, #brandFormSelect#BrandID, #brandTireFormSelect#BrandID, brandWheelFormSelect#BrandID { margin:0 10px 4px 20px; }
#TS_vehicle h1, #TS_size h1, #TS_brand h1 { display: none }
#TS_vehicle { margin: 0 20px 0 0; }
#TS_vehicle label {
   color: #383636;
   font-size: 13px;
   float: left
}
#brandTireFormSelect, #brandWheelFormSelect{
text-align: right;
padding: 10px 10px 10px 0;
height: 60px;
}
#vehicleTireSearchForm select, #vehicleWheelSearchForm select, #vehicleTireBrandForm select,#brandTireFormSelect #BrandID select, #brandWheelFormSelect select {
   padding: 0;
   margin: 0;
   border-collapse: collapse;
   font-size: 13px;
   color: #cee0e7;
   background: #767374;
   border: none;
   outline: none;
}
#TS_vehicle input { border: none; }
#TS_vehicle option { background: #767374 }
.leftCap, .rightCap, .fill {
   width: 8px;
   height: 22px;
   display: block;
   float: right
}
.leftCap { background: transparent url(../images/layout/cap_selector_right.jpg) no-repeat; }
.rightCap { background: transparent url(../images/layout/cap_selector_left.jpg) no-repeat right top; }
.fill {
   background: #767374;
   width: auto;
   height: 22px
}
#TS_size .leftCap{margin:0 0 0 2px; float: left;;background: transparent url(../images/layout/cap_selector_left.jpg) no-repeat right top;}
#TS_size .rightCap{float: left;background: transparent url(../images/layout/cap_selector_right.jpg) no-repeat;}
#TS_size .fill{float: left}
#TS_size .labelFormat{font-size: 11px; color: #ccc}
#formTireOEMSearch, #formWheelOEMSearch {
   text-align: right;
   margin: -20px
}
#gobuttonSelecttire{
text-align: right;
}
#findTires, #findWheels {
   background:  url(../images/layout/btn_findTires.gif) no-repeat;
   display:block;
   height:32px;
   margin: 10px 0 0 210px;
	padding-top: 10px;
   width:112px;
   text-align: right
}
#findWheels {
   background:  url(../images/layout/btn_findWheels.gif) no-repeat;
   width:138px;
   margin-left: 185px
}
.capShadow { display:none; }
#tireButtonBar, #wheelButtonBar{
text-align: right;
padding: -10px 10px 0 0;
height: 30px;
margin-top: -18px;
}
#btn_tireVehicle, #btn_wheelVehicle{display: none;} /* off on page load */
#tireButtonBar img, #wheelButtonBar img{cursor: pointer;}
