body {
	margin: 0;
	padding: 0;
	background: #080808 url(/images/bg.jpg) left top repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}
#page {
	width: 920px;
	margin: 0 auto 0 auto;
	padding: 0 51px 0 53px;
	background: url(/images/page.jpg) left top no-repeat;
}
#page2 {
	width: 920px;
	text-align: left;
}
#header {
	position: relative;
	width: 920px;
	height: 212px;
}
#header h1 {
	position: absolute;
	bottom: 5px;
	left: 10px;
	margin: 0;
	xwidth: 185px;
	color: #ae8b3a;
	font-size: 20px;
	font-style: italic;
	xfont-family : "Times New Roman", Times, serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*
*  MENU
*/
#topmenu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 920px;
	background: #c7ae79 url(/images/menu.gif) left top;
}
#mainmenu {
	width: 920px;
	background: #c7ae79 url(/images/menu.gif) left top;
}
.menu a {
	display: block;
	padding: 1px 10px 0 10px;
	height: 18px;
	font-size: 100%;
	font-weight: bold;
	color: #ffffff;
	border-left: solid 1px #bca469;
	border-right: solid 1px #9c7d37;
}
#topmenu a {
	float: right;
}
#mainmenu a {
	float: left;
}
.menu a:link, .menu a:visited {
	text-decoration: none;
}
.menu a:hover {
	background: #76531c url(/images/menuH.gif) left top repeat-x;
	color: #ccb580;
}
.menu b {
	display: none;
}
.popmenu {
	display: none;
	position: absolute;
	z-index:1;
	text-align: left;
	width: 180px;
	background: #ffffff;
	border-left: solid 1px #ae8b3a;
	border-right: solid 1px #ae8b3a;
}
.popmenu a {
	display: block;
	padding: 3px 3px 3px 10px;
	font-size: 90%;
	font-weight: bold;
	width: 167px;
	border-bottom: solid 1px #ae8b3a;
}
.popmenu a:link, .popmenu a:visited {
	color: #ac8834;
	text-decoration: none;
}
.popmenu a:hover {
	background: #141414;
	color: #ac8834;
}
/*
*  CONTENT
*/
#main {
	position: relative;
	width: 919px;
	background: #ffffff url(/images/foot.gif) left bottom repeat-x;;
	border-right: solid 1px #767676;
}
#content {
	width: 725px;
	padding: 22px 177px 10px 18px;
	color: #141414;
}
#content h1 {
	margin: 0 0 10px 0;
	font-size: 130%;
	color: #ae8b3a;
}
#content h2 {
	margin: 0 0 10px 0;
	font-size: 125%;
	font-style: italic;
	color: #646464;
}
#content h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 120%;
	color: #ae8b3a;
}
#content h4 {
	margin: 0 0 10px 0;
	font-size: 120%;
	color: #141414;
}
#content h5 {
	margin: 0;
	font-size: 110%;
	color: #ae8b3a;
}
#content h6 {
	margin: 0;
	font-size: 110%;
	color: #141414;
}
#content p {
	margin: 0 0 10px 0;
	font-size: 100%;
}
#content ul {
	margin: 0 0 10px 20px;
	padding: 0;
	list-style-image: url(/images/dot.gif);
	font-size: 100%;
	color: #646464;
}
#content ol {
	margin: 0 0 10px 27px;
	padding: 0;
	font-size: 100%;
	color: #646464;
}
#content blockquote {
	float: right;
	width: 200px;
	border: dotted 1px #ae8b3a;
	margin: 3px;
	padding: 5px;
}
#content blockquote p {
	margin-top: 0;
	margin-bottom: 0;
}
#content a:link, #content a:visited {
	color: #ae8b3a;
}
#content a:hover {
	color: #c64740;
}
#content .blacktext {
	color: #141414;
}
#content .goldtext {
	color: #ae8b3a;
}
#content .redtext {
	color: #FF0000;
}
#content .bluetext {
	color: #0000FF;
}
#content .mediumtext {
	font-size: 150%;
}
#content .largetext {
	font-size: 200%;
}
#content .largertext {
	font-size: 250%;
}
#content .unbold {
	font-weight: normal;
}
#content img {
	border: 0px;
}
#content .imgleft {
	float: left;
	margin: 0 10px 5px 0;
}
#content .imgright {
	float: right;
	margin: 0 0 5px 10px;
}
#content .imgborder {
	border: solid 1px #333333;
}
.clearfloats {
	clear: both
}
.clearright {
	clear: right
}
.clearleft {
	clear: left
}
.cols {
	text-align: center;
}
.col1 {
	width: 65%;
	margin: 10px auto 0 auto;
	text-align: left;
}
.col2, .col2n, .col3, .col3n {
	float: left;
	margin-top: 10px;
	text-align: left;
}
.col3, .col3n {
	width: 31%;
}
.col2, .col2n {
	width: 48%;
}
.col2, .col3 {
	margin-right: 2%;
}
/*
*  RIGHTBAR
*/
#rightbar {
	position: absolute;
	top: 0px;
	right: 10px;
	width: 146px;
	background: #080808 url(/images/barB.gif) left bottom no-repeat;
	padding: 0 0 10px 0;
}
#address {
	text-align: center;
	padding: 0 0 10px 0;
	color: #ccb580;
}
#address p {
	margin: 5px 0 5px 0
}
#address a:link, #address a:visited {
	text-decoration: none;
	color: #ffffff;
}
#address a:hover {
	color: #c64740;
}
.feature {
	padding: 0 0 20px 0;
	border-bottom: solid 1px #707070;
}
.feature h2 {
	margin: 0;
	font-size: 100%;
	text-align: center;
	border-top: solid 2px #ccb580;
	border-bottom: solid 1px #ccb580;
}
.feature h2 a {
	width: 126px;
	display: block;
	padding: 3px 10px 3px 10px;
}
.feature h2 a:link, .feature h2 a:visited {
	text-decoration: none;
	color: #ccb580;
}
.feature h2 a:hover {
	color: #ffffff;
}
.feature ul {
	margin: 0 0 0 15px;
	padding: 4px 10px 0 10px;
	color: #FFFFFF;
}
.feature form {
	margin: 0;
}
.feature p {
	margin: 0;
	color: #ccb580;
	padding: 4px 10px 0 10px;
}
.feature p.more {
	padding: 4px 10px 4px 10px;
	text-align: right;
}
.feature p a:link, .feature p a:visited {
	text-decoration: none;
	color: #ffffff;
}
.feature p a:hover {
	color: #c64740;
}
/*
*  FOOTER
*/
#footer {
	text-align: center;
	font-size: 95%;
	color: #ccb580;
	padding: 10px 0 15px 0;
}
#footer span {
	color: #92702a;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #92702a;
}
#footer a:hover {
	color: #c64740;
}
#web {
	text-align: center;
	font-size: 95%;
	color: #ac8834;
	padding: 5px 0 5px 0;
}
#web a:link, #web a:visited {
	text-decoration: none;
	color: #ac8834;
}
#web a:hover {
	color: #c64740;
}
/*
*  PRODUCTS
*/
#content .product {
	float: left;
	margin: 20px 0 13px 13px;
	width: 223px;
	text-align: center;
}
#content .product p a {
	text-decoration: none;
}
#content .product p a span {
	text-decoration: underline;
	font-weight: bold;
}
#content .product p a:link, #content .product p a:visited {
	color: #ae8b3a;
}
#content .product p a:hover {
	color: #c64740;
}
#content .fullproduct {
	width: 575px
}
#content .fullproduct h2 {
	margin: 0 0 20px 0;
	font-size: 120%;
	font-style: normal;
	color: #ae8b3a;
}
#content .fullproduct h2 span {
	#color: #141414;
	padding-left: 20px;
}
#content .fullproduct img {
	float: right;
	margin: 0 0 10px 10px;
}
#content .fullproduct p {
	margin: 0 0 20px 0;
	color: #ae8b3a;
}
#content .fullproduct form {
	margin: 0 0 20px 0;
}
#content .fullproduct form p {
	margin: 0;
	xwidth: 12px;
	color: #ae8b3a;
}
/*
*  FORM CSS
*/
#response {
	padding: 0.5em;
	width: 90%;
}
#response div {
	clear: both;
	padding: 3px 0 0 0;
}
#form-error {
	color: red;
	font-weight: bold;
}
#response label {
	float: left;
	width: 12em;
	text-align: right;
	font-size: 1em;
	font-weight: bold;
	padding-right: 5px;
}
#response input.submit {
	float: left;
	text-align: center;
}
#response input:focus, #response textarea:focus {
	background-color: #dedede;
}
#response .element {
	float: left;
}
#response textarea {
	width: 300px;
}
.error {
	color: #FF0000;
	font-weight: bold;
}

