html, body, form
{
	margin: 0;
	padding: 0;
}

html
{
	height:100%;
	width:100%;
}

body
{
	height:100%;
	min-height:100%;
	width:100%;
	min-width:908px;
	background-color:#deddde;
	margin: 0;
	padding: 0;
}

body, td, textarea, select, input, div {
    font-family:  Tahoma, Verdana ; 
	font-size:11px;
	font-weight:400;
	color:#000; 
}
.outer {
  background-color:transparent;
  margin:0 auto;
  min-width:908px
}

/* стили для IE6 */
* html .outer {padding-left:927px}
* html .minwidth {height:0} /* holy hack для IE, что бы включить свойство hasLayout */
* html .container {margin-left:-927px;position:relative; height:0}
.header {
	margin:0px auto;
	height:120px;
	background: #005596  url('images/head_bg.jpg') top repeat-x;
	text-align:center;
	vertical-align:bottom;
	width:908px;
	_width:927px;
}

img {
	border:none;
}
a{
	cursor:hand;
	cursor:pointer;
}
a:link{
	text-decoration:underline;
	color:#005596;
}
a:visited{
	text-decoration:underline;
	color:#909090;
}
a:hover{
	text-decoration:underline;
	color:#008ae5;
}
.brd {
	border-bottom:1px solid #cccccc;
	float:left;
	width:98%;
	margin:0px;
	padding:0px;
}
.brd td {
	padding:8px 0;
	text-align:justify;
	line-height:160%;
}
p.brd  {padding:8px 0;}
.brd img {
	float:left;
	margin-right:64px;
}
.field{
	width:100%;
	float:left;
	margin:3px 0;
}
.input_div {
	float:left;
	text-align:right;
	height:22px;
}
input, select, textarea{
	width:180px;
	_width:160px;
}
.field input, textarea{
	float:left;
}
.label{
	width:43%;
	float:left;
	height:22px;
	padding:0px 5px 0px 0px;
}
div.select{
	width:51px;
	height:21px;
	border:none;
	background:url('images/input.jpg') no-repeat;
	text-align:center;
	padding-top:2px;
	padding-bottom:2px;
}
.page {
	margin:0px auto;
	width:908px;
	_width:927px;
	background:#fff;
	padding:0px;
	display:block;
}
/*BUTTONS*/
.but_l {
	padding-left:10px;
	height:22px;
	background:url('images/but_l.jpg') left no-repeat;
	width:auto;
	float:left;
}
.but_r {
	padding-right:10px;
	height:22px;
	background:url('images/but_r.jpg') right no-repeat;
	width:auto;
	float:left;
}

input.button{
	text-align:center;
	background:#e1e1e1 url('images/input_bg.jpg')  repeat-x;
	height:22px;
	color:#000;
	font-family: Arial, Tahoma, Verdana ; 
	font-size:12px;
	font-weight:normal;
	padding:0 0 2px 0 ; 
	cursor:pointer;
	float:left;
	border:none;
	width:auto;

}


/*MENU styles begin*/
div.menu_div{
	height:28px;
	vertical-align:center;
	text-align:center;
	padding:0px;
}

#multilevel-menu{
	height:28px;
	vertical-align:center;
	border-top:1px solid #898989;
	border-bottom:1px solid #898989;
	list-style:none;
	margin:0px;
	width:867px;
	_width:927px;
	_padding: 0px 45px;
}
#multilevel-menu li a{
	height:26px;
	_height:28px;
	float:left;
}
#multilevel-menu li a img{
	margin:7px 27px;
	float:left;

}
#multilevel-menu li a.menu_brd{
	background:url('images/menu_brd.jpg') right center no-repeat;
}
#multilevel-menu li {
	float:left;
	text-align:center;
	height:28px;
}

/*Sub-menu box*/
#multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;

	height:auto;
	/*width:12em;*/
	width:171px;
	background:#c3ddf6;
	border:1px solid #fff;
	list-style:none;
	margin:0px;
	padding:0px;
}

/*Sub-menu item box*/
#multilevel-menu li li 
{
	width:100%;
	border-bottom:1px solid #fff;
	padding:0px;
	text-align:left;
	display:block;
	clear:both;
	height:auto;
	width:171px;
	margin:0px;
}

/*Item link*/
#multilevel-menu li ul a
{
	text-align:left;
	margin:0px;
	padding:4px 5px;
	clear:both;
	width:165px;
	_width:171px;
	display:block;
	height:auto;
	text-decoration:none;
}

/*Items text color & size */
#multilevel-menu li:hover li,
#multilevel-menu li.jshover li,
#multilevel-menu li:hover li a,
#multilevel-menu li.jshover li a

{
	color:#002b55;
	font-weight:bold;
	font-family: Verdana, Tahoma, Arial;
	font-size:11px;
}


/*Items text color & size: hover*/
#multilevel-menu li:hover li:hover a,
#multilevel-menu li.jshover li.jshover a

{
	color:#909090;
}

/*Items text color & size: hover*/
#multilevel-menu li:hover li:hover ,
#multilevel-menu li.jshover li.jshover

{
	background-color:#e0f1ff;
}
#multilevel-menu li:hover ul ul,
#multilevel-menu li.jshover ul ul
{
	/*top:-999em;*/
	display:none;
}

#multilevel-menu li:hover ul,
#multilevel-menu li.jshover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}

div.menu-clear-left
{
	clear:left;
}

/*MENU styles end*/

.header_pics{
	height:126px;
	border-bottom:1px solid #898989;
	width:908px;
	_width:927px;
	margin-top:1px;
	text-align:center;
}

.header_pics img{
	display:block;
	float:left;
}
.content{
	width:545px;
	_width:625px;
	float:left;
	margin-top:25px;
	border-right:1px solid #b2b2b2;
	text-align:left;
	padding-left:60px;
	padding-right:20px;
}

.content p{
	text-align:justify;
	margin-bottom:17px;
	margin-top:3px;
	line-height:160%;
}
.right-block{
	float:left;
	width:225px;
	_width:302px;
	margin-top:25px;
	padding-left:20px;
	padding-right:35px;
}

h1{
	color:#005596;
	font-family:DINMittelschrift, DIN MittelSchrift, Myriad Pro, Tahoma, Arial;
	font-size:17px;
	margin:0px;
	margin-bottom:10px;
	padding:0px;
	font-weight:600;
}
h2{
	color:#005596;
	font-family:Myriad Pro, Tahoma, Arial;
	font-size:22px;
	margin:0px;
	margin-bottom:23px;
	padding:0px;
	font-weight:600;
	font-variant:small-caps;
}
h3{
	color:#015697;
	font-family:DINMittelschrift, DIN MittelSchrift, Myriad Pro, Tahoma, Arial,;
	font-size:11px;
	margin:0px;
	margin-bottom:0px;
	padding:0px;
	font-weight:600;
}

.bottom_brd{
	padding:20px 0;
	border-bottom:1px solid #b2b2b2;
	float:left;
	width:206px;
	text-align:left;
}
.bottom_brd p{
	text-align:left;
	line-height:140%;
}
.bottom_brd p.news a{
	text-decoration:underline;
	color:#000;
}
.bottom_brd p.news a:visited{
	text-decoration:underline;
	color:#002b55;
}
.bottom_brd p.news a:hover{
	text-decoration:none;
	color:#005596;
}

/*FOOTER*/
.footer{
	width:908px;
	_width:927px;
}
.footer p{
	text-align:center;
	font-family:Verdana, Arial, Tahoma;
	color:#7c7c7c;
	font-size:10px;
	padding:15px 50px;
}
.footer1{
	background:#002d56;
	text-align:center;
	width:906px;
	_width:927px;
	border:1px solid #002d56;
	margin:0px auto;
}

.footer1 p{
	text-align:center;
	padding:10px;
	color:#fff;
	font-size:10px;
	font-family:Verdana, Arial, Tahoma;
	margin:0px auto;
	margin-bottom:10px;
}
.footer1 a:link, .footer1 a:visited{
	text-decoration:none;
	color:#fff;
	font-family: Arial,Verdana, Tahoma;
	font-weight:bold;
	font-size:12px;
	padding: 5px 25px;
}
.footer1 a:hover{
	text-decoration:underline;
	color:#fff;
	font-family: Arial,Verdana, Tahoma;
	font-weight:bold;
	font-size:12px;
	padding: 5px 25px;
}

.footer1 p a.small:link, .footer1 a.small:visited{
	text-decoration:none;
	color:#fff;
	font-family: Verdana, Arial, Tahoma;
	font-weight:normal;
	font-size:10px;
	padding:0px;
}
.footer1 a.small:hover{
	text-decoration:underline;
	color:#fff;
	font-family: Verdana, Arial, Tahoma;
	font-weight:normal;
	font-size:10px;
	padding:0px;
}

.msg{
	color:green;
	padding:5px 0;
}

.err{
	color:red;
	padding:5px 0;
}
