html, body{
  width: 100%;
  height: 100%;
  margin: 0;
  font: normal 14px Arial;
  color: #000000;
  background: #ffffff;
}
.mainDiv{
  min-width: 775px
}

a{
  color: #000000;
}
a img{
  border: none;
}

.mainDiv{
  height: 100%;
}
.leftCol{
  width: 31.5%;
  float: left
}
.logoDiv{
  background: url(../img/logo_bg.gif) repeat-x;
  height: 158px;
  text-align: center;
  padding-top: 17px;
}
.menuDiv{
  background: url(../img/ugol.gif) 100% 0% no-repeat #7c7c7c;
  padding-top: 30px;
  padding-bottom: 32px;
  text-align: center;
}
.menuDiv ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.menuDiv ul li{
  margin-bottom: 5px
}
.newsDiv{
  padding: 50px 30px 0px 43px;
}
.bannerDiv{
  margin-bottom: 27px;
  margin-top: 26px;
}
.bannerDiv div{
  margin-left: 30px;
  margin-right: 50px
}

.rightCol{
  width: 68.5%;
  float: right
}
.icons{
  height:83px;
  background: url(../img/icons_bg.gif) repeat-x;
}
.icons div{
  padding-top: 28px;
  padding-right: 43px;
  text-align: right;
}
.icons div img{
  margin-right: 25px
}
.vizDiv{
  height: 268px;
  background: url(../img/viz_bg.jpg) repeat-x;
}
.vizDiv div{
  background: url(../img/main_viz.gif) 25% 0% no-repeat;
  height: 100%
}
.searchDiv{
  height: 78px;
  background: #f3f5c6;
}
.searchDiv form{
  padding-top: 24px;
  margin-left: 36px
}
.submit{
  width: 53px;
  height: 17px;
  background: url(../img/submit.gif) no-repeat;
  border: 0;
  cursor: pointer;
  font: bold 11px Arial;
  color: white;
  padding-bottom: 2px;
  margin-top: 7px
}
.search{
  width: 163px;
  font: normal 11px Arial;
  float: left;
  margin-top: 7px;
  margin-right: 27px;
}
div.content {min-height:570px;}
.content{
  background: url(../img/article_viz.jpg) 0% 100% no-repeat #f0f0f0;
  padding-top: 30px;
  padding-bottom: 23px
}
.content div.s1{
  margin-left: 182px;
  margin-right: 65px
}
h1{
  font-size: 18px;
  margin: 0
}
p{
  margin: 0;
  line-height: 17px
}
.ourWorkDiv div{
  background: url(../img/bg1.gif) 0% 0% repeat-x;
  margin-right: 50px
}
.ourWorkDiv ul{
  margin-left: 42px;
  padding: 0;
  margin-bottom: 20px;
  margin-right: 50px
}
.ourWorkDiv ul li{
  margin-bottom: 5px;
}
.ourWorkDiv ul b{
  color: #000000;
  font:bold 16px Arial;
}
.footer{
  height: 91px;
  background: url(../img/footer_bg.gif) repeat-x;
  clear: both;
}
.childDiv{
  background: url(../img/footer_viz.gif) 100% 0% no-repeat;
  height: 91px
}
.footerLeftCol{
  height: 91px;
  width: 36%;
  background: url(../img/bg2.gif) 100% 26px no-repeat;
  float: left;
  color: #494949
}
.footerLeftCol div{
  margin-top: 37px;
  margin-left: 70px;
  margin-right: 40px
}
.footerRightCol{
  height: 91px;
  width: 64%;
  color: #494949;
  margin-left: 36%;
}
.footerRightCol div{
  padding-top: 32px;
  margin-left: 54px
}
address{
  font-style: normal;
}
address span, address a{
  color: white;
}
.linkservice{
  clear: both;
  background: #aeaeae;
  padding: 0px 0px 15px 70px
}


