﻿#wrapper {
	background-image: url('images/wrapperBG.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	width: 970px;
	margin: 0px auto 0px auto;
	position: relative;
}
body {
	margin: 0px;
	background-color: #ffddbf;
	background-image: url('images/bg.gif');
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
h1 {
	color: #BBCF2A;
	background-color: #F9FCE1;
	font-size: 130%;
	padding: 10px;
	text-align: center;
	border: 1px solid #B8CA28;
}
.floatRightwBorder {
	float: right;
	border: 1px solid #BDCF2B;
	padding: 5px;
	margin-left: 20px;
	margin-bottom: 20px;
}
#outerWrapper {
	background-image: url('images/outerWrapperBG.gif');
	background-repeat: repeat-y;
	background-position: left top;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.clear {
	clear: both;
}
#footer {
	width: 970px;
	background-image: url('images/footer.gif');
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 100px;
	color: #FFFFFF;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	position: relative;
}
#leftNav {
	width: 200px;
	float: left;
	margin-top: 240px;
	margin-left: 75px;
	position: relative;
	display: inline;
}
#content {
	width: 570px;
	float: right;
	margin-top: 180px;
	margin-right: 75px;
	position: relative;
	display: inline;
}
#leftNav ul {
	margin: 0px;
	padding: 0px;
}
#leftNav ul li {
	list-style-type: none;
	display: inline;
}
#leftNav ul li a {
	background-image: url('images/navigationBG.gif');
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	line-height: 34px;
	margin-top: 5px;
	padding-left: 60px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
#leftNav ul li a:hover {
	color: #555F12;
	text-decoration: underline;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	clear: both;
}
#copyright {
	font-size: 75%;
	color: #EA7102;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 930px;
	text-align: right;
	padding-right: 40px;
}
.content_prodname {
	color: #95A620;
	font-weight: bold;
	text-indent: 30px;
	background-image: url('images/arrow.gif');
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 5px;
}
.content_proddescription {
	color: #808080;
	text-indent: 30px;
	margin-top: 5px;
}
a:link {
	color: #CC0000;
	text-decoration: underline;
}
a:visited {
	color: #CC0000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #CC0000;
	text-decoration: underline;
}
.style1 {
	border-width: 0px;
}

