html {
	background-color: #060d1b;	
}
body {
	margin: 0;
	padding: 0;
	background: url(../img/back.gif) repeat-x;
	background-color: #060d1b;
	font-family: verdana, arial, "sans serif";
	color: #537ab5;
	font-size: 12px;
	font-weight: normal;
}
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
img {
	border: 0;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}
a:hover {
	color: #537ab5;
}

/*******************HEADER*******************/
#header {
	height: 420px;
}
#header-top {
	height: 153px;
	display:block;
	background: url(../img/back-top.jpg) no-repeat;
}
#header-top h2 {
	padding-top: 5px;
	color: #4e535a;
	font-size: 20px;
	font-style: italic;
	height: 50px;
}
#header-banner {
	height: 256px;
}
#logo-top {
	display:block;
	float:left;
}

.clear {
	clear:both;
}
.right {
	text-align: right;
}
.center-bloc {
	margin-left: auto; 
	margin-right: auto; 
	width: 950px;
}

/*******************MENU-TOP*******************/
#menu-top ul {margin:0 auto; padding:0; list-style:none; display:table; white-space:nowrap; list-style:none; height:27px; position:relative; background:#fff; font-size:12px; font-weight: bold; text-transform: uppercase;}
#menu-top li {display:table-cell; margin:0; padding:0;}
#menu-top li a {display:block; float:left; height:27px; line-height:27px; color:#365a96; text-decoration:none; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 12px; cursor:pointer;}
#menu-top li a b {float:left; display:block; padding:0 12px 5px 0px; }
#menu-top li.current a {color:#fff; background:url(../img/menu-left.gif) no-repeat;}
#menu-top li.current a b {background:url(../img/menu-right.gif) no-repeat right top;}
#menu-top li a:hover {color:#fff; background: url(../img/menu-left.gif) no-repeat;}
#menu-top li a:hover b {background:url(../img/menu-right.gif) no-repeat right top;}
#menu-top ul {display:inline-block;}
#menu-top ul {display:inline;}
#menu-top ul li {float:left; margin-right: 10px;}
#menu-top {text-align:center;float:right; margin-top: 60px;}


/*******************CONTENT*******************/
#content {
	background-color: #142a51;
	padding: 10px;
}
.bloc-content,.bloc-menu {
	background: url(../img/back-center.gif) no-repeat;
	width: 289px;
	padding: 10px;
	margin: 5px;
	display: block;
	float: left;
}
.bloc-content h2 {
	padding: 12px 0 8px 10px;
}

.bloc-content p {
	padding-left: 10px;
}


.bloc-menu h2 {
	padding: 12px 10px 8px 0;
	text-align: right;
}
.bloc-menu {
	background: url(../img/back-menu.gif) no-repeat;
	width: 259px;
	text-align: right;
}
#buttons {
	width: 230px;
	margin:0;
	padding: 10px 0 0 5px;
}
#buttons ul {
	list-style: none;
	margin:0;
	padding:0;
	border: none;
}

#buttons li {
	list-style: none;
    margin: 0 0 5px 0;
   }

#buttons li a {
    display: block;
    padding: 5px;
    border-right: 10px solid #152c56;
    color: #264882;
    text-decoration: none;
    width:100%;
	font-weight: normal;
}
#buttons li a:hover {
    border-right: 10px solid #16305c;
    background-color: #152c56;
    color: #fff;
   }

/*******************FOOTER*******************/
#footer{
	background: url(../img/footer-back.gif) repeat-x;
	padding: 15px 0 20px 0;
}
.footer-bloc {
	float:left;
	display:block;
	margin: 5px;
	color: #142a51;
	font-size: 11px;
}
.footer-bloc a {
	color: #264882;
}
.footer-logo {
	width: 150px;
}
.footer-info {
	width: 400px;
}
.footer-copy {
	width: 350px;
}


/*******************CONTACT*******************/
#contact {
	padding: 0;
	margin: 0;
}
#contact label {
	padding-top: 10px;
	width: 150px;
	font-size: 14px;
	display: block;
	float: left;
}
#contact input, textarea {
	width: 400px;
	background-color: #264882;
	border: 2px solid #264882;
	color: #537ab5;
	padding: 3px;
	font-size: 18px;
	margin-top: 5px;
}
#contact textarea {
	height: 80px;
}

#contact .button, .button:hover {
	color:#537ab5;
	background: url(../img/button.gif) no-repeat left top;
	margin:0 auto; padding:0;
	margin-top: 5px;
	margin-left: 150px;
	height: 27px;
	width: 220px;
	border: 0;
	cursor: pointer;
}
#contact .button:hover {
	color:#fff; background: url(../img/button_on.gif) no-repeat left top;
}
#contact .errors input, #contact .errors textarea {
	border: 2px solid #6699FF;
}
