﻿html, body
{
	margin: auto;
	padding: 0px;
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-y;
	font-family: Arial;
	text-align: center;
	background-position: center center;
}
a
{
	text-decoration: none;
	color: #8b0000;
}
a:hover
{
	color: #1e90ff;
	text-decoration: underline;
}

/* Makes PNG's translucent in IE6 */
img
{
	behavior: url(script/iepngfix.htc);
	vertical-align: top;
	border-style: none;
}
#wrapper
{
	width: 750px;
	margin: auto;
}
#leftcontainer
{
	width: 511px;
	float: left;
}
#topleftimage
{
	width: 511px;
	height: 140px;
}
#menu
{
	width: 511px;
	height: 31px;
	background-image: url(images/menubg.jpg);
	background-repeat: repeat-x;
	line-height: 31px;
}
.menu, .submenu
{
	font-family: Arial;
	font-weight: bold;
	float: left;
}
.menu a
{
	color: #000000;
}
.menu a:hover
{
	color: #C6C6C6;
}
.menuleftimage, .submenuleftimage
{
	float: left;
}
.submenurightimage, .menurightimage
{
	float: right;
}
.staticmenuitemstyle
{
	padding: 0 2px 0 2px;
}
.submenu a
{
	color: #934521;
}
.submenu a:hover
{
	color: #C6C6C6;
}
#submenu
{
	width: 511px;
	height: 35px;
	background-image: url(images/submenubg.jpg);
	background-repeat: repeat-x;
	line-height: 35px;
}
#content
{
	position: relative;
	padding: 10px 10px 20px 10px;
	width: 450px;
	float: left;
	font-size: .7em;
	font-family: Verdana;
	text-align: justify;
	margin-bottom:10px;
}
#footer
{
	position:absolute; bottom:0; left:10px;
}
#sectionheader
{
	float: right;
	width: 40px;
	background-image: url(images/sectionheaderbg.jpg);
	background-repeat: repeat-y;
	text-align: center;
}
#rightwrapper
{
	width: 239px;
	top: 0;
	background-image: url(images/rightbg.jpg);
	background-repeat: repeat-y;
	float: right;
}
h2
{
	margin: 0;
	font-size: 1.6em;
	font-weight: bold;
}
.title
{
	color: #934521;
	font-size: 1.2em;
	font-weight: bold;
}
.subtitle
{
	font-style: italic;
}
hr
{
	color: #000000;
	border: 0;
	background-color: #000000;
	height: 1px;
}
.speccontainer
{
	width: 450px;
	margin-bottom: 20px;
	clear: both;
	float: left;
}
.specs
{
	width: 190px;
	margin: 0 0px 0 5px;
	float: left;
	text-align: left;
	line-height: 15px;
}
.imagelink
{
	width: 250px;
	border: solid 1px #8b0000;
}
a:hover img
{
	width: 250px;
	border: solid 1px #1e90ff;
}
fieldset
{
	padding: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-moz-border-radius: 6px;
}
label
{
	display: block;
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	text-align:right;
}
legend
{
	color: #6085B2;
	font-weight: bold;
	margin: 0;
}
dt
{
	clear:both;
	width:25%;
	float:left;
	text-align:right;
}
dd
{
	float:left;
	padding-bottom:3px;
	margin:0;
	padding-left:5px;
}
