<!--
body {
	margin: 0;
}
a.makes {
	font-family: "Times New Roman", Times, serif;
	font-size: 23px;
	color: #000000;
	text-decoration: none;
	font-style: italic;
}
#content{
	width: 930px;
}
#header {
	text-align:left;
	}
#header #top {
	height: 42px;
	background:url(images/hubcaps_bg_top.gif);
}
#header #mid {
	height: 50px;
}
#header #bot {
	height: 13px;
	background:url(images/hubcaps_bg_bot.gif);
}
#header #notes {
	float:right;
	width: 50%;
	color:#900;
	font: 1em Verdana, Geneva;
	padding: 15px 8px 0 0;
}
#header #notes #contact {
	float:right;
}
#header #notes #promo {

}
#nav {
	float: right;
	list-style-type:none;
	margin: 7px 0 0 0;
	padding:0px;
}
#nav li {
	display:inline;
}
#makes a {
	width: 135px;
	height: 38px;
	display: -moz-inline-block; /* Fix for FF2 (if JS is disabled) */
	display: inline-block;
	line-height: 35px;
	background: transparent url(buttons/make_img.gif) 100% 0;
	background-repeat: no-repeat;
	background-position: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 23px;
	color: #000000;
	text-decoration: none;
	font-style: italic;
	margin: 10px 15px 10px 15px;
}
.view-image{
	position:absolute;
	top: -500px;
	left: 0;
	padding: 0px;
	visibility: hidden;
	line-height: 18px;
	z-index: 100;
	background-color: white;
	width: 300px;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}
hr{
	color:#CCCCCC;
	background-color:#CCC;
	height:2px;
	border:0;
	width: 86%;
	margin: 20px 0 20px 0;
	line-height:20px;
}
img.order {
	border: 0;
}

img.info{
	border: 0;
}
-->
