html, body, form
{
	margin: 0;
	padding: 0;
}

html
{
	height:100%;
}

body
{
	height:auto !important;
	height:100%;
	min-height:100%;
	min-width:820px;
}

/*Font*/
body
{
	font-size: 11px;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	color: #707070;
	background-color: #1b5295;
}

/*Font in table*/
table
{
	font-size:100%;
}

/*Links*/
a:link {color: #707070;text-decoration: none;}
a:visited{color:#707070;text-decoration: none;}
a:active {color: #1776b0;text-decoration: none;}
a:hover{color:#1776b0;text-decoration: underline;}


small
{
	font-size:85%;
}

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #d1d0d0;
	background-color: #d1d0d0;
	margin:8px 0
}

#header_container
{
	width: 100%;
	background: #ffffff url(images/blue_dot.gif) bottom left repeat-x;
}
#blue_line {
	border-bottom: 2px solid #164277;
}

#header
{
	position:relative; /*containing block*/
	height:66px;
	width:830px;
	left:50%;
	margin-left:-415px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background-color: #ffffff;
	border-bottom: 2px solid #164277;
}

#header_logo
{
	position:absolute;
	top: 12px;
	left: 60px;
}
#header_corporate
{
	position:absolute;
	top: 44px;
	left: 185px;
	width:414px;
}
#header_corporate_div
{
	position:relative;
	width: 308px;
	height:22px;
	background: url(images/corporate_div.gif) repeat-x;

}
#header_corporate_link {
	vertical-align:top;
	padding-top: 3px;
	width: 87px;
	height:22px;
	background: url(images/corporate_btn.gif) no-repeat;
}

#header_corporate_link a {
	padding-left: 16px;
	font-size: 10px;
	color: #4a96c4;

}
#input_search_form {
	margin: 0;
	padding: 0;
	padding-left: 3px;
	height: 17px;
	width: 100px;
	border: 0;
/*	border-top: 1px solid #8fcced;
	border-bottom: 1px solid #8fcced; */
	background: url(/upload/i/bg_search.gif) center left no-repeat;
	font-size:10px;
	color: #707070;	
}
.search-form {
        margin-top:3px;
}

#header_text
{
	position:absolute;
	left:210px;
	top: 30%;
	color:#fff;
}

#header_text h1
{
	margin:0;
	padding:0;
	font-size:160%;
	border:none;
	text-decoration:none;
}

#header_text span
{
	font-size:80%;
}

/* Header menu: home, search, feedback*/
#header_icons
{
	position:absolute;
	top:10px;
	right:30px;
	text-align: right;
	font-size: 10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	text-decoration:none;
}

#header_sites
{
	position:absolute;
	right:55px;
	top: 60px;
	color:#fff;
	text-align:right;
}

#header_sites a, #header_sites span
{
	color:#fff;
	text-decoration:none;
}

#header_sites span
{
	color: #9dabc0;
}

#header_menu a
{
	display:block;
	float:left;
	cursor:pointer; cursor: hand;
	padding:8px 11px;
}
.breadcrumb {
	padding-bottom:20px;

}
#navigation
{

}

/*Navigation*/
#navigation a
{
	font-size:95%;
	text-decoration:none;
	color:#535353;
}


img.razdel_img {
	margin-right: 20px;

}

/*Content table*/
#content
{
	width:820px;
	background: #ffffff;
	border-collapse:collapse;
}


/*Left column*/


#content .left-column-top {
	background: #ffffff url(images/main_corner_lt.gif) left top no-repeat;
	height: 9px;
	width: 200px;
}
#content .left-column-bottom {
	background: #ffffff url(images/main_corner_lb.gif) left bottom no-repeat;
	height: 20px;
	width: 200px;
}
#content .left-column
{
	width:200px;
	vertical-align:top;
	height:100%;
}

/*Main column*/
#content .main-column
{
	vertical-align:top;
	width: 420px;
}
/*Right column*/
#content .right-column-top {
	background: #ffffff url(images/main_corner_rt.gif) right top no-repeat;
	height: 9px;
	width: 200px;
}
#content .right-column-topg {
	background: #efeff1 url(images/main_corner_rt.gif) right top no-repeat;
	height: 9px;
	width: 200px;
}
#content .right-column
{
	width:200px;
	vertical-align:top;
}
#content .right-columng
{
	width:200px;
	vertical-align:top;
	background: #efeff1;
}

div.promo {
	width: 160px;
	align: center;
	text-align: left;
	margin: 35px 0px 0px 20px;
/*	font-style: italic; */
	line-height: 16px;
/*	border: 1px solid; */
}

#content .right-column-bottom {
	background: #ffffff url(images/main_corner_rb.gif) right bottom no-repeat;
	height: 20px;
	width: 210px;
}
#content .right-column-bottomg {
	background: #efeff1 url(images/main_corner_rb.gif) right bottom no-repeat;
	height: 20px;
	width: 210px;
}
.razdel_name_left  {
	color: #1776b0;
	font-size: 13px;
	padding-left: 25px;
	margin-bottom: 10px; 
	float: left;
	border-bottom: 1px solid #d2d2d9;
}
div.razdel_name {
	color: #707070;
	text-transform: uppercase;
	font-size:14px;
	margin-left: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
.razdel_promo_name {
	color: #707070;
	text-transform: uppercase;
	font-size:14px;
	margin-left: 5px;
	margin-top: 30px;
	font-weight: bold;
}


/*Bottom banner*/
#bottom_banner
{
	padding:5px;
	text-align:center;
}

/*Footer*/
table.footer
{
	color: #c9c9c9;
	align:center;
	padding:8px;
	font-size: 9px;
	
}
a.footer {
	color: #c9c9c9;
	text-decoration:none;	
}
a.footer:hover {
	color: #c9c9c9;
	text-decoration:underline;	
}
a.footer:visited {
	color: #c9c9c9;
}
/*Data table*/
table.data-table
{
	border:1px solid #CECECE;
	border-collapse:collapse;
}

/*Any cell*/
table.data-table td
{
	border:1px solid #CECECE;
	background-color:#FFFFFF;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.data-table thead td, table.data-table th
{
	background-color:#E1E5ED;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #CECECE;
	padding:4px;
	color:#333;
}

/*Body cell*/
table.data-table tbody td
{
	background-color:#FFF;
	background-image:none;
	color:#333;
}

/*Foot cell*/
table.data-table tfoot td
{
	background-color:#F1F3F6;
	padding:4px;
	color:#333;
}

/*Error & OK messages*/
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:red;
}
