@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}

body {
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 100%;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background:url(../images/site/back.jpg) repeat;
}

body * 
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

img {border: none}
div.r {clear: both}

div.content {
	position: relative;
	width: 1000px;
	margin: 0px auto;
	min-height: 100%;
	background-color:#000000;
	padding-left: 27px;
	padding-right: 27px;
	background:url(../images/site/back_content.png) repeat-y;
}

div.content div.top {
	position: relative;
	height: 135px;
	width: 100%;
}

div.content div.top div.logo {
	position: relative;
	width: 462px;
	height: 87px;
	float: left;
	padding-left: 45px;
	padding-top: 25px;
}

div.top div.about {
	position: relative;
	border-left: 1px dotted #797979;
	float: left;
	margin-top: 45px;
	padding-left: 30px;
	font-size: 10px;
	color: #009ee0;
	width: 330px;
	text-transform:uppercase;
}

div.about div.distrib {
	position: relative; float: left;
	padding-right: 5px;
	line-height: 10px;
	padding-top: 5px;
}
div.about img {float: left}
div.top div.distrib span {color: #808080; text-transform:lowercase; font-size: 9px; font-weight: bold;}

div.picts {
	position: relative;
	float: right;
	background:url(../images/site/picts.jpg) repeat-y #1e5896;
	padding-bottom: 5px;
	padding-top: 3px;
	padding-left: 15px;
	height: 22px;
	width: 105px;
}

div.top div.picts div.pict {
	position: relative; 
	float: left;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

ul.main_menu {
	position: relative;
	float: left;
	margin: 0px;
	background:url(../images/site/menu_main.jpg) repeat-x;
	list-style: none;
	padding: 0px;
	width: 100%;
}

ul.main_menu li {float: left; padding: 0px; line-height: 30px;
	background:url(../images/site/menu_separator.png) right no-repeat; padding-right: 4px; padding-left: 3px}

ul.main_menu li:first-child {padding-left: 0px}
ul.main_menu li:first-child div.menu_left {width: 20px; background:url(../images/site/menu_first.jpg) no-repeat; float: left}

ul.main_menu li div.menu_center {padding-left: 12px; padding-right: 12px; float: left; height: 30px;}
ul.main_menu li div.menu_left {float: left; width: 6px; height: 30px;}
ul.main_menu li div.menu_right {float: left; width: 6px; height: 30px;}

ul.main_menu li.last_child { background: none; padding-right: 0px; float: right}
ul.main_menu li.last_child div.menu_right { background:url(../images/site/menu_last.jpg) no-repeat right top;}
ul.main_menu li.last_child div.menu_center {padding-right: 0px}

ul.main_menu li.active div.menu_center { background:url(../images/site/menu_center_active.jpg) repeat;
	padding-left: 12px; padding-right: 12px; float: left; height: 30px;}
ul.main_menu li.active div.menu_left {float: left; width: 6px; height: 30px;
	background:url(../images/site/menu_left_active.jpg) no-repeat}
ul.main_menu li.active div.menu_right {float: left; width: 6px; height: 30px; 
	background:url(../images/site/menu_right_active.jpg) no-repeat right}

ul.main_menu li a {font-size: 11px; font-weight: bold; text-transform: uppercase; color: #FFFFFF; text-decoration: none}
ul.main_menu li.active a {font-size: 11px; font-weight: bold; text-transform: uppercase; color: #014287; text-decoration: none}

ul.main_menu li:first-child div.menu_left {width: 6px;}
ul.main_menu li:first-child div.menu_center {padding-left: 26px} 
ul.main_menu li.last_child div.menu_center { padding-right: 87px;}
ul.main_menu li.lastItem { background: none}

div.content div.text {
	position: relative;
	width:auto;
	background:url(../images/site/back_plan.jpg) no-repeat;
	height: 179px;
	margin: 0px auto;
}

div.text div.text_about {
	position: relative;
	float: left;
	width: 455px;
	padding-right: 10px;
	padding-left: 40px;
	padding-top: 20px;
	line-height: 20px;
}

div.title {
	font-size: 20px;
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #0d3c78;
}

div.text div.address {
	position: relative;
	width: 320px;
	float: left;
	padding-top: 55px;
	font-weight: bold;
	line-height: 20px;
}

div.text div.address a {color:#014287}

div.address div.left_address {
	position: relative;
	width: 75px;
	float: left;
}
div.address div.right_address {
	position: relative;
	width: 220px;
	float: left;
}

span.mark_text {
	background:url(../images/site/mark_text.jpg) no-repeat #ed6e07;
	color:#FFFFFF;
	font-size: 10px;
	height: 18px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 10px;
}

div.connect {
	position: relative;
	float: right;
	margin-top: 50px;
}

div.search_panel {
	position: absolute;
	top: 0px;
	right: 20px;
	height: 26px;
}

div.search_panel div.left_search {
	position: relative;
	background:url(../images/site/left_search.png) no-repeat;
	width: 5px;
	float: left;
	height: 26px;
}

div.search_panel div.search {
	position: relative;
	width: 310px;
	background-color:#333333;
	height: 23px;
	float: left;
	padding-top: 3px;
}

div.search_panel div.search input {
	background:url(../images/site/search_input.jpg) no-repeat;
	border: none;
	width: 230px;
	padding-left: 23px;
	padding-right: 5px;
	font-size: 10px;
	height: 16px;
}

div.search_panel div.right_search {
	position: relative;
	background:url(../images/site/right_search.png) no-repeat top right;
	width: 3px;
	float: left;
	height: 26px;
}

div.content_bg {
	position: relative;
	width: 920px;
	padding-top: 25px;
	padding-left: 40px;
	padding-right: 40px;
	background:url(../images/site/content_bg.jpg) no-repeat #FFFFFF;
}

div.items {
	position: relative;
	width: 1000px;
	padding-bottom: 10px;
}

div.items div.item {
	position: relative;
	float: left;
	width: 185px;
}

div.item div.item_title {
	position: relative;
	padding-bottom: 15px;
}

div.content div.bottom_news {
	position: relative;
	width: 100%;
	height: 115px;
	background:url(../images/site/bottom_news.jpg) no-repeat;
}

div.bottom_news div.news {
	position: relative;
	float: left;
	width: 470px;
	border-right: 1px dotted #FFFFFF;
	margin-top: 25px;
	padding-left: 40px;
}

span.date {
	background-color: #ed6e07;
	color: #FFFFFF;
	font-size: 10px;
	padding: 1px;
	padding-left: 2px;
	padding-right: 2px;
}

div.news div.new {
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.news div.new a {color: #FFFFFF; text-decoration: none; margin-left: 3px; font-weight:normal;}


div.footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
}

div.bottom_news ul.bottom_menu {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-left: 20px;
	padding-top: 25px;
	color: #ed6e07;
}

div.bottom_news ul.bottom_menu li {padding-bottom: 5px; padding-top: 5px}
div.bottom_news {color: #FFFFFF; font-weight: bold;}

ul.bottom_menu li a { color: white; font-size: 12px; padding-left: 2px; padding-right: 2px;}
ul.bottom_menu li a:hover { text-decoration:none; color:White;}


div.copyright {
	position: relative;
	width: 950px;
	height: 20px;
	padding-top: 10px;
	font-weight: bold;
	background: #093064;
	color: #FFFFFF;
	font-size: 10px;
	padding-left: 40px;
	padding-right: 10px;
}

div.copyright a {color: #ffffff;}

div.bread {
	position: relative;
	width: 100%;
	color: #808792;
	font-size: 10px;
	border-bottom: 1px dotted #808792;
	padding-bottom: 10px;
}

div.bread a {
	color: #808792;
	font-weight: bold;
	font-size: 10px;
	margin-right: 3px;
}
div.bread span {color: #000000; font-size: 10px; font-weight: bold}

div.columns {
	position: relative;
	width: 100%;
	padding-top: 20px;
}

div.columns div.column1 {
	position: relative;
	width: 205px;
	float: left;
}

div.columns div.column2 {
	position: relative;
	width: 685px;
	float: right;
}

div.menu_block {
	position: relative;
	width: 195px;
	background-color: #d5d6d8;
	padding: 5px;
}

ul.catalog_menu {
	position: relative;
	margin: 0px;
	float: left;
	padding: 0px;
	background-color:#FFFFFF;
	width: 193px;
	border: 1px solid #dce5ed;
	list-style: none;
}

ul.catalog_menu li {
	background:url(../images/site/catalog_menu_item.jpg) repeat-x #f7f7f7; 
	width: 189px;
	position: relative;
	margin: 0px auto;
	min-height: 23px;
	border: 1px solid #f0f0f0;
	margin-top: 2px;
	margin-bottom: 2px;
	cursor: pointer;
}

ul.catalog_menu li span {
	font-weight: bold;
	color: #808792;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	background:url(../images/site/str1.gif) no-repeat 5px 9px;
	width: 165px;
	line-height: 18px;
	padding-right: 5px;
	padding-top: 3px;
	min-height: 20px;
	padding-left: 20px;
}

ul.catalog_menu li.select {
	background: url(../images/site/title_item.jpg) no-repeat;
	width: 100%;
	border: none;
	cursor: default;
}

ul.catalog_menu li.select span {
	color: #FFFFFF;
	background:url(../images/site/str2.gif) no-repeat 8px;
}

ul.catalog_menu ul.inner_menu {
	position: relative;
	float: left;
	margin: 0px auto;
	padding: 0px;
	list-style: none;
}

ul.catalog_menu ul.inner_menu li {
	background:url(../images/site/str1.gif) no-repeat 15px 11px;
	border: none;
	padding: 6px;
	padding-left: 25px;
	margin: 0px;
	width: 165px;
	min-height:inherit;
}

ul.catalog_menu ul.inner_menu li a {
	font-size: 11px; font-weight: bold; color: #808792;
	text-decoration: none;
}

ul.catalog_menu ul.inner_menu li.select {
	background:url(../images/site/str3.gif) no-repeat 15px;
}
ul.catalog_menu ul.inner_menu li.select  a {
	color: #014287
}

div.zag_block {
	position: relative;
	width: 100%;
	background:url(../images/site/zag_block.jpg) no-repeat;
	height: 33px;
}

div.zag_block span {
	position: relative;
	display: block;
	background:url(../images/site/str2.gif) no-repeat 10px center;
	height: 20px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
	padding-left: 20px;
}

div.content_block {
	position: relative;
	width: 173px;
	margin: 0px auto;
	border: 1px solid #dce4ec;
	border-top: none;
	line-height: 20px;
	padding: 10px;
	padding-bottom: 50px;
	background:#FFFFFF;
}

div.content_block a {color: #014287}

div.title_content {
	position: relative;
	font-size: 14px;
	padding-bottom: 10px;
	color: #808792;
	font-weight: bold;
}

div.catalog {
	position: relative;
	width: 100%;
	border-bottom: 1px dotted #808792;
	padding-top: 15px;
}

div.catalog div.cat1 {
	position: relative;
	font-size: 13px;
	width: 100%;
	padding-bottom: 15px;
}

div.catalog div.cat1 div.text_catalog {
	line-height: 20px;
	font-size: 13px;
	color: #808792;
}

div.catalog div.cat1 div.text_catalog ol li {font-size: 13px}

div.catalog div.cat1 div.text_catalog a { color: #014287; font-size: 13px; padding-left: 2px; padding-right: 2px}
div.catalog div.cat1 div.text_catalog a:visited {color:#000000; text-decoration: none;}
div.catalog div.cat1 div.text_catalog a:hover {color:#ffffff; text-decoration: none; background-color: #014287}

div.catalog div.cat1 div.text_catalog a:hover img {color:#ffffff; text-decoration: none;}

div.catalog div.cat1 .img {
	float: left; padding: 5px; border: 1px solid #dedede;
	margin-right: 10px;
}

div.catalog div.title_catalog {
	font-weight: bold;
	color:#000000;
	padding-bottom: 5px;
	font-size: 12px;
}

div.page {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.page a {
	font-weight: bold;
	font-size: 11px;
	color: #808792;
	text-decoration: none;
	margin-right: 5px;
	padding-left: 2px;
	padding-right: 2px;
}

div.page a.select {
	color:#FFFFFF;
	background-color: #014287;
}

div.h2 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;	
}

div.h3 {
	font-size: 12px;
	text-transform: uppercase;
	color:#8E8E8E;
	font-weight: bold;
	padding-bottom: 5px;
}

div.downloads {
	position: relative;
	width: 100%;
	padding-top: 10px;
}

div.downloads div.download {
	position: relative;
	padding-bottom: 20px;
	color: #808792;
	font-size: 11px;
}

div.downloads div.download b {font-size: 11px}
div.downloads div.download a {font-size: 11px; color: #014287}

div.downloads div.download img {float: left; margin-right: 5px;}

table.tblcontent {width: 100%;}
table.tblcontent th{background-color: #014287; color: #FFFFFF; text-align: left; padding-left: 5px; font-size: 11px; font-weight: bold}
table.tblcontent td { background-color: #efefef; padding-left: 5px; color: #808792; font-size: 11px; width: 33%}

.dLink
{
	color:#8E8E8E;
	}

.dLink a
{ color:Black;
	}
.dLink a:hover {color:#ffffff; text-decoration: none; background-color: #014287}


	

.Gray{ color:#808792; }


div.catalog div.cat1 div.text_catalog  div.Gray2 a:visited {color:#808792; text-decoration: none;}

div.catalog div.cat2 {
	position: relative;
	color: #808792;
	font-size: 11px;
	padding-bottom: 10px;
	padding-top: 10px;
	
}

div.catalog div.cat2 div.news_text div.news_title {
	color: #000000;
	text-transform: uppercase;
	font-size: 12px;
	padding-bottom: 5px;
	font-weight: bold;
}

div.catalog div.cat2 div.news_text a { color:#808792; text-decoration:underline; outline:none; }
div.catalog div.cat2 div.news_text div.ahover a { color:#014287;}
div.catalog div.cat2 div.news_text div.ahover a:visited {color:#000000; text-decoration: none;}
div.catalog div.cat2 div.news_text div.ahover a:hover {color:white; text-decoration: none; background-color: #014287}

.bold_text
{
    font-weight:bold;
    color:#000000;
}


div.catalog div.cat1 div.text_catalog div.image a {text-decoration: none; background-color: White; color:White}



