/********************************************/
/* HTML Styles								*/
/********************************************/

html {
	padding: 0;
}
body {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	/* background: #004000 url(../images/web/grass.jpg) no-repeat; */
	background: #004000 url(../images/web/grass.jpg) fixed;
}
ul, ol {
/*	font-family: Georgia, "Times New Roman", Times, serif; */
	font-family: Tahoma, Helvetica, sans-serif;
}

acronym {
	border-bottom: 1px dotted #008000;
	cursor: help;
}

/********************************************/
/* Layout Divs								*/
/********************************************/
#pagewidth {
	width: 780px; 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #008000;
} 
 
#header {
/*	position: relative; */
/*	height: 75px; */
/*	background-color: #ffffff; */
/*	border-bottom: 3px solid #000000; */
	width: 780px;
	height: 150px;
	background: #004000 url(../images/header1.gif) no-repeat;
}

#subHeader {
	margin-top: -3px;
	background-color: #00CC00;
	width: 780px;
	padding: 0 10px 5px 10px;
}

#headerNav {
	width: 480px;
	float: left;
}
#headerTelephone {
	float: right;
	font-weight: bold;
	color: #000000;
	width: 270px;
	text-align: right;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: smaller;
	padding-top: 1px;
}

#wrapper {
	clear: both;
	background-color: #ffffff;
}

#leftcol {
	width: 150px;
	float: left;
	font-size: 12px;
}
 
#maincol {
	/*background-color: #cccccc;*/
	background-color: #FFFFFF;
	float: left;
	width: 624px;
}

#categoryList {
	width: 620px;
	/*height: 250px;*/
	padding: 5px;
}

/*
.categoryItem {
	width: 200px;
	height: 20px;
	margin-right: 5px;
	margin-bottom: 8px;
	float: left;
}
*/

.xcategoryItem { 
  display: block;
	width: 200px;
	height: 20px;
	font-family: Tahoma;
	font-size: 80%;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	background-color: #004000;
	border: solid 1px #fffffc;
	padding-bottom: 3px; 
	padding-top: 3px; 
	margin-bottom: 8px;
	float: left;
}

.xcategoryItem:visited  {
  color: #ffffff;
	text-decoration: none;
}

.xcategoryItem:hover  {
  color: #000000;
	background-color: #00CC00;  
	text-decoration: none;
}

.goback {
  font-family: Tahoma;
	font-weight: bold;
	font-size: 80%;
	color: #000000;
	margin-bottom: 20px;
	text-decoration: none;
}

.goback:visited {
  font-family: Tahoma;
	color: #000000;
	text-decoration: none;
	margin-bottom: 20px;
}

.goback:hover {
  font-family: Tahoma;
	color: #000000;
	text-decoration: underline;
}







.catItemImage {
	text-align: center;
	vertical-align: middle;
}

/*
.catItem {
	text-align: center;
	vertical-align: middle;
} */

#productList {
	width: 614px;
	height: 250px;
	padding: 5px;
}
.productItem {
	width: 290px;
	/*height: 210px;*/
	margin-right: 5px;
	margin-bottom: 8px;
	float: left;
}
.prodItemImage {
	text-align: center;
	vertical-align: middle;
}
.prodItem {
	text-align: center;
	font-size: 90%;
}
.productItemPrice {
	font-size: 80%;
	font-weight: bold;
	color: #000000;
}
.prodItemPrice {
	font-size: 80%;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.prodItemPrice a {
	color: #004000;
	text-decoration: none;
}
.prodItemPrice a:hover {
	color: #004000;
	text-decoration: none;
}

#productDetail {
	width: 620px;
	padding: 10px;
}
#productImage {
	float: left;
	width: 250px;
	text-align: center;
}
#productInfo {
	float: right;
	width: 290px;
	margin-top: 20px;
	padding-left: 10px;
}
#productButtons {
	float: right;
}
#productText {
	clear: both;
	vertical-align: top;
	margin: 0;
}
#productText a {
	color: #004000;
	text-decoration: underline;
}
#productText a:hover {
	color: #004000;
	text-decoration: none;
}
#productText ul {
	margin: 0;
	padding: 0;
}
#productText li {
	list-style-type: none;
	list-style-image: url(../images/pdf.gif);
	list-style-position: inside;
	padding-top: 10px;
}
#productText li a {
	margin-left: 5px;
	font-size: 70%;
}

#extraProductText {
	clear: both;
}

#tinycart {
	float: right;
	width: 175px;
	margin: 35px 15px 0 0;
	padding: 8px;
	border: 2px solid #ffffff;
}
#tinycartContents {
	color: #ffffff;
	text-align: center;
	font-size: 80%;
}
#tinycartButtons {
	text-align: center;
}

#miniCart {
	margin-top: 10px;
	width: 140px;
	font-size: 10px;	
}

#viewCartLink {
	margin-top: 10px;
	text-align: center;
}

#morePages {
	text-align: center;
	margin-bottom: 5px;
	font-size: 80%;
}

#footer {
	background-color: #004000;
	width: 780px;
	padding: 5px;
	font-size: 70%;
	text-align: center;
}
#footerAddress {
	margin: 0 auto;
	color: #ffffff;
}
#footerStats {
	float: left;
	color: #cccccc;
	font-size: 80%;
	padding: 3px;
}
#footerNav {
	float: right;
}
#footerNav a {
	text-decoration: none;
	color: #ffffff;
}
#footerNav a:hover {
	text-decoration: underline;
	color: #cccccc;
}
#footerCopyright {
	color: #ffffff;
}

#cartFooter {
	padding: 5px;
	width: 780px;
	margin: 0 auto;
	margin-top: 20px;
	font-size: 80%;
}

/********************************************/
/* Other Divs and Classes					*/
/********************************************/
#header img {
	margin: 0;
	padding: 0;
}

#headerNav a {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
#headerNav a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #004000;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

#leftcol a {
	padding: 3px;
	display: block;
	border: 1px solid #aaaaaa;
	background-color: #00cc00;
	text-decoration: none;
	line-height: 1em;
	width: 152px;
}

#leftcol a:link, #leftcol a:visited {
	color: #000000;
	border: 1px solid #004000;
}

#leftcol a:hover, #leftcol a:active {
	color: #ffffff;
	background-color: #004000;
	border: 1px solid #ffffff;
}

#leftcol ul {
	/*/*/padding: 0em;
	margin-left: 2px;
	margin-right: 2px;
	list-style-type: none; /* */
}

#leftcol li {
	/*/*/margin: 0px 0px 1px 0px; /* */	
}

#current a {
	color: #ffffff !important;
	/*/*/background-color: #004000 !important;
	border: 1px solid #ffffff !important; /* */
}

/* catItem */
.catItemImage img {
	border: 0;
}
.catItem a {
	text-decoration: none;
	color: #004000;
	font-size: 70%;
	font-weight: bold;
}
.catItem a:hover {
	text-decoration: underline;
	color: #008000;
	font-size: 70%;
	font-weight: bold;
}

/* productItem */
.prodItemImage img {
	border: 0;
}
.prodItem a {
	text-decoration: none;
	color: #008000;
	font-size: 70%;
}
.prodItem a:hover {
	text-decoration: underline;
	color: #004000;
	font-size: 70%;
}

/* mini cart */
#tableMiniCart {
	width: 140px;
	font-size: 100%;
}
#productInfo p {
	font-size: 80%;
}
#productText p {
	font-size: 70%;
}
#extraProductText p {
	font-size: 70%;
}
#extraProductText h3 {
	color: #df1a83;
	font-size: 80%;
}
#miniCart p {
	text-align: center;
}
#viewCartLink a {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
#viewCartLink a:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}
.cartContent {
	width: 80%;
}
.cartContentR {
	width: 80%;
	text-align: right;
	font-weight: bold;
}
.cartContent a {
	text-decoration: none;
	color: #333333;
}
.cartContent a:hover {
	text-decoration: underline;
	color: #000000;
}
.cartPrice {
	width: 20%;
	text-align: right;
}

#morePages a {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
#morePages a:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}

#checkOutTitle {
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.entryTable, .entryTableWide {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #004000;
	width: 550px;
}
.entryTableWide {
	/*width: 780px;*/
	width: 98%;
}

.entryTableWide a {
	color: #000000;
	text-decoration: underline;
}

.entryTableHeader {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #008000;
	font-weight: bold;
	background-position: center;
}

.entryTable .label {
	background-color: #80ff80;
}
.entryTableWide .label {
	background-color: #80ff80;
}

.entryTable .content {
	background-color: #ffffff;
}
.entryTableWide .content {
	background-color: #ffffff;
}

.infoTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #004000;
}

.infoTableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	background-color: #008000;
	font-weight: bold;
	background-position: center;
}

.infoTable .label {
	background-color: #80ff80;
}

.infoTable .content {
	background-color: #ffffff;
}

.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #004000;
	background-color: #ffffff;
}

.notice {
	color: #996600;
	font-weight: bold;
}

#homePayWithPayPal {
	clear: both;
	text-align: center;
	margin-bottom: 10px;
}

#tablePayWithPayPal {
	width: 100%;
}
#tablePayWithPayPalCenter {
	width: 510px;
	margin: 0 auto;
	margin-bottom: 10px;
	border: 1px solid #df1a83;
}
#tablePayWithPayPalHome {
	width: 400px;
	margin: 0 auto;
	margin-bottom: 10px;
	text-align: center;
	background-color: #FFFFFF;
}

#tablePayWithPayPal td, #tablePayWithPayPalCenter td, #tablePayWithPayPalHome td {
	font-size: 70%;
	color: #000000;
}

.addToCartButton, .cartButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #000000;
	background-color: #008000;
}

#errorMessage {
	color: #990000;
	font-weight: bold;
}

.separator {
	clear: both;
}

/* custom pages */
.customContent, #customContent {
	width: 550px;
	padding: 20px;
}
.customContent h1, #customContent h1, #customContentLeft h1 {
	color: #004000;
	font-size: 105%;
}
.customContent h2, #customContent h2, #customContentLeft h2 {
	color: #004000;
	font-size: 90%;
}

.customContent p, #customContentLeft p {
	color: #000000;
	font-size: 70%;
}
.customContent ol, .customContent ul {
	font-size: 70%;
	color: #000000;
}
.customContent a {
	color: #004000;
	text-decoration: none;
	font-weight: bold;
}
.customContent a:hover {
	color: #008000;
	text-decoration: underline;
	font-weight: bold;
}

#customContentImgR {
	float: right;
}
#customContentImgR img {
	border: none;
}

.splitContent {
	width: 275px;
	height: 305px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 10px;
	float: left;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
}
.splitContentPrices {
	width: 290px;
	margin-top: 10px;
	margin-right: 10px;
	float: left;
}
.splitContent h2, splitContentPrices h2 {
	color: #df1a83;
	font-size: 90%;
	font-weight: bold;
}
.splitContent a {
	color: #df1a83;
	text-decoration: none;
}
.splitContent a:hover {
	color: #df1a83;
	text-decoration: underline;
}

/* contact form */
#customContentLeft {
	float: left;
	width: 350px;
	padding: 20px 5px 20px 20px;
}
#customContentRight {
	float: right;
	width: 200px;
	padding: 20px 10px 20px 10px;
	font-size: 90%;
}

#formContact {
	background-color: #ffffff;
	padding: 3px;
}
#formContact input,#formContact select,#formContact textarea {
	border: 1px solid #004000;
	background-color: #80ff80;
	color: #000000;
	font-weight: normal;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
#frmCart input {
	font-size: 100%;
}
#customContentRight a {
	text-decoration: underline;
	color: #004000;
}
#customContentRight a:hover {
	text-decoration: underline;
	color: #008000;
}
#customContentRight p {
	color: #000000;
	font-size: 80%;
}
.contactQ {
	text-align: right;
	color: #000000;
	vertical-align: top;
	font-weight: normal;
	font-size: 80%;
}

#requireTable {
	width: 400px;
	border: 1px solid #000000;
	background-color: #00923f;
}
#requireTable thead {
	font-weight: bold;
	text-align: center;
	color: #000000;
}
.firstCol {
	text-align: left;
	font-weight: bold;
	color: #000000;
}
.oddRows {
	background-color: #ffffff;
	text-align: center;
}
.evenRows {
	background-color: #85c226;
	text-align: center;
}
.bold {
	font-weight: bold;
}

/* *** Float containers fix: http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix{
/*	display: inline-block; */
	display: inline;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix{display: block;}
/* End hide from IE-mac */


/* *** Custom FP 09 *** */ 

.infoblocks {
	color: #000000;
	font-size: 70%;
}