@charset "utf-8";
body{
   width:100%;
   margin:0px;
   padding:0px;
   background:url(../images/main_bg.jpg) repeat-x #515151 ;
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   
  }
#main_contr{
  width:961px;
  margin-left:auto;
  margin-right:auto;
 }
.header{
   width:100%;
   margin-top:20px;
 }
 .logo{
   width:150px;
   float:left;
  }
.header_mid{
   width:599px;
 }
.header_right{
  width:159px;}     

#navg{
     width:100%;
	 background:url(../images/navg_bg.jpg) repeat-x;
	 border:1px solid #FFFFFF;
	 height:32px;
	 margin-top:20px;
	 text-align:center;
	 padding-top:15px;
	 }  
.navg_link{color:#000000; text-decoration:none; }

/*banner css*/
.banner_left{
   width:533px;
   } 
.banner_right{
   width:428px;
   }   
.blue_top{
   background:url(../images/blue_top.jpg) no-repeat;
   width:428px;
   height:14px;
  }
.blue_middle{
   width:428px;
   background-color:#097c9a;
   height:200px;
  }
  .blue_bottom{
   background:url(../images/blue_bottom.jpg) no-repeat;
   width:428px;
   height:11px;
   }
/*content css*/

.content_contr{
   width:920px;
   background-color:#FFFFFF;
   padding:20px;
   border:1px solid #1a1a1a;
 }
#left_part{
   width:576px;
  }
#right_part{
   width:295px;
 }
.grey_bg{
  background-color:#f2f2f2;
  border:1px solid #b8b7b7;
 }
 .left_img{
    width:128px;
	}
.right_text{
   width:141px;
   }
 /*footer css*/ 
 .footer{height:88px;}
 .footer_left{ width:120px;}
 .footer_right{width:795px;} 
 .footer_link{ color:#FFFFFF; text-decoration:none; padding-left:1px;}
   
.clear{clear:both;}

/*other css*/
.fLeft{float:left;}
.fRight{float:right;}
.tAlign{text-align:center;}
.pLeft25{padding-left:20px;}
.mTop15{margin-top:15px;}
.pTop31{padding-top:31px;}
.lHeight20{line-height:25px;}
.mTop4{margin-top:4px;}
.mLeft4{margin-left:4px;}
.mRight4{margin-right:4px;}
.mBottom4{margin-bottom:4px;}
.mTop26{margin-top:26px;}
.tAlignr{text-align:right;}


.white32{ font-size:28px; color:#FFFFFF;}
.white28{font-size:24px; color:#FFFFFF;}
.white42{font-size:42px; color:#FFFFFF;}
.blu_txt{ font-size:22px; color:#00a1c8;}
.grey18{font-size:18px; color:#525252;}
.grey22{font-size:22px; color:#525252;}
.blue18{font-size:18px; color:#009fc5;}



#footer{ width: 960px; margin: 10px 0px 20px; }

#footer .right{ width: 750px; float: right; text-align: right; color: #fff; font-size: 11px; }
#footer .right ul{ padding: 0px; margin: 0px; }
#footer .right li{ display:inline; margin-right: 8px; list-style-type: none;}
#footer .right li.end{ margin-right: 0px;}
#footer .right a{ color: #FFFFFF; text-decoration: none; }
#footer .right a:hover{ color: #FFFFFF; text-decoration: underline; }
#footer .right p{ padding: 5px 0px; margin: 0px; }
