body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/mainbg.gif);
	background-repeat: repeat-y;
	background-position: left;
}
h1#headbar {
	background-color: #330000;
	font-size: 12px;
	padding: 2px;
	margin: 0px;
	color: #FFFFFF;
}
div#headimg {
	border-bottom: 16px solid #300;
	width: 760px;
}
#leftside {
	padding-left: 10px;
	padding-top: 10px;
	/* border-right: 1px solid #aaa; */
}
#contentarea {
	padding: 15px;
}

#indexbox {
	background-image: url(images/indexbox.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 200px;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
	margin: 0px;
}
#indexbox td {
	font-size: 90%;
	line-height: 140%;
}
#navbar a {
	display: block;
	background-image: url(images/linkbg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#navbar a:hover {
	background-color: #eee;
}
#address {
	font-size: 90%;
	line-height: 150%;
}
.maintext {
	font-size: 90%;
	line-height: 150%;
}
.maintextshifted {
	font-size: 90%;
	line-height: 150%;
	padding-left: 12px;
}

h3.main {
	border-bottom: 1px solid #aaa;
	font-size: 14px;
	padding: 3px;
	color: #660000;
}
#productbox {
	font-size: 90%;
	line-height: 140%;
}
#productbox .price {
	font-weight: bold;
}
#productbox form {
	text-align: right;
}
.maintenancebox {
	font-size: 90%;
	line-height: 150%;
}
.maintenancebox td {
	vertical-align: top;
}
h4 {
	font-size: 14px;
	border-left: 12px solid #999999;
	padding-left: 4px;
}
.sizesmall {
	font-size: 80%;
	line-height: 120%;
}
