body{
	margin:0;
	background:url(/images/bg-body.jpg);
	font:12px Georgia, 'Times New Roman', Times, serif;
	color:#402e00;
}
img{border-style:none;}
a{color:#a84d0f;}
a:hover{text-decoration:none;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}

#wrapper{
	width:978px;
	margin:0 auto;
	position:relative;
	padding:19px 0 0;
}
#wrapper h1{
	position:absolute;
	left:50%;
	top:0;
	margin:0 0 0 -93px;
	z-index:999;
}
#wrapper h1 a{
	background:url(/images/logo.jpg) no-repeat;
	width:186px;
	height:153px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}
#wrapper .wrapper-t{
	background:url(/images/bg-wrapper-t.png) no-repeat;
	width:100%;
	height:31px;
	overflow:hidden;
}
#wrapper .wrapper-c{
	background:url(/images/bg-wrapper-c.png) repeat-y;
	height:1%;
	padding:71px 9px 0;
}
#wrapper .wrapper-c:after{
	content:"";
	display:block;
	clear:both;
}
#wrapper .wrapper-b{
	background:url(/images/bg-wrapper-b.png) no-repeat;
	width:100%;
	height:50px;
	overflow:hidden;
}



#nav{
  float: left;
	width:960px;
	height:71px;
	overflow:hidden;
	position:absolute;
	top:51px;
	left:9px;
	background:url(/images/bg-nav.jpg) repeat-x;
}
#nav ul{
	list-style:none;
	margin:0;
	padding:0;
}
#nav ul li{float:left;}
#nav ul li a{
  overflow: hidden;
	height:71px;
	width:102px;
	text-align:center;
	font-size:16px;
	color:#f5eddd;
	font-weight:bold;
	text-decoration:none;
  display:table-cell;
	vertical-align:middle;
	cursor:pointer;
	line-height:16px;
}
#nav ul li a span{
  display: table-cell;
  vertical-align: middle;
  height: 71p
}
#nav ul li a:hover,
#nav ul li.active a{
	background:url(/images/bg-nav-el-hover.png);
	position:relative;
}
#nav ul li a span{display:block;}
#nav ul.part-2{
	float:right;
	margin:0 83px 0 0;
	display:inline;
}
#nav ul.part-2 li{
	margin-right:-7px;
	padding-right:7px;
	background:url(/images/bg-nav-el.jpg) no-repeat 100% 0;
}
* html #nav ul.part-2 li a {float:left;}
*+html #nav ul.part-2 li a {float:left;}
#nav ul.part-1{
	float:left;
	margin:0 0 0 83px;
	display:inline;
}
#nav ul.part-1 li{
	margin-left:-7px;
	padding-left:7px;
	background:url(/images/bg-nav-el.jpg) no-repeat;
}
* html #nav ul.part-1 li a {float:left;}
*+html #nav ul.part-1 li a {float:left;}

#main{
	width:100%;
	overflow:hidden;
	padding:32px 0 0;
}
#main .intro{
 width:100%;
	background:url(/images/bg-intro.jpg) no-repeat;
}
#main .intro:after{
	content:"";
	display:block;
	clear:both;
}
#main .intro .gallery{
	float:right;
	width:530px;
	height:337px;
	position:relative;
	margin:-10px 28px 0 0;
	display:inline;
}
#main .intro .gallery #image-holder{
  float: left;
  width: 482px;
  height: 294px;
  display: inline;
  margin-left: 18px;
  margin-top: 19px;
}
#main .intro .gallery #image-holder ul{
	margin: 0;
	padding: 0;
	background: #ffffff;
	position: relative;
}
#main .intro .gallery #image-holder ul li{
	float: left;
	width: 482px;
	height: 294px;
}
#main .intro span.gallery-border{
  position: absolute;
  z-index: 1000;
  top: -1px;
  left: -21px;
  float: left;
  width: 549px;
  height: 337px;
  background: url(/images/gallery-border.png) no-repeat;
  pointer-events: none;
}
#main .intro .features{
	float:left;
	width:340px;
	margin:20px 0 0 40px;
	display:inline;
}
#main .intro .features .heading{
	display:block;
	background:url(/images/text-weekle-features.png) no-repeat;
	width:300px;
	height:67px;
	text-indent:-9999px;
	overflow:hidden;
	margin-left:22px;
}
#main .intro .features table td{
  padding-left: 11px;
}
#main .intro .features td, #main .intro .features p{
	margin:0 0 0 0;
	color:#fff;
	font-size:14px;
	height:1%;
/* 	overflow:hidden; */
}
#main .intro .features p{
	margin-bottom: 12px;
	margin-top: 0;
	width: 100%;
/* 	padding: 0; */
}
#main .intro .features a{
	color: #d2ae7e;
}
#main .intro .features ul {
	margin-top: 0;
	margin-bottom: 0;
/* 	padding: 0; */
}
#main .box{
	background:url(/images/bg-box-c.jpg) repeat-y;
	width:900px;
	overflow:hidden;
	margin:0 auto;
}
#main .box .holder{
	background:url(/images/bg-box-t.jpg) no-repeat;
	width:100%;
	overflow:hidden;
}
#main .box .holder .frame{
	background:url(/images/bg-box-b.jpg) no-repeat 0 100%;
	height:1%;
	overflow:hidden;
	padding:15px 27px 10px;
}
#main .box .dishes{
	width:100%;
	overflow:hidden;
	position:relative;
}
#main .box .dishes ul{
	list-style:none;
	margin:0 -12px 0 0;
	padding:0;
	float:right;
}
#main .box .dishes ul li{
	float:left;
	margin:0 12px 0 0;
	display:inline;
}
#main .box .dishes ul li a{
	float:left;
	height:100px;
	text-indent:-9999px;
	overflow:hidden;
}
#main .box .dishes ul li a:hover{background-position:0 -100px !important;}
#main .box .dishes ul li.bread a{
	background:url(/images/ico-bread.jpg) no-repeat;
	width:120px;
}
#main .box .dishes ul li.meat a{
	background:url(/images/ico-meat.jpg) no-repeat;
	width:127px;
}
#main .box .dishes ul li.corn a{
	background:url(/images/ico-corn.jpg) no-repeat;
	width:126px;
}
#main .box .dishes ul li.recipes a{
	background:url(/images/ico-recipes.jpg) no-repeat;
	width:140px;
}
#main .box .dishes ul li div.bread-caption,
#main .box .dishes ul li div.meat-caption,
#main .box .dishes ul li div.corn-caption,
#main .box .dishes ul li div.recipes-caption{
	position:absolute;
	top:0;
	left:0;
	width:282px;
	padding:0 5px;
	display:block;
	display: none;
	background: url(/images/caption-bg.jpg) repeat-x;
}
#main .box .dishes ul li div.caption p{
  display: block;
  
}
#main .box .dishes ul li div .heading{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin:0 0 3px;
}
#main .box .dishes ul li div .heading strong{padding:0 8px;}
#main .box .dishes ul li div p{
	margin:0;
	line-height:16px;
	text-align:center;
	opacity: .99;
}
#main .box .dishes ul li div p a{
	color:#a84d0f;
	float:none;
	height:auto;
	text-indent:0;
	background:none !important;
}
#main .conteiner{
	height:1%;
	margin:0 30px;
	background:url(/images/bg-conteiner.gif) repeat-x 0 100%;
	padding:0 0 20px;
}
#main .conteiner:after{
	content:"";
	display:block;
	clear:both;
}
#main .conteiner .aside{
	background:url(/images/aside-c.jpg) repeat-y;
	width:360px;
	overflow:hidden;
	float:right;
	margin:15px 0 0;
	position:relative;
}
#main .conteiner .aside .holder{
	width:100%;
	overflow:hidden;
	background:url(/images/aside-t.jpg) no-repeat;
}
#main .conteiner .aside .holder .frame{
	background:url(/images/aside-b.jpg) no-repeat 0 100%;
	height:1%;
	overflow:hidden;
	padding:0 25px 39px;
}
#main .conteiner .aside h2{
	font-size:18px;
	color:#402e00;
	font-weight:normal;
	width:100%;
	overflow:hidden;
	text-align:center;
	text-transform:uppercase;
	margin:25px 0 0;
	position:relative;
	z-index:10;
}
#main .conteiner .aside p{
	margin:11px 0 0;
	line-height:21px;
	position:relative;
	z-index:10;
	text-align:justify;
}
#main .conteiner .stamp{
	position:absolute;
	right:7px;
	bottom:7px;
}
#main .conteiner .primary{
	width:540px;
	float:left;
}
#main .conteiner .primary .image-holder{
	float:left;
	margin:10px 0 0 3px;
	display:inline;
}
#main .conteiner .primary .image-holder img{
	display:block;
	margin:0 0 0 7px;
}
#main .conteiner .primary .image-holder .caption{
	background:url(/images/text-33955.png) no-repeat;
	display:block;
	width:284px;
	height:74px;
	text-indent:-9999px;
	overflow:hidden;
	margin:10px 0 0;
}
#main .conteiner .primary .image-holder .btn{
	float:left;
	width:79px;
	height:16px;
	overflow:hidden;
	margin:5px 0 0 103px;
}
#main .conteiner .primary .image-holder a{
	display:block;
	background:url(/images/btn-view-map.png) no-repeat;
	width:79px;
	height:32px;
	text-indent:-9999px;
	cursor:pointer;
	margin:-16px 0 0;
}
#main .conteiner .primary .image-holder a:hover{margin-top:0;}
#main .conteiner .description{
	width:225px;
	float:left;
	margin:10px 0 0 9px;
	display:inline;
}
#main .conteiner .description h3{
	background:url(/images/text-store-hours.png) no-repeat;
	width:137px;
	height:12px;
	margin:20px 0 0;
	text-indent:-9999px;
	overflow:hidden;
}
#main .conteiner .description .mon-sut{
	background:url(/images/text-mon-sut.png) no-repeat;
	width:222px;
	height:30px;
	border-bottom:1px solid #ac5113;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	margin:12px 0 0;
	padding:0 0 4px;
}
#main .conteiner .description .sun{
	background:url(/images/text-sun.png) no-repeat;
	width:222px;
	height:16px;
	border-bottom:1px solid #ac5113;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	margin:5px 0 0;
	padding:0 0 3px;
}
#main .conteiner .description .phone{
	color:#a84d0f;
	display:block;
	margin:22px 0 0;
}
#main .conteiner .description .mail{
	display:block;
	margin:5px 0 0;
}
#main .conteiner .description .mail a{
	color:#a84d0f;
	text-decoration:none;
}
#main .conteiner .description .mail a:hover{text-decoration:underline;}
#main .conteiner .description .email-form{
	width:100%;
	overflow:hidden;
	margin:25px 0 0;
}
#main .conteiner .description .email-form span.question{
	display:block;
}
#main .conteiner .description .email-form .row{
	width:100%;
	overflow:hidden;
	padding:4px 0 0;
}
#main .conteiner .description .email-form label{
	float:left;
	margin:1px 6px 0 0;
	line-height:16px;
}
#main .conteiner .description .email-form .row span{
	background:url(/images/bg-input.gif) no-repeat;
	width:166px;
	height:20px;
	padding:0 5px;
	float:left;
	overflow:hidden;
}
#main .conteiner .description .email-form .row span .text{
	background:none;
	border:none;
	padding:4px 0;
	width:100%;
	line-height:14px;
}
#main .conteiner .description .email-form a{
	float:right;
	background:url(/images/btn-submit.gif) no-repeat;
	width:107px;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
	margin:8px 4px 0 0;
	display:inline;
}
#main .conteiner .description .email-form a:hover{background-position:0 -25px;}
#main .conteiner .tree-columns{
	width:912px;
	margin:0 -6px;
	overflow:hidden;
	background:url(/images/bg-tree-columns-c.gif) repeat-y;
	position:relative;
}
#main .conteiner .tree-columns .holder{
	background:url(/images/bg-tree-columns-t.jpg) no-repeat;
	width:100%;
	overflow:hidden;
}
#main .conteiner .tree-columns .holder .frame{
	background:url(/images/bg-tree-columns-b.gif) no-repeat 0 100%;
	height:1%;
	overflow:hidden;
	padding:0 9px 10px 7px;
}
#main .conteiner .tree-columns .column{
	width:255px;
	float:left;
	margin:8px 0 0 13px;
	padding:0 15px 14px 20px;
}
#main .conteiner .tree-columns .column:first-child{margin-left:0;}
#main .conteiner .tree-columns .column h3{
	margin:26px 0 0;
	padding:0 0 6px;
	background:url(/images/bg-column-headline.gif) repeat-x 0 100%;
}
#main .conteiner .tree-columns .column h3 img{display:block;}
#main .conteiner .tree-columns .column .caption{
	display:block;
	margin:10px 0 0;
}
#main .conteiner .tree-columns .column .caption img{display:block;}
#main .conteiner .tree-columns .column .btn-history,
#main .conteiner .tree-columns .column .btn-recipes,
#main .conteiner .tree-columns .column .btn-employment{
	background:url(/images/btn-history.gif) no-repeat;
	float:left;
	margin:8px 0 0 -2px;
	width:115px;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
}
#main .conteiner .tree-columns .column .btn-history:hover,
#main .conteiner .tree-columns .column .btn-recipes:hover,
#main .conteiner .tree-columns .column .btn-employment:hover{background-position:0 -25px;}
#main .conteiner .tree-columns .column .btn-recipes{
	background:url(/images/btn-recipes.gif) no-repeat;
	width:115px;
}
#main .conteiner .tree-columns .column .btn-employment{
	background:url(/images/btn-employment.gif) no-repeat;
	width:156px;
}
#footer{
	width:100%;
}
#footer:after{
	content:"";
	display:block;
	clear:both;
}
#footer .footer-holder{
	width:100%;
	float:left;
	margin:0 0 -13px;
	padding:20px 0 0;
	position:relative;
}
#footer .design{
	float:left;
	margin:0 0 0 30px;
	display:inline;
}
#footer .design span{
	float:left;
	font-size:11px;
	margin:4px 3px 0 0;
}
#footer .design .link-by{
	background:url(/images/btn-by.gif) no-repeat;
	width:66px;
	height:16px;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
}
#footer .design .link-by:hover{background-position:0 -16px;}
#footer .contacts{
	float:right;
}
#footer .contacts span{
	float:left;
	font-size:11px;
	margin:2px 0 0;
}
#footer .contacts .btn-twitter{
	float:left;
	background:url(/images/btn-twitter.gif) no-repeat;
	width:64px;
	height:13px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 12px 0 3px;
}
#footer .contacts .btn-twitter:hover{background-position:0 -13px;}
#footer .contacts .btn-facebook{
	float:left;
	background:url(/images/btn-facebook.gif) no-repeat;
	width:66px;
	height:14px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 37px 0 3px;
}
#footer .contacts .btn-facebook:hover{background-position:0 -14px;}
#footer .contacts .btn-youtube{
	float:left;
	background:url(/images/btn-youtube.gif) no-repeat;
	width:31px;
	height:13px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 37px 0 3px;
}
#footer .contacts .btn-youtube:hover{background-position:0 -13px;}

/*who-we-are start */
#main .brown-frame{
	width:839px;
	margin:0 auto;
	overflow:hidden;
	background:url(/images/bg-frame-c.gif) repeat-y;
}
#main .brown-frame .holder{
	width:100%;
	overflow:hidden;
	background:url(/images/bg-frame-t.gif) no-repeat;
}
#main .brown-frame .holder .frame{
	height:1%;
	overflow:hidden;
	background:url(/images/bg-frame-b.gif) no-repeat 0 100%;
	padding:7px 7px 32px;
}
#main .brown-frame h2.who-we-are{
	width:100%;
	text-align:center;
	margin:40px 0 0;
}
#main .brown-frame .two-columns{
	margin:13px 0 0;
	padding:0 0 20px;
	height:1%;
	overflow:hidden;
}
#main .brown-frame .two-columns .primary{
	width:441px;
	float:right;
	margin:0 55px 0 0;
	display:inline;
}
#main .brown-frame .two-columns .primary h3{
	color:#a84d0f;
	font-size:18px;
	margin:38px 0 0;
	text-transform:uppercase;
	font-weight:normal;
}
#main .brown-frame .two-columns .primary p{
	line-height:20px;
	margin:11px 0 0;
}
#main .brown-frame .two-columns .primary ul{
	list-style:none;
	margin:10px 0 25px 12px;
	padding:0;
}
#main .brown-frame .two-columns .primary ul li{
	vertical-align:top;
	background:url(/images/bullet.gif) no-repeat 0 10px;
	padding:0 0 0 23px;
	line-height:20px;
}
#main .brown-frame .two-columns .aside{
	float:left;
	width:328px;
	padding:0 0 97px;
	margin: 38px 0 0 0;
}
#main .brown-frame .two-columns .aside .robb-charlotte{
	background:url(/images/text-rob-and-charkot.png) no-repeat;
	width:195px;
	height:44px;
	text-indent:-9999px;
	margin:41px 0 0 56px;
}
#main .brown-frame .two-columns .aside .robb-charlotte-img-holder{
	margin:2px 0 0 18px;
	display:block;
	width:281px;
	height:218px;
	background:url(/images/image-frame.png) no-repeat;
	overflow:hidden;
}
#main .brown-frame .two-columns .aside .robb-charlotte-img-holder img{
	display:block;
	margin:23px 0 0 24px;
}
#main .brown-frame .two-columns .aside .market-img-holder{
	margin:-30px 0 0 75px;
	background:url(/images/image-frame1.png) no-repeat;
	width:239px;
	height:185px;
	overflow:hidden;
}
#main .brown-frame .two-columns .aside .market-img-holder img{
	display:block;
	margin:18px 0 0 20px;
}
#main .brown-frame .two-columns .aside .market{
	background:url(/images/text-the-market.png) no-repeat;
	width:152px;
	height:19px;
	text-indent:-9999px;
	float:right;
	margin:-2px 39px 0 0;
	display:inline;
}
#main .brown-frame .two-columns .aside .img-corn{
	float:left;
	margin:-69px 0 0 -4px;
}
/*who-we-are end*/
/*kitchen studio start*/
#main .about-classes{
	height:1%;
	overflow:hidden;
	margin:48px 0 0;
	padding:0 52px 26px;
}
#main .about-classes .image-holder{
	float:right;
	margin:19px 14px 0 16px;
	display:inline;
}
* html #main .about-classes .image-holder{margin-left:13px;}
#main .about-classes p{
	margin:0;
	font-size:16px;
	line-height:24px;
}
#main .pare{
	background:url(/images/bg-pare-c.jpg) repeat-y;
	width:777px;
	margin:13px auto 0;
	overflow:hidden;
}
#main .pare .holder{
	background:url(/images/bg-pare-t.jpg) no-repeat;
	width:100%;
	overflow:hidden;
}
#main .pare .holder .frame{
	background:url(/images/bg-pare-b.jpg) no-repeat 0 100%;
	height:1%;
	overflow:hidden;
	padding:7px 0;
}
#main .pare .meal{
	float:left;
	width:325px;
	padding:0 28px 14px;
	margin:0 0 0 15px;
}
#main .pare .meal:first-child{margin-left:0;}
#main .pare .meal .heading{
	width:100%;
	overflow:hidden;
	text-align:center;
	background:url(/images/bg-conteiner.gif) repeat-x 0 100%;
	padding:0 0 11px;
	margin:16px 0 0;
}
#main .pare .meal .heading strong{margin:0 5px;}
#main .pare .meal .caption{
	width:100%;
	position:relative;
}
#main .pare .meal .caption:after{
	content:"";
	display:block;
	clear:both;
}
#main .pare .meal .caption .link-area{
	float:left;
	background:url(/images/image-frame2.png) no-repeat;
	width:181px;
	margin:5px 0 0 -10px;
	padding:0 11px 0 0;
	position:relative;
	cursor:pointer;
}
#main .pare .meal .caption .link-area-landing{
  float:left;
	width:181px;
	margin:5px 0 0 -10px;
	padding:0 11px 0 0;
	position:relative;
	cursor:pointer;
}
.caption-left{
  float: left;
  width: 181px;
  overflow: hidden;
}
* html #main .pare .meal .caption .link-area, * html #main .pare .meal .caption .link-area-landing{overflow:hidden;}
#main .pare .meal .caption .link-area img, #main .pare .meal .caption .link-area-landing img{display:block;}
#main .pare .meal .caption .link-area strong, #main .pare .meal .caption .link-area-landing strong{
	display:block;
	margin:18px 0 22px 22px;
	position:relative;
	z-index:200;
}
#main .pare .meal .caption .link-area em, #main .pare .meal .caption .link-area-landing em{
	position:absolute;
	top:18px;
	left:22px
}
#main .pare .meal .caption .link-area span, #main .pare .meal .caption .link-area-landing span{
	display:block;
	height:18px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 0 11px;
}
#main .pare .meal .caption a:hover{border:none;}
#main .pare .meal .caption a.link-area:hover em{z-index:300;}
#main .pare .meal .caption a.link-area:hover span{background-position:0 -18px !important;}
#main .pare .meal .caption .text{
	height:1%;
	overflow:hidden;
}
#main .pare .meal .caption .text h3 a{
  float: left;
  width: 100%;
  font-size:18px;
	text-transform:uppercase;
	margin:19px 0 0;
	color:#402e00;
	font-weight:normal;
	text-decoration: none;
}
#main .pare .meal .caption .text p{
	margin:10px 0 0;
	line-height:18px;
}
#main .pare .meal .caption .link-area-landing span.view-landing-350091{
	background:url(/images/text-view-appetizers.gif) no-repeat;
	width:171px;
}
#main .pare .meal .caption .link-area-landing:hover span.view-landing-350091{
  background-position: 0 -18px;
}
#main .pare .meal .caption .link-area-landing span.view-landing-350093{
	background:url(/images/text-view-side-dishes.gif) no-repeat;
	width:179px;
}
#main .pare .meal .caption .link-area-landing:hover span.view-landing-350093{
  background-position: 0 -18px;
}
#main .pare .meal .caption .link-area-landing span.view-landing-350095{
	background:url(/images/text-view-entrees.gif) no-repeat;
	width:139px;
}
#main .pare .meal .caption .link-area-landing:hover span.view-landing-350095{
  background-position: 0 -18px;
}
#main .pare .meal .caption .link-area-landing span.view-landing-350097{
	background:url(/images/text-view-desserts.gif) no-repeat;
	width:154px;
}
#main .pare .meal .caption .link-area-landing:hover span.view-landing-350097{
  background-position: 0 -18px;
}
/*kitchen studio end*/
/*recipe start*/
#two-columns{
	width:100%;
	overflow:hidden;
}
#content{
	float:right;
	width:496px;
	overflow:hidden;
	padding:0 0 0 7px;
}
#content .image-wrapper{
	background:url(/images/bg-image-wrapper.jpg) no-repeat;
	width:443px;
	height:326px;
	overflow:hidden;
	margin:21px 0 0 -7px;
	padding:37px 0 0 36px;
}
#content  .recipe-text{
	width:445px;
	overflow:hidden;
}
#content .recipe-text h2{
	background:url(/images/bg-conteiner.gif) repeat-x 0 100%;
	color:#a84d0f;
	font-weight:normal;
	padding:0 0 14px 0;
	text-transform:uppercase;
	margin:14px 0 0;
	font-size:18px;
}
#content .recipe-text h3{
  float: left;
  width: 445px;
  margin-top: 20px;
}
#content .recipe-text p{
	line-height: 18px;
}
#content .recipe-text li{
	margin: 0 0 12px 0 !important;
}
#content .recipe-text .heading{
	font-size:14px;
	display:block;
	margin:26px 0 0;
	font-weight:normal;
	line-height:21px;
}
#content .recipe-text .ingredients-list{
	height:1%;
	overflow:hidden;
	margin:23px 0 0;
}
#content .recipe-text .ingredients-list ul{
	list-style:none;
	margin:0 0 20px 0;
	padding:0;
}
#content .recipe-text .ingredients-list ul li, #content .recipe-text .ingredients-list p{margin:5px 0 0; line-height: 24px;}
#content .recipe-text .ingredients-list p{
  margin: 0 0 12px 0 !important;
}
#content .recipe-text .instructions{
	height:1%;
	overflow:hidden;
	margin:24px 0 0;
}
#content .recipe-text .instructions ul{
	list-style:none;
	margin:0;
	padding:0;
}
.instructions ul li{
	margin:4px 0 0;
	width:100%;
	line-height:20px;
	background: red;
	border: 1px solid red;
}
#content .recipe-text .instructions ul li span{
	margin-right:3px;
	float:left;
}
* html #content .recipe-text .instructions ul li span{margin-right:0;}
#content .recipe-text .instructions ul li strong{
	height:1%;
	overflow:hidden;
	display:block;
	font-weight:normal;
}
#sidebar{
	float:left;
	width:270px;
	padding:0 0 0 24px;
}
#sidebar .recipes-list{
	width:100%;
	overflow:hidden;
	background:url(/images/bg-recipes-list-c.jpg) repeat-y;
	margin:26px 0 0;
}
#sidebar .recipes-list .holder{
	background:url(/images/bg-recipes-list-t.jpg) no-repeat;
	width:100%;
	overflow:hidden;
}
#sidebar .recipes-list .holder .frame{
	height:1%;
	overflow:hidden;
	padding:0 27px 23px 29px;
	background:url(/images/bg-recipes-list-b.jpg) no-repeat 0 100%;
}
#sidebar .recipes-list .heading{
	width:100%;
	overflow:hidden;
	background:url(/images/bg-conteiner.gif) repeat-x 0 100%;
	text-align:center;
	padding:0 0 13px;
	margin:22px 0 0;
}
#sidebar .recipes-list .heading strong{margin:0 7px;}
#sidebar .recipes-list ul{
	list-style:none;
	margin:0;
	height:1%;
	overflow:hidden;
	padding:0 0 11px;
}
#sidebar .recipes-list ul li{
	float:left;
	width:100%;
	margin:16px 0 0;
}
#sidebar .recipes-list ul li:first-child{margin:20px 0 0;}
#sidebar .recipes-list ul li li{margin:7px 0 0;}
#sidebar .recipes-list ul li li:first-child{margin:19px 0 0;}
#sidebar .recipes-list ul li a{
	display:block;
	width:100%;
	font-size:14px;
	color:#a84d0f;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	padding:4px 0;
}
#sidebar .recipes-list ul li a:hover, #sidebar .recipes-list ul li.active a{
	background:#f2cd96;
}
#sidebar .recipes-list ul li.active li a{
  background: none;
}
#sidebar .recipes-list ul li li a{
	font-size:12px;
	color:#402e00;
}
/*recipe end*/

#kitchen-landing{
  float: left;
  margin-top: 24px;
}
.landing-recipe{
  float: left;
  width: 455px;
  margin-bottom: 10px;
  text-decoration: none !important;
}
.landing-recipe:hover img, .kitchen-studio-img:hover img{
  opacity: .7;
}
.landing-left{
  float: left;
  width: 191px;
  height: 179px;
  position: relative;
}
.landing-left img{
  float: left;
  display: inline;
  margin: 17px 0 0 18px;
}
.landing-left span.image-border{
  float: left;
  width:181px;
  height: 179px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/images/image-frame2.png) no-repeat;
}
.landing-right h2{
  padding-top: 0;
  background: url(/images/bg-conteiner.gif) 0 100% repeat-x;
  color: #a84d0f;
  font-size: 16px;
  padding-bottom: 14px;
  margin-top: 10px;
  float: left;
  width: 264px;
}
.recipe-sub{
	font:12px Georgia, 'Times New Roman', Times, serif;
	color:#402e00;
}
.freezer-table-head {
  cursor: pointer;
}
.freezer-table-head .plus-minus {
  background: url('/images/plus.gif') no-repeat;
  width: 9px;
  height: 9px;
  float: left;
  padding-right: 3px;
  margin-top: 2px;
}

