#header.home{
  height: 278px;
  background:url("/images/home/header-bg.jpg") repeat-x top;
}
#header.home a#logo{
  margin-top: 30px;
}
#header.home h2{
  color: #fff;
  float: left;
  margin-top: 30px;
  width: 300px;
}
#header.home h2 span.orange{
    color: #f4931e;
}
#icons-home{
  float:right;
  margin-top: 20px;
  width: 477px;
  height: 163px;
  background:url("/images/home/icons-home.gif") repeat-x bottom;
}
#container{
  _margin-top: -7px;
  background:url("/images/home/content-bg.gif") repeat-x top;
}
#container.nobg{
  background-image: none;
}

#content{
  margin: 0 auto;
  margin-top: 20px;
  width: 900px;
}
#container.nobg #content{
  width: 900px;
}
#login-block{
  float: right;
  width: 254px;
  height: 164px;
  padding: 20px 0 7px 15px;
  behavior: url("/stylesheets/iepngfix.htc");
  background:url("/images/home/login-block-bg.png") no-repeat;
}
input[type=text],
input[type=password]{
  width: 200px;
  color: #000;
  background-color: #fff;
}
form{
  width: 200px;
}
#info ul{
  margin: 0 0 0 15px;
  background-color: #fff;
}
#info ul li{
  margin-bottom: 10px;
  list-style: url("/images/home/bullet.gif");
}
#info strong{
  color: #2e508f;
}

#illu{
  float: left;
}
#illu table tr td{
  vertical-align: top;
  padding-left: 15px;
  padding-right: 30px;
}
#illu h2{
  color: #47659c;
  margin-bottom: 10px;
}
#illu ul{
  margin: 0 0 0 15px;
  background-color: #fff;
}
#illu ul li{
  margin-bottom: 10px;
  list-style: url("/images/home/bullet.gif");
}
#illu strong{
  color: #2e508f;
}
#illu .block-home{
  float: left;
  width: 180px;
  height: 200px;
  margin: 10px;
}
#illu .block-home h3{
  color: #47659c;
  font-size: 14px;
}
#illu .block-home img{
  margin: 4px;
}
#illu .block-home .rating ul{
  margin: 0;
}
#illu .block-home .rating ul li{
  list-style-image: none;
  list-style-type: none;
}
/* Login register form */
#login-form{
  margin: 20px;
  width: 254px;
  height: 164px;
  padding: 20px 0 7px 15px;
  behavior: url("/stylesheets/iepngfix.htc");
  background:url("/images/home/login-block-bg.png") no-repeat;
}
#register-form{
  position: relative;
  margin: 20px;
  margin-top: -20px;
  margin-right: 300px;
  padding: 20px;
  border-left: 1px solid #eff2f7;
}