body {
	background-color: #FFFFFF;
	font: 60% verdana, arial, sans-serif;	
	color:#000000;
	background-attachment: fixed;
	background-image: url(../images/Hoosier%20Tire%20background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
html, body,  {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}

#wrapper {
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	vertical-align: top;
	width: 762px;
	padding:0px;	
}

#header {
	padding: 0px;
	margin: 0px;
	background-image:url(../images/Hoosier%20Racing%20Tire.jpg);	
	width:762px;
	height:140px;
}
#header h1 span{
	display:none;
	}

#nav {
	padding: 0px;
	margin: 0px;
	border:0px;	
	height:24px;
}

.content {
	padding:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border-left:1px;
	border-left-style:solid;
	border-left-color:#C4BFC5;
	border-right:1px;
	border-right-style:solid;
	border-right-color:#C4BFC5;
	min-height:400px;
}
/* columns */

#lcol {
	position:relative;
	float:left;
	padding: 0px;
	margin: 0px;
	border:0px;	
}

/* remove tire headers*/
#lcol h3 {
	display:none;
	}


hr {
	border: 0px;
	margin: 10px;
	width: 80%;
	color: #443647;
	background-color: #443647;
	height: 1px;
	text-align:center;
}

#rcol {
	position:relative;
	float:left;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	border:0px;	
}

#footer {
	background-image: url(../images/footer.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-align:left;
	padding-left:28px;
	padding-top:24px;
	padding-bottom:10px;
	margin: 0px;
	clear:both;
} 

a.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;

}
a.footer:hover{
	color:#330033;
}

.head {	
    color: #260428;
}
.subhead {	
	color: #000000;
	font-size: 12px;
	font-weight:bold;
	margin-bottom:4px;
}

/* table layout for trye sections*/
.tyreshead {
	border-bottom:2px solid #443647;
	font-size:9px;
	text-align:center;
}

.tyres{
	border-bottom:1px solid #443647;
	font-size:9px;
	text-align:center;
	padding:2px;
}

.tyresalt {
	border-bottom:1px solid #443647;
	background-color:#D5BFD5;
	font-size:9px;	
	text-align:center;
	padding:2px;	
}

/* menu style */
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: relative;
/*top: 0;
left: 0;*/
float:left;
height:24px;
z-index:100;
width: 762px; /* precision for Opera */
}
#menu dl {
float: left;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #FFCC00;
border-right: 1px solid #000000;
border-left: 0px solid #000000;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
margin-bottom: 0px;
}
#menu dd {
display: none;
}
#menu li {
text-align: center;
background: #FFCC00;
border-right: 1px solid #000000;
border-left: 1px solid #000000;
border-top: 0px solid #000000;
border-bottom: 1px solid #000000;
}
#menu li a {
color: #333333;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
padding-top:5px;
padding-bottom:5px;
padding-left:10px;
padding-right:10px;
}
#menu li ul li {
text-align: center;
background: #FFFF99;
border-right: 0px solid #000000;
border-left: 0px solid #000000;
border-top: 1px solid #000000;
border-bottom: 0px solid #000000;
}
#menu li ul li a {
color: #333333;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
padding-top:5px;
padding-bottom:5px;
padding-left:10px;
padding-right:10px;
}
#menu dt a {
color: #333333;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
padding-top:5px;
padding-bottom:5px;
padding-left:10px;
padding-right:10px;
}
#menu li a:hover, #menu dt a:hover {
background: #4C314E;
color: #FFFFFF;
height:100%;
}
