@font-face {
	font-family: 'PPFDINDISPLAYPRO-REG';
    src: url('font/PFDINDISPLAYPRO-REG.eot');
    src: local('PFDINDISPLAYPRO-REG'),
         url('font/PFDINDISPLAYPRO-REG.eot?#iefix') format('embedded-opentype'),
         url('font/PFDINDISPLAYPRO-REG.woff') format('woff'),
         url('font/PFDINDISPLAYPRO-REG.ttf') format('truetype'),
         url('font/PFDINDISPLAYPRO-REG.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
	margin:0;
	padding:0;
	font-family: 'tahoma';
}
h1,h2,h3 {
	color:#02608b;
	text-transform:uppercase;
}
body{
	background: url(images/bg_ver_2.png) top center;
}
.wrapper {
	width:960px;
	margin:auto;
}
.clear {
	clear:both;
}
#header_bg{
	height:50px;
	width: 45px;
	background:#23628c;
	margin:30px 0px 0 0px;
	float:left;
}
#logo {
	background: url(images/logo.png) no-repeat;
	float:left;
	width:285px;
	height:105px;
	margin:-32px 15px 0 0px;
}
#menu{
	position:absolute;
	top:50px;
	left:0px;
	z-index:10;
}
#menu ul {
	
}
#menu li {
	list-style:none;
	display:inline;
	padding: 16px 0px;
	/*outline:1px solid;*/
/*background: rgb(35,109,152);
background: -moz-radial-gradient(center, ellipse cover,  rgba(35,109,152,1) 0%, rgba(21,102,145,1) 44%, rgba(8,84,128,1) 100%); 
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(35,109,152,1)), color-stop(44%,rgba(21,102,145,1)), color-stop(100%,rgba(8,84,128,1))); 
background: -webkit-radial-gradient(center, ellipse cover,  rgba(35,109,152,1) 0%,rgba(21,102,145,1) 44%,rgba(8,84,128,1) 100%); 
background: -o-radial-gradient(center, ellipse cover,  rgba(35,109,152,1) 0%,rgba(21,102,145,1) 44%,rgba(8,84,128,1) 100%); 
background: -ms-radial-gradient(center, ellipse cover,  rgba(35,109,152,1) 0%,rgba(21,102,145,1) 44%,rgba(8,84,128,1) 100%); 
background: radial-gradient(ellipse at center,  rgba(35,109,152,1) 0%,rgba(21,102,145,1) 44%,rgba(8,84,128,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#236d98', endColorstr='#085480',GradientType=1 ); */
color:#fff;
//border-right: 1px solid #00314a;
//border-left: 1px solid #2574a2;
margin-left:-5px;
text-transform:uppercase;
float:left;
}
#menu  a{
	text-decoration:none;
	color:#666;}
#banner {
	margin:30px 0 0 0;
	border:1px solid #fff;
}
#shadow{
	background: url(images/shadow.png) top center no-repeat;
	width:939px;
	height:39px;
}
.line_h1{
	background-color:#02608b;
	background-repeat:no-repeat;
	width:120px;
	height:3px;
}
#copyright{
	float:left;
	margin-bottom:20px;
}
#site_develope{
	float:right;
	margin-bottom:20px;
}
#search{
   -moz-box-shadow: inset 0 3px 8px rgba(0,0,0,.4);
   -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,.4);
   box-shadow: inset 0 3px 8px rgba(0,0,0,.24);
}
.btn {
display: block;
color: #fff;
font-size: 16px;
background: #005694;
cursor: pointer;
text-align: center;
text-transform: uppercase;
box-shadow: 0 1px 0 #002a48 inset, 0 5px 0 0 #002a48, 0 5px 5px #999999;
margin: 0;
padding: 7px 20px;
}
.btn:active{
box-shadow: 0 2px 0 0 #002a48, 0 5px 5px #999999;
padding: 8px 21px;
}
/*#search_form input{
    color:transparent;
}*/