/* ========================== FROM SCREEN.CSS ======================== */

/* FEATURES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#features {
	position: relative;
	clear: both;
	width: 940px;
	overflow: hidden;
	margin-top:20px;
	background:#958377;
}

#features-nav { /* adjusts the arrow tabs */
	position: absolute;
	top: 5px;
	left: 684px; /* position the tabs on the right. */
}

#features-nav .features-nav-item.current {
	display: block;
	width: 256px;
	margin:0;
	padding: 0px 0px 0px 30px; /* right padding adjusts for the width of the current tab */
	cursor: default;
	z-index:4;
	border:none;
}

#features-nav .features-nav-item /* IE6 Only */{
	position: relative;
	display: block;
	cursor: pointer;
	padding:0 0 0 30px;
	height:38px;
	z-index:1;
	background:url(../../images/rq-slider-border.gif) 70% 100% no-repeat;
	
}

html>body #features-nav .features-nav-item {
	position: relative;
	display: block;
	cursor: pointer;
	margin:0 0 0 30px;
	padding:0;
	height:38px;
	z-index:1;
	background:url(../../images/rq-slider-border.gif) -20% 100% no-repeat;
	width:200px;
	}



#features-nav .features-nav-item p {
	font-size: 12px;
	font-weight: bold;
	padding:0;
	margin:0;
	line-height:38px;
}

#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 {
	height:208px;
}

/*#features-nav .features-nav-item {
	background: url("../images/header-panels-item-bg.gif") repeat-x 0 0;
	
}
*/
#features-nav .features-nav-item.current {

	background: url("../../images/header-panels-current.png") no-repeat 0 50% !important;
	background: url("../../images/header-panels-current.gif") no-repeat 0 50%;
	
}

/*.features-nav-tnail {  --not needed --
	background: url("../images/features-nav-tnail.jpg") no-repeat 0 0;
}*/

#features-nav .features-nav-item h3 {
	color: #fff;

}

#features-nav .features-nav-item p {
	color: #fff;

}

#features-nav .features-nav-item.current h3 {
	color: #fff;

}

#features-nav .features-nav-item.current p {
	color: #fff;

}

