html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: arial;
}
body {
	line-height: 1;
	text-align: center;
	background: url(images/bg.png) repeat-x top;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* Default link colors */

a:link {color: #000; text-decoration: underline;}
a:visited {color: #000; text-decoration: underline;}
a:hover {color: #000; text-decoration: none;}
a:active {color: #000; text-decoration: none;}


/* General style */

#top {
	margin: 0 auto;
	width: 936px;
	height: 110px;
	border-bottom: 1px solid #dedede;
	background: url(images/topbg.png) no-repeat top center;
	overflow: hidden;
}

#logo {
	float: left;
	width: 213px;
	height: 105px;
	text-align: center;
	background: url(images/logo.png) no-repeat;
}

#menu {
	float: right;
	height: 92px;
	width: 709px;
	overflow: hidden;
}

#nav {
	margin: 16px 0 0 0;
	overflow: hidden;
}

#nav li {
	float: left;
 	list-type:none;
	margin: 0 19px 0 2px;
}

#nav li a {
	float:left;
	font: 14px arial;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	line-height: 29px;
	height: 29px;
	background: url(images/navigation.png) no-repeat;
}

#nav li a:hover {
	color: #CCC
}

#nav li a.main {
	background-position: 0 0;
	width: 116px;
}

#nav li a.contact {
	background-position: -137px 0;
	width: 73px;
}

#nav li a.faq {
	background-position: -229px 0;
	width: 47px;
}

#nav li a.members {
	background-position: -296px 0;
	width: 77px;
}

#nav li a.register {
	background-position: -395px 0;
	width: 77px;
}

#notifications {
	margin: 11px 0 0 0;
	width: 709px;
	height: 36px;
	background: url(images/yellowbar.png) no-repeat;
	text-align: left;
	font: 12px arial;
	color: #7f7f7f;
	line-height: 40px;
	text-indent: 10px;
}

#notifications form {
	float: left;
}

#notifications .textbox {
	background: url(images/textbox.png) no-repeat;
	width: 190px;
	height: 23px;
	line-height: 23px;
	border: 1px solid #d3caa8;
	margin: 6px 10px 0 10px;
	padding: 0 0 0 8px;
	font-style: italic;
	color: #AAA;
	float: left;
}

#notifications .submit {
	background: url(images/btngo.png) no-repeat;
	width: 31px;
	height: 25px;
	border: 0;
	margin: 6px 0 0 -5px;
	font: bold 12px arial;
	color: #FFF;
	float: left;
}

#notifications .forgotpw {
	float: right;
	margin: 0 25px 0 0;
}

#notifications a {
	color: #7f4040;
	font-weight: bold;
	text-decoration: none;
}

#notifications a:hover {
	color: #000;
}

#usercontrol {
	float: right;
	width: 150px;
}

#usercontrol li {
	float: left;
	list-style: none;
	margin: 0 0 0 5px;
}

#highlight {
	margin: 30px auto 0 auto;
	width: 930px;
	height: 320px;
	text-align: left;
	overflow: hidden;
}

#imagedisplay {
	float: left;
	width: 320px;
	height: 300px;	
}

#details {
	float: left;
	margin: 20px 0 0 40px;
	width: 560px;
	height: 500px;
	color: #585858;
	font: 13px arial;
}

#details h1 {
	font-size: 22pt;
	letter-spacing: 1;
	margin: 0 0 15px 0;
	color: #000;
}

#details .price {
	background-color: #812182;
	font: 24px georgia;
	color: #FFF;
	font-style: italic;
	font-weight: bold;
	padding: 0 10px 3px 10px;
}

.purple {
	color: #812182;
	font: italic 13px arial;
}

.button {
	background: url(images/btnpurple.png) no-repeat;
	width: 181px;
	height: 43px;
	border: none;
	font: bold 20px arial;
	color: #FFF;
	text-transform: uppercase;
	float: left;
}

#icons {
	float: left;
	margin: 8px 0 0 10px;
	overflow: hidden;
}

#icons li {
	float: left;
 	list-type:none;
	margin: 0 0 0 8px;
}

#icons li a {
	float:left;
	width: 30px;
	height: 30px;
	background: url(images/icons.png) no-repeat;
}

#icons li a.icon1 {
	background-position: 0 0;
}

#icons li a.icon2 {
	background-position: -38px 0;
}

#icons li a.icon3 {
	background-position: -76px 0;
}

#icons li a.icon4 {
	background-position: -114px 0;
}

#icons li a.icon5 {
	background-position: -152px 0;
}

#icons li a.icon6 {
	background-position: -190px 0;
}

#icons li a.icon7 {
	background-position: -228px 0;
}

#icons li a.icon8 {
	background-position: -266px 0;
}

#icons li a.icon9 {
	background-position: -304px 0;
}

#body {
	background: #698a2d url(images/border.png) repeat-x top;
	border-bottom: 1px solid #96bc40;
	overflow: hidden;
}

#wrapper {
	margin: 0 auto;
	width: 936px;
	text-align: left;
	overflow: hidden;
}

#leftbox {
	float: left;
	margin: 32px 0 0 0;
	width: 650px;
	overflow: hidden;
	min-height: 300px;
}

#product {
	width: 648px;
	background-color: #dde6cc;
	border: 1px solid #bacd72;
	overflow: hidden;
}

#product .title {
	background-color: #698a2d;
	margin: 2px 2px;
	height: 30px;
	color: #FFF;
	font: bold 18px arial;
	line-height: 32px;
	text-indent: 10px;
}

#product .title .price {
	float: right;
	background-color: #812182;
	font: bold 14px georgia;
	height: 24px;
	line-height: 24px;
	margin: 3px 6px;
	padding: 0 8px 0 0;
	font-style: italic;
}

.displaypic {
	float: left;
	margin: 10px 12px;
}

.desc {
	float: right;
	background-color: #ebf0e1;
	width: 385px;
	height: 165px;
	margin: 10px 12px 0 0;
	padding: 15px 15px;
	font: 12px arial;
	overflow: hidden;
}

.desc h6 {
	font: bold 12px arial;
	margin: 0 0 15px 0;
}

#box {
	background-color: #eff4e6;
	height: 45px;
	line-height: 45px;
	text-indent: 15px;
	padding: 0 15px 0 0;
}

.message, #box b, #product .title b, #box2 b {
	float: left;
}

#box .button, #commentbox .button {
	background: url(images/btnpurple2.png) no-repeat;
	border: 0;
	width: 106px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	text-transform: none;
	font: bold 12px arial;
	margin: 8px 0 0 0;
	color: #FFF;
	float: right;
}

#comments {
	width: 648px;
	background-color: #85a752;
	border: 1px solid #567d29;
	overflow: hidden;
}

#pagination {
	height: 32px;
	padding: 0 0 0 465px;
	border-bottom: 1px solid #567d29;
}

#pagination li {
	float: left;
	margin: 8px 0 0 6px;
	width: 16px;
	height: 16px;
	text-align: center;
	border: 1px solid #85a752;
}

#pagination li:hover, #pagination li.active {
	border: 1px solid #6f8b44;
	background-color: #9ab66f;
}

#pagination li a {
	float: left;
	width: 16px;
	text-align: center;
	font: bold 12px arial;
	text-decoration: none;
	color: #FFF;
}

#pagination li.next, #pagination li.next a {
	width: 40px;
}

.comment {
	border-bottom: 1px solid #85a752;
	background-color: #e2ead1;
	overflow: hidden;
}

.author {
	float: left;
	width: 160px;
	padding: 20px 0 0 0;
	text-align: center;
}

.author a {
	font: bold 14px arial;
	text-decoration: none;
	color: #426000;
}

.post, .usercontrol {
	float: right;
	width: 447px;
	background-color: #eff4e6;
	border-left: 1px solid #85a752;
	padding: 20px 15px 0 20px;
	color: #464646;
	font: 12px arial;
}

.usercontrol {
	width: 117px;
	padding: 20px 15px 10px 350px;
}

.post .title {
	color: #426000;
	font: bold 12px arial;
}

.usercontrol .button {
	background: url(images/btngreen.png) no-repeat;
	border: 0;
	width: 52px;
	height: 21px;
	font: bold 11px arial;
	text-transform: none;
	margin: 0 2px;
}

#box2 {
	background-color: #567d29;
	height: 37px;
	border-bottom: 1px solid #bccf77;
	overflow: hidden;
}

#box2 b {
	color: #FFF;
	line-height: 37px;
	text-indent: 15px;
}

#pagination2 {
	float: right;
	width: 183px;
	margin: 10px 0 0 0;
}

#pagination2 li {
	float: left;
	margin: 0 0 0 6px;
	width: 16px;
	height: 16px;
	text-align: center;
	border: 1px solid #567d29;
}

#pagination2 li:hover, #pagination2 li.active {
	border: 1px solid #476822;
	background-color: #72934d;
}

#pagination2 li a {
	float: left;
	width: 16px;
	text-align: center;
	font: bold 12px arial;
	text-decoration: none;
	color: #FFF;
}

#pagination2 li.next, #pagination2 li.next a {
	width: 40px;
}

#commentbox {
	height: 170px;
	padding: 15px 24px 0 25px;
}

.textarea {
	width: 569px;
	padding: 15px 15px;
	height: 98px;
	border: 0;
	background: url(images/textarea.png) no-repeat;
	font: 12px arial;
	overflow: hidden;
}

#commentbox .button {
	margin: 6px 0 0 0;
}

#rightbox {
	float: right;
	margin: 32px 0 0 0;
	width: 258px;
	text-align: center;
	overflow: hidden;
}

img.banner {
	margin: 0 0 5px 0;
	border: 0;
}

#main {
	float: left;
	width: 619px;
	font: 12px arial;
	overflow: hidden;
}

#containertop {
	background: url(images/containertop.png) no-repeat;
	width: 619px;
	height: 65px;
}

#containerbottom {
	background: url(images/containerbottom.png) no-repeat;
	width: 619px;
	height: 40px;
}

#container{
	background: url(images/container.png) repeat-y;
	width: 619px;
	line-height: 26px;
	overflow: hidden;
}

#container #left {
	float: left;
	padding: 0 0 0 25px;
	width: 340px;
}

#container #right {
	float: left;
	padding: 0 0 0 25px;
	width: 200px;
}

#container h3 {
	font: bold 18px arial;
	color: #343b31;
	margin: 15px 0 15px 0;
}

#container ul.bullet li {
	list-style: disc;
	margin: 0 0 0 15px;
}

.datacol {
	font-weight: bold;
	width: 110px;
}

#sidebar {
	float: left;
	margin: 20px 0 0 22px;
	width: 274px;
	overflow: hidden;
}

#sidebar #header {
	background: url(images/commentheader.png) no-repeat;
	width: 274px;
	height: 65px;
	font: bold 17px arial;
	color: #FFF;
	text-indent: 20px;
	line-height: 50px;
}

#sidebar #comments {
	background: #8ca852 url(images/commentbg.png) no-repeat;
	width: 274px;
}

#sidebar #comments ul {
	font: 13px arial;
	font-style: italic;
	color: #192814;
	line-height: 20px;
}

#sidebar #comments li {
	background: url(images/divider.png) repeat-x bottom;
	padding: 6px 14px;
}

#sidebar #comments ul b {
	font-style: normal;
	color: #FFF;
	margin: 0 5px 0 0;
}

a.more {
	background: #65793b;
	font: bold 12px arial;
	color: #FFF;
	padding: 0 2px;
	margin: 0 0 0 10px;
	text-decoration: none;
}

#sidebar #end {
	background: url(images/commentfooter.png) no-repeat top left;
	width: 274px;
	height: 15px;
}

#footer, #subfooter {
	width: 100%;
	border-top: 1px solid #3c581a;
	font: 12px arial;
	padding: 20px 0 15px 0;
	overflow: hidden;
}

#subfooter {
	background: #ebebeb url(images/subfooter.png) repeat-x top left;
	border: 0;
	margin: 100px 0 0 0;
}

#footer ul, #subfooter ul {
	margin: 10px auto;
	width: 300px;
	text-align: center;
}

#footer li, #subfooter li {
	float: left;
	margin: 0 5px;
	color: #636363;
}

#footer li a, #subfooter li a  {
	text-decoration: none;
	color: #636363;
}

#footer li a:hover, #subfooter li a:hover {
	text-decoration: underline;
}
