@charset "utf-8";
/* CSS Document */

/********************************************/
/*               CSS Reset                  */
/********************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear:both;
	margin:0px;
	height:0px;
	padding:0px;
	width:0px;
	overflow:hidden;
}
sup.reg {
	font-size:.7em;
	vertical-align:text-top;
}
sup.trade {
	font-size:.7em;
	vertical-align:text-top;
}
span.nobreak {
	white-space:nowrap;
}


/**********************************************/
/*           Body Style                       */
/**********************************************/
body {
	background:#313133 url('/img/global/bg_asphalt.jpg') top center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}
div#container {
	background-color:#ffffff;
	width:961px;
	margin:0px auto;
	min-height:683px;
	height:auto !important;
	height:683px;
}
/**********************************************/
/*           Header Styles                    */
/**********************************************/
div#home_topBar {
	background-color:#000000;
	width:961px;
}
div#searchBar {
	float:right;
	padding-top:15px;
}
div#header_bar {
	clear:both;
	height:12px;
	min-height:12px;
	width:961px;
	background:#fe0000 url('/img/global/red_yellow_bar.gif') top left repeat-x;
	overflow:hidden;
}

/**********************************************/
/*           Nav Styles                       */
/**********************************************/
div#leftNav {
	margin-right:20px;
	float:left;
	width:175px;
	position:relative;
	top:0;
	left:0;
	z-index:2;
}
div#leftNav_retailLocator {
	text-align:center;
	margin-bottom:40px;
	padding-top:40px;
}
div#leftNav_retailLocator:after {
	clear:both;
}
div#leftNav_retailLocator h2 {
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
	padding:0px;
	margin:0px;
}

div#leftNav_retailLocator h3 {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding:5px 0px;
	margin:0px;
}
ul#navMenu {
	width:170px;
	position:absolute;
	text-align:right;
	background:#ffffff;
	margin-left:10px;
}

ul#navMenu li {
	display:block;
	position:relative;
	cursor:pointer;
}
ul#navMenu li a {
	font-weight:bold;
	font-style:italic;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	text-decoration:none;
	padding:10px 5px 10px 0;
	width:165px;
}
ul#navMenu li a:hover {
	text-decoration:underline;
	color:#ff0000;
}
ul#navMenu li ul {
	display:none;
}
.showMe {
	position:absolute;
	width:200px;
	left:170px;
	top:0px;
	background:#aaaaaa;
}
.showMe li a{
	padding:10px 0px 10px 0;
	width:190px;
}
.hoverMe {
	background:#cccccc;
}

/**********************************************/
/*           Footer Styles                    */
/**********************************************/
div#footer {
	background: #FFDD05 url('/img/nav/bg_footer.gif') no-repeat top left;
	margin:0px;
	padding:0px;
	min-height:61px;
	height: 61px;
	clear:both;
	overflow:hidden;
}
div#footer_bar {
	clear:both;
	min-height:20px;
	height:auto !important;
	height:20px;
	width:961px;
	background:#fe0000 url('/img/global/red_gray_bar.gif') top left repeat-x;
	overflow:hidden;
}
div#country_select {
	float:right;
}
div#tire_menu {
	float:right;
	height:21px;
	padding-top:10px;
	margin-right:20px;
}
div#policy {
	float:left;
	height:40px;
	line-height:20px;
	font-size:11px;
	color:#666666;
	padding-left:10px;
	text-transform:uppercase;
}
div#policy a {
	font-weight:bold;
	text-decoration: none;
	color:#666666;
}

/************************************************/
/* */
/************************************************/
/* DO NOT USE RIGHT PADDING OR RIGHT MARGIN OR THE CONTENT 
WILL DROP IN IE */
div#content {
	width:746px;
	float:left;
	min-height:600px;
	height:auto !important;
	height:600px;
	margin-bottom:20px;
}