html, body {
	height:100%;
}

* {
	margin:0; padding:0;
}

body {
	color:#163b52;
	font-family:Arial, sans-serif;
	font-size:13px;
	background:#f5f5f5;
	text-align:left;
	vertical-align:top;
}

/* Addded by Lazarev */

p 
{
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
}

img {
	border:0px;
}

.content {
	width:990px;
	background:#fff;
	margin:0 auto;
}

.content .header {
	background:#f7f7f7 url('../images/top_bkground.jpg') no-repeat;
	/*height:227px;*/
	height:203px;
	vertical-align:bottom;
}
.content .header .main_site 
{
	display:none;
	position:relative;
	right:15px;
	top:10px;
	float:right;
}

.content .header .main_site a {
	color:#fff;
	text-decoration:underline;
	font-weight:bold;
}

.content .header .logo {
	width:180px;
	position:relative;
	left:0px;
	top:26px;
	padding-left:34px;

}
.content .header .logo div.imgblock {
	/*text-align:right;
	font-weight:bold;
	padding-right:8px;*/
	width:190px;
	height:85px;
	background:url('../images/logo.png') repeat-x bottom left;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo.png',sizingMethod='scale');
}

.content .header .logo div.imgblockUA {
	/*text-align:right;
	font-weight:bold;
	padding-right:8px;*/
	width:190px;
	height:85px;
	background:url('../images/logo-UA.png') repeat-x bottom left;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo-UA.png',sizingMethod='scale');
}


.content .header .top_container_1 {
	/*height:182px;*/
	height:158px;
}

.content .header .top_container_2
{
	height: 47px;
}

/* menu */

body:nth-of-type(1) .content .header .top_container_2 {
	height:45px;
}

.content .header .top_container_2 .top_menu { 
	height:47px;
}

body:nth-of-type(1) .content .header .top_container_2 .top_menu {
	height:45px;
}

.top_menu table {
	height:100%;
}


.top_menu td {
	vertical-align:top;
}

.top_menu td.current {
	vertical-align:top;
}

.item {
	display:block;
	padding:9px 15px;
	height:100%;
	background:url('../images/menu_btn_bg.png') repeat-x bottom left;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/menu_btn_bg.png',sizingMethod='scale');
	font-size:15px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	height:16px;
	position:relative;
	bottom:-5px;
	_bottom:-3px;
	cursor:pointer;
}

.item:hover {
	text-decoration:none;
}

td.current .item {
	height:21px;
	_height:23px;
	background:#fff;
	_filter:none;
	font-size:15px;
	font-weight:bold;
	color:#163b52;
	position:relative;
	bottom:0px;
}

body:nth-of-type(1) td.current .item  {
	height:21px;
}

td.current div {
	height:100%;
	background:#f7f7f7;
	padding-left:6px;
	padding-right:6px;
	padding-top:6px;
	padding-bottom:0px;
}

.top_menu td.whitespace {
	width:15px;
}

.top_menu td.left_offset {
	width:34px;
}

/* eof menu */

ul {
	margin-top:23px;
	margin-bottom:23px;
	margin-left:10px;
	list-style:none;
}

ul li {
	margin:0;
	padding:0;
	background-image:url(../images/li_arrow.gif);
	background-repeat:no-repeat;
	background-position:9px 3px;
	padding-left:20px;
	margin-bottom:8px;
}

ol {
	margin-top:23px;
	margin-bottom:23px;
	margin-left:18px;
}

ol li {
	margin:0;
	padding:0;
	margin-left:20px;
	margin-bottom:8px;
	padding-left:0px;
}

.content div.textpage {
	margin-top:19px;
	margin-left:34px;
	padding-right:32px;
	padding-bottom:50px;
}

.content div.textpage td.print {
	text-align:right;
	padding-right:15px;
}
.content div.textpage td.print a {
	font-size:14px;
	font-weight:bold;
	color:#6699ff;
}

.content .middle {
	/*margin-top:25px;*/
	margin-top:13px;
	margin-left:34px;
}

h1.middleTextHeader {
	margin-bottom:5px;
}

.content .middle .big_image {
	margin-bottom:16px;
}

.content .double_column {
	width:590px;
	float:left;
	display: inline;
}

.content .right {
	margin-left:32px;
	/*margin-top:49px;*/
	margin-top:25px;
	width:300px;
	float:left;
}

.content .breadcrumb {
	font-size:12px;
	font-weight:bold;
	color:#002d41;
}

.content .breadcrumb a {
	font-weight:normal;
	color:#6699ff;
}


h1 {
	font-size:24px;
	/*margin-top:32px;*/
	margin-top:7px;
	margin-bottom:18px;
	font-weight:normal;
}

h1.textHeader {
	font-size:24px;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:10px;
}

h1.newsHeader {
	/*margin-top:26px;*/
	/*margin-bottom:10px;*/
	margin-top:16px;
	margin-bottom:5px;
	/*font-size:16px;
	font-weight:bold;*/
}

h1.newsHeader2 {
	margin-top:20px;
	margin-bottom:15px;
}

/* latest from A.Fedorov */
h1.middleTextHeader {
     margin-bottom:5px;
}
/* END OF - latest from A.Fedorov */

h2.newsheader a {
	color:#163b52;
	text-decoration:none;

}

h2.newsheader a:hover {
	color:#163b52;
	text-decoration:underline;
}

h2 {
	font-size:18px;
	font-weight:normal;
}

h5 {
	font-size:14px;
	font-weight:normal;
}

h6 {
	font-size:12px;
	font-weight:normal;
}

a {
	font-weight:normal;
	text-decoration:none;
	color:#6699ff;
}

a:hover {
	text-decoration:underline;
}

strong a {
	font-weight:bold;
}

.news {
	padding-top:2px;
}
.news .date {
	font-weight:12px;
	color:#777777;
}

.news .title {
	margin-bottom:4px;
	font-size:16px;
	font-weight:bold;
}

.news .title a {
	/*font-size:20px;*/
	font-size:16px;
	font-weight:bold;
	color:#6699ff;
	text-decoration:none;
}
.news .title a:hover {
	text-decoration:underline;
}

.news .text {
	margin-bottom:10px;
	margin-bottom:23px;
}

.news .text a {
	color:#163b52;
	text-decoration:none;
}

.news .text a:hover {
	text-decoration:underline;
}

.news .title span.attached a {
	font-size:14px;
	font-weight:bold;
	color:#6699ff;
	text-decoration:none;
}

.news .title .attached a:hover {
	text-decoration:underline;
}

.grey_line {
	height:6px;
	background:#eaeaea;
	/*_margin-bottom:-10px;*/
}

.content .footer_menu {
	width:990px;
	/*min-height:92px;*/
	min-height:40px;
	background:#f7f7f7;
	padding-top:24px;
	_padding-bottom:31px;
}

.content .footer_menu .submenu {
	width:165px;
	margin-left:10px;
	margin-top: 2px;
	float:left;
	overflow:hidden;
	display: inline;
}

.content .footer_menu div.first {
	margin-left:21px;
}

.content .footer_menu .bottomMenuItem1 {
	height:21px;
	padding-left:10px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	color:#163b52;
}

.content .footer_menu .bottomMenuItem1 a {
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	color:#163b52;
}

.content .footer_menu .bottomMenuItem2 {
	/*border-top:2px solid #fff;*/
	border-top:2px;
	/*padding-left:10px;*/
	/*padding-top:9px;*/
	font-weight:bold;
	font-size:12px;
	color:#83acfc;
	text-decoration:none;
	/*padding-bottom: 10px;*/
}

.content .footer_menu .bottomMenuItem2 a {
	font-weight:bold;
	font-size:12px;
	color:#83acfc;
	text-decoration:none;
}

.content .copyrights {
	height:60px;
	border-top:2px solid #fff;
	background:#eaeaea;
	padding-left:34px;
	/*padding-top:24px;*/
	padding-top:34px;

}

.content .copyrights {
	color:#8a8a8a;
	font-size:12px;
}

.content .copyrights td
{
	vertical-align: bottom;
}

.footer_textarea  {
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	width:260px;
	float:right;
}

.content .footer_menu .footer_textarea .bottomMenuItem1 {
	padding-left:18px;
}

.content .footer_menu .footer_textarea .bottomMenuItem2 {
	padding-left:18px;
}

.content .footer_menu .footer_textarea .footer_textarea_header {
	height:21px;
	padding-left:10px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	color:#163b52;
}

.content .footer_menu .footer_textarea .footer_textarea_header a {
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	color:#163b52;
}

.content .footer_menu .footer_textarea .footer_textarea_content {
		border-top:2px solid #fff;
	padding-left:10px;
	padding-top:9px;
	font-weight:bold;
	font-size:12px;
	color:#83acfc;
	text-decoration:none;
}
.content .footer_menu .footer_textarea .footer_textarea_content a {
	font-weight:bold;
	font-size:12px;
	color:#83acfc;
	text-decoration:none;
}

.clear_both {
	clear:both;
}

.right_block {
	/*margin-bottom:34px;*/
	margin-bottom:17px;
}

.right_block h1 {
	margin:0;
	margin-bottom:12px;
}

.yellow {
	padding-left:10px;
	padding-right:14px;
	padding-top:10px;
	padding-bottom:15px;
	background:#fffadc;
}

.blue {
	padding-left:10px;
	padding-right:14px;
	padding-top:10px;
	padding-bottom:15px;
	background:#e6f3fe;
}

.contacts {
	font-size:12px;
	padding-top:17px;
	padding-bottom:16px;
}

.contacts i {
	font-style:italic;
	color:#9b9b9b;
}

.contacts strong a {
	font-weight:bold;
	font-size:14px;
}

.dotted_line {
		height:1px;
		background:url('../images/dotted_line.gif') repeat-x;
}

/* Overridden in Custom Pager section

.pagenation {
	margin-top:13px;
	margin-bottom:24px;
	font-size:12px;
	font-weight:bold;
	color:#002d41;
}

.pagenation a {
	font-weight:bold;
}
*/

.news_years {
	width:100%;
	margin-bottom:6px;	
}

.years {
	width:520px;
	font-size:12px;
	font-weight:bold;
	color:#002d41;
}

.years a {
	font-weight:bold;
}

.rss {
	text-align:right;
}

.mainpage_rss {
	vertical-align:top;
	padding-top:20px;	
}


.offers {
	margin-top:20px;
}

.offers td {
	padding-top:9px;
	vertical-align:top;
}

.offers td.hr_line {
	padding-left:0px;
}

.offers i {
	font-size:10px;
	font-style:italic;
	color:#ababab;
}

.offers i strong {
	font-size:14px;
	font-style:normal;
	color:#f2ad26;
}

.offers strong {
	font-size:12px;
	font-weight:bold;
	color:#83acfc;
}

.offers strong i {
	font-size:12px;
	font-weight:normal;
	color:#83acfc;
}

.offers strong i a {
	font-weight:normal;
}

.offers sup {
	font-size:11px;
}

.textTableHeader {
		margin-top:-5px;
		margin-bottom:-7px;
}


/* Custom Pager */

.PagingContainer div
{
	margin-top:13px;
	margin-bottom:24px;
	font-size:12px;
	font-weight:bold;
	color:#002d41;

}
 
.PagingContainer a, .SelectedPagingItem {
	margin-top:13px;
	margin-bottom:24px;
	font-size:12px;
	font-weight:bold;
	color: #6699ff;

}
 
.PagingContainer .SelectedPagingItem {
	margin-top:13px;
	margin-bottom:24px;
	font-size:12px;
	font-weight:bold;
	color:#002d41;
}

/* END of Custom Pager */

.GrandEvent input 
{
	text-transform: uppercase;
}

div #topSelectors
{
	width: 800px;
}

div #callcenterArea
{
	padding-bottom: 20px;
	padding-top: 20px;
	
}