/* ========================== FROM SCREEN.CSS ======================== */

/* FEATURES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#features {
	position: relative;
	clear: both;
	width: 940px;
	overflow: hidden;
}

#features-nav {
	position: absolute;
	top: 10px;
	left: 10px;
}

#features-nav .features-nav-item {
	position: relative;
	display: block;
	width: 280px;
	padding:10px 20px;
	cursor: pointer;
	height:66px;
}

#features-nav .features-nav-item#features-nav3 {
	
}

#features-nav .features-nav-item.current {
	display: block;
	width: 280px;
	padding: 10px 100px 10px 20px; /* right padding adjusts for the width of the current tab */
	cursor: default;
}

/*.features-nav-tnail {  NOT USED IF YOU WANT TO ADD ICONS TO THE LEFT THEN PUT THIS PACK --
	float: left;
	width: 58px;
	height: 58px;
	padding: 2px;
	margin: 0 15px 0 0;
	overflow: hidden;
}

.features-nav-tnail img {
	width: 58px;
	height: 58px;
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
}
*/
#features-nav .features-nav-item.current img {
	float:left;
	clear:right;
	padding:14px 10px 0 0;
}

#features-nav .features-nav-item h3 {
	float:left;
	clear:right;
	margin: 26px 0 0 0;
	font-size: 1.2em;
	font-weight: bold;
	
	
}

#features-nav .features-nav-item p {
	font-size: 1.1em;
	line-height: 1.4em;
}

#features-nav .features-nav-item span {
	display: none;
}

#features-nav img
	{
	float:left;
	clear:right;
	padding:14px 10px 0 0;
	}
/* #features .features-effects { 
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("../images/features-effects.png") no-repeat 0 0;
}*/


#features {
	background: url("epwPro_images/header-panels-bgd.gif") no-repeat 0 0;
	height:395px;
}

#features-nav .features-nav-item {
	background: url(epwPro_images/header-panels-divider.gif) no-repeat bottom left;
	
}

#features-nav .features-nav-item.current {
	background: url("epwPro_images/header-panels-current.png") no-repeat 0 0 !important;
	background: url("epwPro_images/header-panels-current.gif") no-repeat 0 0;
	
}

/*.features-nav-tnail {  --not needed --
	background: url("../images/features-nav-tnail.jpg") no-repeat 0 0;
}*/

#features-nav .features-nav-item h3 {
	color: #685745;
}

#features-nav .features-nav-item p {
	color: #685745;
}

#features-nav .features-nav-item.current h3 {
	color: #004054;
}

#features-nav .features-nav-item.current p {
	color: #685745;
}

/*.features-content
{
	padding: 10px 10px 10px 55px;
}*/
