@charset "UTF-8";
/* CSS Document */
	#home_feature{	
		clear: both;
		padding-bottom: 2px;
		background-color: #fff;
	}
	#ad_products{
		background-image: url(images/home_bg_left.png);
		background-repeat: repeat-x;
		background-color: #0e3f68;
		width: 477px;
		float: left;
		line-height: 16px;
	}
		
	#ad_recipes{
		background-image: url(images/home_bg_right.png);
		background-repeat: repeat-x;
		background-color: #3e6b8d;
		width: 478px;
		float: left;
		line-height: 16px;
	}
		#ad_products a, #ad_recipes a{
			text-decoration: none;
			color: #fff;
		}
			#ad_products a:hover, #ad_recipes a:hover{
				color: #ffc82e;
			}
		#ad_products h2, #ad_recipes h2{
			font-family: Impact, Haettenschweiler, Arial Narrow Bold, sans-serif;
			font-size: 20px;
			padding: 24px 0 12px 0;
			font-weight: normal;
		}
		#ad_products img, #ad_recipes img{
			float: left;
			padding-right: 12px;
			border: 0;
		}
	#homefooter{
		clear: both;
		width: 955px;
		margin: 0px auto;
		background-image: url(/images/interface/footer_bg.png);
		background-repeat: repeat-x;
		text-align: center;
		color: #fff;
		font-size: 10px;
		padding: 24px 0 12px 0;
	}
		#homefooter a{
			color: #fff;
		}
		#homefooter a:hover{
			color:	#ffc82e;	
		}
