/* CSS Document */

html{
	margin:0;
	padding:0;
	background: #D8EAD1 url(images/main-bg.gif) 0 0 repeat-x;
	}

body{
	margin: 0 auto;
	padding:0 ;
	font: normal 13px  Arial, Helvetica, sans-serif;
	width: 940px;
	background : #fff;
		}

#header{
	width : 940px;
	background: #F5FBF0 url(images/main-bg.gif) 0 0 repeat-x;
	height: 80px;
	}

#nav{
	width: 220px;
	clear:both;
	float: left;
	display: inline;
	background: #96C28B url(images/nav-bg.gif) 0 bottom no-repeat;
	padding: 0 0 420px 0;
}

#main{
	width: 460px;
	float: left;
	padding: 20px 20px;
	margin-bottom: 10px;
}

#sub{
	width : 219px;
	border-left: 1px solid  #A4C59A;
	float: left;
	background: none;
	padding: 20px 0 10px 0;
}

#footer{
	clear:both;
	background: #ddd;
	margin : 10px 0 0 0;
	border-top: 1px solid #555;
	color: #555;
	width: 940px;
}

/* generic styles */

 a{
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #77B16A;
	text-decoration: none;
}

a:hover{
	color: #777;
	text-decoration : underline;
}

form{
	margin: 0;
	padding: 0;
}

.clearboth{
	clear:both;
}

.floatleft{
	float: left;
	padding: 0 10px 10px 0;
}

.floatright{
	float: left;
	padding: 0 0 10px 10px;
}

/* header styles */

#header h1#logo{
	float: left;
	width: 180px;
	background: #96C28B url(images/logo-bg.gif) bottom left no-repeat;
	text-indent : -1000em;
	overflow : hidden;
	height: 40px;
	padding: 20px;
	margin : 0;
	font-size: 19px;
	color: #fff;
}


#header ul{
	float: right;
	margin: 20px 20px 0 0;
	padding: 10px 10px 10px 30px;
	width: auto;
	height : auto;
	 background : #fff url(images/cart-bg.gif) 5px 50% no-repeat;
	 border: 3px double #C9E3B0;
}

#header li{
	float : left;
	margin: 0;
	padding: 0  0 0 5px;
	list-style: none;
	width: auto;
	color: #555;
}

#header li a{
	border-right: 1px solid #777;
	padding-right: 5px;
	line-height : 1em;
	margin: 0;
}

#header li.last a{
	border-right : none;
}




/* main styles */

#main h1, #main h2, #main h3{
		background: #7DB470;
		color: #fff;
		margin: 0 0 10px 0;
		padding: 5px;
}

#main h1{
	font-size: 19px;
font-weight: normal;
}

#main h1.siteMapCategory a{
	color:#fff;
	font-size: 15px;
font-weight: normal;
}


#main h2{
	font-size: 17px;
	background: #777 url(images/main-h2-bg.gif) 0 0 repeat-x;
	font-weight : normal;
}

#main h3 a{
	color: #fff;
	font-weight: normal;
}

#main h3 a:hover{
	color: #ddd;
}

#main h2.siteMapLink{
	font-size: 17px;
	background: #fff;
	font-weight : normal;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

#main h2.siteMapLink a{
	color: #666;
	font-weight: bold;
}

#main h1.featured, #main h2.featured, #main div.product h3{
	background: #777;
	font-weight: normal;
}

#main h1.featured{
	margin-top: 0;
	font-size: 17px;
	background: #777 url(images/main-h2-bg.gif) 0 0 repeat-x;
}

#main h2.featured{
	margin-top: 25px;
}

#main h3{
	font-size: 15px;
	font-weight: normal;
}

#main p{
	margin: 0 0 10px 0;
	padding: 0 5px;
	color: #333;
	line-height: 1.4em;
	}

#main u{
	text-decoration : none;
}

#main p strong{
	color: #707070;
}

#main p u strong{
	background: url(images/delivery-icon.gif) 0 0 no-repeat;
	padding-left: 35px;
	text-decoration: none;
	color: #46633F;
}

#main p.order{
	background : #E8F2E6;
	border: 1px solid #B1D0A8;
	padding:  5px 0 5px 70px;
	text-align: right;
	clear: both;
	font-weight : bold;
	color: #555;
	margin-top: 10px;
	line-height: 1;
}

#main p.order strong{
	color: #5C954F;
	position: relative;
	float: left;
	margin-right: -70px;
	left: -60px;

}

#main p.addButton{
	background: #F6FAF5;
	border-bottom: 1px solid #A4C59A;
	padding: 8px;
	text-align: right;
}

#main p.mainImg{
	padding-bottom: 10px;
	border-bottom: 1px solid #E9F4DF;
	text-align:center;
}

	#main ul{
	padding:0;
	margin: 0 0 20px 0;
	border-top: 1px dashed #B5D3AD;
}

#main li{
	list-style : none;
	line-height: 1.3em;
	padding: 7px 10px 7px 30px;
	background: #fff url(images/tick-bg.gif) 10px 50% no-repeat;
	border-bottom: 1px dashed #B5D3AD;
	color: #555;
}

#main img.sample{
	width: 460px;
	height: 250px;
	overflow: hidden;
	margin: 0;
	padding:0;
	display: block;
	border : 0;
}

#main div.featured{
	width: 224px;
	border-top: 5px solid #96C28B;
	border-bottom: 1px solid #96C28B;
	padding: 2px 0 5px 0;
	margin: 0 0 10px 0;
	float: left;

}

#main div.right{
	margin-left: 10px;
}

#main div.featured img{
	margin: 0;
	padding: 0;
	display: block;
 	}

#main div.featured h3{
	border-top: 5px solid #fff;
	margin: 0;
}

#main div.featured p{
	background: #E1EDDE;
	margin: 0;
	padding: 5px 5px 10px 5px;
}

#main div.featured p.featuredDescription{
	height: 40px;
	min-height:41px;
}

#main div.featured p.featuredImage{
	padding: 0;
	margin: 5px 0 0;
	width: 222px; height: 167px;
	overflow: hidden;
	clip: rect(0, 222px, 167px, 0);  /* clips the image contained in this p to a square - values in order: top left bottom right */
	background: #fff;
	border: 1px solid #96C28B;
}

#main a{
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #46723C;
	text-decoration: none;
}

#main a:hover{
	color: #8C8C8C;
	text-decoration : underline;
}

#main span.siteMapDescription{
	display: block;
	font-weight: normal
}


/* ------------------------------ breadcrumbs ------------------------------ */

#main #breadCrumbs{
	border-top: 1px solid #96C28B;
	border-bottom: 1px solid #96C28B;
	padding: 6px;
	margin-bottom: 10px;
}

#main #breadCrumbs h1{
	background-color: #fff;
	font: normal 11px Arial, Helvetica, sans-serif;
	margin: 0;
	padding:0;
	color: #96C28B;
}

#main #breadCrumbs a{
	font: normal 11px Arial, Helvetica, sans-serif;
}


/* special offers products styles */


/* product row style */
#main div.product{
	background: #fff;
	margin-bottom: 10px;
	clear: both;
	}

* html body #main div.product{
	height : 1em;
}

#main div.product img{
	padding: 0 0 10px 10px;
}

#main div.product p{
	margin-bottom: 0;
}

#main div.product p.image{
	float: right;
}

#main div.product h3.discountedProductOne, #main div.product h3.discountedProductTwo, #main div.product h3.discountedProductThree{
	padding-right: 80px;
}

#main div.product h3.discountedProductOne{
	background: #777 url(images/discountedOne.gif) 100% 50% no-repeat;
}

#main div.product h3.discountedProductTwo{
	background: #777 url(images/discountedTwo.gif) 100% 50% no-repeat;
}

#main div.product h3.discountedProductThree{
	background: #777 url(images/discountedThree.gif) 100% 50% no-repeat;
}

#main input.qty{
	width: 12px;
	font-size: 9px;
	padding: 4px 5px 5px 5px;
	text-align: right;
	border: 1px solid #639834;
	vertical-align: middle;
}

#main select{
	border: 1px solid #639834;
	background : #F3F9F2;
	height: 24px;
	color: #555;
	vertical-align: middle;
}

#main input.add{
	border: 1px solid #639834;
	background : #98C48C url(images/addToCart-bg.gif) 0 0 no-repeat;
	margin:3px 0;
	padding:5px 5px 5px 30px;
	color: #555;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;

}

#main input.addDetail{
	border: 1px solid #639834;
	background : #98C48C url(images/addToCart-bg.gif) 0 0 no-repeat;
	padding:5px 5px 5px 30px;
	color: #555;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	margin: 3px 0;
}

* html body input.addDetail{
	padding:5px 0px 5px 10px;
	margin:0;
	position:relative;
	top: -8px;
}

#main input.backbutton{
	float : left;
	border: 1px solid #639834;
	background : #98C48C url(images/button.gif) 0 0 no-repeat;
	padding:5px 5px 5px 5px;
	margin:0;
	color: #555;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

* html body #main input.backbutton{
	padding:5px 0px 5px 0px;
}

* html body #main input.add{
	padding: 5px 0 5px 10px;
}

/* form style */

#prodList table{
	width: 459px;
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

#prodList strong{
	color: #5C954F;
}

#prodList td{
	padding: 5px;
	border-bottom: 5px solid #fff;
}


#prodList tr.odd{
	background : #D5E7D1;
}
#prodList tr.even{
	background : #EDF5EC;
}

/* sub styles */


#sub table{
	border-collapse : collapse;
	width:200px;
	margin: 0 0 0 10px;

}

#sub td{
	margin: 0;
	vertical-align: top;
	padding:0;
	height: auto;
}

#sub th{
	padding:5px;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #fff;
	background: #999 url(images/main-h2-bg.gif) 0 0 repeat-x;
	width:190px;
	text-align: left;
	vertical-align: top;
}

#sub h2{
	font-size: 17px;
	margin: 0 10px 10px;
	padding: 5px;
	background : #96C28B;
	color: #fff;
}

#sub h3{
	margin: 0 10px 10px 20px;
	padding:5px;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #fff;
	background: #999 url(images/main-h2-bg.gif) 0 0 repeat-x;
}

#sub p{
	margin: 0 0 10px 0;
	padding:0;
}

#sub p#phone{
margin: 0 0 15px 15px;
padding-left: 0;
background: url(images/phone-bg.gif) 170px 50% no-repeat;
}

#sub p.last{
	margin: 0 0 10px 0;
	padding: 0  5px 10px 5px;
	border-bottom: 1px solid #96C28B;
	text-align: right;
}

#sub img{
	margin: 0 0 10px 0px;
	padding:0;
	display : block;
	width:200px;
	height : 200px;
}

#sub a{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #77B16A;
	text-decoration: none;
}

#sub a:hover{
	color: #777;
	text-decoration : underline;
}

#sub th a{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
#sub th a:hover{
	color: #ccc;
}


/* sub content mailing list form */
#sub form#mailList{
	padding: 0 10px 10px 10px;
}

#sub form#mailList label{
	display: block;
	padding-bottom: 5px;
}
#sub form#mailList strong{
	display: block;
}

#sub form#mailList input{
	width: 190px;
}

#sub form#mailList input#submit{
	background: #555;
	color: #fff;
	border: none;
	padding: 5px 0;
	width: 100px;
	margin: 0 auto;
	display: block;
}

span#signUpResponse{
	padding: 5px;
	margin-bottom:5px;
	background: #D8EAD1;
	display: block;
}


/* footer styles */
#footer h2{
	background : #777 url(images/footer-h2-bg.gif) 0 0 repeat-x;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	margin: 0 0 10px 0;
	padding: 10px 20px;
}

#footer p{
	line-height :  1.4em;
	margin: 0;
	padding:0 20px 20px;
}


/* nav styles */
#nav ul{
	margin: 0;
	padding:190px 0 0 0;
	width: 220px;
	background : url(images/nav-logo-bg.jpg) 0 0 no-repeat;
}




#nav li{
	list-style: none;
	width: auto;
}

#nav a{
	color: #fff;
	text-decoration: none;
	display: block;
	width: 180px;
	padding: 6px 20px;
	margin: 0;
	border-bottom: 1px solid #DCEBD8;
	font-size: 14px;
	line-height : 1em;
	font-weight: normal;
	background: url(images/menu-a-bg.gif) 0 0 no-repeat;
}

#nav a.first{
			border-top: 1px solid  #DCEBD8;
}


#nav a:hover{
	/* background : #4B6B44 url(images/nav-a-hover-bg.gif) 0 0 repeat-x;*/
	background: url(images/menu-a-bg.gif) 0 -50px no-repeat;
	color: #F4E993;
}


/* nav styles specific to suckerfish menu, dimensions & positioning only */

	#nav li li{
	float : none;
	position : relative;
	width :180px;
}

	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 180px;
		margin-top : -30px;
		width: 220px;
		background: #555;
		padding:0;

	}


	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}

	#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}

	#nav li li a:hover{
	background : #4B6B44 url(images/nav-a-hover-bg.gif) 0 0 repeat-x;
	}


#main div.ProductPageIndex{
	margin:10px 0;
	text-align:center;
}

#main div.ProductPageIndex a{
	padding: 5px;
	border: 1px solid #D1E4CD;
}

#main div.ProductPageIndex b.noLink{
	padding: 5px;
	border: 1px solid #578B4C;
	background: #578B4C;
	margin-right:5px;
	color: #fff;
}


#main div.ProductPageIndex span.totalProduct{
	display : block;
	margin-top: 10px;
	font-size: 11px;
	color: #578B4C;
}

.totalProduct{
	display:block;
}

table#cart {
		border-collapse : collapse;
		width:459px;
		margin: 0 0 20px 0;
}
#cart th{
	background-color : #98C48C;
	color : #fff;
	text-align : center;
}

#cart td{
	border-bottom: 1px solid  #999999;
	text-align : center;
	padding:5px 0 5px 0;
}

p.totalcost, div.cart_txt{
	text-align : center;
	font-weight : bold;
}

p#view_cart_buttons{
	text-align : left;
}

#main input.updatecartbutton{
	border: 1px solid #639834;
	background : #98C48C url(images/button.gif) 0 0 no-repeat;
	padding:5px 5px 5px 5px;
	margin:0;
	color: #555;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

* html body #main input.updatecartbutton{
	padding:5px 0px 5px 0px;
}


#main a.button{
	border: 1px solid #639834;
	background : #98C48C url(images/button.gif) 0 0 no-repeat;
	padding:6px;
	margin:0;
	color: #555;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	text-decoration : none;
}

#main a.checkoutButton{
	margin-left: 10px;
	width: 190px;
	height: 25px;
	background: url(images/checkoutButton.png) 0 0 no-repeat;
	display: inline-block;
	text-indent: -999em;
	overflow: hidden;
	padding:0;
}

* html body #main a.button{
	padding:6px 7px 7px 7px;
}

a.button:hover{
	text-decoration : none;
}

/* order form  & contact form styles */
#orderform {
	width: 449px;
	padding:0px;
	margin:0 0 0 10px;
}

#orderform label, #contactform label{
	display:block;
	padding:8px 8px 8px 150px;
	margin-bottom: 1px;
	font:  11px Verdana, Arial, sans-serif;
	background: #DCEBD8;
	color:#000;
}


#orderform label.radio{
	padding: 5px;
	margin-top:0;
}

#orderform h3{
	padding-top:5px;
	margin-top : 7px;
	margin-bottom : 0;
}

#orderform span, #contactform span{
	position: relative;
	left: -125px; /* this pushes the left edge of the span over to the left edge of the space created by the padding set above */
	float: left;
	margin-right: -130px; /*reduce the values of this and the above commented elements to make a narrower label*/
	padding-top: 3px;
}

#orderform input, #orderform textarea, #contactform input, #contactform textarea{
	font: 11px Verdana, Arial, sans-serif;
	width: 250px;
}

#orderform select{
	font: 11px Verdana, Arial, sans-serif;
	width: 255px;
}

* html body #orderform select{
	width: 257px;
}

#orderform input.radio{
	width: 12px;
}

#orderform p.info{
	margin:5px 0 7px 0;
	padding:2px 0 2px 20px;
	font-size: 11px;
	font-style:italic;
	background: url(images/info-icon.gif) 0 50% no-repeat;
}

#orderform p#discountCodeValue.info{
	background:none;
}

#orderform p.select{
	margin:0 0 5px 0;
	padding:0;
	font-size: 12px;
}

#orderform p.buttons{
	text-align: center;
}

#contactform p#buttons{
text-align : center;
	padding: 10px 0 0 80px;
}

#orderform p.buttons input, #contactform p#buttons input{
	width: 100px;
}

#orderform  p.buttons input, #contactform p.buttons input{
	border: 1px solid #639834;
	background : #98C48C url(images/button.gif) 0 0 no-repeat;
	padding:5px 2px 5px 2px;
	margin:0;
	color: #555;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

* html body #orderform  p.buttons input, * html body #contactform p.buttons input{
	padding:5px 0px 5px 0px;
}

#main p#ShippingCalculator{
	text-align : center;
	padding: 15px 0 0 0;
}

#orderform  p.buttons input#submit_order_form_button{
	padding:0;
	background: url(images/submitOrder.png) 0 0 no-repeat;
	width: 200px;
	height: 35px;
	text-indent: -999em;
	overflow: hidden;
	display: inline-block;
	border: none;
}

*:first-child+html #orderform  p.buttons input#submit_order_form_button{
	text-indent: 0;
	line-height: 999em;
}


/* social bookmarking toolbar */
#bookMarkBar{
		clear:both;
		border:1px solid #96C28B;
		padding:3px;
		margin: 0 0 10px 0;
		overflow:hidden;
	}
	#bookMarkBar p {
		padding:0;
		margin:0;
	}
	#bookMarkBar a{
		display: block;
		padding:3px 5px 0 0;
	}
	#bookMarkBar h3{
		padding:0 3px 0 0;
		margin:0;
		margin:0 5px 0 3px;
		font-size:12px;
		font-weight:bold;
		background: #fff;
		color: #888;
	}
	#bookMarkBar ul{
		text-align:center;
		list-style:none;
		margin:6px 0 4px 0;
		padding:0;
			border: none;
	}
	#bookMarkBar ul li{
		float: left;
		display:inline;
		padding:0 ;
			border: none;
	}
	#bookMarkBar ul li.delicious{
		background:url("images/delicious.gif") no-repeat 0 0;
	}
	#bookMarkBar ul li.digg{
		background:url("images/digg.gif") no-repeat 0 0;
	}
	#bookMarkBar ul li.reddit{
		padding:0 0 0 2px;
		background:url("images/reddit.gif") no-repeat 0 0;
	}
	#bookMarkBar ul li.facebook{
		background:url("images/facebook.gif") no-repeat 0 0;
	}
	#bookMarkBar ul li.stumbleupon{
		background:url("images/stumbleupon.gif") no-repeat 0 0;
	}
	#bookMarkBar ul li a{
		padding:0 0 0 18px;
		margin:0 10px 0 0px;
		border: none;
		font-weight: normal;
	}
	
/* home page scrolling divs */
#main div.offer{
	width : 460px;
	background : #B5D4AE url(images/offer-bg.jpg) 0 0 no-repeat;
}

#main div.offer form{
	padding:0;
	margin:0;
}

#main div.offer img.offerLabel{
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
}

#main div.offer img.offerImage{
	display: block;
	float: left;
	margin: -10px 10px 10px 10px;
	border: 1px solid #404040;
}

* html body #main div.offer img.offerImage{
	margin-top: 10px;
}

#main div.offer h2{
	background: #404040;
	font-size: 15px;
	margin-top: 20px;
}

#main div.offer p{
	font-size: 12px;
	margin-left: 242px;
}

#main div.offer p.order{
 	clear: both;
	background : transparent /* url(images/order-bg.gif) 0 50% no-repeat*/;
	text-align: center;
	margin: 0 10px 10px 10px;
	padding: 7px 0 0 0;
	border-top: 1px solid #666;
}

#main div.offer a{
	color: #404040;
}

#main div.offer strong{
	color: #333;
}

#main div.offer select{
	font-size: 11px;
	width: 220px;
}

* html body #main div.offer select
{
	width: 205px;
}

#main div.offer input.qty{
	height: 16px;
}

#main div.offer input.add{
	margin-left: 5px;
}




#main #slider {
  width: 460px;
  margin: 0 auto 10px auto;
  position: relative;
}

#main .scroll {
  height: 255px;
  width: 460px;
  overflow: auto;
  overflow-x: hidden;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
}

#main .scrollContainer div.offer {
  padding: 0px;
  height: 255px;
  width: 460px; /* change to 560px if not using JS to remove rh.scroll */
}

#main .scrollButtons {
  position: absolute;
  top: 266px;
  cursor: pointer;
}

#main .scrollButtons.left {
  right: 30px;
}

#main .scrollButtons.right {
  right: 10px;
}

#main ul.navigation{
	background: #B5D4AE url(images/offer-nav-bg.png) 10px 50% no-repeat;
	margin: 0;
	padding: 5px 5px 5px 100px;
	overflow: hidden;
	width: 355px;
	border-top: 1px solid #fff;
}

#main ul.navigation li{
	float: left;
	padding:0;
	background: transparent;
	border: none;
}

#main ul.navigation li a{
	display: block;
	border: 1px solid #fff;
	color: #fff;
	padding: 5px;
	margin-right: 5px;
}

* html body #main ul.navigation li a{
	width: 5px;
	height: 10px;
}

#main ul.navigation li a:hover{
	color:#fff;
		background: #75AC6A;
		text-decoration: none;
}

#main ul.navigation li a.selected{
	background: #578B4C;
}

#main ul.navigation li a.selected:hover{
	color: #fff;
}


a#giftBoxPanel{
	display: block;
	overflow: hidden;
	padding:0;
	margin: 0 0 25px 0;
	width: 460px;
	height: 295px;
	background: url(images/gift-boxes-banner.jpg) 0 0 no-repeat;
	line-height: 999em;
	text-indent: -999em;
}

a#giftBoxPanel:hover{
		background: url(images/gift-boxes-banner.jpg) 0 -295px no-repeat;
}