@charset "utf-8";

#container {
	padding: 18px 20px 73px 30px;
	min-height: 450px;
}
#container h2 {
	margin-bottom: 0;
}
#column_one {
	margin-right: 30px;
}
#column_two .column-center {
	width: 264px;
	margin-right: 30px;
	margin-top: 19px;
}
#column_two .column-right {
	width: 256px;
	margin-top: 19px;
}
#intro-copy {
	min-height: 142px;
}
#featured-recipe {
	position: relative;
}
#featured-recipe #featured-ribbon {
	position: absolute;
	background: url("../img/style/ribbon-featured-recipe.png") no-repeat;
	top: 0;
	left: 0;
	width: 100px;
	height: 101px;
}
#featured-recipe a img {
	background: #F5F2E9;
	padding: 10px;
}
#featured-recipe h2 {
	margin-top: 19px;
}
#feature {
	background: #F5F2E9;
	position: relative;
	height: 350px;
}
#nav-feature {
	padding: 10px 10px 10px 360px;
	height: 330px;
	position: relative;
	z-index: 10;
}
#nav-feature li, #nav-feature2 li {
	margin-bottom: 0;
}
#nav-feature li.last-child p {
	padding-bottom: 5px;
}
#nav-feature h2 {
	font-size: 18px;
	padding: 4px 10px 0;
	margin-bottom: 0;
}
#nav-feature p {
	padding: 0 10px 3px;
	margin: 0;
}
#nav-feature img {
	display: none;
	position: absolute;
	top: 10px;
	left: 10px;
}
#nav-feature li {
	cursor: pointer;
}
#nav-feature li.current img {
	display: block;
	cursor: default;
}
#new-range {
	background: url("../img/style/ribbon-our-range.png");
	position: absolute;
	top: 0;
	left: 0;
	width: 114px;
	height: 113px;
	z-index: 150;
}
#tab-active {
	background: #E20026 url("../img/style/bg-nav-feature-item-hover-bottom.gif") no-repeat right bottom;
	position: absolute;
	left: 360px;
	top: 10px;
	z-index: 0;
}
#tab-active div {
	background: url("../img/style/bg-nav-feature-item-hover-top.gif") no-repeat right top;
	width: 180px;
	height: 82px;
}
#nav-feature2 {
	padding: 10px 10px 10px 360px;
	height: 330px;
	position: absolute;
	z-index: 20;
}
#nav-feature2 li {
	color: #FFF;
}
#nav-feature2 li.last-child p {
	padding-bottom: 5px;
}
#nav-feature2 h2 {
	color: #FFF;
	font-size: 18px;
	padding: 4px 10px 0;
	margin-bottom: 0;
}
#nav-feature2 li h2:first-child:before {
	content: "‹ "; 
	display: inline;
}
#nav-feature2 p {
	padding: 0 10px 3px;
	margin: 0;
}

/* sasko cook-off winners announcement */
#container #promotion {
	width: 236px;
	display: block;
}

