/*
 * 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 {
  list-style: none;
  background: #ffffff url(/img/sector-feature-bg.gif) repeat-y top left;
  float: left;
  border: 0;
  margin: 0;
  padding: 0;
  width: 170px;
}

/*
 * Feature Image
 */
#features ul li div.image {
  background: transparent url(/img/sector-feature-image-bg.gif) no-repeat top left;
  padding: 10px 0px 0px 8px;
  height: 160px;
} 
#features ul li div.image img {
  border: 1px solid #412b6e;
}

/*
 * Feature Text
 */
#features ul li div.text {
  background: transparent url(/img/sector-feature-text-bg.gif) no-repeat bottom left;
  height: 60px;
}

#features ul li div.text a {
  background:  transparent url(/img/feature-bullet.gif) no-repeat 10px 0px;
  color: #412b6;
  display: block;
  font-size: 1.4em;
  font-weight: bold;
  text-decoration: none;
  padding: 0px 20px 0px 30px;
}

