/* Home CSS Document */

.frame_home .shadow,
.frame_home #container,
.frame_home #container_header,
.frame_home #container_footer,
.frame_home #footer{
  background: none;
}

#home{
  float: left;
  /*padding: 0px 0px 50px;*/
  margin: -10px 0px -10px;
  width: 775px;
  height: 430px;
  padding: 5px 5px 0px;
  background:  url(../images/css/background_home.png) no-repeat;
}

#features{
  float: left;
  /*margin: 0px 0px 0px 5px;*/
  width: 550px;
}

#right{
  float: right;
  width: 225px;
}

#right .image{
  width: 225px;
  height: 130px;
  float: left;
}

#right #web_network{
  background: url(../images/css/background_marquee.gif) no-repeat;
  float: left;
  height: 50px;
  width: 165px;
  margin: 0px;
  padding: 70px 30px 10px;
  display: inline;
}

#right #web_network .control{
  background: url(../images/css/background_choose.png) no-repeat;
  cursor: pointer;
  cursor: hand;
  width: 165px;
}

#right #web_network #links{
  position: absolute;
  width: 165px;
  color: white;
  padding: 0px;
  margin: 0px;
  display: inline;
  z-index: 1;
}

#right #web_network #links ul{
  background: #FFF;
  float: right;
  margin: 0px;
  padding: 0px;
}

#right #web_network #links ul li{
  list-style: none;
  width: 145px;
  padding: 5px 10px;
  margin: 0px;
}

#right #web_network #links ul li a{
  color: #666666;
  display: block;
}

#right #web_network #links ul li a:hover{
  /*font-weight: bold;*/
}

#right .links{
  float: left;
  width: 225px;
}

#right .links ul{
  float: right;
  margin: 0px;
  padding: 0px;
}

#right .links ul li{
  float: left;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#right .links ul li a{
  float: left;
  margin: 0px;
  padding: 12px 5px 10px 12px;
}

#video_home{
  width: 225px;
  height: 130px;
  float: left;
}

