body {
	background: #FFFFFF url(backcf.jpg);
	margin:0;
	padding:0;
	font-family: arial, verdana;
	font-weight: normal;
	font-size:100%;
	text-align:center;
}
html, html * {
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
h2, h3 {
	background:#A0B0FF;
	font-weight:bold;
	margin:-5px -5px 5px -5px;
	padding:4px 5px;
	text-align:center;
}
h2 {
	font-size:140%;
}
h3 {
	font-size:110%;
}
h3.bottom {
	margin: 5px -5px -5px -5px;
}
#gallery div h3, #directions div h3 { margin:0 0 5px 0; }
h4 {
	font-size:105%;
	font-weight:bold;
	margin:0;
	text-align:left;
}
.product h4 {
	background:#D0D0D0;
	font-weight:bold;
	margin: 0 0 5px 0;
}
ul { margin-top:0; }
#content {
	background: #FFFFFF;
	padding: 0;
	margin: 0 auto 0 auto;
	width:854px;
	max-width:854px;
}
#content:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}

#logo {
	background: transparent url(header.jpg) no-repeat bottom right;
	padding:0;
	margin:0;
	width:854px;
	height:149px;
	clear:both;
	float:none;
}
#menu {
	margin:0;
	padding:0;
	background:#D0D0D0;
	border-top:1px solid #D00000;
	border-bottom:1px solid #D00000;
}
#content>#menu {padding:3px 0;}
#menu a {
	color:#D00000;
	display:inline;
	font-weight: bold;
	padding:3px 10px;
	margin:0;
	text-decoration:none;
}
#menu a:hover {
	color:#FFFFFF;
	background:#D00000;
}
#productframe {
	border:0 none;
	border-left: 1px solid #D00000;
	clear:none;
	width: auto;
}
#contact, #news, #products, #services, #makes, #productframe, #missing, #gallery, #directions, #purchaseinfo {
	margin: 10px;
	border-top: 1px solid #D00000;
	border-right: 1px solid #D00000;
	padding:5px;
	font-weight: normal;
	font-size:80%;
	text-align:left;
}
#contact, #news, #makes {
	display:inline-block;
	float:left;
	clear:left;
	width:200px;
}
#makes { width:160px; }
#contact p, #news p, #directions p {
	margin:0;
}
#directions p {
	font-size:140%;
	font-weight:normal;
}
#directions img {
	clear:both;
	margin:10px 0;
}
#products, #services, #missing, #gallery, #directions, #purchaseinfo {
	display:inline-block;
	overflow:hidden;
	float:none;
	clear:none;
	border-left: 1px solid #D00000;
}
#missing, #directions { text-align: center; }
#products {
	margin:10px 10px 0 0;
}
#contact *, #news *, #products *, #purchaseinfo, #purchaseinfo * {
	text-align:left;
}
#gallery div, #directions div {
	border: 1px solid #2020FF;
	margin-bottom:10px;
	padding:0;
	text-align:center;
}
.product {
	border: 1px solid #404040;
	margin-bottom:5px;
	padding:0;
	text-align:center;
}
.product a {
	color:#D00000;
}
.product a:hover {
	background:#D00000;
	color:#FFFFFF;
}
.product p {
	margin: 5px;
	text-align:left;
}
.product p.price, .product a, .product span {
	font-weight:bold;
}
.product img {
	align:center;
	max-width:600px;
	margin:0 auto;
	display:inline;
}
.product a {
	margin: 5px;
}
#makes ul {
	margin:0 10px;
	padding:0;
}
#makes ul li {
	font-size:120%;
	font-weight:bold;
}
#makes ul li ul li {
	font-size:100%;
}
#makes a {
	color:#D00000;
	display:block;
	font-weight:bold;
	text-decoration:none;
}
#makes a:hover {
	color:#FFFFFF;
	background:#D00000;
}
