html, body {height: 100%;}

body {
	margin: 0;
	color: #000;
	min-width: 910px;
	background: #b0c97e;

	font: 12px/19px georgia, serif;
}
/* General reset */
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
img {border-style: none;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}

input, select, textarea {
	vertical-align: middle;
	font: 100% georgia, serif;
}
a {
	color: #547c00;
	text-decoration: none;
}
a:hover {text-decoration: underline;}

/* General settings */
.wrap-page{
	width: 100%;
	overflow: hidden;
	background: #fff url("../images/bg-body.gif") repeat-x;
}
.about {background: #fff url("../images/bg-body-about.gif") repeat-x;}
.products {background: #fff url("../images/bg-body-products.gif") repeat-x;}
#page {
	width: 910px;
	overflow: hidden;
	padding: 185px 0 34px;
	margin: 0 auto;
	position: relative;
}
.about #page{padding-top: 294px;}
.products #page{padding-top: 257px;}
#header{
	width: 910px;
	height: 185px;
	position: absolute;
	top: 0;
	left: 0;
	z-index:50;
}
.logo{
	width:400px;
	height:101px;
	float: left;
	margin: 13px 0 0 34px;
	overflow:hidden;
	background:url(../images/logo.gif);
}
.logo a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
}
span.contact{
	float: right;
	margin: 74px 0 0;
	color: #547c00;
	font-size: 14px;
}
.wrap-main-nav{
	width: 910px;
	height: 65px;
	margin: 5px 0 0;
	clear: both;
	float: left;
}
#main-nav {
	height: 65px;
	margin:0 0 0 -16px;
	padding:0;
	list-style:none;
	float: left;
}
#main-nav li{
	float: left;
	height: 65px;
	padding: 0 18px 0;
	background:url(../images/separator-main-nav.gif) no-repeat 0 48px;
}
#main-nav li a{
	float: left;
	height: 25px;
	padding: 40px 0 0;
	color: #999;
	font-size: 13px;
}
#main-nav li a:hover{position: relative;}
#main-nav li a.cart img{
		float: left;
		margin: -3px 5px 0 0;
}
#main-nav li a:hover{
	color: #547c00;
	text-decoration: none;
}
#main-nav li a.active{
	color: #547c00;
	text-decoration: none;
	background:url(../images/bull-main-nav.gif) no-repeat 50% 0;
}
#main-nav li:first-child{background-image: none;}



#main-nav li:hover a,
#main-nav li.hover a{
	cursor:pointer;
	color: #547c00;
	text-decoration: none;
}
#main-nav li:hover li a,
#main-nav li.hover li a{
	color: #547c00;
}
#main-nav li:hover li a:hover,
#main-nav li.hover li a:hover{
	color: #fff;
}
#main-nav li:hover li a,
#main-nav li.hover li a{
}

#main-nav li.hover,
#main-nav li:hover {
	position: relative;
	z-index:10;
}
#main-nav li.hover .dropdown,
#main-nav li:hover .dropdown {
	display: block;
}
#main-nav .dropdown{
	width:125px;
	display: none;
	position: absolute;
	left: -10px;
	top:65px;
	z-index:50;
}
#main-nav .sub-nav{
	width:125px;
	padding:0;
	float:left;
	background: #fff url(../images/bg-dropdown.gif) no-repeat;
}
#main-nav .sub-nav-b{
	float:left;
	width:125px;
	height:6px;
	background:url(../images/bg-dropdown-b.png);
}
#main-nav ul {
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	float: left;
	position: relative;
	margin-bottom: -6px;
}
#main-nav ul li{
	width:125px;
	height: auto;
	padding:0;
	background:url(../images/separator-dropdown.gif) repeat-x;
	text-align: center;
	position: relative;
}
#main-nav ul a{
	width: 100%;
	height: auto;
	padding: 9px 0;
	text-align: center;
	font-size:13px;
	font-weight:normal;
	float: left;
	overflow: hidden;
	text-transform: uppercase;
}
#main-nav ul a:hover{
	color:#fff;
	background:#547c00;
}
#main-nav ul li.last a:hover{background:url(../images/bg-dropdown-last.png) no-repeat;}

#main{
	width: 910px;
}
#content{
	padding: 34px 0 0;
	width: 910px;
}
.about #content{
	width: 906px;
	padding-left: 4px
}
.products #content{
	width: 906px;
	padding-left: 4px
}
#content h1{
	margin: 0 0 9px;
	font-size: 45px;
	line-height: 45px;
	color: #547c00;
}
.about #content h1{
	margin: 0 0 19px;
	font-size: 24px;
	line-height: 36px;
	background:url(../images/bg-h.gif) no-repeat 0 100%;
}
.products #content h1{
	margin: 0 0 19px;
	font-size: 24px;
	line-height: 36px;
	background:url(../images/bg-h.gif) no-repeat 0 100%;
}
.overview #content h1{
	margin-bottom: 13px;
}
.detail #content h1{
	height: 1%;
	overflow: hidden;
	margin: 0 0 19px;
	font-size: 18px;
	line-height: 36px;
	background:url(../images/bg-h.gif) no-repeat 0 100%;
}
.detail #content h1 a{
	float: left;
	padding: 0 0 0 34px;
	background:url(../images/bg-back.png) no-repeat;
}
.detail #content h1 a:hover{text-decoration: none;}
#content h2{
	margin: 0 0 0 5px;
	width: 440px;
	font-size: 20px;
	line-height: 24px;
	color: #666;
}
#content p {
	margin: 0 0 19px;
	font-size: 14px;
	color: #666;
}

#content ul li {
	font-size: 14px;
	color: #666;
}
.startshopping{
	width: 265px;
	height: 94px;
	margin: 17px 0 0 4px;
	background:url(../images/bg-startshopping.png) no-repeat;
}
.startshopping a{
	width: 265px;
	height: 50px;
	float: left;
	overflow: hidden;
	text-indent: -9999px;
	background:url(../images/butt-startshopping.png) no-repeat;
	cursor: pointer;
}
.overview #products,
#products {
	width: 920px;
	margin: 63px -10px 0 0;
	padding: 0 0 0 2px;
	overflow: hidden;
}
.overview #products.overview{margin-top: 41px;}
.overview #content #products h2{
	margin: 0 0 3px;
	width: auto;
	color: #547c00;
	font-size: 15px;
	line-height:16px;
	text-align: center;
}
.overview #products .item,
.item {
	width: 218px;
	margin: 0 12px 0 0;
	float: left;
	display: inline;
}
.overview #products .wrap-item,
.wrap-item{
	width: 218px;
	padding: 12px 0 0 0;
	background:url(../images/bg-item.png) no-repeat;
}
.overview #products .wrap-img,
.wrap-img{
	width: 218px;
	/*height: 140px;*/
	text-align: center;
	overflow: hidden;
}
.overview #products .wrap-img img,
.wrap-img img {
	vertical-align: top;
}
.price{
	display: block;
	overflow: hidden;
	text-align: center;
}
.price a{text-decoration: underline;}
.price a:hover{text-decoration: none;}
.buynow{
	height: 28px;
	float: left;
	margin: 3px 0 0 56px;
	cursor: pointer;
}
.overview #products .buynow{
	margin: 12px 0 0 49px;
}
.buynow:hover{text-decoration: none;}
.buynow span{
	float: left;
	padding: 0 21px 0 25px;
	line-height: 28px;
	background:url(../images/butt-l.png) no-repeat;
}
.overview #products .buynow span{
	padding: 0 11px 0 15px;
}
.buynow em{
	width: 4px;
	height: 28px;
	float: left;
	background:url(../images/butt-r.png) no-repeat;
}
.wrap-footer {
	width: 100%;
	overflow: hidden;
	background: #b0c97e url(../images/bg-footer.gif) repeat-x;
}
#footer {
	width: 910px;
	padding: 41px 0 20px;
	margin: 0 auto;
	overflow: hidden;
}
.foot-nav {
	width: 600px;
	overflow: hidden;
	margin:0 0 0 -4px;
	padding:0;
	list-style:none;
	float: left;
}
.foot-nav li{
	line-height:14px;
	float: left;
	background: url(../images/separator-foot-nav.gif) repeat-y;
	padding: 0 0 9999px 10px;
	margin: 0 10px -9999px 0;
	color: #547c00;
	overflow: hidden;
}
.inn {
	width: 100px;
}
.foot-nav a{
	font-weight: bold;
}
.foot-nav ul{
	float: left;
	margin: 0;
	padding: 3px 0 0;
	list-style: none;
}
.foot-nav ul li {
	float: none;
	background: none;
	padding: 3px 0;
	margin: 0;
}
.foot-nav ul a{
	float: left;
	font-weight: normal;
	text-transform: uppercase;
}
.main-nav li:first-child,
.foot-nav li:first-child {
	background-image: none;
}
.form{
	width:272px;
	overflow:hidden;
	margin:0 5px 0 0;
	float: right;
	display:inline;
	text-align: right;
}
.form .hold{
	width:100%;
	overflow:hidden;
}
.form strong{
	display: block;
	color: #547c00;
}
.form label {
	color: #547c00;
}
.form div.txt{
	width:174px;
	height:26px;
	margin: 6px 8px 0 0;
	display: inline;
	float:left;
	overflow:hidden;
}
.form input.txt{
	width:152px;
	float:left;
	margin:0;
	color: #6b8f20;
	line-height:15px;
	border:1px solid #608610;
	padding:4px 10px 5px;
	background: none;
}
.subscribe{
	width:90px;
	height:26px;
	margin: 6px 0 0;
	overflow:hidden;
	float:left;
}
.copyrights {
	margin: 68px 0 0;
	width: 897px;
	padding: 0 5px 0 8px;
	float: left;
	color: #547c00;
	overflow: hidden;
}
.copyrights p{
	float: left;
	overflow: hidden;
	margin: 0;
}
.by {float: right;}

.basket {
	width: 329px;
	height: 332px;
	position: absolute;
	top: 119px;
	right: -7px;
}
.about .basket {
	width: 217px;
	height: 240px;
	position: absolute;
	top: 135px;
	right: 32px;
}
.basket img {
	float: left;
}
.citation {
	width: 600px;
	margin: 18px 0 0 4px;
	position: relative;
	/*overflow: hidden;*/
	position: absolute;
	top: 185px;
	left: 0;
}
.products .citation{
	width: 325px;
	margin: 18px 0 0 4px;
	top: 166px;
	left: 0;
}
.citation .mark-t {
	position: absolute;
	top: 0;
	left: 0;
}
.citation .mark-b {
	position: absolute;
	bottom: 20px;
	right: 0;
}
.citation blockquote {
	width:500px;
	text-indent:40px;
	margin: 14px 0 0 41px;
	padding: 0 0 5px;
	float: left;
	display: inline;
	position: relative;
	z-index:10;
}
.products .citation blockquote{
	width:250px;
	margin: 14px 0 0 27px;
	padding: 0 0 0;
}
.citation blockquote {
	font-size: 20px;
	line-height: 24px;
	color: #999;
}
.products .citation blockquote q {
	font-size: 18px;
}
.citation blockquote p {margin: 0;}
.citation blockquote q:before,
.citation blockquote q:after {
	content:'';
	display:block;
	clear:both;
}
.tabs{
	position: absolute;
	top: 239px;
	right: 0;
	margin:0;
	padding:0;
	list-style:none;
	height:40px;
}
.tabs li{
	float:right;
	margin:0 0 0 -14px;
}
.tabs li.first{
	margin:0;
}
.tabs li a{
	float:left;
	height:40px;
	font-size: 14px;
	line-height: 40px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}
.tabs li a:hover{
	color: #fff;
	text-decoration: none;
}
.tabs li a.active:hover{color: #547c00;}
.tabs li a.active{
	position:relative;
}
.tabs li a span{
	float:left;
	padding: 0 15px;
	background:url(../images/tab-c.gif) repeat-x;
}
.tabs li a.active span{
	float:left;
	background:url(../images/tab-c-active.gif) repeat-x;
}
.tabs li a em.l{
	float:left;
	width:9px;
	height:40px;
	background:url(../images/tab-l.png);
}
.tabs li a em.r{
	float:left;
	width:9px;
	height:40px;
	background:url(../images/tab-r.png);
}
.tabs li a.active em.l{
	background:url(../images/tab-l-active.png);
}
.tabs li a.active em.r{
	background:url(../images/tab-r-active.png);
}
.products #products {
	width: 969px;
	margin: 0 -59px 19px 0;
	padding: 0;
	overflow: hidden;
}
.products .item {
	width: 260px;
	padding: 0 63px 43px 0;
	margin: 0;
	float: left;
	display: inline;
}
.overview .item {
	padding:0;
	margin: 0;
}
.products .wrap-item{
	width: 260px;
	padding: 12px 0 0 0;
	background:url(../images/bg-item-big.png) no-repeat;
}
.products .wrap-img{
	width: 260px;
	/*height: 158px;*/
	text-align: center;
	overflow: hidden;
}
.products .wrap-img img {vertical-align: top;}
.products .price{
	margin: 13px 0 0;
	display: block;
	overflow: hidden;
	text-align: center;
	position: relative;
	font-size: 14px;
	line-height: 17px;
}
.products .price em {
	display: block;
	font-style: normal;
	text-align: center;
	color: #547c00;
}
.products .price a em{text-decoration: none;}
.products .price a{text-decoration: underline;}
.products .price a:hover{text-decoration: none;}

/* pages-nav */
.holder-menu {
	width:910px;
	margin:0 auto 0;
	padding: 14px 0 0;
	position:relative;
	overflow:hidden;
	text-align: center;
	background:url("../images/bg-pages-nav.gif") no-repeat 50% 0;
}
.wrapper-menu {
	float:left;
	position:relative;
	left:50%;
	text-align: center;
}
.pages-nav  {
	padding:0;
	list-style:none;
	margin:0 auto;
	float:left;
	position:relative;
	left:-50%;
}
.pages-nav li{
	height:21px;
	float:left;
	line-height:21px;
	padding:0 3px 0 0;
	color: #547c00;
}
.pages-nav li strong{padding: 0 6px;}

.pages-nav a{
	font-size: 10px;
	font-weight: normal;
	color:#666;
	text-decoration:none;
	float:left;
	background:url("../images/butt-pages-nav-l.gif") no-repeat;
	cursor: pointer;
}
.pages-nav a span{
	float:left;
	padding: 0 8px;
	background:url("../images/butt-pages-nav-r.gif") no-repeat 100% 0;
}
.pages-nav a:hover{text-decoration: none;}

.wrap-description-item {
	width: 910px;
	overflow: hidden;
}
.wrap-description-item .wrap-img{
	width: 405px;
	/*height: 316px;*/
	padding: 20px 0 0;
	float: left;
	background:url("../images/bg-wrap-img.png") no-repeat 0% 0%;
}
.description-item {
	width: 470px;
	float: right;
}
#content .description-item h2{
	margin: 5px 0 7px;
	color: #547c00;
	font-size:18px;
	line-height:20px;
}
#content .description-item p{
	margin: 0 0 9px;
	line-height:17px;
	color: #000;
}
.form-add{
	margin:0;	
}
.form-add .hold{
	width:100%;
	overflow:hidden;
}
.form-add label{
	float: left;
	margin: 0 10px 0 0;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #547c00
}
.form-add div.txt{
	width:33px;
	height:28px;
	float:left;
	overflow:hidden;
	background:url("../images/bg-input-addcart.gif");
}
.form-add input.txt{
	float: left;
	text-align: center;
	width:29px;
	margin:0;
	line-height:16px;
	font-size: 16px;
	border:0;
	background: none;
	padding:4px 0 3px;
	color: #547c00;
}
.addtocart{
	width:100px;
	height:28px;
	overflow:hidden;
	float:left;
}