/* Reset styles */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}

textarea {
width: 320px
}


/* Headings */

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px;
	font-weight: normal;
}

h1 {
	margin: 16px 0px 11px 28px;
	font: normal 25px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #3e3030;
	text-transform: uppercase;
}

.h2 {
	margin: 25px 0 16px 0;
	height: 44px;
	overflow: hidden;
}

h2 {
	margin: 18px 0 0 0;
	font: normal 24px Arial, Helvetica, sans-serif;
	color: #3e3030;
}

.h_anketa {
	background: url('/i/ico_hand.gif') no-repeat;
	padding: 0 0 0 55px;
}

.h_news {
	background: url('/i/ico_news.gif') no-repeat;
	padding: 0 0 0 53px;
}

h3 {	
	margin: 24px 0px 4px 63px;
	font: normal 14px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #3e3030;
}

h4 {
	margin: 0 0px 6px 13px;
	font: bold 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: transparent;
	color: #85080e;
}

h5 {
	font-weight: bold;
	font-size: 1em;
	color: #000;
	background-color: transparent;
}

h6 {
	font-weight: bold;
	font-size: 1em;
	color: #999;
	background-color: transparent;
}

/* Links */

a:link, a:visited, a:active {
	color: #1f86ba;
	text-decoration: underline;
}

a:hover {
	color: #1f86ba;
	text-decoration: none;
}

/* Paragraphs */
 
p {
	margin: 5px 0px 12px;
	line-height: 1.2em;
}

p.marked {
	font-size: 14px;
	color: #586168;
	padding: 0 0 0 28px;
	margin: 20px 0 18px 34px;
	border-left: 1px solid #d5e9ed;
}

/* Lists */

ol {
	margin: 16px 0px 14px 22px;
	padding: 0px;
}

ol ol {
	list-style-type: upper-alpha;
	margin: 4px 0px 4px 25px;
	padding: 0px;
}

ol li {
	padding: 0px;
	margin: 3px 0;
	list-style: decimal;
	font: bold 15px Tahoma;
	color: #515151;
}

ol li span {
	font: normal 12px Tahoma;
}

ul {
	margin: 10px 0px 22px 37px;
	list-style-type: none;
}

ul * ul {
	margin: 4px 0px 4px 25px;
}

ul li {
	margin: 5px 0;
	padding: 0px;
	list-style: disc;
}

* html ul li {
	height: 1%;
}

dl{
	margin: 10px 0;
}

dl dt {
	margin: 2px 0;
}

dl dd {
	margin: 2px 0 2px 30px;
}


/* Tables */

table {
	border: none;
	border-collapse: collapse;
	margin: 0;
}

.bottom_line {
	background: #c0c5ca;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	width: 100%;
	margin: -1px 0 10px 0;
}

table tr td {
	border-collapse: collapse;
	padding: 11px 0;
	background: #d6ebef;
	border: 1px solid #bec9d0;
	border-bottom: 1px solid #FFF;
	border-top: none;
}

table tr.heading td {
	background: #c8d0d7;
	text-align: center;
	padding: 3px 0;
	border: 1px solid #adb7c0;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
}

table tr.color td {
	background: #eaf5f7;
}

table th, table thead td {
	padding: 10px 0;
	color: #363d42;
	background: #a7b1bb;
	font-weight: bold;
	margin: 0 0 5px 0;
	border: 1px solid #9da7b2;
	border-bottom: none;
	text-align: center;
font-size: 12px;
}

table th h4 {
	color: #000;
	margin: 0px;
	font-weight: bold;
}

table.add td {background-color: white; border-width: 0px; padding: 1px; margin: 1px; font-size: 12px;}


hr {
	background: #ccc;
	border: 0px;
	color: #ccc;
	height: 1px;
	margin: 15px 0px;
	padding: 0px;
}

* html hr {
	margin: 8px 0px;
	padding: 0px;
}

/* Forms */

.form{
	margin: 0;
	width: 100%;
	padding: 0;
}

.form .line {
	clear: both;
	padding: 0 0 6px 0;
	width: 100%;
	margin: 2px 0;
}

.form .line.marked {
	background: #D98C00;
	padding: 10px 0 10px;
	color: #fff;
}

.form .line.marked label {
	margin-left: 10px;
}

.form.descr .line {
	border-bottom: 1px solid #ccc;
	padding: 5px 0 6px 0;
}

.form .line:before {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
.form .line:after {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
* html .form .line {height: 1%;}

.form .label {
	float: left;
	width: 25%;
	display: block;
	margin-right: 10px;
	display: inline;
	font-size: 93%;
}

.form .formw {
	width: 70%;
	display: block;
	float: left;
}

form.descr .formw {
	width: 460px;
	text-align: justify;
}

.text {
	width: 99%;
	background: #fff;
	border: 1px solid #ccd4db;
	border-top: 1px solid #aab8c2;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

.form .rad {
	vertical-align: middle;
	margin: 0 4px 0 0;
}

.btn {
	font: bold 12px Arial, Helvetica, sans-serif;
	cursor: pointer;
	cursor: hand;
	vertical-align: top;
	border: 0px solid transparent;
	color: #e6f2f3;
	background: #626d79;
	padding: 0 17px;
   width: 1;
   overflow: visible;
}

/* Clearfix */

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clearfix {
    display:inline-block;
}

.clearfix {
    display:block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}

/* Layout */

body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #363d42;
	text-align: center;
}

.all {
	width: 1004px;
	margin: 0 auto;
	text-align: left;
	background: url('/i/header_bg.jpg') no-repeat center 70px;
}

.frame {
	margin: 0 0 0 54px;
}

.header {
	height: 303px;
	position: relative;
}

.logo {
	position: absolute;
	top: 30px;
}

.entrance {
	background: url('/i/entrance_label.gif') no-repeat 1px 0;
	position: absolute;
	top: 124px;
	left: 549px;
	width: 360px;
}

.entrance form {
	margin: 38px 0 0 0;
}

.entrance form .line {
	margin: 2px 0 2px 0;
}

.entrance form .text {
	width: 262px;
	height: 18px;
	margin: 0 18px 0 0;
	padding: 2px 0;
}

.entrance form .btn {
	height: 23px;
	line-height: 23px;
	margin: 1px 0 0 0;
}

.entrance label {
	font-weight: bold;
	color: #a4444a;
}

.entrance a {
	font-size: 11px;
}

.menu {
	position: absolute;
	top: 250px;
	left: 0px;
}

.menu ul {
	margin: 16px 0 0 0;
	overflow: hidden;
}

.menu li {
	list-style: none;
	margin: 0 0 0 -1px;
	float: left;
	padding: 0 34px 0 34px;
	font-weight: bold;
	color: #FFF;
	background: url('/i/menu_sep.gif') no-repeat 0 100%;
	height: 34px;
}

.menu li a:link, .menu li a:visited {
	color: #FFF;
}

.col_left {
	float: left;
	width: 270px;
}

.col_right {
	float: left;
	margin: 0 0 0 47px;
	width: 584px;
	display: inline;
}

.anketa p {
	margin: 0 0 18px 55px;
}

.anketa p.fill_link {
	margin: 0 0 0 50px;
}

p.fill_link a:link, p.fill_link a:visited {
	font-weight: bold;
	background: url('/i/ico_fill.gif') no-repeat;
	padding: 0 0 0 20px;
}

.anketa {
	margin: 0 0 32px 0;
}

.date {
	float: left;
	width: 52px;
	color: #a4444a;
	font-size: 11px;
}

.date span {
	font-size: 24px;
	display: block;
	line-height: 20px;
	margin: 2px 0 0 0;
}

.new_text {
	float: left;
	width: 215px;
}

.new_text a:link, .new_text a:visited {
	font-weight: bold;
	line-height: 1.1em;
}

.new {
	margin: 0 0 17px 3px;
}

a.archive_link:link, a.archive_link:visited {
	font-weight: bold;
	background: url('/i/ico_archive.gif') no-repeat 0 1px;
	padding: 0 0 0 17px;
	margin: 1px 0 0 4px;
}

.news {
	margin: 0 0 48px 0;
}

.partners {
	background: url('/i/partners_label.gif') no-repeat;
	padding: 18px 0 0 0;
	margin: 0 0 0 3px;
}

.footer {
	width: 100%;
	height: 144px;
	background: #d7eaee;
	margin: 55px 0 0 0;
	color: #98a6ae;
	font-size: 11px;
}

.footer .frame {
	border-top: 3px solid #a4444a;
	position: relative;
}

.copyright {
	position: absolute;
	top: 50px;
	left: 0;
}

.address {
	position: absolute;
	top: 50px;
	left: 318px;
}