/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

td {padding: 3px;}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */

body { 
	background:#0f2e00 url("../images/bg-body.jpg") top center no-repeat;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#000;
	}

blockquote { padding: 10px; background: #E3E3E3; margin: 0 20px 10px; }
	blockquote p {margin: 0;}

h1	{ font-size:24px; color:#000; font-weight: normal; }
h2, #index h1  { font-size:16px; color:#000; }
#index h1 {font-weight: bold;}
h3	{ font-size:14px; color:#000; }

h1 span,h2 span,h3 span	{ display:none; }

h2 a {color:#000;}

a { color: #0F2E00; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}
	
.green-swatch {
	color: #3E7907;
	}

/* ------------------------ form elements ------------------------ */

form label	{ font-size:.95em; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:transparent !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #438A00;
	color:#000;
	vertical-align: middle;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	select {
		background-color: #FFF !important;
		}

textarea { height:90px; overflow:auto; }

	
input.input-image {
	border: none;
	}
	
input.radio-border {
	border: none !important;
	}

/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:180px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	#contact-main label textarea { width: 240px;}

#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }

#comment { width: 450px; }

/* ------------------------ submit button form elements ------------------------ */

#newsletter-signup #newsletter-submit {
	float: left;
	margin: 0 5px 0 10px;
	height: 20px;
	width: 53px;
	cursor: pointer;
	}
	
input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	margin:85px 0 0 199px;
	}
	
#required-form { margin-left: 158px; font-weight: bold; }

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */

#wrap-top {
	height:10px;
	width:820px;
	margin: 10px auto 0;
	background:url("../images/wrap-top.png") bottom center no-repeat;
	}
	#index #wrap-top {
		background:url("../images/wrap-top-index.png") bottom center no-repeat;
		}
		#wide #wrap-top {
			background:url("../images/wrap-top-wide.png") bottom center no-repeat;
			}

#wrap {
	background:url("../images/bg-wrap.gif") top center repeat-y;
	width:820px;
	margin:0 auto;
	text-align:left;
	position: relative;
	min-height:475px; 
	height:auto;
	}
	* html #wrap {height: 475px;}
	
	#index #wrap {
		background:url("../images/bg-wrap-index.gif") top center repeat-y;
		padding:0;
		}
		#wide #wrap {
			background: #FFF;
			width: 780px;
			padding: 20px;
			}
	#right-sticky {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 258px;
		}
		
	#left-sticky {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 258px;
		}
/* ------------------------ masthead framework ------------------------ */
#masthead {
	background:url("../images/masthead.png");
	height:96px;
	margin:14px auto 0;
	width: 820px;
	}
	/* index page link within #masthead */		
	#masthead #mastheadlink {	
		display: block;
		float: left;
		width:375px;
		height:96px; 
		}
		
	#meta-form {
		float: left;
		width: 445px;
		}
		#meta {
			margin-top: 15px;
			text-align: left;
			margin-left: 190px;
			}
		#meta li a {
			color:#FFF;
			font-size: 13px;
			font-weight: bold;
			text-decoration: none;
			}
		#meta li {
			padding-left: 20px;
			}
			
			#account-meta {
				background:url("../images/account-icon.png") 0 2px no-repeat;
				}
			
			#basket-meta {
				background:url("../images/basket-icon.png") 1px 2px no-repeat;
				}
			
			#checkout-meta {
				background:url("../images/checkout-icon.png") 0 1px no-repeat;
				}
	
	#masthead-search {
		margin: 3px 0 0 43px;
		}
		#masthead-search { margin-top /*\**/: 6px\9 } /* hack for just IE8 */
		
		#masthead-search input {	
			width: 90px;
			cursor: text;
			border: none;
			}
			#masthead-search #masthead-search-submit {
				width: 22px;
				cursor: pointer;
				}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:258px;
	float:left;
	padding-bottom: 212px;
	}

	#index #column-left {
		width:562px;
		padding-bottom: 0;
		}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #index #column-left ul, #column-left dl {
		margin:0px 20px 10px 20px;
		}

	#column-left form { margin-left:0px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:0; }
		#column-left ul li { 
			padding-left:0; /* pushes text to the right to display bg img */
			}
#subnav, #blog-nav {
		background: url("../images/bg-left.gif") 0px 0px no-repeat;
		padding-top: 16px;
		}
		#subnav li, #blog-nav li a.first {
			border-bottom: 2px solid #c6e1ac;
			}
			
			#subnav li a, #blog-nav li a.first {
				display: block;
				background: #70b530;
				color: #FFF;
				text-decoration: none;
				font-size: 16px;
				font-weight: bold;
				padding: 8px 0 8px 20px;
				}
				#subnav li a.first, #blog-nav li a.first {
					background: transparent;
					}
				#subnav li a:hover, #blog-nav li a.first:hover {
					background: #3e7907;
					}

#blog-nav h2 {
	color: #FFF;
	}
	
	#blog-nav h2 {
		margin-top: 10px;
		}
		
		#blog-nav li {
			margin: 0 20px 0 30px;
			}
		#blog-nav #back-to-store {
			margin: 0;
			}
			
#blog #column-right h2 a {
	color:#438A00;
	text-decoration: none;
	}
	#blog #column-right h2 a:hover {
		color:#9ED36C;
		text-decoration: underline;
		}

/* ------------------------ column-right framework ------------------------ */

#column-right {
	width:562px;
	float:left;
	}

#index #column-right {
	width:258px;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl, #column-right ol, #column-right small {
		margin:0px 20px 10px 20px;
		}
		
		#column-right h1 {
			margin: 12px 20px 19px;
			}
			
		#column-right small {
			display: block;
			margin-top: -6px;
			}
			#blog #column-right small {
				display: inline;
				margin-top:0;
				}

	#column-right form { margin-left:0px; }

	/* single column list */
	#column-right ul { padding-left:10px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.gif") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:13px;  /* pushes text to the right to display bg img */
			}
			#column-right ol {
				list-style-position:inside;
				}
				
	#index #column-right ul { padding-left:0px; }
		#index #column-right ul li { 
			background:none; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:0px;  /* pushes text to the right to display bg img */
			margin-bottom: 25px;
			}
			.headline {
				font-size: 14px;
				font-weight: bold;
				}
				#creditfooter {
					display: none;
					}
					#index #column-right li a:hover {
						text-decoration: underline;
						}
					.fbsubscribelink {
						margin-top: -10px;
						}

	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
#newsletter-signup {
	width: 258px;
	height: 30px;
	margin: 11px 0 0;
	padding: 42px 0 0;
	background:transparent url("../images/newsletter-bg.png");
	}
	#newsletter-signup input {
		width: 175px;
		border: none;
		cursor: text;
		}
		
#breadcrumbs-basket {
	background:#cde1bb;
	border-top: 1px solid #3e7907;
	border-bottom: 1px solid #3e7907;
	padding: 10px 0 0;
	font-weight: bold;
	overflow: hidden;
	clear: both;
	width: 562px;
	margin: 0 0 20px 0;
	}
	
	#breadcrumbs-basket, #breadcrumbs-basket a {
		color: #3e7907;
		}
	#breadcrumbs-basket span, #crumbs a span {
		color:#000;
		}
		#basket-text {
			float: right;
			text-align: right;
			display: inline;
			}
	#crumbs a {
		text-decoration: none;
		}

.category-products {
	margin-bottom: 60px;
	font-size: 16px;
	}

	.category-products img {
		border: 2px solid #3e7907;
		float: left;
		margin: 0 20px 15px;
		width: 182px;
		height: 182px;
		margin-bottom: 5px !ie;
		}
	.category-products p {
		clear: both;
		font-size: 12px;
		}
		
		#column-right .category-products ul {
			margin-bottom: 15px;
			}
			#column-right .category-products li {
				background: none;;
				}

.product {
	margin: 25px 0 60px;
	font-size: 16px;
	}

	.product img {
		border: 2px solid #3e7907;
		float: left;
		margin: 0 20px 15px;
		width: 289px;
		height: 289px;
		margin-bottom: 5px !ie;
		}
	.product p {
		font-size: 12px;
		}
		
		#column-right .product ul {
			margin-bottom: 15px;
			}
			#column-right .product ul li {
				background: none;
				}
		
.page-nav {
	text-align: right;
	padding: 10px 0 35px;
	font-weight: bold;
	}
	#bottom-page-nav {
		padding-bottom: 0;
		}
	.page-nav a {
		text-decoration: none;
		color: #000;
		}
		.page-nav a span, .page-nav span {
			color:#3e7907;
			}
			
			.page-nav-space {
				padding: 0 15px;
				}
			.prod-per-page {
				padding-left: 15px;
				}
#add-to-cart-form span {
		background:url("../images/add-to-cart-field.jpg") 0 0 no-repeat;
		}
		#add-to-cart-form input {
			width: 22px;
			padding-left: 2px;
			font-size: 12px;
			border: none;
			cursor: text;
			padding-bottom: 1px;
			}
		#add-to-cart-form .ctgy-add-to-basket {
			width: 94px;
			height: 17px;
			display:block;
			margin-top: 10px;
			cursor: pointer;
			}
			
		.product #add-to-cart-form .ctgy-add-to-basket {
			margin-bottom: 35px;
			}
			
.add-to-cart-form span {
		background:url("../images/add-to-cart-field.jpg") 0 0 no-repeat;
		}
		.add-to-cart-form input {
			width: 22px;
			padding-left: 2px;
			font-size: 12px;
			border: none;
			cursor: text;
			padding-bottom: 1px;
			}
		.add-to-cart-form .ctgy-add-to-basket {
			width: 94px;
			height: 17px;
			display:block;
			margin-top: 10px;
			cursor: pointer;
			}
			
		.product .add-to-cart-form .ctgy-add-to-basket {
			margin-bottom: 35px;
			}
			
#related-products {
	background: #cde1bb;
	margin-top: 20px;
	clear: both;
	overflow: hidden;
	width: 542px;
	padding: 0 0 15px 20px;
	color: #0f2e00;
	}
	.related-prods {
		width: 164px;
		float: left;
		display: inline;
		margin-right: 10px;
		}
	#related-products h2 {
		height: 30px;
		margin: 10px 0;
		background: url("../images/subhead-similar.gif") 0 0 no-repeat;
		text-indent: -9999px;
		}
	#related-products img {
		width: 162px;
		height: 162px;
		}
	#related-products a {
		color: #0f2e00;
		text-decoration: none;
		font-size: 13px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
		font-weight: bold;
		padding-top: 10px;
		}
	#related-products span {
		display: block;
		}
	.related-add {
		float: right;
		}
		.related-add input {
			border: none;
			}
	
/* ------------------------ column-wide framework ------------------------ */
	#wide #wrap p, #wide #wrap h1, #wide #wrap h2, #wide #wrap h3, #wide #wrap ul, #wide #wrap dl {
		margin:0px 0px 10px 0px;
		}
		
	#basket-buttons {
		margin-top: 20px;
		}
		#checkout-now, #checkout-now-ordl {
			float: right;
			background:url("../images/btn-checkout-now.png") no-repeat;
			width: 102px;
			height: 17px;
			}
			 #checkout-now-ordl { float: none; display: block; margin: 0 auto; }
		#continue-shopping {
			float:left;
			background:url("../images/btn-cont-shopping.png") no-repeat;
			width: 124px;
			height: 17px;
			}
		#create-account {
			background:url("../images/btn-create-account.png") no-repeat;
			width: 131px;
			height: 17px;
			display: block;
			margin: 0 auto;
			}

.checkout-sections {
		width: 230px;
		float: left;
		display: inline;
		text-align: center;
		padding: 0 10px;
		margin-top:40px;
		}
	.checkout-middle-section {
		width: 230px;
		float: left;
		display: inline;
		border-left: 1px solid #CCC;
		border-right: 1px solid #CCC;
		text-align: center;
		padding: 0 10px;
		margin-top:40px;
		}
		.checkout-middle-section form {
			text-align: left;
			}
	.login-sections {
		width: 240px;
		float: left;
		display: inline;
		text-align: center;
		padding: 0 10px;
		margin: 20px 0 0 140px;
		}
	.login-right {
		width: 240px;
		float: left;
		display: inline;
		border-left: 1px solid #CCC;
		text-align: center;
		padding: 0 10px;
		margin-top:20px;
		}
		.login-right form {
			text-align: left;
			}

#plst {margin-left: 10px; overflow: auto;}
			
.plst-divs {
	text-align: center;
	width: 155px;
	float: left;
	display: inline;
	margin-left: 10px;
	margin-bottom: 20px;
	}		
	.plst-divs h2, .plst-divs h2 a {
		margin-left: 0;
		height: 32px;
		text-decoration: none;
		}
	.plst-divs a img {
		border: 2px solid #3e7907;
		}

.ngg-galleryoverview {
	margin: 0 0 20px 15px;
	}

.gallery-heading {
	border-bottom: 2px solid #438A00;
	color:#438A00;
	padding-bottom:5px;
	}
	
#next-prev {
	margin: 0 20px 40px;
	}
		
/* ------------------------ header framework ------------------------ */
#header-graphic { height:180px; width: 520px; margin: 12px auto 20px; background:url("../slideshow/image1.jpg") no-repeat; } /* sets height for all non-flash headers */

/* ------------------------ subhead framework ------------------------ */
#subhead { height:20px; } /* sets height for all subheads */


/* ------------------------ bottom-wrap framework ------------------------ */
#bottom-wrap {
	width:100%; /* fix for Safari */
	height:.01em;
	clear:both; 
	line-height: 0;
	font-size: 0;
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:820px;
	margin:0 auto;
	background:url("../images/footer.png") 0 0 no-repeat;
	text-align:center;
	padding-top: 10px;
	font-weight: bold;
	_height: 1%;
	}

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

#footer ul {margin:0 0 0 20px;}
	#footer li {
		padding:0 3px 0 5px;
		display: inline;
		border-left: 1px solid #fff;
		}
	#footer li.first { border: none; }
	
#footer p {
	margin: 30px 0 20px;
	color: #fff;
	}


/* ------------------------ HOME PAGE SPECIFIC ELEMENTS ------------------------ */
	
#three-boxes {
	margin: 10px 20px 0;
	}
	.box-margins {
		margin-left:10px;
		}
		
#featured-products {
	background: #cde1bb;
	margin-top: 20px;
	overflow: hidden;
	width: 542px;
	padding-left: 20px;
	}
	#featured-products h2 {
		height: 30px;
		margin: 10px 0;
		background: url("../images/subhead-featured.gif") 0 0 no-repeat;
		text-indent: -9999px;
		}
		
.featured-prods {
	text-align: center;
	font-size: 12px;
	float: left;
	width: 100px;
	margin-right: 5px;
	}
	a img.featured-image {
		border: 1px solid #467f12 !important; /* important is to show IE6 who's boss */
		width: 96px;
		height: 96px;
		}
	.featured-prods .more-info {
		border: 0;
		padding: 0 0 10px;
		}
	.featured-prods strong {
		font-size: 14px;
		color: #000;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
		display: block;
		margin: 5px 0 8px;
		}
	.featured-prods span a {
		color:#0f2e00;
		text-decoration: none;
		font-weight: bold;
		margin: 0;
		height: 35px;
		display:block;
		}
		
		
#index #column-right, #index #column-right a {
	color:#FFF;
	text-decoration: none;
	}
	#index #column-right h3 {
		margin: 15px 20px 0;
		}
	
	#index #column-right h2 {
		height: 30px;
		background: url("../images/subhead-blogposts.gif") 0 0 no-repeat;
		text-indent: -9999px;
		margin-bottom: 10px;
		}
		

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

#nav { 
	background:url("../images/nav.gif") no-repeat; 
	height:32px; 
	width: 820px;
	margin:0 auto;
	padding:0; 
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	}

#nav li, #nav a { display:block; color: #87d043; text-decoration: none;}

#nav li { float:left; list-style:none; _display:inline; position:relative; height: 32px; }

#nav a {height: 25px; padding-top: 7px;}

#nav-01 { width: 69px;}
#nav-02 { width: 86px;}
#nav-03 { width: 66px;}
#nav-04 { width: 78px;}
#nav-05 { width: 65px;}
#nav-06 { width: 76px;}

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

#nav-01 a:hover { background:url("../images/nav.gif")  0px -32px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.gif") -69px -32px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.gif") -155px -32px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.gif") -341px -32px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.gif") -428px -32px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.gif") -460px -32px no-repeat; }