body {
	background: url(bgmain.jpg);
	margin: 10px 0px 0px;
	padding: 0px;
	text-align: center;
	font: 10.5pt  Tahoma, "Trebuchet MS", arial, Helvetica, sans-serif;
}
div.container {
	width: 790px;
	background: #F0F0F0;
	text-align: left;
	border-top: 0px solid #C3C3C3;
	border-right: 1px solid #C3C3C3;
	border-bottom: 0px solid #C3C3C3;
	border-left: 1px solid #C3C3C3;
}
div.header {
	background: url(header.jpg);
	height: 23px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 99px;
	letter-spacing: 1px;
	text-align: center;
}
div.nav a {
	color: #757374;
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 10pt;
}
div.nav a:hover {
	color: #E55C18;
}	
div.sidebar {
	position:relative;
	top: 6px;
	left: 15px;
	width:359px;
	z-index:1;
	margin: 0px;
	padding: 0px;
	float: left;
}
.sidebar img {
	padding: 0px;
	margin: 0px;
	border: 3px double #E55C18;
}
.sidebar a:link, .sidebar a:active {
	color: black;
}
.sidebar a:visited {
	color: #757374;
}
.sidebar a:hover {
	color: #E55C18;
}
.sidebar span a:link, .sidebar span a:visited, .sidebar span a:active, .sidebar span a:hover {
	color: #000000;
	font-size: 9px;
}
.sidebar span a:hover {
	text-decoration: none;
}
div.maincontent {
	float: right;
	width: 431px;
	margin: 0px;
	padding: 0px;
}
div.productcontent, .productcontentright {
	width: 790px;
	margin: 0px;
	padding: 0px;
}
.productcontent h2 {
	text-align: center;
}
.productcontent h4, .productcontentright h4, .productcontentfull h4  {
	text-align: center;
	font-size: 12pt;
	text-decoration: underline;
	color: #E55C18;
	margin-bottom: 5px;
}
.productcontent img, .productcontentright img {
	border: 3px double #E55C18;
	padding: 3px;
	margin: 3px;
	display: inline;
}
.productcontent ul, .productcontentright ul, .productcontentfull ul {
	text-align: left;
	list-style-type : disc;
	list-style-position : outside;
	letter-spacing: 0.25px;
	font-size: 11pt;
	font-family: arial, Helvetica, sans-serif;
	padding-left: 40px;
	padding-right: 20px;
}
.productcontent ul {
	float: left;
	width: 260px;
}
.productcontentright ul {
	float: right;
	display: inline;
	position: relative;
	top: -350px;
	left: -40px;
	width: 260px;
}
.productcontent ul li, .productcontentright ul li {
	margin-bottom: 3px;
}
/* content anchor styles */
.productcontent a:link, .productcontent a:active,
.productcontentright a:link, .productcontentright a:active, 
.productcontentfull a:link, .productcontentfull a:active  {
	color: black;
}
.productcontent a:visited, .productcontentright a:visited, .productcontentfull a:visited {
	color: #757374;
}
.productcontent a:hover, .productcontentright a:hover, .productcontentfull a:hover {
	color: #E55C18;
	text-decoration: none;
}
div.main {
	padding: 5px 10px 15px;
	text-align: left;
}
div.maincontent a {
	color: #757374;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #E55C18;
}
div.maincontent a:hover {
	color: #E55C18;
	font-weight: bold;
}
div.maincontent img {
	border: 1px solid #BCBCBE;
}
h1 {
	color: #858585;
	text-align: center;
	text-transform: capitalize;
	font-size: 20pt;
}
h2 {
	color: #E55C18;
	font-size: 14pt;
	font-weight: bold;
}
h3 {
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}
div.footer {
	background: url(bgfooter.jpg);
	height: 47px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 8px;
	color: #BF6540;
	font-size: 9px;
	text-align: center;
	clear: both;
}
div.footer a {
	color: #8C8A8B;
	text-decoration: none;
	padding-right: 5px;
}

