html {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #646464;
	background-image: url(../images/pagebg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
	height: 100%;
}

p, h1, h2, h3, h4, h5, .fauxp, .fauxh2, .fauxh3 {
	margin: 0 0 10px 0;
	display: block;
}

h1, h2, h3, h4, h5, .fauxh2, .fauxh3 {
	color: #70A056;
	font-weight: bold;
}

h1 {
	font-size: 14px;
}

h2, .fauxh2 {
	font-size: 12px;
	margin-bottom: 2px;
}

h3, .fauxh3 {
	font-size: 10px;
}

form {
	padding-top: 10px;
}

a img {
	border: 0px;
}

a {
	color: #646464;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#nonfooter {
	position: relative;
	min-height: 100%;
}

* html #nonfooter {
	height: 100%;
}

#nav {
	width: 750px;
	height: 50px;
	margin: 0 auto;
	text-align: right;
}

#nav img, #nav a {
	float: right;
}

#nav a {
	display: block;
	height: 50px;
	width: 93px;
	margin: 0;
	text-align: center;
	background-image: url(../images/navlink_off.gif);
	background-repeat: repeat-x;
	text-decoration: none;
}

#nav a:hover {
	background-image: url(../images/navlink_ovr.gif);
}

#nav a span {
	display: block;
	width: 100%;
	padding-top: 20px;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

#nav a.curpage {
	background-image: url(../images/navlink_ovr.gif);
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: center;
}

#header {
	clear: both;
	padding-top: 3px;
	width: 750px;
	height: 195px;
	margin: 0 auto 20px auto;
}

#content {
	width: 530px;
	float: left;
}

#content div {
	margin: 0 20px;
	text-align: justify;
}

#content div div {
	margin: auto;
}

#downloads {
	padding-bottom: 20px;
	text-align: left;
}

#downloads ul {
	list-style: none;
	padding: 0;
	margin: 2px 0 10px 0;
}

#downloads ul li {
	padding: 1px 5px;
}

#promo {
	width: 230px;
	float: left;
}

#promo a img {
	width: 160px;
	height: 188px;
	border: 0;
	margin-bottom: 15px;
}

#promo div {
	margin: 0 20px;
	text-align: left;
}

#clearfix {
	font-size: 1%;
	color: #FFFFFF;
	clear: both;
	height: 35px;
}

#footer {
	position: relative;
	margin-top: -35px;
	width: 100%;
	text-align: center;
}

#cats {
	margin: 0;
	padding: 0;
}

#cats a {
	width: 140px;
	display: block;
	float: left;
	margin: 0 8px 15px 8px;
	text-decoration: none;
	font-weight: normal;
}

#cats a img {
	display: block;
	width: 140px;
	height: 100px;
	/*border: 1px solid #70A056;*/
}

#cats a span {
	color: #70A056;
	display: block;
	text-align: center;
}

#prods {
	margin: 0;
	padding: 0;
}

#prods .prodrow {
	clear: both;
	display: block;
	width: 470px;
	font-weight: normal;
	padding: 10px;
	border-top: 1px solid #70A056;
	text-align: left;
}

#prods .prodrow a {
	text-decoration: none;
}

#prods .prodrow .fauxh2 a {
	color: #70A056;
}

#prods .prodrow span {
	display: block;
}

#prods .clearfix {
	display: block;
	clear: both;
	font-size: 1%;
	visibility: hidden;
}

.prodthumb {
	width: 160px;
	height: 100px;
	float: left;
	background-repeat: no-repeat;
}

.prodthumb img {
	display: block;
	width: 140px;
	height: 100px;
}

.prodinfolite {
	float: left;
	width: 300px;
	height: 100px;
	overflow: hidden;
}

.prodinfolite p {
	margin-bottom: 2px;
}


#prodimg {
	width: 140px;
	padding-right: 15px;
	float: left;
	text-align: right;
}

#prodimg a {
	display: block;
	text-align: right;
}

#prodimg a:hover {
	text-decoration: none;
}

#prodimg img {
	display: block;
	width: 140px;
	height: 100px;
	border: 1px solid #B8D2AF;
	margin-bottom: 5px;
}

#prodinfo {
	width: 325px;
	float: left;
	text-align: left;
}

#prodinfo p {
	margin-bottom: 3px;
}

#prodinfo ul {
	margin-top: 0;
	list-style: circle;
}

.error, .warning, .success {
	padding: 10px 10px 5px 10px;
	margin-bottom: 20px;
	clear: both;
}

.error p, .warning p, .success p, .error a, .warning a, .success a {
	color: #000000;
}

.error {
	border: 2px solid #990000;
	background-color: #FFF1EE;
}

.error h3 {
	color: #990000;
}

.warning {
	border: 2px solid #FF9900;
	background-color: #FFF9EE;
}

.warning h3 {
	color: #FF9900;
}

.success {
	border: 2px solid #009900;
	background-color: #F0FFF0;
}

.success h3 {
	color: #009900;
}

.romance {
	padding-bottom: 10px;
	font-style: italic;
}

.specials, .specials a {
	font-weight: bold;
	color: #009900;
}