@charset "utf-8";
/* CSS Document */

html {
	height:100%;
	color: #7c7c75;
}
body {
	margin:0;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center; /* for IE */
	background-color: #f9f8ea;
	background-image:url(/images/bg.gif);
	background-repeat:repeat-x;
	height:100%;
}
a {
	color: #942511;
}
#container {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 947px;
	min-height: 100%;
	height: auto !important;
	background-color: #f9f8ea;
	position:relative;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 170px;
}
#footer {
	width:100%;
	height:50px;   /* Height of the footer */
	font-size: 0.8em;
	text-align:center;
	padding: 5px;
	line-height: 1.2em;
	color: #f9f8ea;
	background-color: #968b5d;
}
#footer a {
	color: #f9f8ea;
}
#main {
	margin: 0px;
	padding: 5px;
	padding-bottom:50px;
	height: 100%;
}
#intro {
	width: 320px;
	height: 275px;
	background-image:url(/images/intro_bg.gif);
	background-repeat:no-repeat;
	margin-left:5px;
	margin-bottom: 10px;
	padding: 10px;
	float: left;
}
#photoshow {
	float:right;
	height:227px;
	width:567px;
	margin: 0px;
	margin-right: 8px;
	padding: 0px;
}
#brandbox {
	clear:both;
	margin: 0px;
	margin-bottom: 25px;
	padding: 0px;
	text-align:center;
}
.content {
	padding: 5px;
}
#template_content {
	margin: 10px;
	padding: 5px 5px 15px 5px;
}
#top_right{
	text-align:right;
	font-size:0.9em;
	padding: 10px;
}
h1 {
	font-size:1.7em;
	font-weight:normal;
	color:#333;
	margin-top:5px;
}
h2{
	font-size:1.3em;
	font-weight:normal;
	color:#333;
	margin-top:5px;
	display: inline;
}
h3{
	font-size:1em;
	font-weight:normal;
	color:#333;
	margin-top:5px;
}


.menu {
	height:43px;
	font-weight:bold;
	font-size:14px;
	margin:auto;
	padding-top:13px;
	font-family:Arial;
}
.menu ul {
	margin:0;
	padding:0;
}
.menu li {
	display:inline;
}
.menu a {
	color:#ffffff;
	text-decoration:none;
	padding:10px 20px 20px;
}
.menu a:hover {
	background-color:#f9f8ea;
	color:#333333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding:10px 20px 20px;
}
.menu a.selected {
	background-color:#f8f1c9;
	color:#333333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.no-brdr{
	border:none;
}

/*SLIDER*/

#slider {
	float:right;
}
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider li {
	
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
	*/
	 
	width:564px;
	height:228px;
	overflow:hidden;
}
#prevBtn, #nextBtn {
	float:left;
	top:-28px;
	left:20px;
	position:relative;
}
#nextBtn {
}
#prevBtn a, #nextBtn a {
	width:80px;
 }
 #nextBtn a {
_background:url(/images/btn_next.gif) no-repeat 0 0;
}

#extracts td {
	border: 1px solid #999999;
}
#driedherbs td {
	border: 1px solid #999999;
}
#premix-herbs td {
	border: 1px solid #999999;
        width: 250px
}
#oils td {
	border: 1px solid #999999;
        width: 250px
}
#creams td {
	border: 1px solid #999999;
        width: 250px
}
.tr-head {
    background-color: orange;
    font-weight: bold;
    color: white;
}
.td-emphasis{
    font-weight: bold;
    font-style: italic;
}
.td-size{
    width: 100px!important;
}
/* forms */


.custom-date select{
   
    width: 16.3%!important;
    min-width: 71px;
}


.custom-input-text,
.custom-radio,
.custom-textarea,
.custom-date {
  margin-bottom: 10px;
}

.custom-radio div{
    display: inline;
}

.custom-input-text label,
.custom-radio label,
.custom-textarea label,
.custom-date label{
    width: 160px;
}

.custom-textarea label{
    float: left;
}

.custom-radio div label{
    width: 50px; 
  }



.captcha {
  margin: 10px 0px 0 160px;
  clear: both;
}
.captcha input {
  margin: 10px 0;
  width: 58%;
}
.captchapict {
  min-width: 200px;
  display: block;
  margin: 0;
}

label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: 700;
}

.custom-checkbox{
padding-left: 152px;}

.form-iframe{
width: 60%;
border: none;
height: 370px;
}

/*******Contact Form ***/
.requiredSymbol {color: red;}
.error_message {color: red;}
.errorMessage {color: red;}
.contactField {
clear: both;
margin-top: 10px;
height: 32px;
}
.contactLabel {
    width: 160px;
    margin-right: 10px;
    float: left;
    margin-top: 8px;
    text-align:right;
}
.contactForm input,.contactForm select,.contactForm textarea {
    width: 200px;
    float: left;
    margin: 0;
    border: 1px solid #ccc;
    height: 32px;
    background: #fff;
    padding: 0 5px;
}
.contactForm textarea {
height: 100px;
margin-bottom: 6px;
padding: 5px;
}
.contactSubmit {
padding: 10px 20px 20px 60px;
height: 30px;
width: 230px;
clear: both;
}
.contactSubmit input {
    float: right;
    width: 120px;
    color: #282828;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #ccc;
    cursor: pointer;
}
.contactSubmit input:hover {
    color: #fff;
    background: #000;
}
.contactForm .captcha {
margin: 6px 80px 0 170px;
clear: both;
}
.coupon-btn {
    color: #f9f8ea;
    background-color: #968b5d;
    padding: 8px 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}
.coupon-btn:hover {
    color: #942511;
}
@media print {
    .noPrint {
        display: none;
    }
}
/* Stylesheet: layout Modified On 2015-12-23 22:36:05 */
