html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
body {
  height: auto !important;
  height: 100%;
  min-height: 100%;
  color: #51c3e5;
  font-family: tahoma,sans-serif;
  font-size: 12px;
}
body,div,td,p,h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
}
div {
  overflow: hidden;
}
a {
  color: #51c3e5;
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #888;
}
#wrapper {
  width: 100%;
  height:1000px;
  background: #e4e9ec;
}
#header {
  width: 100%;
  height: 78px;
  background: url(images/bg_head.jpg) top right no-repeat;
}
#logo {
  margin: 22px 46px 0;
}
#descr {
  padding-left: 46px;
}
#menu {
  position: absolute;
  top: 23px;
  right: 21px;
  height: 35px;
  width: 529px;
  background: url(images/bg_menu.jpg) top left no-repeat;
}
#top_menu {
  position: relative;
  top: 4px;
  left: 4px;
  height: 27px;
  width: 521px;
}
#top_menu a {
  display: block;
  float: left;
  text-align: center;
  height: 27px;
  font-weight: bold;
  padding-top: 6px;
}
#top_menu a.active {
  background: #ededed;
}
#top_menu a:hover {
  background: #f8f8f8;
}
#m1 {
  width: 143px;
}
#m2 {
  width: 84px;
}
#m3 {
  width: 105px;
}
#m4 {
  width: 84px;
}
#m5 {
  width: 105px;
}
#mid_head {
  width: 100%;
  height: 242px;
  background: url(images/bg_mid.jpg);
}
#mid_left {
  float: left;
  width: 971px;
  height: 242px;
  background: url(images/mid_left.jpg);
}
*html #mid_left {
  margin-right: -3px;
}
#mid_right {
  float: right;
  width: 29px;
  height: 242px;
  background: url(images/mid_right.jpg);
}
*html #mid_right {
  margin-left: -3px;
}
#n1 {
  position: absolute;
  top: 100px;
  left: 90px;
  font-size: 13px;
}
#n2 {
  position: absolute;
  top: 100px;
  left: 194px;
  font-size: 12px;
}
#n3 {
  position: absolute;
  top: 100px;
  left: 338px;
  font-size: 11px;
}
#n4 {
  position: absolute;
  top: 100px;
  left: 478px;
  font-size: 9px;
}
#n5 {
  position: absolute;
  top: 99px;
  left: 548px;
  font-size: 8px;
}
#cat {
  position: absolute;
  top: 255px;
  right: 80px;
  font-size: 13px;
  font-weight: bold;
}
#row_new {
  width: 100%;
  height: 263px;
  background: #fff url(images/bg_new.jpg) top right no-repeat;
}
#row_new h3 {
  padding: 14px 54px;
}
#left_new {
  float: left;
  width: 33px;
  height: 263px;
  background: url(images/bg_left_new.jpg);
}
.new {
  float: left;
  width: 30%;
  height: 200px;
  padding: 8px;
  color: #444;
}
.new p {
  padding: 5px;
  color: #888;
}
.new h3 {
  color: #51c3e5;
}
.cellphone {
  float: left;
  padding: 0 16px;
  font-size: 20px;
}
#divider1 {
  width: 100%;
  height: 6px;
  background: #cfd8df url(images/bg_div1.jpg) top left no-repeat;
}
#row_popular {
  width: 100%;
  height: 285px;
  background: #fff url(images/bg_popular.jpg) top right no-repeat;
}
#row_popular h3 {
  padding: 14px 54px;
}
#left_popular {
  float: left;
  width: 33px;
  height: 285px;
  background: url(images/bg_left_popular.jpg);
}
#divider2 {
  width: 100%;
  height: 12px;
}
#footer {
  width: 100%;
  height: 114px;
  background: #fff;
}
#bottom_menu {
  float: left;
  width: 700px;
  height: 48px;
  padding-left: 42px;
}
#bottom_menu a {
  display: block;
  float: left;
  font-weight: bold;
  margin: 15px 30px 0 0;
}
#counter {
  float: right;
  width: 220px;
  height: 48px;
  padding-right: 8px;
}
*html #counter {
  margin-right: -3px;
}
#counter img {
  float: right;
}
#counter a {
  display: block;
  font-weight: bold;
  margin: 15px 0;
}
#other_sites {
  float: left;
  height: 66px;
  color: #888;
  padding-left: 42px;
  font-size: 11px;
}
#other_sites a {
  margin-right: 20px;
  text-decoration: underline;
  color: #888;
}
