/*
 * Features
 */
#features {
  clear: both;
  padding: 20px 0px 0px 0px;
}
#features ul {
  list-style: none;
  border: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#features ul li {
  background: url(/img/sectors-feature-bg.gif) bottom no-repeat;
  list-style: none;
  float: left;
  border: 0;
  margin: 6px;
  padding: 0;
  width: 139px;
 /* border: 1px solid #27135a;
  border-radius: 6px; */
}

/*
 * Feature Image
 */
#features ul li div.image {
  background: url(/img/sectors-feature-top-bg.gif) top no-repeat;
  padding: 10px 5px 0px 4px;
  margin: 0 auto 0 auto;
  height: 130px;
  width: 130px;
}

/*
 * Feature Text
 */
#features ul li div.text {

  height: 80px;
}

#features ul li div.text a {

  color: #412b6;
  display: block;
  font-size: 1.4em;
  font-weight: bold;
  text-decoration: none;
  padding: 5px;
}


