@charset "utf-8";
/* CSS Document */
@import url("reset.css");
body{
	background: #ead47d url(images/bg.gif);
	font-family: Arial, Calibri, Helvetica, sans-serif;
	font-size: .8em;
	color: #826b2f;
	margin:0;
}

a{
	color:#826b2f;
	text-decoration:none;
	outline:none;
}

a:active{
	outline:none;
}

a:hover{
	text-decoration: underline;

}

img{
	border: 0;
}

p {
	clear:both;
	line-height: 16px;
}

#site_container{
	width:940px;
	margin: 0 auto;
	padding:0;
}

#header_container{
	background: url(images/headerbg.jpg) top left no-repeat;
	width: 940px;
	height: 250px;
}

/* Navigation */

#logo{
	padding:30px 320px 44px 320px;
}

#nav_container{
	list-style:none;
	margin: 0 60px;
	padding:0;
	width:940px;
	height:40px;
}

#nav_container li{
	float:left;
	display: inline;
	text-indent: -999em;
	
}

#nav_container a{
	display: block;
	height: 40px;
}
	
a#products{
	background:url(images/btnproducts.png) 0 0 no-repeat;
	width: 122px;
}

a#products:hover{
	background-position: 0 -40px;
}


a#findus{
	background:url(images/btnfindus.png) 0 0 no-repeat;
	width: 111px;
}

a#findus:hover{
	background-position: 0 -40px;
}

a#blog{
	background:url(images/btnblog.png) 0 0 no-repeat;
	width: 100px;
}

a#blog:hover{
	background-position: 0 -40px;
}

a#press{
	background:url(images/btnpress.png) 0 0 no-repeat;
	width: 113px;
}

a#press:hover{
	background-position: 0 -40px;
}

a#events{
	background:url(images/btnevents.png) 0 0 no-repeat;
	width: 120px;
}

a#events:hover{
	background-position: 0 -40px;
}

a#samples{
	background:url(images/btnsamples.png) 0 0 no-repeat;
	width: 127px;
}

a#samples:hover{
	background-position: 0 -40px;
}

a#contact{
	background:url(images/btncontact.png) 0 0 no-repeat;
	width: 128px;
}

a#contact:hover{
	background-position: 0 -40px;
}

/* Content Style*/

#body_container{
	width:940px;
	height:359px;
	background:url(images/welcomebanner.png);
	text-indent: -999em;
}
/* Index Bottom Containers */
#about_container{
	float:left;
	background:url(images/aboutbg.png);
	width:615px;
	height:283px;
}

#about_text{
	margin: 60px 0 0 34px;
	width: 540px;
	height: 170px;
}

#about_text p{
	padding:5px 0;
	margin:0;
	font-weight:bold;
}

#news_container{
	float:left;
	background: url(images/whatsnew.png);
	width:325px;
	height:269px;
}

#news_container ul{
	margin: 60px 12px;
	list-style: disc;
}

#news_container ul li{
	margin: 5px 20px;
}

 #news_container  a{
	padding: 4px;
	font-weight:bold;
}
/* Brown box on other pages*/
.subpage_container{
	float:left;
	background: url(images/subpagebgmiddle.png) 0 0 repeat-y;
	width:940px;
	height:100%;
}

.subpage_top{
	background: url(images/subpagebgtop.png) 0 0 no-repeat;
	width:940px;
	height:40px;
}

.subpage_btm{
	float:left;
	background: url(images/subpagebgbtm.png) 0 0 no-repeat;
	width:940px;
	height:40px;
}
/* Image on left */
.page_img{
	float:left;
	margin: 0 0 0 40px ;
}

/* Page right container */
.page_content{
	float:left;
	width: 560px;
}

.page_content p{
	margin: 0;
	padding: 4px 10px;
}

.page_content dd{
	margin:0;
	padding:5px 0 0 10px;
	line-height: 16px;
}

.ingredient{
	float:left;
	list-style:none;
	margin: 20px 30px;
}

/* Buttons */

.btnclick{
	display:block;
	background:url(images/btn_click.png) 0 0 no-repeat;
	width: 200px;
	height: 28px;
	text-indent: -999em;
	margin: auto;
	}
	
.btnclick:hover{
	background-position: 0 -28px;
}

#submit{
	border: 0;
	text-indent: -999em;
	text-transform:capitalize;
	background:url(images/btn_submit.png) 0 0 no-repeat;
	width: 88px;
	height: 30px;
}

#submit:hover{
	background-position: 0 -28px;
}

#reset{
	border: 0;
	text-indent: -999em;
	background:url(images/btn_reset.png) 0 0 no-repeat;
	width: 76px;
	height: 30px;
}

#reset:hover{
	background-position: 0 -28px;
}


/* Database results */
.form{
	margin: 0 auto;
	width: 400px;
}
select {
	width: 200px;
	color: #5982c2;
	font-weight:bold;
	}
	
.location_table{
	width: 540px;
	padding:0;
	margin:0 auto;
	border: none;
	}

td {
	padding: 4px 0;
	line-height: 16px;
	}
	
.location_name{
	font-size: 1.2em;
	font-weight:bold;
	text-align:center;
	background-color:#826b2f;
	color:#ffe8c4;
	}

.location_contact{
	text-align:right;
	}
	
.online_list{
	list-style:disc;
	margin: 0 10px;
	padding:0;
}
.online_list li{
	margin:0 18px;
	padding: 5px 0;
	}
p.online{
	cursor:pointer;
	}
	

.web_name {
	font-weight: bold;
	padding: 3px;
	}

/* Press page articles */
dt a{
	font-size: 1.1em;
	font-weight:bold;
	padding: 10px;
	margin: 0;
}

dd{
	padding: 5px 0;
}

/* Contact page */
.address{
	float: left;
	width: 200px;
	font-weight:bold;
	margin: 10px 40px;
}

.social_media{
	margin: auto;
	width: 550px;
}

.social_media img{
	padding: 0 40px;
}

/*Footer*/
#footer{
	clear:both;
	margin:0;
	padding: 0;
	width:940px;
}

#footer ul{
	list-style:none;
	margin: 0 0 0 70px;
	padding: 0;
}

#footer ul li{
	float: left;
	display: block;
	width: 100px;
	text-align: center;
}

#footer p{
	width: 900px;
	padding: 10px 0;
	font-size: .8em;
	text-align:center;
	margin: auto;
}