﻿/* CSS layout */
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #0000FF;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #F4B114;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}
.wheel {
	width: 160px;
}
.info {
	vertical-align: top;
	width: 130px;
	font-size: 10pt;
	color: #000000;
	text-align: left;
}
.wheel_div {
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-width: 1px;
	border-color: #183FD4;
	margin-left: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.tire_div {
	padding: 15px;
	margin-left: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3px;
}
body {
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

#masthead {
	background-image: url('../images/header.jpg');
	height: 100px;
	margin-bottom: 15px;
}
#top_nav {
}

#container {
	min-width: 600px;
}
.content {
	text-align: center;
	padding-right: 25px;
	padding-left: 25px;
}
.titles {
	font-size: 14pt;
	color: #0000FF;
	text-align: center;
	font-variant: normal;
}
.columns {
	width: 50%;
	padding-left: 15px;
	padding-top: 0px;
	vertical-align: top;
}
#left_col {
	width: 100px;
	float: left;
}
#left_col ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#left_col a {
	display: block;
	color: #FFFFFF;
	background-color: #0333ED;
	text-decoration: none;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
}
#left_col a:hover {
	background-color: #F4B114;
	color: #000000;
}
#page_content {
	margin-left: 100px;
}
#footer {
	clear: both;
	background-image: url('../images/footer.gif');
	height: 100px;
}
.four_column {
	width: 25%;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 5px;
}
.level {
	font-weight: bold;
	background-color: #D9A426;
	text-align: center;
}
.includes {
	font-weight: bold;
	background-color: #183FD4;
	color: #CBAA5C;
	text-align: center;
}

.not_available {
	color: #FF0000;
	text-decoration: blink;
	font-weight: bold;
	text-align: center;
}

