﻿@charset "utf-8";

/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	background:#fff url(../images/main-bg.png) repeat-x 50% 82px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	min-width:1000px;
}

.inner-bg {
	background:#fff url(../images/main-bg-inner.png) repeat-x 50% 82px;
}

input,
select,
textarea {
	font-family:Tahoma, Geneva, sans-serif;
	color:#000;
	font-size:12px;
}

img {
	behavior: url(scripts/iepngfix.htc);
}

img {
	border:0;
}

a {
	color:#303ecd;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

table {
	border-collapse:collapse;
	width:100%;
}

/*.mainContent table tr td, .mainContent table tr th {
	border:1px solid #000;
	padding:10px;
	text-align:left;
	vertical-align:top;
}*/
h1 {
	font-family:Tahoma, Geneva, sans-serif;
	color:#23419a;
	font-size:18px;
	font-weight:bold;
	margin:0 0 14px 0;
	text-transform:uppercase;
	text-align:center;
}

h1.left {
	text-align:left;
}

h2 {
	font-family:Tahoma, Geneva, sans-serif;
	color:#333;
	font-size:16px;
	font-weight:bold;
	margin:20px 0 10px 160px;
}

h3 {
	font-family:Tahoma, Geneva, sans-serif;
	color:#4b4a4a;
	font-size:15px;
	font-weight:normal;
	margin:15px 0 6px 0;
	text-transform:uppercase;
}

h4 {
	font-family:Tahoma, Geneva, sans-serif;
	color:#3560e0;
	font-size:13px;
	margin:14px 0 10px 0;
	text-transform:uppercase;
}

h5 {
	color:#4a4a4a;
	font-size:13px;
	font-weight:bold;
	margin:14px 0;
}

h6 {
	font-size:12px;
	font-weight:bold;
	margin:14px 0;
}

/*links*/

a[href$='.doc'] {
 padding-right:13px;
 background: transparent url(../images/bul_doc.gif) no-repeat center right;
}
 a[href$='.xls'] {
 padding-right:13px;
 background: transparent url(../images/bul_xls.gif) no-repeat center right;
}
 a[href$='.rar'] {
 padding-right:13px;
 background: transparent url(../images/bul_zip.gif) no-repeat center right;
}
 a[href$='.zip'] {
 padding-right:13px;
 background: transparent url(../images/bul_zip.gif) no-repeat center right;
}
 a[href$='.pdf'] {
 padding-right:13px;
 background: transparent url(../images/bul_pdf.gif) no-repeat center right;
}

a.external {
	padding-right:13px;
	background: transparent url(../images/bul_popup.gif) no-repeat top right;
}

#container {
	min-width:1000px;
	max-width:1256px;
	margin: 0 auto;
	text-align: left;
}

.header {
	height:381px;
	background: url(../images/header-left.jpg) no-repeat 0 100%;
	margin:0 0 10px 0;
}

.header .bg {
	position:relative;
	height:381px;
	overflow:hidden;
	background:url(../images/header-right.jpg) no-repeat 100% 100%;
}

.inner-header {
	background:url(../images/header-left-inner.png) no-repeat 0 100%;
	height:199px;
	margin:0;
}

.inner-header .bg {
	background:url(../images/header-right-inner.png) no-repeat 100% 100%;
	height:199px;
}

.header .bg .logo {
	position:absolute;
	top:8px;
	left:45px;
}

.header .bg .search {
	float:right;
	background:#292e30 url(../images/search.png) no-repeat;
	width:242px;
	height:49px;
	overflow:hidden;
	padding:0 32px 0 54px;
	margin:66px 9px 0 0;
}

.header .bg .search input {
	background:none;
	border:0;
	color:#fff;
	width:205px;
	margin:14px 0 0 0;
	padding:3px 0;
	float:left;
	display:block;
}

.header .bg .search .button {
	background:#1a1f21 url(../images/search-button.png) no-repeat;
	width:27px;
	height:27px;
	cursor:pointer;
	float:right;
	margin:13px 0 0 0;
}

.header .bg .phone {
	position:absolute;
	font-size:18px;
	color:#23409a;
	line-height:21px;
	top:60px;
	left:38px;
}

.header .bg .contacts-link,
.header .bg .map-link {
	float:right;
	color:#1f2426;
	text-decoration:none;
	display:block;
	margin:85px 16px 0 0;
	height:22px;
	line-height:22px;
	padding:0 0 0 25px;
}

.header .bg .contacts-link:hover,
.header .bg .map-link:hover {
	text-decoration:underline;
}

.header .bg .contacts-link {
	background:url(../images/icon-contacts.png) no-repeat;
}

.header .bg .map-link {
	background:url(../images/icon-sitemap.jpg) no-repeat;
}

.header .bg .flash-block {
	position:absolute;
	bottom:0;
	right:8px;
	height:249px;
}

.menu {
	background:url(../images/menu.png) repeat-x;
	margin:0 9px 0 10px;
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
}

.menu ul {
	list-style:none;
	background:url(../images/menu-line.png) no-repeat 100% 0;
	padding:0 2px 0 100px;
	float:left;
	text-transform:uppercase;
	position:relative;
	z-index:500;
}

.menu ul li {
	float:left;
	height:49px;
	position:relative;
	z-index:500;
	padding:0 0 20px 0;
}

.menu ul li:hover,
.menu ul li.hover {
	background:#4f5354 url(../images/2px.gif) repeat-y;
}

.menu ul li a {
	background:url(../images/menu-line.png) no-repeat 0 0;
	color:#fff;
	text-decoration:none;
	display:block;
	padding:0 15px;
	height:49px;
	float:left;
	line-height:49px;
	position:relative;
}

.menu ul li a.active img {
	position:absolute;
	bottom:-2px;
	left:50%;
	margin-left:-6px;
}

.menu ul li:hover a,
.menu ul li.hover a,
.menu ul li a.active {
	background:url(../images/menu-hover.png) no-repeat;
}

.menu ul li .sub {
	position:absolute;
	top:69px;
	left:0;
	list-style:none;
	background:#4f5354 url(../images/2px.gif) repeat-y;
	width:264px;
	text-transform:none;
	padding:0;
	height:auto;
	padding:10px 0;
	display:none;
	z-index:500;
}

.menu ul li:hover .sub,
.menu ul li.hover .sub {
	display:block;
}

.menu ul li .sub li {
	float:none;
	padding:7px 10px 7px 23px;
	background:none;
	height:auto;
}

.menu ul li .sub li a {
	background:none!important;
	display:inline;
	color:#fefefe;
	text-decoration:underline;
	line-height:normal;
	float:none;
	height:auto;
	padding:0;
}

.menu ul li .sub li a:hover {
	text-decoration:none;
}

.sidebar-left {
	float: left;
	width:264px;
	padding:0 18px 0 10px;
	position:relative;
}

.sidebar-right {
	float:right;
	width:264px;
	padding:0 9px 0 18px;
	position:relative;
	z-index:100;
	overflow:hidden;
}

.mainContent {
	height:1%;
	overflow:hidden;
	padding:0 0 65px 34px;
}

.mainContent ol {
	margin:10px 10px 10px 15px;
}

.mainContent ul {
	list-style:none;
}

.mainContent ul li,
.mainContent ol li {
	margin:10px 10px 10px 15px;
}

.mainContent ul li {
	padding:0 0 0 15px;
	background:url(../images/dot.gif) no-repeat 2px 5px;
}

.mainContent p {
	padding-bottom:10px;
	text-align:justify
}

.mainContent hr {
	color: #b4b4b4;
	background-color: #b4b4b4;
	margin: 10px auto;
	width: 40%;
	text-align:center;
	height: 1px;
	border-width:0px;
}

.left-menu {
	background:#141819 url(../images/left-menu.png) repeat-y;
}

.left-menu ul {
	list-style:none;
	background:url(../images/left-menu-line.gif) no-repeat 0 10px;
	color:#fff;
	font-size:14px;
	padding:12px 0 10px 0;
	zoom:1;
}

.left-menu ul li {
	zoom:1;
	vertical-align:bottom;
	border-bottom:1px solid #656768;
	padding:0;
	margin:0;
	overflow:hidden;
}

.left-menu ul li a,
.left-menu ul li span {
	display:block;
	color:#fff;
	background:#141819 url(../images/left-menu.png) repeat-y;
	padding:9px 10px 9px 21px;
	position:relative;
	zoom:1;
}

.left-menu ul li span {
	background:#141819 url(../images/left-menu-active.png) no-repeat 100% 50%;
}
.left-menu ul li a:hover, .left-menu ul li span, {
 background:url(../images/left-menu-active.png) no-repeat 100% 50%;
}

.left-menu ul li.open,
.left-menu ul li.always-open {
	background:url(../images/left-menu-sub.png) repeat-y 100% 50%;
}

.left-menu ul li.open a,
.left-menu ul li.always-open a {
	background:none;
}

.left-menu ul li.open ul li a:hover {
	text-decoration:underline;
	background:none;
}

.left-menu ul li ul {
	padding:0;
	background:url(../images/left-menu-line.gif) no-repeat;
	position:relative;
	font-size:12px;
	overflow:hidden;
	zoom:1;
}

.left-menu ul li.always-open ul {
	height:auto!important;
	padding-bottom:30px;
	padding-top:1px;
	margin:-3px 0 0 0;
	top:2px;
}

.left-menu ul li.open ul {
	padding-bottom:30px;
	padding-top:1px;
	margin:-3px 0 0 0;
	top:2px;
}

.left-menu ul li ul li {
	padding-left:26px;
	padding-bottom:1px;
	background:url(../images/sub-sub.gif) no-repeat 26px 100%!important;
	border:0;
}

.left-menu ul li.open ul li a,
.left-menu ul li.always-open ul li a {
	background:none;
	text-decoration:none;
}

.left-menu ul li ul li a,
.left-menu ul li ul li span {
	padding:3px 10px 3px 10px;
}

ul.item-menu {
	margin:6px 0 6px 7px;
}

ul.item-menu li {
	margin:6px 0;
}

ul.item-menu li a img {
	vertical-align:middle;
}

.feedback {
	background:url(../images/news-left.gif) no-repeat 0 3px;
}

.feedback .bg {
	background:url(../images/news-biottom.gif) repeat-x 0 100%;
	padding:0 0 2px 0;
}

.feedback .bg ul {
	list-style:none;
}

.feedback .bg ul li {
	margin:14px 0;
	padding:0 0 0 7px;
	background:url(../images/line-vert-big.gif) no-repeat 0 18px;
	position:relative
}

.feedback .input {
	border:1px solid #0a0606;
	width:240px;
	padding:2px 5px;
	margin:2px 0;
}

.feedback textarea {
	border:1px solid #0a0606;
	width:245px;
	padding:2px 0 2px 5px;
	height:93px;
	margin:2px 0;
}

.feedback input {
	vertical-align:middle;
	margin:0 10px 0 0;
}

.feedback .button {
	text-align:right;
	background:none!important;
}

.feedback .button input {
	font-size:10px;
	color:#fff;
	background:url(../images/more-button.png) no-repeat 100% 0;
	height:23px;
	width:80px;
	padding:0 20px 5px 0;
	border:0;
	cursor:pointer;
	margin:0;
}

.path {
	color:#5d5d5d;
	margin:0 0 5px 0;
}

.path span {
	margin:0 3px;
}

.phones {
	background:#ececec url(../images/phones.jpg) no-repeat;
	width:222px;
	font-size:30px;
	color:#23409a;
	padding:16px 0 16px 40px;
	margin:0 0 33px 0;
	height:90px;
}

.phones div {
	font-size:14px;
	font-weight:bold;
}

.phones div strong {
	color:#343434;
	font-size:12px;
}

.archive-link {
	text-align:right;
	position:relative;
	margin:-10px 0 0 0;
	right:0;
}

.archive-link a {
	text-decoration:none;
	border-bottom:1px dashed #3140ce;
}

.archive-link a:hover {
	border:0;
}

.news-block {
	background:url(../images/news-left.gif) no-repeat 0 18px;
	color:#5d5d5d;
	margin:10px 0;
}

.news-block .bg {
	background:url(../images/news-biottom.gif) repeat-x 0 100%;
	padding:0 0 4px 8px;
	height:1%;
}

.news-block .bg strong {
	color:#444444;
}

.news-block .title {
	font-family: Tahoma, Geneva, sans-serif;
	color:#23419a;
	font-weight:bold;
}

.news-block .bg .more {
	height:1%;
	overflow:hidden;
}

.banner-block {
	margin:35px 0;
}

.line {
	background:url(../images/line.gif) repeat-x;
	height:1px;
	overflow:hidden;
	margin:24px 0;
}

.news-block .bg .more a {
	display:block;
	background:#1a1f21 url(../images/more-button.png) no-repeat 100% 0;
	height:23px;
	line-height:19px;
	float:right;
	font-size:10px;
	color:#fff;
	text-decoration:none;
	padding:0 26px 0 6px;
}

.footer {
	background:#8e8e8e url(../images/footer-bg.gif) repeat-x;
	margin:0 9px 0 10px;
	font-size:11px;
	color:#fff;
	padding:37px 50px 15px 43px;
	height:1%;
	overflow:hidden;
}

.footer a {
	color:#fff;
}

.footer img {
	vertical-align:middle;
}

.footer .copy {
	float:left;
	width:257px;
}

.footer .adres {
	float:left;
	padding:0 0 0 35px;
	background:url(../images/icon-i.gif) no-repeat 0 50%;
	font-size:12px;
}

.footer .developer {
	float:right;
	margin:14px 0 0 0;
}

.footer .couinters {
	text-align:center;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/**for forms **/
.noborder {
	border:0px;
}

.noborder td {
	border:0px;
	padding:3px;
}

.tableborder {
	border:1px #babdbe solid;
	border:0px;
}

.tableborder td {
	border:1px #babdbe solid;
	padding:3px;
	font: normal 10px Tahoma, Arial, sans-serif;
}

.tableborder th {
	border:1px #babdbe solid;
	background-color:#ededed;
	padding:2px;
	text-align : center;
	font: bold 10px Tahoma, Arial, sans-serif;
}

.tableborder caption {
	font: normal 13px Arial, sans-serif;
	color: #464646;
	margin: 10px 0 0 10px;
	text-transform: uppercase;
	font-style:italic;
	text-align:left;
}

.small {
	font-size:10px;
}

.imgborder {
	border: 1px #333 solid;
}

.banner a {
	float:left;
	height:165px;
	text-indent:-10000px;
	position:relative;
	cursor:pointer;
	width:264px;
}

.banner a:hover {
	background-position:left bottom;
}

.banner a.open {
	background-position:left bottom !important;
}

