/* CSS Document */


.feature{
	width: 580px;
	margin-bottom: 20px;
	
}
.name{
	font-size: medium;
	color: #009F00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A0A0A4;
	padding-bottom: 5px;
	font-weight: bold;
}
.desc{
}
.feature img{

position: relative;
    margin-right: auto;
    margin-left: auto;
}
/* Feature Bottom Navigation */
.clearer
{
clear: both;
display: block;
height: 1px;
margin-bottom: -1px;
font-size: 1px;
line-height: 1px;
}
#featureNavigation
{
	margin-top: 3em;
	background-color: #F2F2F2;
	background-image: url(../featureImages/features_navigation_top.gif);
	background-repeat: no-repeat;
	width: 450px;
	margin-left: 60px;
}
#featureNavigationInner
{

padding: 12px 16px;
background-image: url(../featureImages/features_navigation_bottom.gif);
background-repeat: no-repeat;
background-position: 0 100%;

}
#featureNavigationPrevious
{
float: left;
margin-top: 0;
padding-left: 16px;
background-image: url(../featureImages/arrow_left.gif);
background-repeat: no-repeat;
background-position: 0 50%;
background-color: #F2F2F2;
}
#featureNavigationNext
{
float: right;
margin-top: 0;
padding-right: 16px;
background-image: url(../featureImages/arrow_right.gif);
background-repeat: no-repeat;
background-position: 100% 50%;
background-color: #F2F2F2;
}

/* Feature Nav Bar */

#featureNavBar{
/*margin-left:600px;*/
float:left;
display:inline;
width:150px;
/*float:right;
display:block;*/
}

#featureNavBar ul
{
	margin-top: 45px;
}

#featureNavBar li{
	list-style-type: none;
	text-decoration: none;
	background-color: #00D550;
	
	width: 145px;

	padding-top: 7px;
	padding-bottom: 7px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
}



#featureNavBar li a
{
	font-size: 14px;
	color: #FFFFFF;
	
	
	background-color: #00D550;
	font-weight: bold;
	text-decoration: none;
	margin-left: 15px;
}

#featureNavBar  .current{
	background-color: #55FF80;
}

#featureNavBar .current  a
{
	background-color: #55FF80;
	color: #2A0000;
}

#featureNavBar .top #heading{
	margin-left:15px;
}
#featureNavBar .top
{
	background-color: #009F55;
	font-size: 15px;
	font-weight: bolder;
	padding-top: 0;
	border-top-width: 0;
	background-color: #009F55;
	color: #E9F7E6;
	text-transform: capitalize;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

/* rating bar */


#ratingBar{
	margin-left:40px;
	margin-top:40px;
	width:145px;
	background-color: #FF702B;
	text-align:center;
	font-size: 11px;
}

#ratingBar .innerText
{
	text-align:center;
}
#ratingBar .below
{
font-size: 10px;
}
#features{
float:left;
display:inline;
width: 580px;
}