@import url("reset.css");

html{
  width: 100%;
  height: 100%;
}

body{
  width: 100%;
  margin: 0 auto;
  font-family: Arial;
  color: #333;
  font-size: 13px;
}
h1{
  font-size: 20px;
  color: #15a8e5;
  font-weight: normal;
  margin: 10px 0 20px 0;
}
h1 a{
  color: #ff6600;
}
h2{
  font-size: 13px;
  font-weight: bold;
  color: #333;
}
p{
  padding: 0 0 13px 0;
}
a {
  color: #549c0d;
  text-decoration: underline;
}
a:hover{
  text-decoration: none;
}
#minWidth{
  min-width: 1000px;
  width: 100%;
  margin: 0 auto;
  background: url(../img/bgr2.jpg) no-repeat center 80px;
}

#center{
  width: 1000px;
  margin: 0 auto;
  padding: 0px;
}
.h{
  width: 100%;
  text-align: center;
}
.h td{
  width: 30%;
}
.padding{
  width: 100%;
  height: 20px;
  display: block;
}
.item{
  width: 285px;
  height: 70px;
  border-bottom: 1px solid #e0e0e0;
  margin: 8px 0;
}
.item a{
  line-height: 25px;
  font-size: 11px;
}
.item td{
  vertical-align: middle;
}
.item .img{
  width: 70px;
}
.item .text{
  width: 215px;
}
#l1{
  float: left;
  text-align: right;
  margin-left: 100px;
}
#l1 img{
  float: right;
}
#r1{
  float: right;
  text-align: left;
  margin-right: 100px;
}
#r1 img{
  float: left;
}
#l2{
  float: left;
  text-align: right;
  margin-left: 40px;
}
#l2 img{
  float: right;
}
#r2{
  float: right;
  text-align: left;
  margin-right: 40px;
}
#r2 img{
  float: left;
}
#l3{
  float: left;
  text-align: right;
  margin-left: 0px;
}
#l3 img{
  float: right;
}
#r3{
  float: right;
  text-align: left;
  margin-right: 0px;
}
#r3 img{
  float: left;
}
#clients{
  width: 865px;
  margin: 0 auto;
}
.block{
  width: 865px;
  margin: 0 auto;   
}
.content{
  width: 440px;
  float: left;
}
.news{
  width: 400px;
  height: 250px;
  float: right;
}
.news .new{
  padding: 0 0 20px 0;
}
.news .new p{
  padding: 0;
}
.news .new .date{
  height: 20px;
  font-size: 11px;
  color: #fff;
  padding: 0 0 4px 0;
}
.news .new .date span{
  line-height: 20px;
  text-align: center;
  width: 70px;
  display: block;
  background: url(../img/date_bg.gif) top left;
}
.content .cont_t{
  background: #fafafa;
  border-top: 1px solid #e5e5e5;
}
.content .cont_l{
  background: #fafafa;
  border-left: 1px solid #e5e5e5;
}
.content .cont_r{
  background: #fafafa;
  border-right: 1px solid #e5e5e5;
}
.content .cont_b{
  background: #fafafa;
  border-bottom: 1px solid #e5e5e5;
}
.content .cont_c{
  background: #fafafa;
  width: 620px;
  text-align: justify;
}
#footer{
  width: 870px;
  border-top: 1px solid #e5c100;
  margin: 0 auto;
}
#footer_in{
  width: 840px;
  margin: 15px 15px 30px;
  vertical-align: top;
}
#footer_in td{
  vertical-align: top;
}
.contacts{
  font-size: 11px;
  width: 60%;
}
.tel{
  font-size: 24px;
  color: #fe5b00;
  width: 20%;
}
.tel sup{
  font-size: 11px;
  color: #333;
}
#bottom{
  position: absolute;
  
}

