#features_cat {
	background: url(../culture/features/images/header_bg.jpg) center bottom no-repeat;
	width: 800px;
	height: 373px;
	padding:0 40px 15px 40px;
}

#featurestraining {
	width: 263px;
	height: 363px;
	float:left;
	margin: 10px 0 0 0;
}

#featuresnutrition {
	width: 263px;
	height: 363px;
	float:left;
	margin: 10px 0 0 5px;
	display:inline;
}

#featureslifestyle {
	width: 263px;
	height: 363px;
	float:left;
	margin: 10px 0 0 5px;
	display:inline;
}

#featurestraining a:link, #featurestraining a:visited, #featurestraining a:hover,
#featuresnutrition a:link, #featuresnutrition a:visited, #featuresnutrition a:hover,
#featureslifestyle a:link, #featureslifestyle a:visited, #featureslifestyle a:hover {
	text-decoration: none;
	background: none;
	border:none;
	padding: 0;
	margin: 0;
}

.features_wrapper {
	width: 800px;
	border-left: #393939 solid 1px;
	border-right: #393939 solid 1px;
	border-bottom: #393939 solid 1px;
	padding: 0 39px 220px 39px;
}

.featureslatest_container {
	border-left: #393939 solid 1px;
	border-right: #393939 solid 1px;
	border-bottom: #393939 solid 1px;
	padding: 10px;
	width: 778px;
}

#featurelatest1_holder, #featurelatest2_holder, #featurelatest3_holder {
	width: 179px;
	float: left;
}

#featurelatest4_holder {
	width: 178px;
	float: left;
}

.featurelatest_divider {
	width:1px;
	height: 165px;
	margin:0 10px;
	background:url(../images/divider_dots.gif) repeat-y;
	float:left;
	display:inline;
}

.feature_img_lrg1, .feature_img_lrg2, .feature_img_lrg3 {
	width: 177px;
	overflow: hidden;
	height: 53px;
	border: #393939 solid 1px;
}

.feature_img_lrg4 {
	width: 176px;
	overflow: hidden;
	height: 53px;
	border: #393939 solid 1px;
}

#featurelatest_title {
	margin-top: 5px;
}

#featurelatest_title a:link, #featurelatest_title a:visited {
	font:Arial, Helvetica, sans-serif bold;
	font-size: 11px;
	text-transform:uppercase;
	color: #ba1f0b;
	text-decoration:none;
}

#featurelatest_title a:hover {
	background:#ba1f0b;
	color:#FFFFFF;
}

#featurelatest_text {
	font:Arial, Helvetica, sans-serif bold;
	font-size: 10px;
	color: #FFFFFF;
}

#featurelatest_text a:link, #featurelatest_text a:visited {
	font-weight:bold;
	text-decoration:none;
}

#featurelatest_text a:hover {
	background:#FFFFFF;
	color:#000000;
}

/* List Properties */		
.art_list {
	width:798px;
}
	
.art_list ul {margin:0;padding:0;}

.art_list li {
	height:62px;
	overflow:hidden;
	position:relative;
	list-style:none;
	border-right:#393939 solid 1px;
	border-bottom:#393939 solid 1px;
	border-left:#393939 solid 1px;
	}
	
.art_list a:link, .art_list a:visited {
	color: #ba1f0b;
	padding:10px;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	height:42px;
	text-decoration:none;
}

.art_list a:hover {
	background-color:#222222;
	color: #ba1f0b;
	cursor:pointer;
}	
	
.art_list img { 
	float:left;
	margin-right:10px;
	border:#393939 1px solid;
	}

.art_list span {
	text-transform: none;
	font: Arial, Helvetica, sans-serif normal;
	font-size: 10px;
	color:#FFFFFF;
}
	
