/* Features Navigation */

.feature_list {
        margin-top:20px;
	float:left;
	width:250px;
}
ul#features {
	z-index: 900;
	list-style:none;
	margin: 0;
	padding: 0;
}
ul#features li {
	margin: 0;
	padding-bottom: 0px;
}

ul#features li h3 {
	font-weight: bold;
	margin: 0;
	font-size: 16px;
	padding : 5px 0 5px 5px;
	overflow: hidden;
	height: 35px;
}
ul#features li h3 img {
	vertical-align: middle;
}
ul#features li p {
   display:none;
}


ul#features li:hover,
ul#features li.sfhover
{
	background-color: #fff3bb;
	cursor: pointer;
}

ul#features li:hover p,
ul#features li.sfhover p {
  	width:280px;
	height:225px;
	z-index: 900;
	position:absolute;
	left:280px;
	top:50px;
	display: block;
        font-weight:bold;
}
ul#features li:hover p img,
ul#features li.sfhover p img {	
        padding-bottom:10px;
}

.box{
    margin-top:20px;
    float:left;
	background-color: #fff3bb;
	z-index: 500;
	height:250px;
	width:300px;
}
.box p{
	width:280px;
	position:absolute;
	left:280px;
	top:50px;
    font-weight:bold;
}

.noSpecials :hover a{
	text-decoration: none;
	color: #ffff;
}
.registerButton{
        margin:290px 0 0 320px;
}

