body {
	/* background: #bdcda9 url(images/bg.jpg) top repeat-x; */
	background: #dde4d2; 
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
/* common attributes */
form {
	margin: 0px;
}
a {
	color: #556644;
}
a:visited {
	color: #555555;
}
a:hover {
	color: #cc3300;
	text-decoration: none;
}
hr {
	height: 1px;
	color: #90a074;
}
input {
	background-color: #ebefe5;
	color: #556633;
	border: 1px solid #90a074;
}
textarea {
	background-color: #ebefe5;
	color: #556633;
	border: 1px solid #90a074;
}
select {
	background-color: #ebefe5;
	color: #556633;
	border: 1px solid #90a074;
}
input.checkbox {
	border: 0px;
}
input.submit {
	background-color: #90a074;
	color: #ebefe5;
	border: 1px solid #90a074;
	cursor: pointer;
}
input.contentsubmit {
	font-size: 11px;
	padding: 1px 4px 2px 4px;
	background-color: #90a074;
	color: #ebefe5;
	border: 0px;
	cursor: pointer;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	font-weight: normal;
}
.linkbutton { /* make normal link look like content button */
	font-size: 11px;
	background-color: #90a074;
	color: #ebefe5;
	border: 0px;
	padding: 2px 6px 3px 6px;
	text-decoration: none;
	cursor: pointer;
	font-weight: normal;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
.linkbutton:hover, .linkbutton:visited {
	color: #ebefe5;
}
.formbuttons { /* buttons at bottom of form, usually in <p> tag */
	padding-top: 10px;
	padding-bottom: 10px;
}
.originalprice {
	color: #cc0000;
	text-decoration: line-through;
}
input.contentinput {
	font-size: 11px;
}
select.contentselect {
	font-size: 11px;
}
/* outer frame */
div#body {
	overflow: auto;
	position: relative;
}
/* logo and search */

div#topbar {
	background: #ebefe5 url(../images/2009/topbarbg.jpg) top repeat-x;
	height: 100px;
	overflow: hidden;
}
div#logo {
	float: left;
	height: 110px;
}
div#logo img {
	border: 0px;
}
div#topbarimg {
	height: 95px;
	float: right;
	padding: 5px 5px 0px 0px;
	overflow: hidden;
}
div#topbarimg img {
	border: 1px solid #8fa864;
	padding: 5px;
	margin: 5px;
	background: #ebefe5;
}
/* top nav bar */
div#topnav {
	background: #b0bf98 url(../images/2009/topnavbg.gif) top repeat-x;
	height: 23px;
}
div#topnav a, div#topnav a:visited {
	font-size: 75%;
	color: #445533;
	text-decoration: none;
	float: left;
	display: block;
	text-align: center;
	padding: 4px 12px;
}
div#topnav a:hover {
	color: #bb3300;
}
/* middle section container */
div#main {
	overflow: auto;
	margin-top: 10px;
	margin-left: 10px;
}
/* lefthand bar */
div#leftbar {
	width: 160px;
	float: left;
	padding-bottom: 5px;
	color: #556644;
}
div#leftbar h2 {
	font-size: 80%;
	color: #445533;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 4px 0px;
	text-align: center;
	background: #b0bf98 url(../images/2009/leftbarh2_bg.gif) top right no-repeat;
}
/* box containing navigation */
div.leftnav {
	padding: 10px;
	background: #c9d5b7 url(../images/leftbox_bg.jpg) bottom repeat-x;
}
div.leftnav ul {
	margin: 0px;
	padding: 0px;
}
div.leftnav li {
	line-height: 1.0em;
	list-style: none;
	text-align: center;
}
div.leftnav li a, div.leftnav li a:visited {
	font-size: 80%;
	text-decoration: none;
	color: #445533;
}
div.leftnav li a:hover {
	color: #cc3300;
}
div.leftnav li.active a {
	color: #445533;
	font-weight: bold;
}
div.leftnav li.subactive a {
	font-weight: normal;
	color: #445533;
	padding-left: 10px;
	font-weight: bold;
}
div.leftnav li.sub a {
	font-weight: normal;
	padding-left: 10px;
}
/* left hand boxes with small images */ 
div.leftimgbox {
	padding: 10px;
	background: #c9d5b7 url(../images/leftbox_bg.jpg) bottom repeat-x;
	overflow: auto;
}
div.leftimgbox p {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 70%;
	clear: both;
}
div.leftimgbox img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 0px;
}
/* other left hand boxes */ 
div.leftbox {
	padding: 10px;
	background: #c9d5b7 url(../images/leftbox_bg.jpg) bottom repeat-x;
	text-align: center;
}
div.leftbox p {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 75%;
}
div.leftbox p.price {
	font-weight: bold;
}
div.leftbox p.center {
	text-align: center;
}
div.leftbox input {
	font-size: 70%;
	margin-top: 3px;
}
/* right content frame */
div#content { 
	margin-left: 180px;
	padding: 10px 20px 10px 0px;
	color: #446644;
}
div#contentcheckout {
	padding: 10px 40px 10px 20px;
	overflow: auto;
	height: auto;
	color: #446644;
}
div#content p, div#contentcheckout p {
	font-size: 75%;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #446644;
}
div#content p#breadcrumb, div#contentcheckout p#breadcrumb {
	margin-bottom: 20px;
	margin-top: 0px;
}
div#content h2, div#contentcheckout h2 {
	font-size: 85%;
	color: #446644;
	font-weight: normal;
	/* background: #c9d5b7 url(images/contenth2_bg.jpg) bottom repeat-x; */
	border-bottom: 1px dotted #8fa864;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 3px;
}
div#content ol, ul, div#contentcheckout ol {
	margin-top: 0px;
	margin-bottom: 10px;
}
div#content li, div#contentcheckout li {
	font-size: 75%;
	color: #000000;
}
div#content div.snippet, div#contentcheckout div.snippet {
	font-size: 75%;
	margin-bottom: 10px;
}
div#content div.snippet li, div#contentcheckout div.snippet li {
	font-size: 100%;
}
div#content div.snippet p, div#contentcheckout div.snippet p {
	font-size: 100%;
}
div#content div.snippet h2, div#contentcheckout div.snippet h2 {
	font-size: 100%;
}
div#intro {
	overflow: auto;
	border: 1px solid #8fa864;
	background: #ebefe5 url(../images/intro_bg.jpg) bottom repeat-x;
	height: 100%;
	margin-bottom: 20px;
	width: auto;
}
div#introleft {
	overflow: auto;
	float: left;
	width: 100%;
}
div#introtextpadding {
	padding: 10px;
}
div#introleft h2 {
	font-size: 110%;
	border-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
div#introleft h3 {
	font-size: 90%;
	margin-top: 0px;
	margin-bottom: 10px;
}
div#prices {
	overflow: auto;
	border: 1px solid #cfd9bd;
	padding: 10px;
	margin-top: 15px;
	font-size: 80%;
}
div#introimage {
	float: right;
	width: 250px;
	margin-left: 10px;
}
/* featured table - image on left with short description on right */
table.featprodtable {
	margin-bottom: 5px;
	border: 0px;
	voice-family: "\"}\""; 
   voice-family:inherit;
	width: 99%;
}
table.featprodtable td {
	vertical-align: top;
	padding: 8px;
	font-size: 70%;
	width: 50%;
	line-height: 1.4em;
}
table.featprodtable td.featprodtableitem img {
	float: left;
	border: 1px solid #8fa864;
	padding: 10px;
	background: #ebefe5;
	margin-right: 5px;
}
table.featprodtable td.featprodtableitem span.price {
	font-weight: bold;
}
table.featprodtable td.featprodtableitem h3 {
	color: #446644;
	font-size: 95%;
	margin-top: 0px;
	margin-bottom: 5px;
}
div.productouter {
	overflow: auto;
	height: auto;
	margin-bottom: 15px;
	height: 100%;
}
div.product {
	border: 1px solid #8fa864;
	background: #ebefe5;
	width: 140px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}
div.product div.img {
	height: 140px;
	width: 140px;
}
div.product div.img img {
	border: 0px;
	margin: 0px;
	padding: 5px;
}
div.product h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 3px;
	background: #e4e9db url(../images/thumbh3_bg.jpg) bottom repeat-x;
	border-top: 1px solid #8fa864;
	vertical-align: bottom;
	font-size: 70%;
}
div.product h3 a, div.product h3 a:visited {
	color: #6b813f;
	font-weight: normal;
	text-decoration: none;
	display: block;
	background: url(../images/thumb_enlarge.gif) right no-repeat;
}
div.product h3 a:hover {
	color: #cc3300;
}
/* centred image with name and price beneath */
table.prodtable {
	margin-bottom: 5px;
	border: 0px;
	voice-family: "\"}\""; 
   voice-family:inherit;
	width: 99%;
}
table.prodtable td {
	vertical-align: top;
	padding: 8px;
	font-size: 70%;
	width: 33%;
	text-align: center;
	line-height: 1.3em;
}
table.prodtable td.prodtableitem img {
	margin-bottom: 3px;
}
table.prodtable td.prodtableitem span.price {
	font-weight: bold;
}
table.prodtable td.prodtableitem h3 {
	color: #443300;
	font-weight: normal;
	font-size: 95%;
	margin-top: 0px;
	margin-bottom: 5px;
}
table.prodtable td.prodtableitem h3 a, table.prodtable td.prodtableitem h3 a:visited, table.featprodtable td.featprodtableitem h3 a, table.featprodtable td.featprodtableitem h3 a:visited {
	color: #443300;
	text-decoration: none;
}
table.prodtable td.prodtableitem h3 a:hover, table.featprodtable td.featprodtableitem h3 a:hover {
	color: #333333;
}
table.sectiontable {
	margin-bottom: 10px;
	border: 0px;
	voice-family: "\"}\""; 
   voice-family:inherit;
	width: 99%;
}
table.sectiontable td {
	vertical-align: top;
	padding: 8px;
	font-size: 70%;
	width: 50%;
}
table.sectiontable td h3 {
	color: #446644;
	font-size: 120%;
	margin-top: 0px;
	margin-bottom: 5px;
}
table.sectiontable td h3 a {
	color: #446644;
}
/* two column product page */
table#prodpage {
	margin-top: 5px;
	width: 99%; 
}
table#prodpage td {
	vertical-align: top; 
}
table#prodpage td.rightcolpadding {
	padding-right: 20px;
	width: 362px;
}
table#prodpage th {
	 
}
table#prodpage td div img.prodmainimg {
	margin: 13px;
	padding: 1px;
	border: 1px solid #222222;
}
table#prodpage td div#prodmainimgalign {
	text-align: center;
	border: 1px solid #8fa864;
	background: #ebefe5;
	overflow: auto;
	height: auto;
	margin-bottom: 10px;
}
table#prodpage td div img.prodaddimg {
	padding: 15px;
}
table#prodpage td div#prodaddimgalign {
	text-align: center;
}
table#prodpage td div#proddescription {
	font-size: 75%;
	margin-bottom: 10px;
}
table#prodpage td div#proddescription li {
	font-size: 100%;
}
table#prodpage td h3.coldark {
	color: #000000;
	font-size: 70%;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 2px;
}
table.data {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 70%; 
}
/* table used for form layout */
table.formtable {
	border: 0px;
}
table.formtable td {
	vertical-align: top;
	font-size: 70%;
}
table.formtable th {
	vertical-align: top;
	font-size: 70%;
	text-align: left;
}
table.formtable td.formsectiontitle {
	font-weight: bold;
	text-align: center;
}
table.formtable td.formtitle {
	font-weight: bold;
	text-align: right;
}
table.formtable td.righttitle {
	font-weight: bold;
}
table.formtable td h3 {
	font-size: 95%;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #446644;
}
/* table used for ordering details */
table.orderingtable {
	border: 0px;
}
table.orderingtable td {
	vertical-align: top;
	font-size: 70%;
}
table.orderingtable th {
	font-size: 70%;
}
table.orderingtable td.orderingsectiontitle {
	font-weight: bold;
	text-align: center;
}
table.orderingtable td.orderingtitle {
	font-weight: bold;
	text-align: right;
}
table.orderingtable td.righttitle {
	font-weight: bold;
}
table.orderingtable td h3 {
	font-size: 95%;
	margin-top: 0px;
	margin-bottom: 5px;
}
div.checkoutcenter {
	
}
div.checkoutloginl, div.checkoutloginr {
	width: 45%;
	border: 1px solid #8fa864;
	background: #ebefe5 url(../images/intro_bg.jpg) bottom repeat-x;
	padding: 10px;
	height: 120px;
	overflow: auto;
}
div.checkoutloginl {
	float: left;
}
div.checkoutloginr {
	float: right;
}
div#customermenu {
	float: right;
	width: 210px;
	background-color: #dde4d2;
	border: 1px solid #8fa864;
	padding: 10px;
	margin-left: 20px;
	position: relative;
}
div#customermenu ul {
	margin-left: 10px;
	padding-left: 10px;
}
div#customermenu li {
	line-height: 1.5em;
	list-style: square;
	font-weight: bold;
}
div#customermenu a, div#customermenu a.visited {
	text-decoration: none;
}
div#customermenu a:hover {
	text-decoration: underline;
}
/* odds and ends */
.coldark {
	background-color: #afbe97;
}
.collight, .reviewstitle {
	background-color: #d2dcc3;
}
.reviewstitle {
	font-weight: bold;
}
.emph {
	color: #cc0000;
}
.fieldscontent {
	font-weight: bold;
}
.fieldscontentemph {
	font-weight: bold;
	color: #cc0000;
}
.paging {
	text-align: center;
	margin-top: 10px;
}
.error {
	color: #cc0000;
	font-weight: bold;
}
.sort { /* p tag for sort options */
	text-align: center;
}
.searchresults { /* p tag for search result description */
	text-align: center;
	font-weight: bold;
}
div.clr {
	clear: both;
}
.hidden {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
} 
div.banners h3 {
	font-size: 70%;
	color: #446644;
	margin-top: 0px;
	margin-bottom: 5px;
}
div.specialouter {
	margin-bottom: 10px;
}
div.newproduct, div.topproduct, div.specialoffer { /* main product flags */
	display: inline;
	font-size: 70%;
	padding: 3px 7px;
	line-height: 25px;
	margin-right: 5px;
	text-transform: uppercase;
}
div.newproduct {
	background: #ebefe5;
	color: #446644;
}
div.topproduct {
	background: #ebefe5;
	color: #446644;
}
div.specialoffer {
	background: #ebefe5;
	color: #446644;
}
div.smlnewproduct, div.smltopproduct, div.smlspecialoffer { /* boxed product flags */
	text-transform: uppercase;
}
div.smlnewproduct {
	color: #446644;
}
div.smltopproduct {
	color: #446644;
}
div.smlspecialoffer {
	color: #446644;
}
div.newsbox {
	margin-bottom: 15px;
}
/* div.newsbox h3 {
	font-size: 80%;
	color: #cc0000;
	padding: 3px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
} */
div.newsboxcontent {
	padding: 5px 0px 10px 0px;
}
div.newsboxcontent p {
	font-size: 70%;
	line-height: 1.3em;
	margin-bottom: 10px;
}
span.mainnewsitem {
	line-height: 1.3em;
}
span.newstitle {
	color: #446644;
}
span.newsdate {
	color: #666666;
}
/* footer bar */
div#footer {
	background: #c9d5b7 url(../images/footer_bg.jpg) bottom repeat-x;
	margin: 10px 0px 0px 0px;
	padding: 5px;
	clear: both; 
}
/* div#poweredby {
	width: 130px;
	float: left;
}
div#poweredby img {
	border: 0px;
}
div#footertxt {
	margin-left: 130px;
} */
div#footertxt p {
	font-size: 70%;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 0px;
	line-height: 1.5em;
	color: #556644;
}