#container { 
	background: url(../../../../images/assets/backgrounds/body_bg_thanksgiving_11.jpg) 0 230px no-repeat; 
	padding-left: 128px;
	padding-right: 128px;
}

#main {
	background: #fff;
	margin-top: 65px;
	padding-top: 30px;
}
.collection > header {
	position: absolute;
	top: -62px;
	left: 0;
	height: 95px;
	width: 992px;
}
.collection > header h3 a {
	font: normal 600 18px/18px Arial, Helvetica, sans-serif;
	color: #ffc;
	position: absolute;
	top: 34px;
	left: -43px;
	height: 32px;
	width: 272px;
	padding: 16px 0;
	text-align: center;
	background: url(../images/banner_03.png) 0 bottom no-repeat;
	z-index: 600;
}
.collection > header .tabs {
	font: normal 600 12px kulturista-web,serif;
	position: absolute;
	top: 62px;
	left: 0;
	width: 758px;
	height: 30px;
	margin-left: 194px;
	padding-left: 40px;
	color: #ffc;
	background: #aa3300;
	background-image: -o-linear-gradient(rgb(170,102,0),rgb(170,51,0));
	background: -webkit-gradient(linear, left top, left bottom, from(#aa3300), to(#aa6600));
	background: -moz-linear-gradient(top, #aa6600, #aa3300);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#aa6600, endColorstr=#aa3300);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#aa6600, endColorstr=#aa3300)";
}
.collection > header .tabs a { color: #ffc; text-decoration: none; }
.collection > header .tabs li {
	text-transform: uppercase;
	float: left;
	height: 16px;
	padding: 7px 20px;
	border-left: solid 2px #f9d2b3;
}
.collection > header .tabs li:last-child { border-right: solid 2px #f9d2b3; }

.collection > header .tabs li.selected,
.collection > header .tabs li.hover,
.collection > header .tabs li:hover { 
	background: #aa6500;
}

.collection > .bd { margin: 15px 0; }
.collection article.featured header {
	padding: 15px 15px 0;
}

.collection .imgFrame img { /*width: 274px;*/ }
.collection article.featured .imgFrame img { width: auto; }

section h4 { color: #9ea517; margin: 0 10px 5px;}

.recItem {
	height: 135px;
	margin: 0 10px 15px;
	padding: 0;
	background: #F3F8F8;
	border: none;
}

.recItem .img {
	width: 132px;
	height: 135px;
}

.recItem a {
	color: #003959;
	text-decoration: none;
	text-transform: uppercase;
}

.recItem .bd {
	padding: 15px 10px 0 0;
	margin: 10px;
}
.recItem .more {
	display: block;
	color: #C0D72F;
	font-size: 10px;
}
