body {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	background:#fff url(../images/bg-body.gif) repeat-x;
	min-width: 1000px;
}
a {text-decoration: none; color:#b62a04;}
a:hover {text-decoration: underline;}
img {border-style: none;}
form, fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	width: auto;
}
input,
textarea,
select{
	font:100% "Trebuchet MS", Arial, sans-serif;
	vertical-align:middle;
}
/*wrapper start*/
#wrapper{
	width:100%;
	position:relative;
	z-index: 15;
	padding:2px 0 0;
	background:url(../images/bg-wrapper.gif) repeat-x 0 100%;
}
/*header start*/
#header{
	width:1003px;
	margin:0 auto;
	position: relative;
	z-index: 15;
}
.header-area{
	width:100%;
	height:125px;
	background: url(../images/bg-header.png) no-repeat;
}
/*login-form*/
.login-form{
	position: absolute;
	top:5px;
	right:47px;
	padding:0 0 2px 29px;
	background: url(../images/ico-lock.gif) no-repeat;
}
.login-form .input-holder{
	float:left;
	width:101px;
	height:21px;
	background: url(../images/bg-input.gif) no-repeat;
	margin:3px 11px 0 0;
}
.login-form .input-holder input{
	width:81px;
	height:17px;
	background:none;
	border:0;
	padding:2px 10px;
	float:left;
}
/*btn-go*/
.btn-go{
	float:left;
	width:23px;
	height:24px;
	background: url(../images/btn-go.gif) no-repeat;
	overflow:hidden;
	text-indent: -9999px;
}
/*tools-bar*/
.tools-bar{
	position: absolute;
	top:33px;
	right:38px;
	font:12px Verdana, Arial, sans-serif;
	width:700px;
}
/*tab*/
.tools-bar .tab{
	float:right;
	width:301px;
}
.tools-bar .tab .area{
	float:left;
	padding: 8px 0 4px 15px;
	background: url(../images/bg-tab-l.png) no-repeat;
}
.tools-bar .tab .right{
	float:left;
	width:9px;
	height:41px;
	overflow:hidden;
	background: url(../images/bg-tab-right.png) no-repeat;
}
/*items*/
.items{
	float:left;
	padding: 9px 0 8px 40px;
	background: url(../images/ico-items.gif) no-repeat 1px 1px;
	margin:0 10px 0 0;
	font-size: 11px;
	font-weight: bold;
	display: inline;
}
.items span{
	float:left;
	padding: 0 7px;
	background: url(../images/separator3.gif) no-repeat 0 55%;
}
.items span:first-child{
	background: none;
	padding-left: 0;
}
/*btn-checkout*/
.btn-checkout{
	float:left;
	width:87px;
	height:28px;
	background: url(../images/btn-checkout.gif) no-repeat;
	margin:1px 14px 0 0;
}
.user-menu{
	float:right;
	margin:0;
	padding:12px 0 0;
	list-style:none;
	overflow:hidden;
}
.user-menu li{
	float:left;
	padding: 0 12px;
	background: url(../images/separator.gif) no-repeat 0 50%;
	margin:0 0 0 -1px;
}
.user-menu li a{color:#661501;}
/*nav*/
#nav{
	margin:0;
	padding:0;
	list-style:none;
	position: absolute;
	top:74px;
	left:218px;
}
#nav li{
	float:left;
	padding: 13px 0 13px 39px;
	background: url(../images/separator2.png) no-repeat;
	margin: 0 7px 0 0;
}
#nav li.first{
	background: none;
}
#nav li a{
	float:left;
	height:16px;
}
#nav li .home{
	width:52px;
	background:url(../images/text-home.gif) no-repeat;
}
#nav li .products{
	width:80px;
	background:url(../images/text-products.gif) no-repeat;
}
#nav li .our-sauce{
	width:93px;
	background:url(../images/text-our-specials.gif) no-repeat;
}
#nav li .dealers{
	width:66px;
	background:url(../images/text-dealers.gif) no-repeat;
}
#nav li .about{
	width:82px;
	background:url(../images/text-about.gif) no-repeat;
}
#nav li .contact{
	width:98px;
	background:url(../images/text-contact.gif) no-repeat;
}
/*hidden text*/
#nav li a,
.logo,
.btn-checkout,
.btn-learn-more,
.text-our-history,
.text-follow,
.btn-submit,
.text-send,
.text-name,
.text-address,
.text-message,
.btn-learn,
.btn-purchase{
	overflow:hidden;
	text-indent: -9999px;
}
#nav li.hover,
#nav li:hover{position: relative;}
#nav li.hover .drop,
#nav li:hover .drop{display: block;}
#nav .drop{
	width:188px;
	position: absolute;
	top:42px;
	left:10px;
	display: none;
	z-index: 100;
	font-size: 18px;
}
#nav .drop ul{
	margin:0;
	padding:8px 0 5px 25px;
	list-style:none;
	background: url(../images/bg-drop.png) no-repeat;
}
#nav .drop ul li{
	float:none;
	padding: 0;
	background:none;
}
#nav .drop .bottom{
	width:100%;
	height:6px;
	overflow:hidden;
	background: url(../images/bg-drop-bottom.png) no-repeat;
}
#nav .drop a{
	float:none;
	height:auto;
	text-indent: 0;
	color:#fff;
	position: relative;
}
/*header-shade*/
.header-shade{
	position: absolute;
	top:65px;
	left:260px;
	width:566px;
	height:9px;
	background: url(../images/header-shade.png) no-repeat;
}
/*header end
main start*/
#main{
	width:1003px;
	margin:0 auto;
	background: url(../images/bg-main.jpg) repeat-y 3px 0;
	position: relative;
	z-index: 10;
}
#main:after{
	content:"";
	display:block;
	clear:both;
}
#main .top{
	width:100%;
	float:left;
	background: url(../images/bg-top.jpg) no-repeat 3px 0;
}
#main .bottom{
	height:1%;
	padding: 0 29px 0 30px;
	background: url(../images/bottom.jpg) no-repeat 3px 100%;
}
.inner #main .bottom,
.inner2 #main .bottom{
	padding-right: 27px;
}
#main .bottom:after{
	content:"";
	display:block;
	clear:both;
}

/*logo*/
.logo{
	width:200px;
	height:233px;
	position:absolute;
	top:93px;
	left:22px;
	margin:0;
}
.logo a{
	display:block;
	height:100%;
	background: url(../images/logo.png) no-repeat;
}
/*sidebar*/
#sidebar{
	width:190px;
	float:left;
	padding:220px 0 0;
	margin:0 0 -48px;
	position: relative;
	z-index: 10;
}
/*content*/
#content{
	width:720px;
	float:right;
	padding: 20px 0 0;
	margin:0 0 -48px
}
.inner #content,
.inner2 #content{
	width:725px;
	padding: 0;
}
#content .visual{
	width:100%;
	overflow:hidden;
	margin:0 0 17px;
	position: relative;
	z-index: 1;
}
#content .visual img{display:block;}
.btn-learn-more{
	position: absolute;
	bottom:33px;
	left:132px;
	width:160px;
	height:52px;
	background: url(../images/btn-learn-more.png) no-repeat;
}
/*section*/
.section{
	width:100%;
	overflow:hidden;
	margin:0 0 10px;
}
.frame{
	width:720px;
	margin:0 -7px 0 0;
	overflow:hidden;
	padding: 0 0 0 3px;
}
.section a{
	float:left;
	margin:0 7px 0 0;
	display: inline;
}
/*text-block*/
.text-block{
	width:720px;
	overflow:hidden;
	background: url(../images/bg-text-block-top.png) no-repeat;
	padding: 27px 0 0;
}
.text-block .area{
	height:1%;
	padding: 3px 35px 35px 31px;
	background:url(../images/bg-text-block.png) no-repeat 0 100%;
	font-size: 14px;
}
.text-our-history{
	width:216px;
	height:55px;
	margin:0 auto 6px;
	background: url(../images/text-our.gif) no-repeat;
}
.text-block p{
	line-height: 16px;
	margin:0 0 35px;
}
.text-block .from{
	display: block;
	margin:0 0 10px;
}
.signature{
	width:292px;
	height:89px;
	display: block;
	background: url(../images/signature.gif) no-repeat;
	overflow:hidden;
	margin:0 0 0 -4px;
}
/*product-block*/
.product-block{
	width:188px;
	overflow:hidden;
	background: url(../images/bg-product-block.gif) repeat-y;
	border:1px solid #000;
	font:14px Verdana, Arial sans-serif;
	margin:0 0 37px;
}
.product-block h2{
	font-size: 20px;
	line-height: 20px;
	border-bottom:8px solid #000;
	margin:0 0 8px;
	padding: 0 0 5px 4px;
}
.product-block .area{
	height:1%;
	padding: 0 0 15px 3px;
	background: url(../images/bg-product-block-bottom.gif) no-repeat 0 100%;
}
/*sub-title*/
.product-block .sub-title{
	font-size: 14px;
	display: block;
	border-bottom:4px solid #000;
	margin:0 0 2px;
}
.product-block .holder{
	width:100%;
	padding: 30px 0 0;
	overflow:hidden;
	background: url(../images/bg-product-block-top.gif) no-repeat;
}
.product-block .list{
	margin:0;
	padding:0 0 15px 14px;
	list-style:none;
	line-height: 18px;
}
.product-block .list li{
	width:100%;
	vertical-align: top;
	border-bottom:1px solid #545454;
}
.product-block .list li a{color:#161616;}
/*text-follow*/
.text-follow{
	width:135px;
	height:17px;
	margin:0 0 17px 4px;
	background: url(../images/text-follow.gif) no-repeat;
}
/*icons*/
.icons{
	margin:0 0 40px -4px;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.icons li{
	float:left;
	padding:0 0 0 6px;
}
/*message-form*/
.message-form{
	height:1%;
	overflow:hidden;
	padding: 0 0 0 4px;
}
.message-form .row{
	padding:0 0 11px;
}
.row{
	height:1%;
	overflow:hidden;
}
/*text-send*/
.text-send{
	width:182px;
	height:43px;
	background: url(../images/text-send.gif) no-repeat;
	margin:0 0 15px;
}
.message-form label{
	display:block;
	margin:0 0 2px 5px;
}
.text-name{
	width:69px;
	height:13px;
	background: url(../images/text-your.gif) no-repeat;
}
.text-address{
	width:117px;
	height:16px;
	background:url(../images/text-your-email.gif) no-repeat;
}
.text-message{
	width:51px;
	height:12px;
	background: url(../images/text-message.gif) no-repeat;
	margin:0 0 8px 6px !important;
}
.message-form .input-holder{
	width:121px;
	height:25px;
	background: url(../images/bg-input2.gif) no-repeat;
	display:block;
	overflow:hidden;
}
.message-form .input-holder input{
	float:left;
	border:0;
	background: none;
	width:111px;
	height:19px;
	padding: 3px 5px;
	line-height: 12px;
}
.textarea-holder{
	width:184px;
	height:140px;
	display: block;
	overflow:hidden;
	background: url(../images/bg-textarea.png) no-repeat;
}
.textarea-holder textarea{
	position:relative;
	width:177px;
	height:110px;
	padding: 0 0 0 5px;
	overflow: auto;
	border:0;
	background: none;
}
.btn-submit{
	width:81px;
	height:28px;
	float:right;
	background: url(../images/btn-submit.gif) no-repeat;
	margin:-15px 4px 0 0;
	position: relative;
}
.button-holder{
	width:100%;
}
.button-holder:after{
	content:"";
	display:block;
	clear:both;
}
/*content-block*/
.content-block{
	width:100%;
	padding: 882px 0 0;
	background: url(../images/bg-content-block-top.png) no-repeat;
}
.content-block:after{
	content:"";
	display:block;
	clear:both;
}
.content-block .area{
	width:100%;
	float:left;
}
.content-block .holder{
	width:100%;
	background: url(../images/bg-content-block.png) repeat-y;
}
.content-block .holder:after{
	content:"";
	display:block;
	clear:both;
}

.content-block .frame{
	margin:-823px 0 0;
	height:1%;
	padding: 0 58px 0 50px;
	width:auto;
	overflow: visible;
	position: relative;
}
.inner2 .content-block .frame{
	padding:0 39px 27px 50px;
}
.content-block .b{
	width:100%;
	height:11px;
	overflow:hidden;
	background: url(../images/bg-content-block-bottom.png) no-repeat;
}
.content-block .heading{
	width:357px;
	height:63px;
	background: url(../images/bg-heading.png) no-repeat;
	margin:0 0 -3px -57px;
	padding: 7px 10px 0 27px;
}
.content-block .heading h2{
	color:#fff;
	font-size: 22px;
	margin:0;
}
/*products*/
.products{
	width:100%;
	overflow:hidden;
}
.products .item{
	height:1%;
	overflow:hidden;
	padding: 20px 0 27px 5px;
	border-top:2px solid #6b441f;
}
.products .item:first-child{border:0;}
.products .item .image{
	width:96px;
	float:left;
}
.image img{display:block;}
.products .item .column{
	height:1%;
	overflow:hidden;
	padding: 18px 0 0;
}
.products h3{
	font-size: 16px;
	color:#b62a04;
	margin:0 12px 3px 0;
	float:left;
}
.products .title{
	width:100%;
	overflow:hidden;
	margin:0 0 3px;
	line-height: 16px;
}
.products .title em{
	float:left;
	padding: 0 20px 0 0;
	font-size: 14px;
	color:#b62a04;
}
.products p{
	line-height: 14px;
	margin:0 0 8px;
}
.btn-learn{
	width:130px;
	height:39px;
	display: block;
	background: url(../images/btn-learn.gif) no-repeat;
	margin:0 0 0 3px;
}
/*product-info*/
.product-info{
	width:100%;
	overflow:hidden;
	padding: 38px 0 0;
	margin: 0 0 80px;
}
.product-info h3,
.featured-products h3{
	color:#b62a04;
	font-size: 18px;
	margin:0 0 10px;
}
.product-info .image{
	float:left;
	width:147px;
	position: relative;
	padding-bottom: 40px;
}
.link-enlarge{
	position: absolute;
	left:0;
	bottom:0;
	padding: 2px 0 0 24px;
	color:#000;
	background: url(../images/ico-enlarge.gif) no-repeat;
}
.product-info .column{
	height:1%;
	overflow:hidden;
	padding:40px 0 0;
}
.product-info .text{
	height:1%;
	overflow:hidden;
	padding:0 0 25px;
}
.product-info p{
	line-height: 14px;
	margin:0 0 10px;
}
/*price*/
.product-info .price{
	overflow:hidden;
	margin:0 0 40px;
}
.product-info .price strong{
	color:#b72b04;
	float:left;
	font-size: 18px;
	margin:0 16px 0 0;
}
.product-info .price strong span{font-size: 12px;}
.some-form {
	height:1%;
	overflow:hidden;
	padding: 0 0 52px;
}
.some-form label{
	float:left;
	font-weight: bold;
	color:#b62a04;
	font-size: 14px;
	line-height: 26px;
	margin:0 15px 0 0;
}
.some-form .row{margin:0 0 14px;}
.some-form input{
	width:31px;
	height:18px;
	border:1px solid #ccc;
	padding: 3px;
	text-align: center;
}
.some-form select{width:87px;}
/*btn-purchase*/
.btn-purchase{
	width:126px;
	height:47px;
	float:right;
	background: url(../images/btn-purchase.gif) no-repeat;
	margin:-61px 0 0;
	position: relative;
}
/*menu*/
.menu{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	font-size: 11px;
}
.menu li{
	float:right;
	padding: 0 0 0 24px;
}
.menu li a{
	color:#000;
	float:left;
	padding: 10px 0 2px 30px;
}
.menu .write a{background: url(../images/ico6.gif) no-repeat;}
.menu .add a{background: url(../images/ico7.gif) no-repeat;}
.menu .ask a{background: url(../images/ico8.gif) no-repeat;}
.menu .send a{background: url(../images/ico9.gif) no-repeat;}
/*featured-products*/
.featured-products{
	width:100%;
	overflow:hidden;
}
.featured-products h3{
	padding: 0 0 8px;
	border-bottom:2px solid #6b441f;
}
/*products-area*/
.products-area{
	margin:0 0 30px;
	padding:25px 0 0;
	list-style:none;
	overflow:hidden;
}
.products-area li{
	width:196px;
	float:left;
}
.products-area li .image{
	padding:0 0 8px;
	width:100%;
	text-align: center;
}
.products-area li .image img{display:inline;}
.products-area li .price,
.products-area li .title{
	display:block;
	text-align: center;
}
.products-area li .title{
	color:#b62a04;
	font-size: 14px;
}
.products-area li .price{
	font-weight: bold;
	line-height: 16px;
}
/*main end
footer start*/
#footer {
	width:100%;
	overflow:hidden;
	background: url(../images/bg-footer.gif) repeat-x;
	position:relative;
	z-index: 5;
}
.footer-area{
	width:1003px;
	margin:0 auto;
	padding: 132px 0 40px;
	background: url(../images/bg-footer.jpg) no-repeat 3px 0;
	color:#898989;
	font-size: 10px;
}
.footer-area .row{margin:0 0 5px;}
.footer-nav{
	margin:0 -17px 0 0;
	padding:0;
	list-style:none;
	float:right;
	overflow:hidden;
	display: inline;
}
.footer-nav li{
	float:left;
	padding: 0 17px;
	margin:0 0 0 -1px;
	background: url(../images/separator4.gif) no-repeat 0 50%;
}
.footer-nav li a{color:#898989;}
.footer-area p{
	margin:0;
	text-align: right;
}
/*footer end*/
/*wrapper end*/
