html {
	min-height: 100%;
	height: auto;
	font-size: 100%;
}
body
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #953200 url(../_img/bodybg.png) left bottom repeat-x;
	color: #000;
}
a{color: #000;}
form
{
    margin: 0px;
    padding: 0px;
}
.hideit
{
	 display: none;
}
.cleanclear
{
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
.picborder
{
    border: solid #cc3300 1px;
}
/*----------------
Wrapper
----------------*/
#wrapper
{
	min-height: 347px;
	height: auto !important;
	height: 347px;
	background: url(../_img/wrapperbg.png) repeat-x;
}
#wrapperi
{
	margin: 0px auto;
	width: 773px;
}
/*----------------
Top
----------------*/
#header
{
	width: 773px;
	height: 206px;
	background: url(../_img/headerbg.png) no-repeat;
	overflow: hidden;
}
*html #header {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_img/headerbg.png', sizingMethod='crop');
}
#logo
{
	position: absolute;
	width: 252px;
	height: 177px;
	overflow: hidden;
	margin-left: 24px;
	margin-top: 18px;
}
#contactinfo
{
	position: absolute;
	width: 123px;
	height: 34px;
	overflow: hidden;
	margin-left: 630px;
	margin-top: 28px;
}
#tagline
{
	position: absolute;
	width: 349px;
	height: 64px;
	overflow: hidden;
	margin-left: 330px;
	margin-top: 68px;
}
#nav
{
	position: absolute;
	width: 410px;
	height: 22px;
	overflow: hidden;
	margin-left: 320px;
	margin-top: 150px;
}
#nav ul
{
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav li
{
	float: left;
}
#nav li a
{
	display: block;
	height: 22px;
}
#nav li #lhome
{
	width: 58px;
	background: url(../_img/lhome.png) no-repeat;
}
#nav li #lhome:hover, #home #nav li #lhome
{
	background: url(../_img/lhomeon.png) no-repeat;
}
#nav li #labout
{
	width: 72px;
	background: url(../_img/labout.png) no-repeat;
}
#nav li #labout:hover, #about #nav li #labout
{
	background: url(../_img/labouton.png) no-repeat;
}
#nav li #lproducts
{
	width: 101px;
	background: url(../_img/lproducts.png) no-repeat;
}
#nav li #lproducts:hover, #products #nav li #lproducts
{
	background: url(../_img/lproductson.png) no-repeat;
}
#nav li #lrecipes
{
	width: 81px;
	background: url(../_img/lrecipes.png) no-repeat;
}
#nav li #lrecipes:hover, #recipes #nav li #lrecipes
{
	background: url(../_img/lrecipeson.png) no-repeat;
}
#nav li #lcontact
{
	width: 86px;
	background: url(../_img/lcontact.png) no-repeat;
}
#nav li #lcontact:hover, #contact #nav li #lcontact
{
	background: url(../_img/lcontacton.png) no-repeat;
}
/*----------------
Content
----------------*/
#content
{
	width: 769px;
	margin: 0px auto;
}
#contentt, #contentb{width:769px;height:46px;overflow:hidden;}
#contentb{height: 76px;}
#contenti
{
	width: 769px;
	min-height: 310px;
	height: auto !important;
	height: 310px;
	background: url(../_img/contenti.png) repeat-y;
}
*html #contenti {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_img/contenti.png', sizingMethod='scale');
}
#contentii
{
    float: left;
	position: relative;
	width: 527px;
	margin: 0px auto;
	padding: 10px 0px;
	padding-left: 27px;
	font-size: 1.2em;
}
#products #contentii
{
	float: none;
	width: 715px;
	padding-left: 0px;
}
#contentii blockquote
{
	font-size: 1.0em;
}
#contentside
{	position: relative;
	float: right;
	width: 188px;
}
#contentside img{padding-bottom: 10px;}
/*----------------
Credit
----------------*/
#credit
{
	margin: 0px auto;
	margin-top: 10px;
	padding-bottom: 10px;
	width: 709px;
	border-top: solid 1px #943100;
	text-align: right;
}
#credit img
{
	padding-top: 6px;
	padding-right: 5px;
}
/*-------------------------------------
Forms
-------------------------------------*/
.required
{
    font-size: 10px;
    color: #cc3300;
    font-weight: bold;
}

#formview
{
    margin: 0px auto;
    width: 100%;
}
#form1
{
    margin: 0px auto;
    width: 380px;
}
.webform
{
    float: left;
    width: 380px;
}
.webform label
{
    float: left;
    margin: 3px 0px;
    width: 180px;
}
.webform p
{
    clear: both;
    padding: 0px;
}
.webform input 
{
    margin-right: 5px;
    padding: 2px;
    width: 150px;
    border: solid 1px #943100;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #3A2118;
}
.webform textarea
{
    margin-right: 5px;
    padding: 2px;
    width: 180px;
    height: 100px;
    border: solid 1px #943100;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #3A2118;
}
.webform input:focus, .webform textarea:focus
{
    background: #ffc;
}
.webform_controls
{
    clear: both;
    margin: 0px auto;
    text-align: center;
}
.webform_controls input
{
    border: solid 1px #943100;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #3A2118;
	margin-top: 20px;
}

.webform .state_txt
{
	width: 25px;
}
.webform .zip_label
{
    position: absolute;
	text-indent: -99999px;
	width: 0px;
	height: 0px;
}
.webform .zip_txt
{
	width: 55px;
}