/*
   writer:jeali
   http://www.jeali.com
------------------------------------------------*/
/* bodyer
------------------------------------------------*/
#bodyer
{
  background: #fafafa;
  min-height: 800px;
}
#bodyer .leftbar
{
  background: #0066CD;
  position: absolute;
  width: 300px;
  height: 500px;
  margin-top: -60px;
  z-index: 1001;
}

#bodyer .leftbar .title
{
  font-size: 34px;
  color: #fafafa;
  margin: 50px 40px;
}
#bodyer .leftbar .subtxt
{
  min-height: 80px;
  background: #eee9e6;
  padding: 10px;
  overflow: auto;
}
#bodyer .leftbar .subadd
{
  min-height: 200px;
  background: #999999;
  padding: 30px;
}
#bodyer .leftbar .subadd li
{
  padding: 8px 0;
}
#bodyer .title
{
  font-size: 24px;
  color: #ff6d00;
  margin-left: -10px;
}
#bodyer .bodybar
{
  position: relative;
  left: 400px;
  min-height: 500px;
  width: 880px;
  font-size: 16px;
  line-height: 25px;
}
/* series
------------------------------------------------*/
.series
{
  width: 270px;
  height: 20px;
  padding: 15px 5px;
  display: block;
  text-align: center;
  float: left;
  font-size: 18px;
}
a:hover .series
{
  background: #666666;
  color: #ffffff;
}
.home
{
  font-weight: bold;
  background: #999999;
  color: #ffffff;
}
/* end
------------------------------------------------*/