@charset "utf-8";
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
}
#wrapper {
	width: 837px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #515151;
	border-left-color: #515151;
	position: relative;
}
#content h1  {
	background-color: #CC0000;
	padding: 5px;
	width: 80%;
	padding-left: 10px;
	font-size: 18px;
}
#content h2 {
	font-size: 18px;
}
.productContent {
	width: 475px;
	float: right;
}

#content {
	margin-bottom: 5px;
}


#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 26px;
	width: 837px;
	margin-top: 10px;
}

.clear {
	clear: both;
	float: none;
}
.bottomBox {
	float: left;
	width: 264px;
	margin-left: 10px;
}
a:link {
	color: #CC0000;
}
a:hover {
	color: #FF0000;
}
a:visited {
	color: #990000;
}
a:active {
	color: #FFFFFF;
}
.left  {
	margin: 5px;
	float: left;
}
.leftLarge {
	float: left;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 10px;
}

.bottomBox h1 {
	font-size: 14px;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.bottomBox h2 {
	font-size: 12px;
	color: #CC0000;
	font-weight: normal;
	margin: 0px;
}
.productBox {
	width: 750px;
	margin-left: 10px;
	padding: 20px;
	clear: both;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	height: auto;
}
