@charset "UTF-8";
/* CSS Document */

html { height: 100%;
width:100%;
 }

body,td,th {
	font-family: Roboto, sans-serif;
}
a:link {
	text-decoration: none;
	color:#7c7265;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

img{
	border:none;
}

a{
	-o-transition:0.5s;
   -ms-transition:0.5s;
   -moz-transition:0.5s;
   -webkit-transition:0.5s;
  /* ...and now for the proper property */
   transition:0.5s;
}

body{
	color: #737373;
	font-family: 'Roboto', sans-serif;
	height:auto;
	width:100%;
	min-width: 1100px;
	background-color: #ede9d8;
}

.body {
	color: #737373;
	margin: 0 auto;
	width:100%;
	min-width: 1100px;
	background-image: url(../element/bk.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #ede9d8;
	position:relative;
}
.wrapper{
	margin: 0 auto;
	width: 1000px;
}

 /* header */
#header{
	background-color:#1b100c;
	height:50px;
	width:100%;
	left:0;
	right:0;
	top:0;
	position:absolute;
	border-bottom-color:#472D27;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.headertitle{
	margin:0 auto;
	padding:0 auto;
	width:1000px;
}

.lan{
	text-align:right;
	margin-top:-40px;
}

.lan ul li{
	list-style:none;
	display:inline;
}

.lan ul li a{
	color:#FFF;
	font-family: 'Roboto', sans-serif;
	font-size:13px;
	text-decoration:none;
	font-weight:100;
	padding-right:5px;
	padding-left:5px;
	
}

.lan ul li a:hover{
	color:#549807;
}

 /* leaf */ 

#leaf{
	position:absolute;
	width:100%;
	left:0;
	right:0;
	z-index:-1;
}

.leafright{
	float:right;
	margin-top:150px;
}
 
.leafleft{
	margin-top: 600px;
	float: left;
}
 
/* logo */

#logo{
	width: 280px;
	height: 190px;
	padding-top: 80px;
	padding-left: 350px;
}

 /* font */ 
p{
	font-size: 18px;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-style: italic;
	color:#FFF;
	font-weight:100;
	letter-spacing:0.5px;
}

p2{
	font-size: 15px;
	color:#FFF;
	font-weight:300;
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.55);
}

h{
	font-size:30px;
	font-weight:100;
	color:#9B9B9B;
}

h2{
	font-size:30px;
	font-weight:100;
	color:#7ab71c;
}


p3{
	color:#7c7265;
	font-weight:300;
	font-size:14px;
	line-height:1.5em;
}

p4{
	color:#669819;
	font-weight:500;
	font-size:15px;
	line-height:1.8em;
}

p5{
	font-weight:300;
	color:#7c7265;
	font-size:14px;
	line-height:1.8em;
}

p5 span{
	font-weight:500;
	color:#6C8F19;
	font-size:14px;
	line-height:1.8em;
}

	
p8{
	font-weight:300;
	color:#7c7265;
	font-size:14px;
	line-height:1.3em;
}


p7{
	font-weight:500;
	color:#7c7265;
	font-size:14px;
	line-height:1em;
}


p6{
	font-weight:300;
	color:#635a4f;
	font-size:14px;
	line-height:1.5em;
}

p5:link{
	font-weight:300;
	color:#7c7265;
	font-size:14px;
	line-height:1.8em;
}
#cost ul{
	padding:0;
	
}
#cost ul li{
	
	border-top-width:1px;
	border-top-style:sold;
	padding-top:20px;
	padding-left:10px;
	list-style:none;
	height:40px;
}

#cost .row1{
	border-top: solid 1px #EBEBEB;
	background-color:#F8F8F8;
	border-bottom: solid 1px #EBEBEB;
}

#cost .row2{
	background-color:#FCFCFC;
}

p10{
	font-weight:500;
	color:#6C8F19;
	font-size:16px;
	line-height:1.8em;
}
p10 span{
	font-weight:300;
	color:#635a4f;
	font-size:15px;
	line-height:1.8em;
}
	
/* slideshow */
#slider {
	width: 980px;
	height: 400px;
	position: absolute;
	box-shadow: 0 5px 15px #013;
	border-color:#FFF;
	border-style:solid;
	border-width:10px;
	border-radius:3px;

}

#carousel {
	width: 1000px;
	height: 400px;
	overflow: hidden;
}

#carousel img {
	width: 980px;
	height: 400px;
	display: block;
	float: left;
	-webkit-box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.8);
	-moz-box-shadow:    inset 0px 0px 8px 0px rgba(0, 0, 0, 0.8);
	box-shadow:         inset 0px 0px 8px 0px rgba(0, 0, 0, 0.8);
}

#pager {
	margin-top:-32px;
	text-align: center;
	z-index:1;
	position:absolute;
	left:45%;
	background-image:url(../element/dotbk.png);
	width:150px;
	padding-top:8px;
	padding-bottom:5px;
	background-position:bottom center;
	background-repeat:no-repeat;
}

#pager a {
	-webkit-box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    inset 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         inset 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
	background-color: #868585;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 6px;
	border-radius: 10px;
	box-shadow: 0 1px 1px #cef;
}

#pager a.selected {
	-webkit-box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    inset 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         inset 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
	background-color: #3e8604;
}

#pager a span {
	display: none;
}
			
#thumbs {
	display: none;
	border: 1px solid rgba(0, 0, 0, 0.8);
	background-color: rgba(0, 0, 0, 0.5);
	width: 150px;
	height: 75px;
	padding: 10px;
	position: absolute;
	top: 240px;
	right: 10px;
	z-index: 10;
}

#thumbs img {
	display: block;
	float: left;
}

#mainnav ul li ul {
 margin-left:10px;
 margin-top:-10px;
  padding: 0;
  position: absolute;
   z-index:999;
  width:100px;
text-align:center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  -webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
-webkit-box-shadow: 0px 3px 6px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 3px 6px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 3px 6px 0px rgba(50, 50, 50, 0.75);
 background-color: #E9E8E7; background-image: -webkit-gradient(linear, left top, left bottom, from(#E9E8E7), to(#E9E5CF));
 background-image: -webkit-linear-gradient(top, #E9E8E7, #E9E5CF);
 background-image: -moz-linear-gradient(top, #E9E8E7, #E9E5CF);
 background-image: -ms-linear-gradient(top, #E9E8E7, #E9E5CF);
 background-image: -o-linear-gradient(top, #E9E8E7, #E9E5CF);
 background-image: linear-gradient(to bottom, #E9E8E7, #E9E5CF);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E9E8E7, endColorstr=#E9E5CF);

  
}
#mainnav ul li ul li { 
border-bottom:#D8D4BF solid 1px;
 
  display: block; 
  color: #fff;
 text-align:left;

  text-shadow: 0 -1px 0 #000;
  
}

#mainnav ul li ul li a{
 	width:150px;
	font-size:16px;
	color:#3C2A23;
	text-transform:none;
	text-shadow:none;
	padding-right:30px;
}

#mainnav ul li ul li a:hover{
	 color:#62921E;
	 padding-right:30px;
}

#mainnav ul li ul li:hover {  }
#mainnav  li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
#mainnav{
	margin-top: -60px;
	width: 650px;
	height: 80px;
	text-align: center;
	margin-left: 150px;
}

 
#mainnav img{
	margin-top:-10px;
}

#mainnav ul{
	text-align: center;
	background-image: url();
	background-position: center;
	background-repeat: no-repeat;
}

#mainnav ul li{
	text-align: left;
	list-style: none;
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
}

#mainnav ul li a{
	padding-top:15px;
	padding-bottom:15px;
	line-height:4em;
	color:#c8d99b;
	text-decoration:none;
	font-weight:400;
	font-size:18px;
	text-transform:uppercase;
}

#mainnav ul li a:hover{
	color:#549807;
}

#content table{
	margin-top:10px;
	width:100%;
	background-color:#FFF;
	height:350px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

#content table tr td{
	vertical-align:top;
	padding:15px;
}

#content table tr td table{
	box-shadow: none;
	height:100px;
	margin-top:0;
}

#divideline{
	padding-top:5px;
	border-bottom-color:#bcdb8d;
	border-bottom-style:solid;
	border-bottom-width:1px;
	width:100%;
}


#divideline2{
	padding-top:5px;
	border-bottom-color:#bcdb8d;
	border-bottom-style:solid;
	border-bottom-width:1px;
	width:1000px;
	margin:0 auto;
	padding:0 auto;
}

.left{
	background-color:#f8f7ed;
	-webkit-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    2px 0px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         2px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

#content ul li{
	list-style:none;
	display: inline;
	vertical-align:top;
}

#button a{
	font-size:13px;
	color:#FFF;
	font-weight:100;
}

#button{
	text-align:center;
	float:right;
	background-color:#3e3d2d;
	width:120px;
	height:20px;
	padding:5px;
	-o-transition:0.5s;
   -ms-transition:0.5s;
   -moz-transition:0.5s;
   -webkit-transition:0.5s;
  /* ...and now for the proper property */
   transition:0.5s;
}

#button:hover{
	background-color:#7ab71c;
}


/* contentbottom */

#contentbottom{
	border-top-color: #1F1511;
	border-top-style: solid;
	border-top-width: 1px;
	background-image: url(../element/footerbk.jpg);
	background-repeat: repeat-x;
	backgroudn-position: center bottom;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin-top: 60px;
	-webkit-box-shadow: inset 0px 0px 13px 0px rgba(0, 0, 0, 0.87);
	-moz-box-shadow: inset 0px 0px 13px 0px rgba(0, 0, 0, 0.87);
	box-shadow: inset 0px 0px 13px 0px rgba(0, 0, 0, 0.87);
	font-family: 'Roboto', sans-serif;
	height: 2005px;
}

#footerbottom{
	border-top-color:#1F1511;
	border-top-style:solid;
	border-top-width:1px;
	background-image:url(../element/footerbk.jpg);
	background-repeat: repeat-x;
	backgroudn-position: center bottom;
	height:180px;
	width:100%;
	position:absolute;
	left:0;
	right:0;
	margin-top:80px;
	-webkit-box-shadow: inset 0px 0px 13px 0px rgba(0, 0, 0, 0.87);
-moz-box-shadow:    inset 0px 0px 13px 0px rgba(0, 0, 0, 0.87);
box-shadow:         inset 0px 0px 13px 0px rgba(0, 0, 0, 0.87);
}


.smallleafleft{
	position: absolute;
	z-index: 2;
	margin-top: -350px;
	margin-left: -20px;
}

.smallleafright{
	position: absolute;
	z-index: 2;
	margin-top: -280px;
	margin-left: 950px;
	float: right;
}


#specality{
	margin:0 auto;
	width:1000px;
	text-align:left;	
}

#productslider{
	text-align: center;
	border-top-color: #7ab71c;
	border-top-width: 10px;
	border-top-style: solid;
	background-color: #FFF;
	height: 1950px;
	margin-top: 60px;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.87);
	-moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.87);
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.87);
}


.productslider{
	margin: 0 auto;
	padding: 0 auto;
	width: 1000px;
	height: 280px;
}

object{
	text-align:center;
	padding-left:15px;
	margin:0 auto;
	padding: 0 auto;
}

#producttitle{
	text-align:left;
}


/* footer */

#footer{
	bottom:0;
}

#footer ul li {
	list-style:none;
	display: inline;
}


#footer ul{
	text-align:center;
}

#footer ul li a{
	text-transform:uppercase;
	color:#FFF;
	font-weight:400;
	font-size:14px;
	padding-left:15px;
	padding-right:15px;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

#footer ul li a:hover{
	color:#6BAA21;
	
}

.footer{
	background-color: #1b100c;
	height: 30px;
	font-size: 13px;
	text-align: center;
	padding-top: 12px;
	color: #76605a;
	font-weight: 200;
	border-top-color: #472D27;
	border-top-style: solid;
	border-top-width: 1px;
	width: 100%;
	bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: auto;
}


/* contianer */
#container{
	padding:25px;
	background-color:#fff;
	border-radius:3px;
border-top-color:#7ab71c;
	border-top-width:10px;
	border-top-style:solid;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

#productcontainer{
	padding:25px;
	background-image:url(../element/containerbk.jpg);
	border-radius:3px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	background-position:top;
	background-repeat:no-repeat;
}

#link{
	margin:o;
	oadding:0;
}

#link ul li{
	list-style:none;
	display:inline;
}

#link ul li.active a{
	color:#7ab71c;
	list-style:none;
	display:inline;
	text-decoration:underline;
}

#link ul{
	padding:0;
	margin:0;
}

#link ul li a{
	font-weight:300;
	color:#7D7D7D;
	font-size:15px;

}

#link a:hover{
	color:#7ab71c;
		text-decoration:underline;
}

table tr td{
	vertical-align:top;
}
	
	
#map_canvas {
	border-color: #FFF;
	border-width: 2px;
	border-style: solid;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
"
	opacity:0.9;
	filter: alpha(opacity=90); /* For IE8 and earlier */
	height: 200px;
	width: 100%;
}


#leftpanel{
 
	width:200px;
	height:100%;
	float:left;
	padding:0;
	margin-top:-20px;
 
}

#rightpanel{
	float:right;
	width:700px;
	margin-left:20px;
	padding:0;
}

h2{
	color:#406013;
	font-weight:500;
	font-size:25px;
	
}


h4{
	color:#406013;
	font-weight:300;
	line-height:0;
	font-size:30px;
}

#productnav ul{
	padding:0;
	margin:0;
}

#productnav{
	margin:0;
	padding:0;
}

#productnav ul li{
	padding-top:15px;
	padding-bottom:15px;
	border-bottom: 1px solid #e4e0d1;
	list-style:none;
	font-weight:500;
	font-size:15px;

}

#productnav ul li a{
		color:#828282;
}

#productnav ul li a:hover{
	color:#7BB528;
	font-weight:500;
}


#herbal{
	position:absolute;
	margin-left:-75px;
	margin-top:-50px;
}

#storeinfo{
	margin-top:40px;
	background-color:#FFF;
	padding:10px;
	border-bottom: #7ab71c 5px solid;
	border-top: #7ab71c 5px solid;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.3);
-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.3);
box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.3);
border-radius:3px;
opacity:0.9;
filter:alpha(opacity=90);
}

#newsletter{
 border-bottom-color:#7ab71c;
	border-bottom-width:10px;
	border-bottom-style:solid;
	text-align:center;
  border-top-color:#DBD7C2;
	border-top-width:1px;
	border-top-style:solid;
	background-color:#F7F6E9;
	height:150px;
	background-repeat:no-repeat;
	margin-top:-30px;
	-webkit-box-shadow: 0px 9px 6px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 9px 6px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 9px 6px 0px rgba(50, 50, 50, 0.75);
	 
}

#newslettersignup{
	width:100%;
	margin:0 auto;
	padding: 0 auto;
}

 #stylized {
	 padding-top:1px;
 }
 

#stylized label {
	display: block;
	font-weight: bold;
	text-align: left;
	width: 120px;
	
	float: left;
}
#stylized .small {
	color: #000;
	text-shadow: 0px 1px 0px rgba(255,255,255, 1);
	font-weight: normal;
	text-align: left;
 
	font-size:15px;
}
#stylized input {

font-size: 12px;
	padding:8px 2px;
	border: solid 1px #C8DEC5;
 
	padding-left:10px;
	margin: 0px 0 5px 0px;
	 background-color:#fff;
	  
	 
}



input[type=text]
{
    color:#000;
    height: 19px;
    padding-left: 20px;
    text-decoration: none;
 

    border: 0;
}

.button a{
	font-size:14px;
	color:#FFF;
	font-weight:100;
}

.button{
	text-align:center;
 
	background-color:#3e3d2d;
	 
	padding:5px;
	-o-transition:0.5s;
   -ms-transition:0.5s;
   -moz-transition:0.5s;
   -webkit-transition:0.5s;
  /* ...and now for the proper property */
   transition:0.5s;
}

.button:hover{
	background-color:#7ab71c;
}


 placehoders{
	 color:##000; 
 }

.button{
	margin-top:-10px;
 	padding-left:10px;
	line-height:0.8em;
		width:100px;
		height:35px;
	  border:none;
	  color:#FFF;
}

#bxcontent{
	margin-top:550px;
}
