@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: 270px;
	width: 720px;

}
ul#feature li {
	height: 270px;
	width: 720px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

ul#feature img.banner {
	height: 270px;
	width: 720px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 500;
}
ul#feature div.content {
	margin: 0;
	padding: 15px 0px 15px 0px;
	height: 270px;
	width: 220px;
	list-style: none;
	position: absolute;
	top: 0px;
	left: 480px;
	z-index: 501;
/*	background: url(sprites-v2.png) no-repeat -300px -1000px;*/
}
ul#feature h3 {
	margin: 20px 0 0 0;
	padding: 0;
	color: #6654AA;
	font-size: 15pt;
	text-transform: uppercase;
}
ul#feature p.fact {
	margin: 0;
	padding: 10px 0 20px;
	width: 220px;
	color: #556;
	font-size: 16pt;
	line-height: 24pt;
	text-transform: none;
}
ul#feature a.action {
	display: block;
	margin: 0;
	padding: 8px 10px 12px 10px;
	height: 26px;
	width: 220px;
	color: #fff;
	font-size: 14pt;
	text-transform: none;
	background: url(sprites-v2.png) no-repeat 0px -450px;
}
ul#feature a.action:hover {
	background-position: 0px -500px;
	text-decoration: none;
}
