html {background:#2d840f;}
body{
	margin:0;
	height:100%;
  	color:#004109;
	font:15px/18px Georgia, 'Times New Roman', Times, serif;
	background:#2d840f url(../../images/bg-body.jpg) no-repeat 50% 0;
	min-width:1003px;
}
img{border-style:none;}
a{
	color:#004109;
	text-decoration:underline;
}
a:hover{text-decoration:none;}
input,
textarea,
select{
	font:100% Georgia, 'Times New Roman', Times, serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
#wrapper {
	width:1003px;
	margin:0 auto;
	position:relative;
}
#wrapper:after {
	clear:both;
	content:'';
	display:block;
}

#wrapper_static {
	width:700px;
	margin:0 20px;
	position:relative;
}
#wrapper_static:after {
	clear:both;
	content:'';
	display:block;
}



#header {
	position:absolute;
	left:0;
	top:41px;
	width:100%;
	height:150px;
	z-index:99;
}
.logo {
	margin:0;
	position:relative;
	z-index:100;
}
.logo a {
	background:url(../../images/bg-logo.gif) no-repeat;
	width:107px;
	height:95px;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	left:48px;
	top:109px;
	z-index:2;
}

.logo1 {
	margin:0;
	position:relative;
	z-index:100;
}
.logo1 a {
	background:url(../../images/bg-logo.gif) no-repeat;
	width:107px;
	height:95px;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	left:40px;
	top:40px;
	z-index:2;
}

.pagewidth {
	width:100%;
	overflow:hidden;
}
#header .pagewidth {
	margin:0 0 31px;
}
.add-nav {
	float:right;
	overflow:hidden;
	margin:0 14px 0 0;
	display:inline;
	padding:0;
	list-style:none;
}
.add-nav li {
	float:left;
	background:url(../../images/devider.gif) no-repeat 100% 75%;
	padding:0 7px 0 6px;
	margin:0 -7px 0 7px;
}
.add-nav li a {
	color:#fff;
	font-size:14px;
	text-decoration:none;
}
.add-nav li a:hover {
	text-decoration:underline;
}
#header .holder {
	background:url(../../images/bg-header.png) no-repeat;
	height:103px;
	padding:31px 0 0 230px;
	font-size:14px;
	color:#2d840f;
}
#header .holder:after {
	clear:both;
	content:'';
	display:block;
}
#header p {
	margin:0 0 21px;
}
.order-btn {
	position:absolute;
	right:54px;
	top:38px;
	width:115px;
	z-index:2;
}
.order-btn span {
	background:url(../../images/bg-order.png) no-repeat;
	width:56px;
	height:90px;
	display:block;
	margin:0 0 0 44px;
}
.order-btn a {
	background:url(../../images/bg-order.gif) no-repeat 0 50%;
	padding:0 0 0 25px;
	color:#004109;
	text-decoration:none;
	font-size:18px;
}
.order-btn a:hover {
	text-decoration:underline;
}
#nav {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#nav li {
	position:relative;
	float:left;
	margin:0 12px 0 0;
	display:inline;
	cursor:pointer;
}
#nav li span {
	background:url(../../images/bg-nav.gif) no-repeat;
	width:32px;
	height:29px;
	padding:3px 0 0;
	text-align:center;
	float:left;
	color:#b6cf91;
	font:25px/25px Arial, Helvetica, sans-serif;
	cursor:pointer;
}
#nav li span span {
	position:absolute;
	display:none;
	top:13px;
	z-index:2;
	padding:0;
}
#nav li.hover span span,
#nav li:hover span span,
#nav li.rell span span {
	display:block;
}
#nav.transparent li span.one {
	background-position:-32px 0;
	color:#f8faf4;
}
#nav.transparent li.active span.one {
	background-position:0 0;
	color:#b6cf91;
}
#nav li span.one span {
	background:url(../../images/bg-nav-rell1.gif) no-repeat;
	width:15px;
	height:5px;
	left:9px;
}
#nav li span.two,
#nav.transparent li.active span.two {
	background-position:0 -34px;
	color:#fbfcf9;
}
#nav.transparent li span.two {
	background-position:-32px -34px;
	color:#fefffe;
}
#nav li span.two span {
	background:url(../../images/bg-nav-rell2.gif) no-repeat;
	width:14px;
	height:6px;
	left:9px;
}
#nav li span.three,
#nav.transparent li.active span.three {
	background-position:0 -69px;
	color:#f5f9f0;
}
#nav.transparent li span.three {
	background-position:-32px -69px;
	color:#fefffe;
}
#nav li span.three span {
	background:url(../../images/bg-nav-rell3.gif) no-repeat;
	width:20px;
	height:6px;
	left:6px;
}
#nav li span.four,
#nav.transparent li.active span.four {
	background-position:0 -106px;
	color:#fff;
}
#nav.transparent li span.four {
	background-position:-32px -106px;
	color:#fefffe;
}
#nav li span.four span {
	background:url(../../images/bg-nav-rell4.gif) no-repeat;
	width:17px;
	height:7px;
	left:8px;
}
#nav li a {
	float:left;
	text-decoration:none;
	outline:none;
}
#nav li em,
#nav.transparent li.active em {
	float:left;
	color:#004109;
	margin:7px 0 0 9px;
	font-style:normal;
	font-size:18px;
	cursor:pointer;
}
#nav.transparent li em {
	color:#e6ece7;
}
#nav li.hover a,
#nav li a:hover {
	text-decoration:none;
}
#nav .drop {
	position:absolute;
	width:226px;
	left:-40px;
	top:30px;
	padding:4px 0 0;
	cursor:default;
	display:none;
	font:18px/20px Helvetica, Arial, sans-serif;
}
#nav li.hover .drop {
	display:block;
}
#nav .drop .top {
	background:url(../../images/bg-nav-top.png) no-repeat;
	width:226px;
	height:79px;
	float:left;
	overflow:hidden;
}
#nav .drop .mid {
	background:url(../../images/bg-nav-mid.png) repeat-y;
	width:226px;
	float:left;
}
#nav .drop .mid:after {
	clear:both;
	content:'';
	display:block;
}
#nav .drop .btm {
	background:url(../../images/bg-nav-btm.png) no-repeat;
	width:226px;
	height:67px;
	float:left;
	overflow:hidden;
}
#nav .drop .btn {
	width:45px;
	height:45px;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	right:0;
	bottom:5px;
	cursor:pointer;
}
#nav .drop .inner {
	overflow:hidden;
	position:relative;
	margin:-74px 0 -20px;
	font-size:12px;
	padding:0 0 0 25px;
	min-height:117px;
}
* html #nav .drop .inner {
	overflow:visible;
	height:117px;
}
#nav .drop p {
	/*margin:0 0 31px;*/
	margin:5px 0 20px 20px;
}
#nav .drop ul {
	margin:0;
	padding:0 0 0 5px;
	list-style:none;
}
#nav .drop.second ul {
	/*padding:0;*/
}

#nav .drop.third ul {
	padding:0;
}

#nav #td_mounths {
margin:5px 0 15px 2px;
}

#nav .drop ul li {
	float:none;
	margin:0 0 2px;
	display:block;
	cursor:default;
	width:95%;
	overflow:hidden;
	background:none;
}
#nav .drop ul .checkbox {
	float:left;
	width:16px;
	height:15px;
	margin:2px 8px 0 0;
	padding:0;
}
#nav .drop ul label {
	float:left;
	color:#4d8d13;
	font-size:18px;
}
#main {
	width:100%;
	padding:226px 0 0;
}
#main:after {
	clear:both;
	content:'';
	display:block;
}

#main_static {
	width:100%;
	padding:20px 0 0;
}
#main_static:after {
	clear:both;
	content:'';
	display:block;
}

#main .t {
	background:url(../../images/bg-top.png) no-repeat;
	width:1003px;
	height:49px;
	float:left;
	overflow:hidden;
}

#main_static .t1 {
	background:url(../../images/top.png) no-repeat;
	width:700px;
	height:34px;
	float:left;
	overflow:hidden;
}

#main .c {
	background:url(../../images/bg-mid.png) repeat-y;
	width:1003px;
	float:left;
}
#main .c:after {
	clear:both;
	content:'';
	display:block;
}

#main_static .c1 {
	background:url(../../images/mid.png) repeat-y;
	width:700px;
	float:left;
}
#main_static .c1:after {
	clear:both;
	content:'';
	display:block;
}

#main .b {
	background:url(../../images/bg-btm.png) no-repeat;
	width:1003px;
	height:42px;
	float:left;
	overflow:hidden;
}

#main_static .b1 {
	background:url(../../images/btm.png) no-repeat;
	width:700px;
	height:42px;
	float:left;
	overflow:hidden;
}
#main .holder {
	position:relative;
	height:1%;
	min-height:607px;
}
* html #main .holder {
	height:607px;
}
#main .holder:after {
	clear:both;
	content:'';
	display:block;
}

#main_static .holder {
	position:relative;
	height:1%;
	min-height:607px;
}
* html #main_static .holder {
	height:607px;
}
#main_static .holder:after {
	clear:both;
	content:'';
	display:block;
}

#twocolumns {
	width:100%;
	position:relative;
}
#twocolumns:after {
	clear:both;
	content:'';
	display:block;
}
#content {
	float:right;
	width:600px;
	padding:20px 57px 0 0;
}
#sidebar {
	float:left;
	width:320px;
	position:relative;
}
#sidebar .visual {
	margin:74px 0 0 6px;
}
#sidebar .visual2 {
	margin:3px 0 38px -60px;
	position:relative;
}
#sidebar .related {
	width:215px;
	color:#666;
	font-size:12px;
	line-height:13px;
	margin:0 0 0 59px;
}
#sidebar .related h3 {
	margin:0 0 5px 3px;
	color:#333;
	font-size:15px;
	line-height:16px;
	font-weight:normal;
}
#sidebar .related .frame {
	height:1%;
	overflow:hidden;
	border:solid #e5e5e5;
	border-width:1px 0;
	padding:9px 2px 0 3px;
}
#sidebar .related p {
	margin:0 0 14px;
}
.text-juice {
	position:relative;
	display:block;
	margin:-100px 0 -52px -255px;
	background:url(../../images/text-juice.png) no-repeat;
	width:793px;
	height:243px;
	text-indent:-9999px;
	overflow:hidden;
}
#content .promo {
	margin:0 0 38px;
}
#content .promo img {
	display:block;
}
#content h2 {
	margin:0 0 10px;
	font-size:30px;
	line-height:33px;
}
#content .article h2 {
	margin:0 0 25px;
}
#content p {
	margin:0 0 17px;
}
#content .article p {
	margin:0 0 35px;
}
.article {
	height:1%;
	overflow:hidden;
}
#footer {
	height:1%;
	overflow:hidden;
	padding:2px 14px 80px 39px;
}
#footer ul {
	margin:0;
	padding:0;
	list-style:none;
}
#footer ul li {
	float:left;
	color:#fff;
	font-size:15px;
	background:url(../../images/devider2.gif) no-repeat 0 60%;
	padding:0 5px 0 6px;
}
#footer ul li:first-child {
	padding-left:0;
	background:none;
}
#footer ul li a {
	color:#fff;
	text-decoration:none;
}
#footer ul li a:hover {
	text-decoration:underline;
}
#footer fieldset {
	float:right;
}
#footer label {
	float:left;
	color:#fff;
	font-size:15px;
	margin:0 18px 0 0;
}
#footer .text {
	float:left;
	width:161px;
	border:1px solid #c3c3c3;
	border-top-color:#7c7c7c;
	color:#000;
	font:12px/14px Helvetica, Arial, sans-serif;
	padding:3px 5px 2px;
	background:#fff;
	margin:0 5px 0 0;
}
#footer .submit {
	float:left;
	border:none;
	text-indent:-9999px;
	line-height:0;
	background:url(../../images/btn-submit.gif) no-repeat;
	width:21px;
	height:20px;
	margin:2px 0 0;
	cursor:pointer;
}
.tblCart
{
	width:620px;
	background-color:#87B34F;
}
.tblCartHead
{
	background:#E9E9E9 none repeat scroll 0 0;
}
.tblCartHeadData
{
	font-size:11px;
	margin-left:5px;
	text-transform:uppercase;
	white-space:nowrap;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	background-color:#87B34F;
	font-weight:bold;
}
.tblCartItem
{
	background:#FFFFFF none repeat scroll 0 0;
}

.tblCartItemData
{
	/*background-color:#fff;*/
	font-size:11px;
	margin:0;
	overflow:hidden;
	padding-left:3px;
	
}
.tblItemText
{
	color:#4F8100;
	text-align:left;
}

.checkOut
{
	float:right;
	background-color:#ccc;
	margin:5px;
	padding:5px;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}

.total
{
	float:right;
	padding-right:3px;
}
.shippingInfoHead
{
	background:#87B34F none repeat scroll 0 0;
	border:1px solid #87B34F;
	color:#000;
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:3px 8px;
	text-transform:uppercase;
	width:100%;
}

.shippingInfoLink,.shippingInfoLink a,.shippingInfoLink a:active, .shippingInfoLink a:hover, .shippingInfoLink a:visited
{
	font-size:10px;
	color:red;
}
.shippingInfo
{
	font-size:12px;
	font-family:Georgia,'Times New Roman',Times,serif;
}

.gdr-table
{
	background-color:#87B34F;
	border-collapse:separate !important;
	font-size:11px;
	

}
.gdr-table .odd, .even
{
	background-color:#FFFFFF;
	
}
.gdr-table th
{
	text-align:left;
}
.even input,.even select,.even input[type=submit]
{
	
}
.error
{
	/*border:1px solid #87B34F;*/
	font-size:11px;
	padding:5px 10px 5px;
}

.frm-table
{
	background-color:#87B34F;
	border-collapse:separate !important;
}
.head
{
	color:#000;	
	/*background-color:#F5FDCC;*/
}

.frm-table .odd,.even,.act
{
	background-color:#fff;
}

.close
{
	font-size:12px;
	/*margin:15px 0 0 10px;*/
	margin:25px 50px 10px 55px;
	cursor:pointer;
}

.btm p {
margin:25px 0 20px 20px !important;
}

.gcSubmit {
	background:url(/include/images/buttonClick.png) no-repeat;
	width:32px;
	height:29px;
	padding:4px 3px 9px;
	text-align:center;
	color:#fff;
	font:19px Arial, Helvetica, sans-serif;
	cursor:pointer;
}

#nav .drop #ulAdditionalProducts label {
	float:none !important;
	color:#4d8d13;
	font-size:18px;
	margin-right:3px;
	padding-right:1px;
}

.gcTextDesc
{
	font-weight:bold;
}

