
#feature-scroller{
	background-color:#FAFAFA;
	min-height:230px;
	background-image:url(/images/content-layout/right-bg-full.png);
	background-repeat:no-repeat;
}

#content{
	margin-top:0px;
	background-image:url(/images/content-layout/bg-full-products.png);
	background-repeat:no-repeat;
	background-position:0px 310px;
}

#content-left{
	margin-top:40px;
	float:left;
	width:195px;
	background-image:url(/images/subnav-bg.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	display:inline;
}

#feature{
	overflow:hidden;
	position:relative;
}

.text-content{
	min-height:150px;
}

ul#feature-bar{
	width:785px;
	height:70px;
	background-image:url(/images/products/feature-bar-bg.jpg);
	margin:0px;
	padding:0px 0px 0px 10px;
}

ul#feature-bar li{
	width:150px;
	height:58px;
	overflow:hidden;
	margin:7px 7px 0px 0px;
	float:left;
	display:inline;
}

ul#feature-bar li a{
	display:block;
	width:142px;
	height:58px;
	padding:4px;
	background-image:url(/images/products/feature-bar-over.jpg);
	background-repeat:no-repeat;
	background-position:0px 58px;
}

ul#feature-bar li a:hover{
	background-position:0px 0px;
}


ul#feature-bar li img{
	width:50px;
	float:left;
	display:inline;
}

.feature-bar-txt{
	width:85px;
	float:right;
	font-size:11px;
	color:#CCCCCC;
	line-height:14px;
	padding:10px 0px 0px 0px;
}
ul#feature-bar li a.active{
	background-position:0px 0px;
}

