@import url(../elements/doubleColumn.css);
@import url(../elements/button.css);
@import url(../elements/offers.css);

#content .content_wrap {
	background:url(../../images/elements/submenu-box_bg.gif) repeat-y 2px 0;
}

#content_main {
	margin-top:0;
	margin-right:0;
	width:635px;
}

.features {
	float:left;
	width:310px;
	margin-left:5px;
}
.feature_main,
.feature_item {
	background:#E7E4DB;
	margin-bottom:21px;
	overflow:hidden;
}
.feature_main img,
.feature_item img {
	border:5px solid #E7E4DB;
}
.feature_main {
	min-height:397px;
	height:397px;
}
.feature_item {
	min-height:188px;
	height:188px;
	position:relative;
}
div>#.feature_main,
div>#.feature_item {
	height:auto;
}
.feature_item img {
	position:absolute;
	left:0;
	top:0;
}
.feature_main h3,
.feature_item h3 {
	margin-top:5px;
}
.feature_item h3 {
	margin-left:162px;
}
.feature_item p {
	margin-left:162px;
}
.feature_main .btn_view-promotions,
.feature_item .btn_view-promotions {
	float:right;
}

/* IE6 hacks */
* html #content_main {
	margin-right:0;
	width:640px;
	}