/* Home CSS Document */

#spotlight{
  float: left;
  width: 200px;
  height: 200px;
  overflow: hidden;
}

#telerik{
  float: left;
  width: 445px;
  margin: 5px 0px 0px;
}

#container #features{
  float: right;
  width: 300px;
  height: 505px;
  margin: 5px 0px 0px;
  background: url(../images/css/background_features.gif) no-repeat;
}

#container #content_full #features{
  float: right;
  width: 300px;
  height: 505px;
  margin: 0px;
  background: url(../images/css/background_features.gif) no-repeat;
}

#features ul{
  margin: 56px 0px 0px 22px;
  padding: 0px;
}

#features ul li{
  list-style: none;
  margin: 0px;
  padding: 0px 0px 22px;
  width: 268px;
  height: 128px;
  overflow: hidden;
}