body {
	margin: 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	min-width:1000px;
	background:url("/images/bg-body.gif");
}
img { border-style: none; }
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
input,
textarea,
select {
	font: 100% Arial, sans-serif;
	vertical-align: middle;
}
h2{
	font-size:18px;
	color:#0E5430;
	margin:0;
	padding:10px;
	border-bottom:1px solid #85c78c;
	text-transform:uppercase;
}

p.longtext {
	color:#333333;
	line-height:20px;
}

#wrapper {
	margin: 0 auto;
	width: 966px;
	position:relative;
}
#wrapper:after{
	content:"";
	clear:both;
	display:block;
}
#header {
	width:100%;
	height:125px;
}
#header:after{
	clear:both;
	content:"";
	display:block;
}
.logo-holder{
	width:356px;
	position:absolute;
	top:0;
	left:-41px;
}
.logo{
	width:356px;
	height:183px;
	overflow:hidden;
	float:left;
	background:url("/images/logo.png") no-repeat;
}
.logo a{
	height:163px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	position:relative;
	z-index:100;
}
.header-right{
	width:660px;
	float:right;
	overflow:hidden;
}
.cart-holder{
	width:405px;
	float:right;
	overflow:hidden;
	background:url("/images/bg-cart.png") no-repeat;
}
.cart{
	width:100%;
	overflow:hidden;
	padding:10px 0 10px 20px;
	position:relative;
}
.cart-link{
	font-size:16px;
	color:#1c5935;
	float:left;
	font-weight:bold;
	text-decoration:none;
	padding-left:32px;
	margin:2px 13px 0 0;
	display:inline;
	background:url("/images/ico-cart.gif") no-repeat;
}
.cart span{
	font-size:12px;
	color:#000;
	float:left;
	padding:5px 8px 0 12px;
	background:url("/images/cart-separator.gif") no-repeat;
}
.cart ul{
	width:180px;
	margin:0;
	padding:0;
	float:left;
	overflow:hidden;
	list-style:none;
}
.cart ul li{
	float:left;
	margin:0 5px 0 -5px;
	padding:5px 9px 3px 9px;
	letter-spacing:-1px;
	background:url("/images/cart-separator.gif") no-repeat;
}
.cart ul li a{
	color:#005575;
	text-decoration:underline;
}
.cart ul li a:hover{
	text-decoration:none;
}
#nav{
	height:1%;
	margin:0;
	position:absolute;
	top:85px;
	right:1px;
	padding:0 0 0 2px;
	list-style:none;
	z-index:100;
}
#nav:after{
	content:"";
	display:block;
	clear:both;
}
#nav li{
	float:left;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	position:relative;
}
#nav li a{
	text-decoration:none;
	color:#d9fe9e;
	float:left;
	position:relative;
	z-index:100;
	cursor:pointer;
}
#nav li a span{
	padding:15px 28px 15px 28px;
	float:left;
}
#nav li:hover a,
#nav li.hover a{
	color:#0e5430;
	background:url("/images/bg-nav.gif") no-repeat;
}
#nav li:hover a span,
#nav li.hover a span{
	background:url("/images/bg-nav-span.gif") no-repeat 100% 0;
}
#nav ul.company{
	display:none;
	width:151px;
	margin:0;
	overflow:hidden;
	padding:10px 0 20px;
	list-style:none;
	border-bottom:2px solid #2c5b21;
	border-top:2px solid #2c5b21;
	background:url("/images/bg-dropdown.gif") repeat-y;
	position:absolute;
	top:41px;
	left:0;
}
#nav ul.business-relations{
	display:none;
	width:204px;
	margin:0;
	overflow:hidden;
	padding:10px 0 20px;
	list-style:none;
	border:2px solid #2c5b21;	
	/*border-top:2px solid #2c5b21;
	background:url(../images/bg-dropdown.gif) repeat-y;*/
	background:#D9FE9E;
	position:absolute;
	top:41px;
	left:0;
}
#nav li:hover ul,
#nav li.hover ul{
	display:block;
}
#nav li:hover ul li:hover,
#nav li.hover ul li:hover{
	background:none;
}
#nav li:hover ul li a,
#nav li.hover ul li a{
	background:0;
}
#nav ul li{
	font-size:12px;
	line-height:24px;
	height:1%;
	margin-right:2px;
	text-transform:none;
	
}
#nav li:hover ul li:hover,
#nav li.hover ul li.hover{
	background:#2c5b21;
}
#nav ul.company li a{
	padding:0;
	width:133px;
	padding-left:18px;
}

#nav ul.business-relations li a{
	padding:0;
	width:190px;
	padding-left:18px;
}

#nav li:hover ul li:hover a,
#nav li.hover ul li.hover a{
	color:#d9fe9e;
}
.main-holder{
	width:100%;
	overflow:hidden;
}
.main-top{
	width:966px;
	height:4px;
	overflow:hidden;
	background:url("/images/bg-main-top.png") no-repeat;
}
#main{
	width:960px;
	padding:0 3px;
	overflow:hidden;
	background:url("/images/bg-main-holder.png") repeat-y;
}
.main-frame{
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:2;
	padding-bottom:20px;
}
.sidebar{
	width:270px;
	float:left;
	position:relative;
	overflow:hidden;
	background:url("/images/bg-sidebar.gif") no-repeat;
}
.herbs-teas{
	width:120px;
	height:28px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	margin:8px 0 0 77px;
	background:url("/images/herbs-teas.gif") no-repeat;
}
.left-nav{
	margin:0;
	padding:34px 0 110px 14px;
	list-style:none;
	width:242px;
}
.left-nav li{
	width:240px;
	padding:5px 0 0 16px;
	height:54px;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	vertical-align:top;
}
.left-nav li.active{
	background:url("/images/bg-right-nav.png") no-repeat;
}
.left-nav li a{
	padding:15px 0 13px 63px;
	display:block;
	font-size:14px;
	color:#58ae7b;
	text-decoration:none;
}
.left-nav li a.products{
	background:url("/images/ico-1.gif") no-repeat 0 3px;
}
.left-nav li a.herbs{
	background:url("/images/ico-2.gif") no-repeat;
}
.left-nav li a.incense{
	background:url("/images/ico-3.gif") no-repeat;
}
.left-nav li a.tincturas{
	background:url("/images/ico-4.gif") no-repeat;
}
.left-nav li a.flax{
	background:url("/images/ico-5.gif") no-repeat;
}
.left-nav li a.medicines{
	background:url("/images/ico-6.gif") no-repeat;
}
.left-nav li a.food{
	background:url("/images/ico-7.gif") no-repeat;
}
.left-nav li a.housewares{
	background:url("/images/ico-8.gif") no-repeat 0 2px;
}

.connect-wrapper {
	background:url("/images/vert-line.gif") no-repeat top right;
}

.connect{
	height:434px;
	padding:0 9px 0 21px;
	margin-right:1px;
	background:url("/images/bg-connect.gif") repeat-x;
}
.connect h2,
.cont-left h2{
	font-size:15px;
	color:#188178;
	margin:0 0 19px;
	padding:0 0 10px 9px;
	border-bottom:1px solid #85c78c;
	text-transform:uppercase;
}
.connect ul{
	margin:0;
	padding:0;
	list-style:none;
	height:1%;
}
.connect ul img{
	display:block;
}
.connect div{
	width:65px;
	float:left;
	display:inline;
	margin-right:11px;
}
.connect ul li{
	vertical-align:top;
	overflow:hidden;
	width:222px;
	margin-bottom:47px;
	padding: 0 0 0 10px;
}
.connect ul strong{
	font-size:18px;
	margin-bottom:10px;
}
.connect .facebook{
	color:#39589f;
}
.connect .twitter{
	color:#34b6d9;
}
.connect .youtube{
	color:#c52327;
}
.connect p{
	margin:0;
	display:table;
}
.content {
	width:659px;
	float:right;
	padding:5px 10px 0 21px;
}
.title-holder{
	width:100%;
	padding-bottom:25px;
	border-bottom:1px solid #88b99b;
}
.content-top{
	width:100%;
	overflow:hidden;
}
.content-top .title{
	width:415px;
	padding:30px 0 0 15px;
	text-align:center;
	background:url("/images/bg-title.gif") no-repeat;
}
.content-top h1{
	margin:0;
	font-size:24px;
	color:#0e5430;
	line-height:30px;
}
.top-left{
	width:345px;
	padding:18px 0 0 19px;
	overflow:hidden;
}
.top-left p{
	margin:0;
	line-height:18px;
}
.image-lady{
	float:right;
	display:inline;
	margin:-151px 16px 0 0;
	position:relative;
}
.top-left .form{
	width:255px;
}
.top-left .form div{
	width:100%;
	padding:25px 0 5px;
	overflow:hidden;
}
.top-left .form label{
	font-size:18px;
	line-height:30px;
	display:block;
	margin-bottom:12px;
}
.top-left .row-blue label{
	color:#50a098;
}
.top-left .form a{
	float:left;
	font-size:18px;
	padding:2px 0 0;
	line-height:30px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
}
.top-left .row-blue a{
	color:#50a098;
}
.top-left .row-green label{
	color:#008c39;
}
.top-left .row-green a{
	color:#008c39;
}
.top-left .form .input-holder{
	width:183px;
	height:27px;
	float:left;
	padding:9px 0 0 8px; 
	display:inline;
	margin-right:18px;
	background:url("/images/bg-input-holder.gif") no-repeat;
}
.input-holder input{
	font-size:14px;
	color:#ccc;
	width:170px;
	border:0;
}
.holder{
	width:100%;
	padding:10px 0 0;
	overflow:hidden;
}
.cont-left{
	width:328px;
	float:left;
}
.cont-left h2{
	margin:0;
	
}
.cont-right{
	width:308px;
	float:right;
}
.teas{
	width:308px;
	margin:27px 0 0;
	padding:0 0 20px 15px;
	overflow:hidden;
	background:url("/images/bg-teas.gif") no-repeat 0 100%;
}
.teas-1{
	background:none;
}
.teas .image-holder{
	width:131px;
	float:left;
	margin-right:17px;
	display:inline;
}
.teas-top{
	width:100%;
	overflow:hidden;
}
.image-holder span{
	color:#055555;
}
.teas blockquote{
	width:100%;
	margin:20px 0 0;
	font-style:normal;
	overflow:hidden;
}
.teas blockquote cite{
	font-style:normal;
	color:#af3f3f;
	padding-left:74px;
}
.teas blockquote q{
	display:block;
}
.tea-form{
	width:160px;
	float:right;
	overflow:hidden;
}
.tea-form strong{
	display:block;
	font-size:14px;
	margin:3px 0 8px;
}
.tea-price{
	height:1%;
	overflow:hidden;
	text-align:center;
}
.tea-form .price{
	font-size:24px;
	color:#40a96b;
	float:left;
}
.tea-form .inp-holder{
	width:75px;
	height:23px;
	margin-right:5px;
	display:inline;
	padding:6px 0 0 5px;
	float:right;
	background:url("/images/bg-input-holder-1.gif") no-repeat;
}
.tea-form .inp-holder input{
	width:65px;
	color:#ccc;
	font-size:12px;
	border:0;
}
.tea-form .add{
	width:101px;
	height:31px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	float:left;
	margin:0 0 0 25px;
	display:inline;
	background:url("/images/add-to.gif") no-repeat;
}
.locator .inp-holder{
	width:75px;
	height:23px;
	margin-right:5px;
	display:inline;
	padding:6px 0 0 5px;
	float:left;
	background:url("/images/bg-input-holder-1.gif") no-repeat;
}
.locator .inp-holder input{
	width:65px;
	color:#ccc;
	font-size:12px;
	border:0;
}
.locator .go{
	width:101px;
	height:31px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	float:left;
	margin:0 0 0 25px;
	display:inline;
	background:url("/images/add-to.gif") no-repeat;
}
* html .tea-form .add{
	margin:8px 0 0 25px;
}
.write{
	height:1%;
	text-align:center;
	margin-bottom:45px;
}
.write h3,
.box h3{
	margin:0 0 17px;
	color:#408098;
	font-size:14px;
}
.write p{
	margin:0 0 17px;
}
.box{
	height:1%;
	text-align:center;
}
.box h3{
	margin:0 0 12px;
}

.products-holder {
	width:100%;
	margin:20px 0 0 0;
	padding:0 0 20px 0;
	overflow:hidden;
	background:url("/images/bg-teas.gif") no-repeat center 100%;
	clear:both;
	display:block;
}

.products-holder .products-showcase {
	width:215px;
	float:left;
	text-align:center;
}

.products-holder .products-showcase img {
	border:#0E5430 solid 1px;
}

.products-holder .products-showcase a, 
.products-holder .products-showcase a:hover {
	text-decoration:none;
	color:#333;
}

.products-holder .products-showcase p {
	margin:0;
	padding:2px 0;
}

.bordered {
	border:#0E5430 solid 1px;
}

a.enlarge {
	display:block;
	text-decoration:none;
	background:url("/images/enlarge-icon.gif") no-repeat;
	padding:0 0 0 20px;
	margin:5px 0;
}

#footer{
	height:1%;
	margin:0 3px;
	padding:23px 0 100px;
	color:#d9fe9e;
	overflow:hidden;
	background:url("/images/bg-footer.png") repeat-x;
}
#footer h4{
	margin:0 0 5px;
	text-transform:uppercase;
	font-size:14px;
	color:#d9fe9e;
}
.three-cols{
	width:460px;
	float:left;
	padding-left:17px;
	position:relative;
	overflow:hidden;
}
.col-left{
	width:152px;
}
.col-center{
	width:189px;
}
.col-right{
	width:110px;
}

.three-cols div{
	float:left;
}
.three-cols div ul{
	margin:0;
	padding:0;
	list-style:none;
	height:1%;
}
.three-cols div ul li{
	line-height:16px;
}
.three-cols div ul li a{
	color:#d9fe9e;
	text-decoration:none;;
}
.three-cols div ul li a:hover{
	text-decoration:underline;
}
.footer-right{
	width:450px;
	float:right;
	padding-right:12px;
	text-align:right;
	overflow:hidden;
}
.footer-right p{
	margin:3px 0 0;
	font-size:11px;
}
#footer .copyright{
	margin:32px 0 0;
}




.homeinputlocate{
	width:183px;
	height:27px;
	border:0px;
	float:left;
	padding:9px 0 0 8px; 
	display:inline;
	margin-right:18px;
	font-size:14px;
	color:#ccc;
	background:url("/images/bg-input-holder.gif") no-repeat;
}

.homelocatesubmit
{
	border: 0px;
	width:44px;
	height:30px;
	padding: 0px 0px 0px 0px;
	background-color: #d9fe9e;
	color: #50a098;
	font-size: 18px;
	font-weight: bold;
}

.homesearchsubmit
{
	border: 0px;
	width:42px;
	height:30px;
	padding: 0px 0px 0px 0px;
	background-color: #d9fe9e;
	color: #008c39;
	font-size: 18px;
	font-weight: bold;
}

.itemprice{
	font-size:24px;
	color:#40a96b;
	float:left;
}

.inputqty{
	width:75px;
	height:23px;
	border:0px;
	margin-right:5px;
	display:inline;
	padding:6px 0 0 5px;
	float:left;
	background:url("/images/bg-input-holder-1.gif") no-repeat;
}

.inputlogin{
	width:183px;
	height:27px;
	border:0px;
	float:left;
	padding:9px 0 0 8px; 
	display:inline;
	margin-right:18px;
	background:url("/images/bg-input-holder.gif") no-repeat;
}

.inputlocate{
	width:75px;
	height:23px;
	border:0px;
	margin-right:5px;
	display:inline;
	padding:6px 0 0 5px;
	float:left;
	background:url("/images/bg-input-holder-1.gif") no-repeat;
}

.checkoutcontent {
	width:935px;
	float:center;
	padding:5px 10px 0 10px;
}

.checkouthead
{
	margin: 0;
	padding: 0px 5px 0px 5px;
	background: #093b15;
	font-size: 11px;
	font-weight: bold;
	line-height:18px;
	color:#FFFFFF;
	letter-spacing: 0;
	word-spacing: normal;
	text-align: center;
	height: 35px;
}

.checkouttext
{
	margin: 0;
	padding: 5px 5px 5px 5px;
	font-size: 11px;
	line-height:18px;
	color:#000000;
	letter-spacing: 0;
	word-spacing: normal;
	border-bottom: 1px solid #878787;
}

.checkouttextbold
{
	margin: 0;
	padding: 5px 5px 5px 5px;
	font-size: 13px;
	line-height:18px;
	color:#000000;
	letter-spacing: 0;
	word-spacing: normal;
	border-bottom: 1px solid #878787;
}

.checkouttitle
{
	margin: 0;
	padding: 5px 5px 2px 5px;
	font-size: 14px;
	font-weight: bold;
	line-height:18px;
	color:#000000;
	letter-spacing: 0;
	word-spacing: normal;
	height: 25px;
	border-bottom: 1px solid #000000;
}

.checkouttext2
{
	margin: 0;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	line-height:18px;
	color:#000000;
	letter-spacing: 0;
	word-spacing: normal;
}

.checkoutsubmit
{
	border:1px solid #FFFFFF;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 8pt;
}

.extranethead
{
	margin: 0;
	font-size: 11px;
	line-height:125%;
	color:#FFFFFF;
	letter-spacing: 0;
	word-spacing: normal;
}



A.tea:link 		{color: #333; text-decoration: none; font-size: 13px; letter-spacing: 0; word-spacing: normal;}
A.tea:visited  	{color: #333; text-decoration: none; font-size: 13px; letter-spacing: 0; word-spacing: normal;}
A.tea:active    {color: #333; text-decoration: underline; font-size: 13px; letter-spacing: 0; word-spacing: normal;}
A.tea:hover    	{color: #333; text-decoration: underline; font-size: 13px; letter-spacing: 0; word-spacing: normal;}

A.navsort:link 		{color: #FFFFFF; text-decoration: underline; font-size: 11px; text-transform: capitalize; font-weight: bold}
A.navsort:visited   {color: #FFFFFF; text-decoration: underline; font-size: 11px; text-transform: capitalize; font-weight: bold}
A.navsort:active    {color: #FFFFFF; text-decoration: none; font-size: 11px; text-transform: capitalize; font-weight: bold}
A.navsort:hover    	{color: #FFFFFF; text-decoration: none; font-size: 11px; text-transform: capitalize; font-weight: bold}

A.extranetnav:link 		{color: #B52F2F; text-decoration: underline; font-size: 11px; letter-spacing: 0; word-spacing: normal; text-transform: capitalize}
A.extranetnav:visited   {color: #B52F2F; text-decoration: underline; font-size: 11px; letter-spacing: 0; word-spacing: normal; text-transform: capitalize}
A.extranetnav:active    {color: #B52F2F; text-decoration: none; font-size: 11px; letter-spacing: 0; word-spacing: normal; text-transform: capitalize}
A.extranetnav:hover    	{color: #B52F2F; text-decoration: none; font-size: 11px; letter-spacing: 0; word-spacing: normal; text-transform: capitalize}

A.remove:link 		{color: #B52F2F; text-decoration: none; font-size: 9px; letter-spacing: 0; word-spacing: normal;}
A.remove:visited  	 {color: #B52F2F; text-decoration: none; font-size: 9px; letter-spacing: 0; word-spacing: normal;}
A.remove:active    {color: #B52F2F; text-decoration: underline; font-size: 9px; letter-spacing: 0; word-spacing: normal;}
A.remove:hover    	{color: #B52F2F; text-decoration: underline; font-size: 9px; letter-spacing: 0; word-spacing: normal;}