/* ------------------ HOMEPAGE ----------------------- */

table.home_table{
	border:solid 2px #ddd;
	border-right:none;
	width:920px;
	margin:0px;
	padding:0px;
	margin-bottom:15px;
	position:relative;
}
table.home_table td{
	border-right:solid 2px #ddd;
	width:25%;
	height:115px;
	background-position: left bottom;
	background-repeat:no-repeat;
}

#home_top		{				}
#home_middle	{ height:240px;	background-color:#ddd}
#home_bottom	{				}
div.home_overflow_limit_middle_right{
	height:240px;
	width:594px;
	overflow: hidden;
	background-color:#fff;
}
div.home_overflow_limit_middle_left{
	position:relative;
	left:1px;
	height:240px;
	width:318px;
	overflow: hidden;
	background-color:#fff;
}
div.home_overflow_limit{
	margin:0px;
	height:115px;
	overflow: hidden;
	/*border:red solid 1px;*/
}

/*------------- HOME WELCOME ----------------*/

td.home_welcome{ }
td.home_welcome h1{
	margin-top:10px;
	margin-left:15px;
	font-size:18px;
	color:#891a1c;
}
td.home_welcome p{
	margin-left:15px;
	font-size:13px;
	line-height:13px;
}

/*------------- HOME TESTIMONIALS ----------------*/

td.home_testimonials{ }

td.home_testimonials h2{
	margin-top:10px;
	margin-left:10px;
	font-size:16px;
	line-height:13px;
}
td.home_testimonials p{
	margin-left:10px;
	margin-right:10px;
	margin-top:8px;
	padding:0px;
	color:#50514f;
	font-style: italic;
	font-size:10px;
}

td.home_testimonials p.attribution{
	text-align:right;
	margin-top:4px;
}

td.home_testimonials p a{
	color:#50514f;
	text-decoration:underline;
}

/*------------- HOME CONTEST ----------------*/

td.home_contest{
	background-image: url('images/layout/home_recipe_background.jpg');
}

td.home_contest h2{
	margin:5px;
	color:#dd960c;
	font-size:15px;
}

td.home_contest p{
	color:#000;
	margin:0px;
	margin-top:-2px;
	margin-left:115px;
	padding:0px;
	font-size:12px;
	line-height:15px;
	text-align: center;
}
td.home_contest p a{
	color:#000;
	text-decoration:underline;
}

td.home_contest img{
	margin-top:10px;
	margin-left:130px;
}


/*------------- HOME CONTEST ----------------*/

td.home_one_pot{
	background-image: url('images/layout/one_pot_background.jpg');
}

td.home_one_pot p{
	color:#000;
	font-style: italic;
	margin:0px;
	margin-top:80px;
	margin-left:42px;
	padding:0px;
	font-size:12px;
	line-height:13px;
	text-align: left;
	}
td.home_one_pot p a{
	color:#000;
	text-decoration:underline;
}



/*------------- HOME SPECIALS ----------------*/

td.home_specials{
	background-image: url('images/layout/home_specials_background.jpg');
	cursor:pointer;
}

td.home_free_specials{
	background-image: url('images/layout/home_free_specials_background.jpg');
	cursor:pointer;
}

td.home_specials h2{
	margin:10px;
	margin-left:54px;
	color:#545251;
}

td.home_free_specials h2{
	margin:6px;
	margin-left:6px;
	color:#3e5fa9;
	font-family:Arial,san sans-serif;
	font-size:18px;
	line-height:15px;
}

td.home_specials p{
	margin-top:53px;
	margin-left:110px;
}

td.home_free_specials p{
	margin-top:28px;
	margin-left:13px;
	font-family:Arial,san sans-serif;
	font-size:10px;
	font-style: italic;
}

td.home_specials a{
	color:#000;
	text-decoration:underline;
}

td.home_free_specials a{
	color:#3e5fa9;
	text-decoration:underline;
}


/*------------------HOME MIDDLE ------------------*/
td.home_main_advert{
	width:595px;
}

td.home_double_banner{
	width:765px;
}

td.home_free_shipping{
	width:150px;
}

div.home_overflow_double_banner{
	height:240px;
	width:765px;
	overflow: hidden;
	background-color:#fff;
	margin:auto;
}
div.home_overflow_free_shipping{
	position:relative;
	left:0px;
	height:240px;
	width:150px;
	overflow: hidden;
	background-color:#fff;
	margin:auto;
}

/*------------- HOME REGISTRATION ----------------*/

td.home_registration{
	background-image: url('images/layout/home_registration_background.jpg');
	background-color:#EEEEEE;
}
td.home_registration h2{
	margin-top:5px;
	margin-left:5px;
	font-size:13px;
	line-height:13px;
	color:#891a1c;
	text-decoration:underline;
}
td.home_registration p{
	margin:10px;
	margin-top:6px;
	margin-left:15px;
	font-size:10px;
	line-height:10px;
	font-weight:bold;
}

/*------------- HOME NEWSLETTER ----------------*/

td.home_newsletter{
	background-image: url('images/layout/home_newsletter_background.jpg');
}

td.home_newsletter p{
	margin:5px;
	font-size:11px;
	line-height:12px;
	color:#505c90;
	font-weight:bold;
	width:120px;
}

td.home_newsletter label{
	margin:0px;
	margin-left:5px;
	padding:0px;
	font-size:9px;
	font-weight:bold;
}

td.home_newsletter #home_email_field{
	width:145px;
	border:solid 1px #000;
	vertical-align:top;
	margin-left:5px;
}

