/*  GENERAL  */
html {
	background: #bcdef0 url(../img/bg.png) repeat-x 0 0;
}

body {
	color:#2f2f2f;
	font-size:1em;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	min-width:900px;
	background: url(../img/main-bg.jpg) no-repeat 50% 0;
	/* firefox image shifting fix! */
	width: 100%;
	display: table;
}

a {color:#1d5276;}
a:link, a:visited {text-decoration:underline;}
a:hover {text-decoration:none;}

h1 {font-size: 2em;}
h2 {font-size: 1.6em;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.1em;margin-bottom: .1em;}

/*  HEADER  */

#header {
	background: url(../img/header-bg.jpg) no-repeat top right;
	position: relative;
	z-index:9;
}

#header h1#logo {
	margin-left: -13px;
}

#header h1#logo-ua a {
	width: 440px;
	height: 104px;
	background: url(../img/logo-ua.png) no-repeat 0 0;
}

#header h1#logo-en a {
	width: 440px;
	height: 104px;
	background: url(../img/logo-en.png) no-repeat 0 0;
}


#lang {
	padding: 0 0 13px 92px;
	margin-top: -27px;
	color: #fff;
}

#lang a {
	color: #fff;
	font: bold 1.1em Verdana, Arial, sans-serif;
}

#menu {
	width: 100%;
}

#menu ins,
#menu ins {
	width: 6px;
	height: 34px;
	display: block;
	position: relative;
	overflow: hidden;
	font-size: 0;
}

#menu ins i,
#menu ins i {
	width: 6px;
	height: 68px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

#menu .first ins {
	float: left;
	margin-top: -1px;
	margin-right: -6px;
}

#menu .last ins {
	float: right;
	margin-top: -34px;
}

#menu .first ins i {
	background: transparent url(../img/menu-left.png) no-repeat left top;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/menu-left.png", sizingMethod="crop");
}

#menu .last ins i {
	background: transparent url(../img/menu-right.png) no-repeat left top;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/menu-right.png", sizingMethod="crop");
}

#menu td a.current ins i,
#menu .hover ins i,
#menu td:hover ins i { top: -34px; }

#menu td {
	position: relative;
	margin: 0;
	padding: 0;
}

#menu td a {
	display: block;
	height: 33px;
	padding-top: 1px;
	text-decoration: none;
}

#menu td a span {
	display: block;
	color: #fff;
	height: 33px;
	text-decoration: none;
	text-align: center;
	font: 1.2em/30px Verdana, Arial, sans-serif;
	text-align: center;
	background: transparent url(../img/menu-item-bg.jpg) no-repeat center -1px;
	border-left: 1px solid #0055aa;
	border-right: 1px solid #033d7c;
}

#menu td.first span { border-left: 0px none; }

#menu td.last span { border-right: 0px none; }

#menu td.first a span { margin: 0 0 0 6px; }

#menu td.last a span { margin: 0 6px 0 0; }

#menu td a:hover { cursor: pointer; }

#menu td a.current span,
#menu td.hover a span,
#menu td a:hover span { background-position: center -35px; }

#menu td ul {
	display: none;
	z-index: 99;
	position: absolute;
	background: #bfddee url(../img/sub-menu-bg.png) repeat-x 0 0;
	width: 196px;
	border:	1px solid #d5dfe5;
	list-style-type: none; 
}

#menu td:hover ul,
#menu td.hover ul {
	display: block;
}

#menu td ul li {
	float: none;
	margin: 0;
	background: none;
	padding: 0;
}
	
#menu td li a {
	border-bottom: 1px solid #d5dfe5;
	height: auto;
	font-size: 1.2em;
	line-height: 1.6em;
	text-decoration: none;
	display: block;
	padding: 2px 11px;
	background: none;
	color: #fff;
	text-align: left;
	margin-left: 0;
	zoom: 1;
}

#menu td li a:hover {
	text-decoration: underline;
	background: none;
}

/* CONTENT */

#middle {
	padding-bottom: 12px;
}

#content {
	font-size: 1.2em;
	background: url(../img/content-bg.png) repeat-y 0 0;
	padding:0 18px;
	overflow: hidden;
}

#content-bottom {
	background: url(../img/content-bottom-bg.png) no-repeat 0 0;
	height:29px;
}

#content #mainflash {
	margin-left: -18px;
}

#middle h2 {
	color: #00327a;
	font: 2em Verdana, sans-serif;
	padding-top:15px;
	padding-left:18px;
	line-height: 24px;
	background: url(../img/content-top-bg.png) no-repeat 0 0;
}

#middle h2 span {
	background: url(../img/title-bg.png) no-repeat 0 0;
	padding-left: 36px;
	display: block;
	letter-spacing:-1px;
	padding-right:250px;
}

#search {
	position: absolute;
	left: 630px;
	top: 15px;
	background: url(../img/search-bg.png) no-repeat 0 0;
}

#search input {
	margin: 1px;
	width: 142px;
	border: 0;
	font-size: 1.2em;
	background-color: transparent;
}

#search button {
	width: 73px;
	height: 26px;
	background: url(../img/btn-search-bg.png) no-repeat 0 0;
	border: none;
	color: #fff;
	margin-left: 10px;
}

#content p {
	padding: 17px 0 0 0;
	line-height: 1.4em;
}

#content p.img-left {
	overflow: hidden;
	zoom:1;
}

#content .img-left img, #content .news-item img {
	float: left;
	padding: 4px 18px 0 0;
}

#content ul {
	padding: 17px 0 0 0;
}

#content ul li {
	list-style: none;
	background: url(../img/bull.png) no-repeat 4px 50%;
	padding-left: 23px;
	line-height: 1.4em;
}

#content .news-item, #content .vacancy-item {
	padding-top: 17px;
}

#content .news-item img {
	float: left;
	padding: 4px 18px 0 0;
}

#content .news-item h3, #content .vacancy-item h3 {
	font-size: 1.2em;
}

#content .news-item em {
	font-style:normal;
}

#content .news-item p {
	padding: 6px 0 0 0;
	overflow: hidden;
	zoom:1;
}

#content .news-item p a.readmore {
	font-weight: bold;
}

#paginator {
	padding-top: 17px;
}

#submenu {
	float: left;
	width: 190px;
}

#submenu ul {
	padding: 17px 17px 0 0;
}


#submenu ul li {
	list-style: none;
	background: url(../img/sub-bull.png) no-repeat 0 8px;
	padding-left: 13px;
	line-height: 1.9em;
}

#submenu ul li a {
	font-weight: bold;
}

#subcontent {
	overflow: hidden;
	zoom:1;
}


.gallery-item-small {
	padding-right: 33px;
	float: left;
	padding-top: 17px;
	text-align: center;
}

.gallery-item-small.last {
	padding-right: 0;
}

.gallery-item-small a.photo-desc {
	font-weight: bold;
	width: 186px;
	display: block;
}

.gallery-item-big-odd {
	width: 49.9%;
	float: left;
	text-align: center;
	padding-top: 26px;
}

.gallery-item-big-even {
	width: 49.9%;
	float: right;
	text-align: center;
	padding-top: 26px;
}

.gallery-item-big-odd img {
	float: left;
	margin-bottom: 10px;
}

.gallery-item-big-even img {
	float: right;
	margin-bottom: 10px;
}

.gallery-item-big-odd a.photo-desc {
	font-weight: bold;
}

.gallery-item-big-even a.photo-desc {
	font-weight: bold;
}

#subcontent {
	overflow: hidden;
	zoom:1;
}

/* FOOTER */

#footer {
}

#footer #copy {
	padding: 10px 0 0 0;
	font-size: 1.3em;
	color: #034285;
	float: left;
	width:30%;
}

#footer #copy a {
	color: #034285;
}

#footer-menu {
	padding: 0 0 12px 0;
	width: 879px;
}

#footer ul {
	padding-left: 30px;
	height: 33px;
	line-height: 33px;
	background: #004894 url(../img/footer-menu-bg.png) no-repeat 0 0;
}

#footer li {
	list-style: none;
	display: inline;
	color: #fff;
}

#footer li a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
	text-decoration: none;
	margin:0 8px;
	color: #fff;
}

#footer li a:hover {
	text-decoration: underline;
}

#banner-area {
	width: 69%;
	float: right;
	text-align: right;
}