* { -moz-outline:none; }
div#features-col a {
	border-bottom:1px solid #E7E7E7;
	color:#777777;
	display:none;
	line-height:22px;
}
div#features-col a:hover {
background:none repeat scroll 0 0 #F5F3F3;
}

div#features-col {
	color:#555555;
	float:left;
	font-size:11px;
	margin:auto;
	padding: 0px;
	width: 215px;
}
#features {
  float:left;
  width:207px;
  padding:10px;
  border:4px solid #555;
  background-color:#555;
  height:120px;
  text-align:left;
  margin:0;
}
#features li {
  list-style-type:disc;
  padding-bottom:5px;
  font-size:0.7em;
  line-height:1.2em;
  margin-left:10px;
}
#features li strong {
  font-weight: bold;
  color:#ddd;
}
#features li img {
  top:10px;
  position:relative;
}


div.right-col {
	width:215px;
	float:right;
	margin-top: auto;
}

div#features-col a.feature {
	display:block;
	_width:215px;
	width:215px;
	height:75px;
	border:none;
	color: #F5F3F4;
}

div#features-col a#case-studies 	{
	background-image: url(../images/sidebar2.jpg);
	background-position: 0px 0px;
}
div#features-col a#case-studies:hover {
	background-image: url(../images/sidebar2.jpg);
	background-position: 215px 0;
}

div#features-col a#all-features {
	background-image: url(../images/sidebar2.jpg);
	background-position: 0px -75px;
}
div#features-col a#all-features:hover	{
	background-image: url(../images/sidebar2.jpg);
	background-position: 215px -75px;
}
div#features-col a#flux-up	{
	background-image: url(../images/sidebar2.jpg);
	background-position: 0px -150px;
}
div#features-col a#flux-up:hover	 {
	background-image: url(../images/sidebar2.jpg);
	background-position: 215px -150px;
}
div#features-col a#api {
	background-image: url(../images/sidebar2.jpg);
	background-position: 0px -226px;
}
div#features-col a#api:hover {
	background-image: url(../images/sidebar2.jpg);
	background-position: 215px -226px;
}
div#features-col a#get-started {
	background-image: url(../images/sidebar2.jpg);
	background-position: 0px -302px;
}
div#features-col a#get-started:hover {
	background-image: url(../images/sidebar2.jpg);
	background-position: 215px -302px;
} 


div#features-col a#get-started-button {
	display:block;
	width:424px;
	height:64px;
	text-indent:-8000px;
	background:url(images/get-started-button.jpg);
	border:none;
	margin:20px 0 0 0;
	clear:both;
}
.clear { clear:both; }
 

