﻿@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,label,input,p,blockquote,table,tr,th,td,embed,object,button{margin:0;padding:0;}
body{ font-family:Arial, Helvetica, sans-serif;font-size:11px; line-height:18px; background:#193b07;}
a{text-decoration:none; overflow:hidden; border:0px;}
img{text-decoration:none; border:0px;}
li{text-decoration:none;overflow:hidden; list-style:none;}
ul{text-decoration:none;overflow:hidden; list-style:none;}

#main_wrapper{	
	float:left; 
	margin:0 auto; 
	padding:0px; 
	width:100%; 
}
#main{
	margin:0 auto; 
	width:990px;
	
}
#mainInner{
	width:950px; 
	float:left;
	padding:0px 20px 0px 20px; 
	background:#fbfafa;
}
#top_portion{
	width:950px;
	float:left;
	height:110px;
	background:url(../images/banner.jpg) no-repeat;
}
#top_portion h1{
	float:left;
	margin:23px 0px 15px 0px;
	display:block;
}
#top_portion p{
	float:right;
	margin:42px 18px 0px 0px;
	font-size:14px;
	color:#941010;
	display:block;
	font-style:italic;
}
#top_portion p span{
	font-size:18px;
	color:#6e6e6e;
	padding-left:7px;
}
#menu{
	background:url(../images/menu_bg.png) no-repeat;
	width:950px;
	height:51px;
	margin:0px 0px 0px 0px;
	float:left;
}
.menu{
	display:block;
	float:left;
}
.menu li{
	width:auto;
	display:block;
	float:left;
	background:url(../images/menu_sptr.png) no-repeat;
	font-family:"Lucida Handwriting";
	
}
.menu li a{
	float: left;
	display: block;
	width: auto;
	height: 49px;
	line-height: 50px;
	padding: 0px 22px 0px 0px;
	color: #000000;
/*	color:#757575;   */
	font-size: 12px;
/*	font-weight:bold;  */
}
.menu li a span{
	float:left;
	display:block;
	width:auto;
	height:49px;
	line-height:50px;
	cursor:pointer;
	padding:0px 0px 0px 22px;
}
.menu li a:hover, .menu li a.active{
	color:#FFF;
	background-color:inherit;
	background:url(../images/nav-hover.png) right top no-repeat;
	float:left;
}
.menu li a:hover span, .menu li a.active span{
	background:url(../images/nav-hover-span.png) left top no-repeat;
	color:#FFF;
	float:left;
}

#banner{
	background:url(../images/banner_bg_small1.png) no-repeat;
	width:950px;
	height:220px;
/*	height:339px;   */
	float:left;
}
#banner h2{
	color: #FFFFFF;
	font-family: "Century Gothic";
	font-size: 26px;
	font-weight: lighter;
	padding: 30px 0px 32px 120px;
	display: block;
	width: 720px;
}
#banner ul{
	display:block;
	padding:50px 0px 0px 120px;
	width:360px;
}
#banner li{
	display: block;
	background: url(../images/tick_white.png) left no-repeat;
	color: #FFFFFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 25px;
	line-height: 28px;
}
#inner{
	width:950px;
	border-bottom:1px solid #dddede;
	float:left;	
	color:#5e3c27;

}
.innerleft{
	width:325px;
	float:left;
	padding:30px 0px 25px 10px;
	margin-right:5px;
	text-align:justify;
	color:#5e3c27;
	font-size:12px;
	height:270px;
}
.innerleft p{
	text-align:justify;
	color:#5e3c27;
	font-size:12px;
	display:block;
	padding-bottom:15px;
	width:300px;

}
.innerleft a{
	background:url(../images/learnmore.png) no-repeat;
	width:143px;
	height:24px;
	color:#760f0f;
	font-size:12px;
	font-weight:bold;
	display:block;
	text-indent:15px;
	padding:4px 0px 0px 0;

}
.innerleft a:hover{
	background:url(../images/learnmore.png) no-repeat;
	width:143px;
	height:24px;
	color:#fbc5c5;
	font-size:12px;
	font-weight:bold;
	display:block;
	text-indent:15px;
	padding:4px 0px 0px 0;

}
.welcome_head{
	color:#5e3c27;
	font-size:21px;
	font-weight:bold;
	display:block;
	padding-bottom:20px;
}
.inner_middle{
	width:275px;
	float:left;
	height:280px;
	margin:18px 0px 25px 0px;
	padding:18px 10px 0px 25px;
	text-align:justify;
	color:#5e3c27;
	font-size:12px;
	background:url(../images/latest_middle.png) no-repeat;
}
.inner_middle p{
	text-align:justify;
	color:#5e3c27;
	font-size:12px;
	display:block;
	padding-bottom:15px;
	margin-top:40px;
	width:100px;
	float:left;

}
.inner_middle a{
	background:url(../images/readmore.png) no-repeat;
	width:104px;
	height:24px;
	color:#5e3c27;
	font-size:12px;
	font-weight:bold;
	display:block;
	text-indent:15px;
	padding:4px 0px 0px 0;

}
.inner_middle a:hover{
	background:url(../images/readmore.png) no-repeat;
	width:104px;
	height:24px;
	color:#c98c66;
	font-size:12px;
	font-weight:bold;
	display:block;
	text-indent:15px;
	padding:4px 0px 0px 0;

}
.inner_middle_head{
	color:#6d6d6d;
	font-size:21px;
	font-weight:bold;
	display:block;
	padding-bottom:20px;
}
.inner_right{
	width:250px;
	float:right;
	height:230px;
	margin:18px 0px 25px 0px; 
	padding:18px 0px 0px 25px;
/*	text-align:justify;  */
	color:#5e3c27;
	font-size:12px;
	background:url(../images/email_bg.png) no-repeat;
}
.inner_right p{
/*	text-align:justify;  */
	color:#fff;
	font-size:12px;
	display:block;
	padding-bottom:15px;

}
.email{
	background:url(../images/email_txt.png) no-repeat;
	width:205px;
	height:20px;
	border:0px;
	color:#616161;
	font-size:12px;
	padding:0px 0px 0px 15px;
	margin-bottom:10px;
}
.inner_right a{
	background:url(../images/Subscribe.png) no-repeat;
	width:90px;
	height:26px;
	color:#760f0f;
	font-size:12px;
	font-weight:bold;
	display:block;
	text-indent:15px;
	padding:6px 0px 0px 0px;
	margin-top:15px;
}
.inner_right a:hover{
	background:url(../images/Subscribe.png) no-repeat;
	width:90px;
	height:26px;
	color:#fbc5c5;
	font-size:12px;
	font-weight:bold;
	display:block;
	text-indent:15px;
	padding:6px 0px 0px 0px;
	margin-top:15px;
}



.subscribe{
	width:80px; 
	height:30px; 
	color:#5e3c27; 
	font-weight:bold;
	margin:15px 20px 0px 0px;
}



.inner_right_head{
	color:#FFF;
	font-size:21px;
	font-weight:bold;
	display:block;
	padding-bottom:20px;
}
#middle{
	width:950px;
	border-bottom:1px solid #dddede;
	float:left;
}
.middle_part{
	width:200px;
	float:left;
	background:url(../images/middle_sprt.png) right no-repeat;
	padding:25px 20px 20px 10px;
	margin-left:10px;
}
.middle_part h4{
	color:#941010;
	font-size:21px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	display:block;
}
.middle_part p{
	color:#5e3c27;
	font-size:12px;
	margin:0px;
	padding:0px  0px 10px 0px;
	display:block;
	text-align:justify;
	width:200px;
}
.middle_part a{
	color:#760f0f;
	font-size:12px;
	display:block;
	font-weight:bold;
	background:url(../images/learn_hovr.png) no-repeat;
	width:115px;
	height:24px;
	text-indent:15px;
	padding:4px 0px 0px 0px;
}
.middle_part a:hover{
	color:#fbc5c5;
	font-size:12px;
	display:block;
	font-weight:bold;
	background:url(../images/learn_hovr.png) no-repeat;
	width:115px;
	height:24px;
	text-indent:15px;
	padding:4px 0px 0px 0px;
}
.middle_part1{
	width:200px;
	float:right;
	padding:25px 10px 20px 10px;
	margin-left:10px;
}
.middle_part1 h4{
	color:#941010;
	font-size:21px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	display:block;
}
.middle_part1 p{
	color:#616161;
	font-size:12px;
	margin:0px;
	padding:0px  0px 10px 0px;
	display:block;
	text-align:justify;
	width:200px;
}
.middle_part1 a{
	color:#760f0f;
	font-size:12px;
	display:block;
	font-weight:bold;
	background:url(../images/learn_hovr.png) no-repeat;
	width:115px;
	height:28px;
	text-indent:15px;
	padding:4px 0px 0px 0px;
}
.middle_part1 a:hover{
	color:#fbc5c5;
	font-size:12px;
	display:block;
	font-weight:bold;
	background:url(../images/learn_hovr.png) no-repeat;
	width:115px;
	height:28px;
	text-indent:15px;
	padding:4px 0px 0px 0px;
}
#bottom_portion{
	width:950px;
	float:left;
}
#bottom_portion ul{
	display:block;
	float:left;
	padding:20px 20px 15px 20px;
	width:910px;
}
#bottom_portion li{
	float:left;
}
#bottom_portion li img{
	float:left;
}
#footer{
	width:920px;
	background:#f0f0f0;
	float:left;
	padding:25px 15px 25px 15px;
}
#footer p{
	color:#616161;
	font-size:12px;
	display:block;
	float:left;
	width:auto;
}
#footer p a{
	color:#941010;
	font-size:12px;
}
#footer ul{
	float:right;
	display:block;
	width:300px;
}
#footer ul li{
	float:left;
	color:#616161
}
#footer ul li a{
	color:#616161;
	font-size:12px;
	padding:0px 8px 0px 8px;
}
#footer ul li a:hover{
	color:#181717;
	font-size:12px;
	padding:0px 8px 0px 8px;
}
.search{
	background:url(../images/search_bg.png) no-repeat;
	width:196px;
	height:32px;
	border:0px;
	color:#616161;
	font-size:12px;
	padding:8px 0px 0px 15px;
	margin:7px 0px 0px 10px;
	float:right;
}
.inner_portion_right{
	width:300px;
	float:right;
	padding:30px 0px 25px 0px;
	text-align:justify;
	color:#5e3c27;
	font-size:12px;
}


/* Side menu --- recipes --- latest   */
.side_menu{
	width:300px;
	float:right;
	padding-bottom:25px;
}

.side_menu a{
	color:#91491b;
	font-weight:bold;
}

.side_recipe{
	width:300px;
	height:320px;
	float:right;
	padding:15px 0px 10px 15px;
/*	padding-bottom:25px;  */
	background:url(../images/recipe.png) no-repeat;
}

.side_recipe h3{
	margin-top:50px;
	color:#5e3c27;
}
.side_recipe p{
	width:245px;
	color:#5e3c27;
	padding-left:15px;
	display:block;
	float:left;
}

.side_recipe img{
	float:right; 
	padding:17px 27px 0px 0px;
}


.side_recipe ul{
	float:left;
	display:block;
	width:245px;
	margin-left:15px;
	padding:10px 0px 15px 0px;
}
.side_recipe ul li{
	float:left;
	display:block;
	width:245px;	
	padding-left:30px;	
	background:url(../images/tick.png) left no-repeat;
}
.side_recipe a{
	color:#5e3c27;
	float:left;
	font-size:12px;
	display:block;
	font-weight:bold;
	background:url(../images/readmore.png) no-repeat;
	width:115px;
	height:24px;
	text-indent:15px;
	padding:4px 0px 0px 0px;
	margin:15px 0px 0px 15px;
}
.side_recipe a:hover{
	color:#c47e53;
	float:left;
	font-size:12px;
	display:block;
	font-weight:bold;
	background:url(../images/readmore.png) no-repeat;
	width:115px;
	height:24px;
	text-indent:15px;
	padding:4px 0px 0px 0px;
	margin:15px 0px 0px 15px;
}





/*.inner_middle{
	width:275px;
	float:left;
	height:280px;
	margin:18px 0px 25px 0px;
	padding:18px 10px 0px 25px;
	text-align:justify;
	color:#5e3c27;
	font-size:12px;
	background:url(../images/latest_middle.png) no-repeat;
}
.inner_middle p{
	text-align:justify;
	color:#5e3c27;
	font-size:12px;
	display:block;
	padding-bottom:15px;
	margin-top:40px;
	width:100px;
	float:left;

}
.inner_middle a{
	background:url(../images/readmore.png) no-repeat;
	width:104px;
	height:24px;
	color:#5e3c27;
	font-size:12px;
	font-weight:bold;
	display:block;
	text-indent:15px;
	padding:4px 0px 0px 0;

}
.inner_middle a:hover{
	background:url(../images/readmore.png) no-repeat;
	width:104px;
	height:24px;
	color:#c98c66;
	font-size:12px;
	font-weight:bold;
	display:block;
	text-indent:15px;
	padding:4px 0px 0px 0;

}
.inner_middle_head{
	color:#6d6d6d;
	font-size:21px;
	font-weight:bold;
	display:block;
	padding-bottom:20px;
}   */


.side_latest{
	width:300px;
	height:280px;
	float:right;
	padding:15px 0px 10px 15px;
/*	padding-bottom:25px;  */
	background:url(../images/latest_middle.png) no-repeat;
	color:#5e3c27;
}

.side_latest h3{
	margin-top:50px;
}
.side_latest p{
	width:100px;
	padding-left:0px;
	padding-top:10px;
	float:left;
	margin-top:40px;
}

.side_latest img{
	float:right;
	width:80px;
	height:160px;
	padding-bottom:20px;
	padding-top:40px;
} 

.side_latest ul{
	float:left;
	display:block;
	width:265px;
	margin-left:15px;
	padding:10px 0px 15px 0px;
}
.side_latest ul li{
	float:left;
	display:block;
	width:225px;	
	padding-left:30px;	
	background:url(../images/tick.png) left no-repeat;
}
.side_latest a{
	color:#5e3c27;
	float:left;
	font-size:12px;
	display:block;
	font-weight:bold;
	background:url(../images/readmore.png) no-repeat;
	width:115px;
	height:24px;
	text-indent:15px;
	padding:4px 0px 0px 0px;
}

.side_latest a:hover{
	color:#c47e53;
	float:left;
	font-size:12px;
	display:block;
	font-weight:bold;
	background:url(../images/readmore.png) no-repeat;
	width:115px;
	height:24px;
	text-indent:15px;
	padding:4px 0px 0px 0px;
}


.recipe{
	width:260px;
	height:320px;
	float:right;
	padding:15px 0px 0px 15px;
/*	padding-bottom:25px;  */
	background:url(../images/recipe1.png) no-repeat;
	color:#5e3c27;
}

.recipe h3{
	color:#5e3c27;
}
.recipe p{
	width:200px;
	color:#5e3c27;
	padding-left:15px;
}


.recipe ul{
	float:left;
	display:block;
	width:265px;
	margin-left:15px;
	padding:10px 0px 15px 0px;
}
.recipe ul li{
	float:left;
	display:block;
	width:225px;	
	padding-left:30px;	
	background:url(../images/tick.png) left no-repeat;
}

/* End Side menu --- recipes --- latest   */

.inner_portion_left{
	width:600px;
	float:left;
	padding:30px 0px 25px 10px;
	text-align:justify;
	color:#5e3c27;
	font-size:12px;
}

.inner_portion_left a{
	color:#91491b;

}

.welcomecontent
{
	float:left;
	margin:5px 0 0 0;
	padding:0 0 10px 0;
	width:580px;
	font-family:Arial;
	font-weight:normal;
	font-size:13px;
	color: #5e3c27;
	line-height:23px;
}
.middlecontent_left
	{
		float:left;
		margin:0 0px 0 0;
		padding:0px 0px 0px 0px;
		display:block;
		width:300px;
		height:300px;
		font-family:Arial;
		font-weight:normal;
		font-size:13px;
		color: #757575;
		line-height:23px;
		text-align:justify;
		background:url(../images/recipe1.png) no-repeat;
	}
	
.middlecontent_left p
	{
width:240px;
	}

.middlecontent_left b
	{
		display:block;
		font-family:Arial;
		font-weight:normal;
		font-size:13px;
		color: #941010;
		text-align:justify;
	}
.middlecontent_right
	{
		float:left;
		margin:0px 0 0 0;
		padding:0px 0px 0px 0px;
		margin-left:20px;
		display:block;
		width:200px;
/*		font-family:Arial;
		font-weight:normal;
		font-size:13px;
		color: #757575;
		line-height:23px;
		text-align:justify;
		background:url(../images/recipe1.png) no-repeat; */
	}
	
		
.middlecontent_right p
	{
width:240px;
	}

.middlecontent_right b
	{
		display:block;
		font-family:Arial;
		font-weight:normal;
		font-size:13px;
		color: #941010;
		text-align:justify;
	}
.usefullinks{
	display:block;
	float:left;
	padding:0px 0px 20px 0px;
}
.usefullinks li{
	display:block;
	width:500px;
 	background:url(../images/arrow.jpg) left no-repeat;
	padding-left:30px;
	line-height:23px;
}
.usefullinks li a{
	color:#585858;
	font-family: Arial;
	font-size:12px;
	text-align:justify;
	line-height:20px;

}
.usefullinks li a:hover{
	color:#941010;
	font-family: Arial;
	font-size:12px;
	text-align:justify;
	line-height:20px;
}
.contactus{
	float:left;
	display:block;
	width:230px;
	padding:10px;
	margin-bottom:10px;
	font-family: Arial;
	font-size:13px;
	color: #727272;
	text-align:justify;
	line-height:20px;
}
.contactus em{
	font-weight:bold;
}
.inner_portion_left ul#blog{
	width:580px;
	margin:3px 0 0 0;
	padding:0px;
	float:left;
	display:block
}
.inner_portion_left ul#blog li{
	width:580px;
	margin:0px;
	padding:0 0 25px 0;
	float:left;
	display:block
}
.inner_portion_left ul#blog li h2{
	width:580px;
	margin:0px;
	padding:0px;
	font:bold 16px Verdana, Arial, Helvetica, sans-serif;
	color:#777;
}
.inner_portion_left ul#blog li p.blogcontent
	{
		float:left;
		margin:9px 0 0 0;
		padding:0px;
		width:580px;
		text-align: justify
	}
.inner_portion_left ul#blog li p.blogcontent a
	{
		color: #941010;
		text-decoration: underline;
	}
.inner_portion_left ul#blog li p.blogcontent a:hover
	{
		color: #941010;
		text-decoration: none;
	}
.inner_portion_left ul#blog li p.blogcontent span
	{
		color: #941010;
		font-weight:bold;
	}
.inner_portion_left ul#blog li p.blogimage
	{
		float:left;
		margin:9px 0 0 0;
		padding:0px;
		width:525px;
	}

.pfContent {
	width: 600px;
	float: left;
	margin: 0px 0px 30px 0px;
	border: 0px dotted #999999;
}
.pfImg {
	width: 260px;
	height: 117px;
	float: left;
	margin:17px 0 0 0;
	padding:0 0 0 20px;
	background-image: url(../images/bg-pf.jpg);
	background-repeat: no-repeat;
}
.pfText {
	width: 295px;
	float: right;
	
}
.pfText p{
	padding: 0px;
	margin: 8px 0px 0px 0px;
	font-size:13px;
	color:#616161;
	display:block;
	width:295px;
	float:left;
}
.pfText h1 {
	font-size:20px;
	color: #941010;
	padding: 0px;
	margin: 0px;
	line-height: 1.2em;
	float:left;
}
.pfText em{
	font-size:17px;
	color: #616161;
	padding: 0px;
	margin: 0px;
	display:block;
	float:left;
	width:295px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
}
.pfText a{
	display:block;
	float:left;
	width:90px;
	height:31px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color: #941010;
	text-decoration:none;
	line-height:26px;
	margin-top:5px;
}
.pfText a:hover{
	color:#333;
}

/* products   */
.inner_portion_left ul.products{
	width:695px;
	float:left;
	display:block;
	padding-bottom:10px;
}
ul.products li{
	width:215px;
	float:left;
	display:block;
	margin-right:25px;
	text-align:left;
	padding-bottom:10px;
}
ul.products li.nomar{
	margin:0px;
	width:215px;
}
ul.products li img{
	float:left;
	padding-left:7px;
	margin:0 0 10px 0;
/*	border:1px solid #cfcfcf;  */
}
ul.products li p{
	width:205px;
	padding:0 5px 0 5px;
	float:left;
	font-size:12px;
	color:#5e3c27;
	line-height:21px;
}
ul.products li p a{
	font-size:12px;
	color:#91491b;
	font-weight:bold;
	text-decoration:underline;
}

/*ul.products li a{
	background:url(../images/Subscribe1.png) no-repeat;
	width:90px;
	height:26px;
	color:#5e3c27;
	font-size:12px;
	font-weight:bold;
	display:block;
/*	text-indent:15px;  */
/*	padding:3px 0px 0px 0px;
	margin-top:15px;
	text-align:center;
}   */


a.buynow {
	background:url(../images/Subscribe1.png) no-repeat;
	width:90px;
	height:26px;
	color:#d8e0d5;
	font-size:12px;
	font-weight:bold;
	display:block;
	text-indent:18px;  
	padding:3px 0px 0px 0px;
	margin-top:15px;
	text-align:center;
}   


/* ul.products li a:hover{ */
a.buynow:hover{
	background:url(../images/Subscribe1.png) no-repeat;
	width:90px;
	height:26px;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	display:block;
	text-indent:18px;   
	padding:3px 0px 0px 0px;
	margin-top:15px;
}

ul.products li a:hover{
	text-decoration:none;
}

.media_middle{
	width:300px;
	height:320px;
	margin-right:15px;
	margin-bottom:100px;
	float:left;
	background:url(../images/media.jpg) no-repeat;
}

.media_middle ul{
	margin:70px 0px 0px 15px;	
	padding-left:10px;
}
.media_middle li{
	background:url(../images/tick.png) left no-repeat;	
	text-indent:25px;
	margin-bottom:10px;
}

.events_left{
	width:300px;
	height:320px;
	margin-right:15px;	
	margin-bottom:100px;
	float:left;
	background:url(../images/events.jpg) no-repeat;
}

.events_left ul{
	margin:70px 0px 0px 15px;
	padding-left:10px;
}
.events_left li{
	background:url(../images/tick.png) left no-repeat;	
	text-indent:25px;
	margin-bottom:10px;
}

.newsletter_right{
	width:300px;	
	height:320px;
	margin-bottom:100px;
	float:right;
	background:url(../images/news.jpg) no-repeat;
}


.newsletter_right ul{
	margin:70px 0px 0px 15px;
	padding-left:10px;
	float:left;
}

.newsletter_right li{
	background:url(../images/tick.png) left no-repeat;
	text-indent:25px;
	margin-bottom:10px;
}





