body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	margin: 0px;
	background-color: #CCCCCC;
}
img {
	border-width: 0px;
}
ul, ol {
	margin-top: 0px;
	margin-bottom: 0px;
}
h1, h2, h3 {
	margin: 0px;
}
h1 {
	font-size: 2em;
}
h1.item {
	text-align: center;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.2em;
}
.heading {
	padding-left: 80px;
}
#main {
	width: 768px;
	margin: 0px auto;
	background-color: #6EA06E;
}
#head {
	height: 99px;
	background-image: url(images/mxchainharrows_Head.jpg);
	background-repeat: no-repeat;
}
#navi {
	background-color: #D39C29;
	height: 25px;
}
#navi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navi li {
	padding: 5px 0px;
	float: left;
}
#navi li.right {
	float: right;
}
#navi a {
	text-decoration: none;
	padding: 5px 15px;
	color: #000000;
}
#navi a:hover {
	background-color: #DFAA48;
}
#navi a.active {
	background-color: #DFAA48;
}
#content {
	padding: 6px;
}
#content p {
	margin: 0px;
}
#harrows {
	background-color: #FFFFFF;
	width: 600px;
	margin: 20px auto;
	border-style: solid;
	border-width: thin;
	border-color: #000000;
}
#harrows .images {
	text-align: center;
}
#harrows th.head {
	text-align: left;
	color: #009900;
	text-decoration: underline;
}
#harrows th.drawbar_head {
	border-top: thick solid #AFFF00;
}
#harrows .drawbar {
	border-bottom: thick solid #AFFF00;
	text-align: center;
}
#harrows .model {
	color: #0066FF;
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 1.5em;
	width: 100px;
}
#harrows .model_info {
	color: #0066FF;
	font-size: 1.1em;
	font-weight: bold;
	width: 500px;
}
#harrows .info {
	font-size: .9em;
}
#harrows .used {
	list-style-type: none;
}
.item_image {
	width: 600px;
	margin: 0px auto;
}
#contact {
	overflow: hidden;
}
#contact_left {
	background-color: #6EA06E;
	padding-top: 10px;
	width: 350px;
	float: left;
}
#contact_left a {
	text-decoration: none;
	color: #0033FF;
}
#contact_left h3 {
	padding-left: 80px;
}
#contact_left p {
	padding-left: 50px;
}
#contact_left a:hover {
	color: #000000;
}
#contact_right {
	width: 406px;
	border-left: 350px solid #6EA06E;
	margin-left: -350px;
	float: right;
}
#info {
	border: thin solid #000000;
}
#info legend {
	color: #FFFFFF;
	background: #D39C29;
	border: 1px solid #781351;
	padding: 2px 6px;
	font-size: 1.5em;
}
#info label {
	float: left;
	text-align: right;
	width: 7.2em;
	padding-top: .4em;
	padding-right: .3em;
}
#info label.conby {
	float: left;
	text-align: right;
	width: 7.2em;
	padding-top: .4em;
	padding-right: .3em;
}
#info .submit {
	text-align: center;
}
.thanks {
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
#footer {
	font-size: .9em;
	text-align: center;
}
#footer p {
	margin: 0px;
}
#footer a {
	text-decoration: none;
	color: #000000;
}
#footer a:hover {
	color: #333333;
}