/* tagline
------------------------------------------------------------------------------------*/
#homepage_tagline{
	position:absolute;
	top:40px;
	left:250px;
	width:530px;
	font-size:13px;
	line-height:20px;
	text-align:center;
}
#homepage_tagline h2{
	height:38px;
	background:url(/assets/interface/type/dining_has_never.gif) no-repeat center top;
	margin-bottom:15px;
}
/*----------------------------------------------------------------------------------*/


/* featured recipes
------------------------------------------------------------------------------------*/
#featured_recipes{
	position:absolute;
	top:185px;
	left:545px;
	width:250px;
}
#featured_recipes h3{
	height:13px;
	background:url(/assets/interface/type/featured_recipe.gif) no-repeat center top;
	margin-bottom:10px;
}
#featured_recipes .navigation {
	width:230px;
	height:29px;
	display: none;
	margin: 0 0 5px 0;
}
#featured_recipes .thumbnails {
	height:29px;
	width: 172px;
	float: left;
}
#featured_recipes .thumbnails ul {
	width: 160px;
	margin: 0 auto;
}
#featured_recipes .thumbnails ul li {
	float: left;
	cursor: pointer;
	margin: 0 3px 0 0;
}
#featured_recipes .previous, #featured_recipes .next{
	float:left;
	width:24px;
	height:23px;
	margin:2px 5px 0 0;
	cursor:pointer;
	background:transparent url(/assets/interface/featured_arrows.gif) no-repeat left bottom;
}
#featured_recipes .next{
	float: right;
	margin:2px 0 0 5px;
	background-position:right bottom;
}
#featured_recipes .mask{
	width:250px;
	height:208px;
	margin: 0 auto;
	overflow:auto;
}
#featured_recipes .mask ul li{
	width:230px;
	text-align:center;
	margin-bottom:15px;
}
#featured_recipes .mask ul li img{
	display:block;
	border:1px solid #d1d1d1;
	margin-bottom:4px;
}
#featured_recipes h4{
	margin-bottom:5px;
	font-size:14px;
	color:#b0715a;
}
#featured_recipes p{
	font-size:11px;
	margin-bottom:10px;
}
#featured_recipes .view_recipe{
	padding:0 0 0 15px;
	font-size:15px;
	font-weight:bold;
	background:url(/assets/interface/arrow_right.gif) no-repeat left center;
}
/* script styles */
.has_script #featured_recipes{
	left:560px;
	width:230px;
}
.has_script #featured_recipes .navigation {
	display: block;
	visibility: hidden;
}
.has_script #featured_recipes .mask{
	position: relative;
	overflow: hidden;
}
.has_script #featured_recipes .mask ul li{
	position:absolute;
	width:230px;
	top:0px;
	left:0px;
	margin-bottom:0px;
}
/*----------------------------------------------------------------------------------*/

/* coupon
------------------------------------------------------------------------------------*/
#coupon{
	top:370px;
	left:170px;
}
#coupon_help{
	top:280px;
	left:145px;
}
/*----------------------------------------------------------------------------------*/
