@charset "utf-8";
/* BONES
ul#feature
  li
    img.banner
	div.content
	   h3
	   p.fact
	   a.action
*/
/* feature */
ul#feature {
	color: #fff;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	
	height: 440px;
	width: 980px;
}
ul#feature li {
	height: 440px;
	width: 980px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

ul#feature img.banner {
	height: 440px;
	width: 980px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 500;
}
ul#feature div.content {
	margin: 0;
	padding: 15px 15px 15px 65px;
	height: 304px;
	width: 270px;
	list-style: none;
	position: absolute;
	top: 66px;
	left: 610px;
	z-index: 501;
	background:  url(/assets/images/wrapper/bg-feature-content.png) no-repeat;
}
ul#feature h3 {
	margin: 24px 0 0 0;
	padding: 0;
	color: #6654AA;
	font-size: 15pt;
	text-transform: uppercase;
}
ul#feature p.fact {
	margin: 0;
	padding: 10px 0 20px;
	width: 280px;
	color: #556;
	font-size: 18pt;
	line-height: 30pt;
	text-transform: none;
}
ul#feature a.action {
	display: block;
	margin: 0;
	padding: 8px 10px 12px 10px;
	height: 26px;
	width: 262px;
	color: #fff;
	font-size: 14pt;
	text-transform: none;
	background: url(/assets/images/wrapper/i/sprites.png) no-repeat 0px -450px;
}
ul#feature a.action:hover {
	background-position: 0px -500px;
	text-decoration: none;
}