/** Features **/
	#features { 
		width: 100%;
		margin-top: 30px;
	}
	#featureItems {
		position: relative;
		width: auto;
		/* height: 109px; */
		list-style-type: none;
		background: url('/images/back_features.png') repeat-x;
		margin: 0px;
		padding: 4px;
		border-top:1px solid #FFDC85;
		border-left: 1px solid #FFF2DC;
		border-right: 1px solid #FFF2DC;
	}

	#featureItems li {
		font-family: Arial, Helvetica, sans-serif;
		font-size: .9em;
		border:1px solid #FFDC85;	
		background-color: #ffffff;
		margin-bottom: 4px;
		padding: 5px;
	}
	li#smallFeatureTop, li#smallFeatureBottom {
		width: 114px;
		height: 44px;
		padding-left: 36px;
		background-position: left center;
		background-repeat: no-repeat;
	}
	
	li#smallFeatureFullWidth {
		width: auto;
		padding: 10px 10px 10px 36px;
		display: block;
		background-position: left center;
		background-repeat: no-repeat;
	}
	#featureItems li  a:link {
		font-weight: bold;
		color: #FF7F00;
	}

	#featureItems li a:visited {
		font-weight: bold;
		color: #FF7F00;
	}
	
	#featureItems li a:hover  {  
		color: #FFBF00;
	}
	#featureItems li { 
		background-repeat: no-repeat;
		line-height: 1.2em;
	}
	#largeFeature {
		position: absolute;
		top: 4px;
		right: 4px;
		height: 104px;
		width: 112px;
	}
	#largeFeature img { 
		float: right;
	}