* {
margin: 0;
padding: 0;
}
img{
border: none;
}
ul{
list-style: none;
}
body{
font: 12px Arial;
color: #58595b;
}
.main{
background: url(../img/main-bg.png) repeat-x #f0f1f3;
}
.work{
background: url(../img/work-bg.png) repeat-x #f0f1f3;
}
#wrap{
width: 968px;
margin: 0 auto;
}
#header{
height: 132px;
overflow: hidden;
font-size: 11px;
}
#lang{
color: #005ba8;
font-weight: bold;
width: 125px;
margin-left:10px;
}
#header a{
color: #58595b;
font-weight: normal;
}
#lang a, #lang span{
margin-right: 23px;
}
#logo{
margin-top: 40px;
float: left;
width: 274px;
}
.header-center{
float: left;
margin-top: 62px;
}
#lang, #links, #search-box{
float: left;
}
#links a{
margin-right: 40px;
}
#search-box{
border: 1px solid #e4e5e6;
height: 17px;
width: 164px;
overflow: hidden;
}
.search{
border: none;
color: #555658;
float: left;
font-size: 12px;
height: 17px;
width: 141px;
padding-left: 5px;
}

.search-bt{
float: left;
background:url('/img/search-bt.gif') no-repeat;
border: 0px;
height: 17px;
width: 17px;
cursor: pointer;
}
#privat{
margin-top: 52px;
float: right;
color: #005ba8 !important;
background-color: #f0f1f3;
padding: 5px;
}
.work #slides{
position: relative;
width: 968px;
height: 50px;
}

#menu{
width: 100%;
border-bottom:2px solid #fff;
position: absolute;
bottom: 0;
left: 0;
z-index: 20;
background: url(../img/opa-w80.png) repeat-x;
/* border: 1px solid gray; */
}
.work #menu{
background: url(../img/work-menu-bg.png) repeat-x;
}
#menu > li{
float: left;
border-right:1px solid #fff;
height: 49px;
width: 160px;
/* border-left: 1px solid #bcbbbf; */
background: url(../img/menu-li-bg.png) top left no-repeat;
}

#menu .last_1 {border-right:1px solid #f0f1f3 !important;}

.work #menu > li{
background: url(../img/work-menu-libg.png) top left no-repeat;
}
#menu > li > a{
/* text-shadow: 1px 1px 0px #ccc; */
}
#menu li:first-child{
background: none;
}
#menu > li > a{
padding-top: 17px;
text-align: center;
display: block;
height: 33px;
width: 100%;
/* border: 1px solid gray; */
text-decoration: none;
text-transform: uppercase;
color: #2d2e2e;
font-weight: bold;
}
#menu > li:hover{
background: url(../img/menu-act-bg.jpg) center center no-repeat;
margin-bottom: -10px;
}
#menu li a{
}
#menu > li ul{
background: url(../img/cont-bg.png) center 0 no-repeat #fff;
display: none;
-webkit-box-shadow:  3px 3px 6px 0px #999;       
box-shadow:  3px 3px 6px 0px #999;
}
#menu > li ul li{
border-top: 1px solid #e4e5e6;
}
#menu > li ul li:first-child{
border: none;
}
#menu > li ul li a{
display: block;
padding: 10px 14px; 
text-decoration: none;
color: #58595b;
}
#menu > li ul li a:hover{
color: white;
background-color: #00539A;
}
#content-box{
background: url(../img/cont-bg.png) 0 0 no-repeat;
padding-top: 34px;
overflow: hidden;
}
#content-box-index{
padding-top: 34px;
overflow: hidden;
}
.work #content-box{
background-color: white;
}
.work #content-box-index{
background-color: white;
}
#left{
width: 260px;
float: left;
}
#center{
padding: 0 27px 0 30px;
width: 440px;
float: left;
}

.main #center{
width: 345px;
}
#right{
width: 189px;
float: right;
margin-right: 22px;
overflow: hidden;
}
.work #right{
padding-top: 69px;
}
.main #right{
width: 281px;
}
#footer-box{
background: url(../img/foot-bg.png) 0 17px no-repeat;
padding-top: 35px; 
}
.work #footer-box{
background-color: white;
}
#footer{
background-color: #005ba8;
height: 48px;
line-height: 48px;
color: #99c6ec;
padding: 0 15px;
vertical-align: middle;
font-size: 11px;
}
#footer img{vertical-align: middle;}
.f-left, .f-center{
float: left;
}
.f-left{
width: 390px;
}
.f-right{
float: right;
}
.f-center a{
margin-right: 45px;
color: #99c6ec;
}
.f-center a:hover{
color: white;
}

.f-center img{
}
.banner{
width: 257px;
height: 137px;
margin-bottom: 21px;
display: block;
font-size: 14px;
display: table-cell;
vertical-align: middle;
padding: 0px 20px 0px 95px;
text-decoration: none;
}
.banner.r{
width: 189px;
height: 141px;
margin-bottom: 33px;
display: block;
font-size: 14px;
display: table-cell;
vertical-align: middle;
padding: 0px 20px 0px 83px;
text-decoration: none;
}
/*
* html body .banner {
   width:100%;
}
*/
.banner p{
}
.banner.fly{
background: url(../img/banner-bg-fly.png) no-repeat;
}
.banner.book{
background: url(../img/banner-bg-book.png) no-repeat;
}
.banner.book-r{
background: url(../img/banner-r-book.png) no-repeat;
}
h1{
font-size: 18px;
text-transform: uppercase;
}
h2{
font-size: 18px;
text-transform: uppercase;
}
h4{
font-size: 12px;
}
.blue{color: #005ba9;}
.orange{color: #f58220;}
.gray {color: #58595b;}
.azure{color: #b0d6f7;}
.white{color: #ffffff;}

.label{
margin-top: 25px;
background-color: white;
padding: 20px 15px;
}
.label h4{
color: #f58220;
font-weight: bold;
margin: 10px 0;
}
#news{
margin-top: 25px;
}
.news-box{
margin-bottom: 15px;
}
.news-box .preview_picture{
float: left;
}
.news-body{
margin-left: 80px;
}
.news-head{
color: #005ba8;
font-weight: bold;
}
.news-date{
color: #f58220;
font-weight: bold;
padding-bottom: 8px;
}
.btn-orange{
display: block;
background-color: #f58220;
width: 140px;
padding: 5px 0px;
text-align: center;
color: white;
text-decoration: none;
}
.path{
font-size: 11px;
margin-bottom: 38px;
}
.path a{
color: #58595b;
text-decoration: none;
}
.path a:hover{
text-decoration: underline;
}
#left-menu{
width: 260px;
margin-bottom: 37px;
}
#left-menu a{
color: #58595b;
text-decoration: none;
}
#left-menu li a:hover{
color: #005ba8;
background: url(../img/mbg3.gif) 18px 11px no-repeat;
}
#left-menu li a{
display: block;
padding: 12px 12px 12px 52px;
background: url(../img/mbg2.gif) 18px 11px no-repeat;
border-bottom: 1px solid #e4e5e6;
}
#left-menu li{
}
#left-menu a.act{
color: 	#f58220;
background-image: url(../img/mbg1.gif);
}
#left-menu li ul{
display: none;
}
#left-menu li ul li a{
background-position: 52px 11px;
padding-left: 88px;
}
#left-menu li ul li a:hover{
color: #005ba8;
background: url(../img/mbg3.gif) 52px 11px no-repeat;
}
.top{
margin-bottom: 24px;
}
#center p{
margin-bottom: 10px;
}
.right-item img{
margin-bottom: 33px;
}
.right-top{
margin-bottom: 13px;
}

/**/
#center_work {width:656px; float:left;margin-left:20px;}
.st_table {background:#f0f1f3; width:656px; padding:14px 20px 14px 17px;  margin:0px 0px 25px 0px;}
.st_table td {padding:5px;vertical-align:top;}
.st_table th { text-align:left; padding:2px;}
.st_table2 {background:#f0f1f3; width:400px; padding:14px 20px 14px 17px;  margin:0px 0px 25px 0px;}
.st_table2 td {padding:5px;}
.st_table2 th { text-align:left; padding:2px;}
.st_table3 {background:#f0f1f3; width:656px; padding:14px 20px 14px 17px;  margin:0px 0px 25px 0px;}
.st_table3 td {padding:5px;vertical-align:center;}
.st_table3 th { text-align:left; padding:2px;}


.first td:first-child {padding-left:20px;}
.first th:first-child {padding-left:18px;}
.notbg {background:none;padding:0px;margin:0px;}
.notbg td {padding:0px;}
.none  {padding:2px 20px 2px 17px;}
.zb {padding:0px;}
.zb input[type="checkbox"] {margin-left:30px;}
.zb tr.odd {background:#f9f9f9;}
.width {width:296px; background:#f0f1f3; float:right; padding:5px;}
.work li a {font-weight: normal !IMPORTANT;}
.checkbox {float:left;}
.norm {font-weight:normal;}
h3 {color:#005ba9; font-size:1.3em; margin:0px 0px 15px 0px;}
input[type="submit"] {border:none; cursor:pointer; color:#fff; background:#f58220; padding:2px 40px 2px 40px; font-size:0.9em;}
.green_fon {background:#f0f1f3; padding:14px 20px 14px 17px; margin:0px 0px 25px 0px;}
.error {color:red;}
.red {color:red;}

.work2{background:#f0f1f3;}


#content-box-none{
background:#fff;
padding-top: 34px;
overflow: hidden;
}

.top_print {padding-top:79px; height:72px; background:#fff;}
.top_print .text {width:400px; height:55px; float:left; margin-left:129px;}
.top_print .textpr {width:200px; height:55px; float:left; margin-left:129px;} 
.top_print .logo {float:right; margin-right:130px;}
.fff {color:#fff;}
.footer_print {width:708px; margin-left:115px; overflow:hidden; color:#fff; line-height: 20px; padding:15px 0px; }
.footer_print .left {float:left;}
.page {float:right; }
._mg {margin-left:40px;}
.print {width:708px !important;}
.print2 {width:672px;}
.form_inp {margin-bottom: 10px;}
.form_inp2 {padding-bottom: 10px;}
label {margin:0px 0px 0px 5px;}
label.parent {font-weight:bold;}
#index_table {
width: 423px;
height: 192px;
background: url(/img/index_bg.jpg);
}
.index_td {
  text-align:center;
}
.parent {color: #005BA9;}
.child {margin-left: 30px;}
.none2  {padding:2px 2px 2px 2px; vertical-align:center;}
.notify_div {margin-left: 20px;}
.staff {background: #f58220;color:white;}
.incharge {text-align: right;margin-top: 60px;}
.manager {font-size: 0.95em;}