@charset "utf-8";
/* CSS Document */

body  {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
	font-size:13px;
	line-height: 18px;
	color: #EDECFF;
	background-color:#00356c;
}
ul {
margin-top:0px;
}
a {
	text-decoration:underline;
	color:#ffffff;
}
a:hover {
	color:#eba51d;
}

.containertable {	
border:#4E4E4E solid 1px;
}

.twoColFixLt #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar1 {
/*	float: left; /* since this element is floated, a width must be given */
	/*width: 220px;*/ /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 15px 10px 15px;
}
.twoColFixLt #mainContent { 
	margin: 8px 0px 0px 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px; 
} 

.twoColFixLtHdr #footer { 
	padding: 0 20px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}


h1 {
	font-size:20pt;
	color:#ffffff;
	font-weight: bold;
	margin: 0;
	line-height: 20pt;
}
h2 {
	font-size:18pt;
	color:#fdd466;
	font-weight:normal;
	margin: 0;
	line-height: 24pt;

}
.category {
	font-size:15pt;
	color:#fdd466;
	font-weight:normal;
	margin: 0;
	line-height: 16pt;

}

.chartText{
	color:#484848;
	font-size:12px;
	}
.chartDesc{
	color:#484848;
	font-size:12px;
	padding:0px 7px;
	}

.subhead {
	font-size:12pt;
	color:#eba51d;
	font-weight:bold;
	line-height: 20px;	
}

.subhead_white {
	font-size:12pt;
	color:#FFFFFF;
	font-weight:bold;
	line-height: 25px;
	letter-spacing:	1px;
}
.subhead_orange_02 {
	font-size:12pt;
	color:#eba51d;
	font-weight:bold;
	line-height: 16pt;

}
.subtablehead_sm{
	font-size:11pt;
	color:#eba51d;
	font-weight:bold;
	line-height: 20px;	
	margin-bottom:4px;
	padding-bottom:0px;
}
.subtablehead_sm a{
	text-decoration:none;
	font-size:11pt;
	color:#eba51d;
}
.subtablehead_sm a:hover{
	text-decoration:none;
	color:#FFFFFF;
	
}
.subtablehead{
	font-size:11pt;
	color:#ffffff;
	font-weight:bold;
	line-height: 28px;
	margin-bottom:0px;
	padding-bottom:0px;

}
.features_sm{
	font-size:11pt;
	color:#eba51d;
	font-weight:bold;
	line-height: 20px;	
	margin-bottom:4px;
	padding-bottom:0px;
}
.features{
	font-size:11pt;
	color:#eba51d;
	font-weight:bold;
	line-height: 20px;	
	margin-bottom:4px;
	padding-bottom:0px;
}
.benefits {
	font-size:11pt;
	color:#fdd466;
	font-weight:bold;
	line-height: 20px;
	margin: 0;
	
}
.tireInfo2 {
	font-size:11pt;
	color:#ffffff;
	font-weight:bold;
	line-height: 20px;
	margin: 0;
	
}
h3 {
	font-size:12pt;
	color:#eba51d;
	font-weight:bold;
	line-height: 20px;
	margin: 0;
	
}
h4 {
	font-size:12pt;
	color:#eba51d;
	font-weight:bold;
}

h5 {
	font-size:14pt;
	color:#ffffff;
	font-weight:bold;
}

h6 {
	font-size:12pt;
	color:#ffffff;
	font-weight:bold;
	line-height: 20px;
	margin: 0;
	
}
h1, h2, h3, h4, h5, h6 {
text-transform:capitalize;
}
.tablehead{
 	margin: 0;
	background-image:url(/images/tablehead_bckgrnd.gif);
	background-position: top;
	border-left: #336699 solid 1px;
	border-right: #336699 solid 1px;
	border-top: #336699 solid 1px;
	padding: 0px 4px 0px 4px;
}

.tablecontent{
	margin: 0;
	margin-bottom:10px;
/*	background-image:url(/images/table_bckgnrd.gif);
	background-repeat:repeat-x;*/
	background-color:#007dff;
	border: #336699 solid 1px;
	padding: 2px 8px 2px 8px;
}
.tabletoyo{
	margin: 0;
	margin-bottom:10px;
	background-color:#007dff;
	background-image:url(/images/background_toyo.jpg);
	background-repeat:no-repeat;
	background-position:top;
	border: #336699 solid 1px;
	padding: 2px 8px 2px 8px;
}
.table_long{
	margin: 0;
	margin-bottom:10px;
	background-color:#007dff;
	background-image:url(/images/background_toyo_long.jpg);
	background-repeat:no-repeat;
	background-position:top;
	border: #336699 solid 1px;
	padding: 2px 8px 2px 8px;
}
.tablecontent_02{
	margin: 0;
	margin-bottom:10px;
/*	background-image:url(/images/table_bckgnrd.gif);
	background-repeat:repeat-x;*/
	background-color:#007dff;
	border: #274e74 solid 1px;
	padding: 8px 8px 8px 8px;
}
.logodiv{
	border-bottom:  #336699 solid 1px;
	padding: 4px 0px 4px 0px;
	vertical-align:middle;
}
.leftcolumn_bodytext {
	font-size:13px;
	color:#eba51d;
    text-align:left;
	}
.leftnav {
	font-size:13px;
	color:#eba51d;
    text-align:left;
	list-style:none;
	margin: 0px;
	padding: 0px;
	}
.leftnav strong {
border-bottom: 1px solid #eba51d;
display:block;
padding:15px 0 0 0;
	}
.leftnav li, .leftnav ul  {
font-size:13px;
	margin:4px 0 0 0;
padding:0;
	padding-left:17px;
	background-image:url(/images/arrow.gif);
	background-repeat:no-repeat;
	background-position: 5px 6px;
	border-bottom: 1px solid #205da2;
	display:block;
	line-height:21px;
}
.leftnav a  {
	color:#ffffff;
	text-decoration:none;	
	}
.leftnav a:hover{
	color:#eba51d;	
	}
.datepartsreq {
	font-size:12px;
	line-height: 14px;
	color:#FFFFFF;
    text-align:left;
	}
.footer_text {
	font-size:12px;
	line-height: 14px;
	color:#ffffff;
	margin-left:15px;
    text-align:left;
	margin-top:8px;
	}
	
.footer_textbold {
	font-size:11px;
	line-height: 14px;
	color:#fcb936;
	font-weight:bold;

	}
	
.footer_phone {
	font-size:24pt;
	line-height: 24pt;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 1px;
	}
	
table.main {
	border-right: 1px solid #4E4E4E;
	border-left: 1px solid #4E4E4E;
	background-image:url(/images/background.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#00229c;
	padding:8px 0px;
}
table.main_home {
	border-right: 1px solid #4E4E4E;
	border-left: 1px solid #4E4E4E;
	background-image:url(/images/background_home.png);
	background-repeat:repeat-x;
	background-position: center;
	background-color:#00229c;
	padding:8px 0px;
}

.requestpricing {
color:#ffffff;
font-size:11px;
font-weight:bold;
border-right: 1px solid #3166a3;
border-left: 1px solid #3166a3;
border-bottom: 1px solid #3166a3;
padding-left:5px;
}
.requestpricing p {
padding:6px 0 0 4px;
margin:0px;
text-align:left;
}
.requestpricing input {
width:180px;
font-size:10px;
color:#ffffff;
border: 1px solid #eba51d;
}
input.submit {
width: 91px;
height: 24px;
background:  url(/images/submit.gif) no-repeat;
outline: none;
margin:4px;
border:none;
}
.headerleft {
background-image:url(/images/headback2.png);
background-repeat:repeat-x;
background-position:right top;
}
.headerright {
	background-image:url(/images/headback.png);
	background-repeat:repeat-x;
	background-position:left top;
}
.benfeat td {
padding:6px;
}