@CHARSET "UTF-8";

* {
	padding: 0;
	margin: 0;
}

html,body {
	height: 100%;
}

html,body {
	text-align: center;
	font-size: 12px;
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	background-color: #113569;
	height: 100%;
	color: #fff;
	line-height: 1.5em;
}

a {
	text-decoration: none;
	color: #205BA2;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

/**************** Header */
.header {
	background: transparent url(../images/header_bg.png) repeat-x;
	height: 264px;
	width: 100%;
}

.header .header-wrapper {
	width: 987px;
	height: 264px;
	margin: 0 auto;
	background-image: url(../images/header_wrapper.png);
	position: relative;
}

.header .header-wrapper .flash {
	position: absolute;
	top:68px;
	left: 300px;
	width: 520px;
	height: 150px;
}

.header .header-wrapper .logo {
	position: absolute;
	display: block;
	width: 200px;
	height: 235px;
	top: 15px;
	left: 48px;
}

.header .header-wrapper .title-en {
	position: absolute;
	right: 64px;
	bottom: 0;
	background-image: url(../images/header_title_en.png);
	width: 634px;
	height: 56px;
}

.header ul {
	position: absolute;
	top: 4px;
	right: 42px;
	list-style: none;
}

.header ul li {
	display: block;
	float: left;
	padding: 0 8px;
	border-right: 1px solid #345C8F;
}

.header ul li a {
	color: #fff;
	line-height: 20px;
	padding-left: 20px;
}

.header ul li a.en {
	background: transparent url(../images/en.png) no-repeat center left;
}

.header ul li a.pl {
	background: transparent url(../images/pl.png) no-repeat center left;
}


.header ul li img {
	padding-top: 3px;
}


/**************** Menu */
.menu {
	background: transparent url(../images/menu_bg.png) repeat-x;	
	height: 44px;
	width: 100%;
}

.menu .menu-wrapper {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}

.menu ul {
	float: left;
	list-style: none;
	overflow: hidden;
}

.menu ul li {
	height: 44px;
	line-height: 44px;
	padding: 0 18px;
	display: block;
	float: left;
	background: transparent url(../images/menu_element_separator.png) no-repeat center left;
	font-weight: normal !important;
}

.menu ul li.active {
	font-weight: bold !important;
}

.menu ul li a{
	color: #E4E4E4;
}
.menu ul li.active a{
	color: #fff;
}

.menu ul li.first {
	background: none;
}

.menu ul li a {
	font-size: 16px;
	color: #fff;
}

.menu input.text,
.menu input.submit {
	margin-top: 10px;
	display: block;
	float: right;
	border: none;
}

.search {
	line-height: 2em !important;
} 

.search form input.text,
.search form input.submit,
.pool form input.submit {
	border: none;
}

.menu input.text,
.search form  input.text {
	background: transparent url(../images/menu_input_text.png) no-repeat center right;
	width: 191px; /* 199px */
	height: 23px; /* 23px */
	margin-right: 10px;
	padding: 3px 4px 0 4px;
	line-height: 23px;
}

.menu input.submit,
.search form  input.submit,
.pool input.submit {
	background: transparent url(../images/menu_input_submit.png) no-repeat center right;
	width: 85px;
	height: 23px;
	line-height: 23px;
	color: #fff;
}

.search form div {
	position: relative;
	margin-top: 5px;
}

.search form input.submit {
	position: absolute;
	left: 205px;
}

/**************** Content */
.content {
	background: #104378 url(../images/content_bg.jpg) repeat-x;
	width: 100%;
	text-align: left;
}

.content h1 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 14px 0 10px 14px;
}

.content .content-wrapper {
	margin: 0 auto;
	width: 987px;
	overflow: hidden;
	display: block;
	padding-bottom: 15px;
}

/**************** Content -> Fair */
.fair {
	overflow: hidden;
	padding: 5px 0 20px 5px;
	position: relative;
	height: 80px;
}

.fair img {
	float: left;
	padding: 0 10px 0 5px;
}

.fair .place {
	position: absolute;
	height: 22px;
	line-height: 22px;
	color: #fff;
	left: 115px;
	top: 50px;
}

.fair-noimage .place {
	left: 5px;
}

.fair .place .left,
.fair .place .inner,
.fair .place .right {
	display: block;
	float: left;
	height: 22px;
}

.fair .place .left {
	width: 4px;
	background-image: url(../images/place_left.png);
}

.fair .place .inner {
	background-color: #0B3778;
}

.fair .place .right {
	background-image: url(../images/place_right.png);
	width: 4px;
}

.fair h2 {
	position: absolute;
	left: 115px;
	top: 25px;
	font-size: 16px;
}

/**************** Content -> Menu left */
.content .menu-left {
	width: 244px;
	float: left;
}

.menu-left .top {
	background: transparent url(../images/menu-left_top.png) no-repeat;
	width: 244px;
	height: 37px;
}

.menu-left-en .top {
	background: transparent url(../images/menu-left_top_en.png) no-repeat;
}

.menu-left .bottom {
	width: 240px;
	height: 12px;
	background: transparent url(../images/menu-left_bottom.png) no-repeat bottom left;
	font-size: 0;
}


.menu-left ul {
	list-style: none;
	overflow: hidden;
}

.menu-left ul li {
	display: block;
	/*
	background: transparent url(../images/submenu_second.png) no-repeat top center;
	*/
	background: transparent url(../images/menu-left_element_bg.png) no-repeat;
	padding: 0 0 0 10px;
	font-weight: bold;
}

.menu-left ul li a {
	display: block;
	padding: 0 0 0 12px; 
	height: 22px;
	line-height: 22px;
	/*background: transparent url(../images/anchor_blue.gif) no-repeat center left;*/
	color: #fff;
}

.menu-left ul li a.active {
	/*background: transparent url(../images/anchor_white.gif) no-repeat center left;*/
	font-weight: bold;
	color: #fff;
}

.menu-left ul li a.selected {
	/*background: transparent url(../images/anchor_white_down.gif) no-repeat center left;*/
	font-weight: bold;
	color: #fff;
}

.menu-left ul li ul {
	margin-left: -10px;
}

.menu-left ul li ul li {
	/*
	background: transparent url(../images/submenu_third.png) no-repeat top left;
	*/
	background: transparent url(../images/menu-left_element_second_bg.png) no-repeat;
	padding-left: 20px;
	font-weight: bold;
}

.menu-left ul li ul li ul li a { 
	background: transparent url(../images/anchor_white.gif) no-repeat center left;
	color: #E8F2FF;
}

.menu-left ul li ul li.active { 
	background: transparent url(../images/menu-left_element_second_active_bg.png) no-repeat;
}

.menu-left ul li ul li ul {
	margin-left: -20px;
	font-size: 11px !important; 
}

.menu-left ul li ul li ul li {
	padding-left: 60px;
	font-weight: normal;
}

/**************** Box left */
.content .box-left {
	clear: left;
	margin: 20px 0 0 20px;
	padding-left: 6px;
	width: 189px;
	float: left;
}

.content .box-left .top {
	width: 189px;
	background: transparent url(../images/box_left_top.png) no-repeat;
	height: 8px;
	font-size: 0;
}

.content .box-left .inner {
	width: 169px;
	background: transparent url(../images/box_left_inner.png) no-repeat center top;
	overflow: hidden;
	padding: 0 10px;
}

.content .box-left .bottom {
	width: 189px;
	background: transparent url(../images/box_left_bottom.png) no-repeat;
	height: 9px;
}

/**************** Content -> Main */
.content .main {
	margin-left: 246px;
	width: 735px;
}

.content .main  .main-text {
	padding: 0 10px 20px 10px;
	line-height: 1.5em;
}

.content .main  .main-text ul,
.content .main  .main-text ol {
	margin: 10px 0 10px 25px;
}

.content .main  .main-text a {
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}

.content .main  .main-text img.ramka {
	border: 2px solid black;
}

/**************** Content -> Sidebar */
.content .sidebar {
	display: block;
	float: right;
	width: 240px;
	background: transparent url(../images/sidebar_bg.png) repeat-y;
	margin-top: 1px;
	margin-left: 15px;
}

.content .sidebar .inner {
	background: transparent url(../images/sidebar_inner.png) no-repeat top left;
	overflow: hidden;
	width: 240px;
}

.content .sidebar ul.newses {
	list-style: none;
	background: transparent url(../images/sidebar_newses_separator.png) no-repeat bottom left;
}

.content .sidebar ul.newses li {
	padding: 10px 10px;
	font-size: 11px;
	background: transparent url(../images/sidebar_newses_separator.png) no-repeat top left;
}

.content .sidebar ul.newses li p.date {
	display: block;
	background: transparent url(../images/sidebar_newses_date.png);
	width: 66px;
	height: 16px;
	line-height: 16px;
	text-align: center;
}

.content .sidebar ul.newses li h4 {
	font-weight: bold;
	font-size: 12px;
	margin: 5px 0;
}

.content .sidebar ul.newses li h4 a {
	color: #fff;
}

.content .sidebar ul.newses li img {
	float: right;
	border: 3px solid #D5D6D6;
	margin: 5px 0 5px 5px;
}

.content .sidebar ul.newses li .more {
	overflow: hidden;
	display: block;
	height: 27px;
}

.content .sidebar a.blue-box {
	display: block;
	margin: 20px auto;
	background: transparent url(../images/sidebar_anchor_blue_box.png);
	width: 135px;
	height: 23px;
	text-align: center;
	color: #fff;
	line-height: 23px;
	text-decoration: none;
}

.content .sidebar a.blue-box:hover {
	background-position: 0 -23px;
}

/**************** Bottom */
.bottom-page {
	height: 258px;
	background: transparent url(../images/bottom_bg.png) repeat-x;
	width: 100%;
	text-align: left;
	padding: 0;
	margin: 0;
}

.bottom-page h1 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 25px 0 10px 0;
}

.bottom-wrapper {
	display: block;
	margin: 0 auto;
	width: 987px;
	overflow: hidden;
	background: transparent url(../images/bottom_wrapper.png) no-repeat top center;
}

.bottom-wrapper .newsletter {
	margin-top: 12px;
	display: block;
	float: left;
	height: 215px;
	background: #001039 url(../images/newsletter_bg.png) no-repeat top left;
	width: 200px; /* 240px; */
	padding: 15px 20px;
	margin-right: 25px;
}

.bottom-wrapper .newsletter input.text,
.bottom-wrapper .newsletter input.submit {
	border: none;
	margin-top: 20px;
}
	
.bottom-wrapper .newsletter input.text {
	background-image: url(../images/newsletter_input.png);
	width: 191px; /* 199px */
	height: 20px;  /* 23px */
	padding: 3px 4px 0 4px;
}

.bottom-wrapper .newsletter input.submit {
	background: transparent url(../images/newsletter_submit.png) no-repeat;
	width: 85px;
	height: 23px;
	color: #fff;
}

.bottom-wrapper .newsletter h1 {
	padding-top: 0;
}

.bottom-wrapper .newsletter p {
	line-height: 1.8em;
}

.bottom-page ul.events {
	list-style: none;
	margin-top: 55px;
	height: 100px;
}

.bottom-page ul.events li {
	display: block;
	float: left;
	width: 300px;
	position: relative;
	border-right: 1px solid #6886A7;
	padding: 0 20px;
	height: 100px;
}


.bottom-page ul.events li a {
	color: #fff;
}

.bottom-page ul.events li a.img {
	float: left;
	width: 110px;
}

.bottom-page ul.events li div.box-info {
	margin-top: 15px;
	margin-left: 111px;
	overflow: hidden;
	width: 185px;
}

.bottom-page ul.events li.no-image div.box-info {
	margin-left: 10px;
	width: 286px;
	white-space: nowrap;
}

.bottom-page ul.events li a.title {
	display: block;
	padding-bottom: 10px;
}

.bottom-page ul.events li a.info {
	position: absolute;
	left: 0;
	bottom: 25px;
	left: 131px;
	width: 190px;
}

.bottom-page ul.events li.no-image a.info {
	margin-left: 10px;
	left: 20px;
}

/**************** News list */
.news-list {
	list-style: none;
	padding: 0 10px;
	height: auto !important;
}

.news {
	padding: 0 10px;
}

.news-grid {
	overflow: hidden;
}
.news-list li,
.news-grid div.item {
	overflow: hidden;
	position: relative;
}

.news-list li {
	background: transparent url(../images/hr_bg.png) repeat-x bottom;
	padding: 15px 0;
}

.news-grid div.item {
	display: block;
	float: left;
	width: 47%;
	padding: 0 10px;
	height: 180px;
}

.news-grid .hr {
	clear: left;
}

.news-list li .date,
.news-grid div.item .date,
.news .date {
	background-image: url(../images/date_bg.png);
	width: 84px;
	height: 22px;
	line-height: 20px;
	text-align: center;
	margin-right: 10px;
	float: left;
}

.news-list li h3,
.news-grid div.item h3,
.news h3 {
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	padding: 0;
}

.news-list li h3 a,
.news-grid div.item h3 a,
.news h3 a {
	color: #fff;
}

.news-list li .text,
.news-grid div.item .text,
.news .text {
	padding: 5px 0;
}

.news-list li .text img,
.news-grid div.item .text img,
.news .text img {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	border: 1px solid #001039;
}

a.more85,
a.more65 {
	display: block;
	text-align: center;
	height: 23px;
	line-height: 23px;
	color: #fff;
	text-decoration: none;
}

a.more85 {
	width: 85px;
	background-image: url(../images/more_85.png);
}

a.more65 {
	width: 65px;
	background-image: url(../images/more_65.png);
	text-align: right;
	padding-right: 20px;
	width: 45px;
}

a.more85:hover,
a.more65:hover {
	background-position: 0 -23px;
}

/* Absolutize */
.news-grid div.item a.more85 {
	position: absolute;
	bottom: 0;
	right: 0;
}

.hr {
	background: transparent url(../images/hr_bg.png) repeat-x center;
	height: 2px;
	padding: 15px 0;
}

/**************** Gallery */
table.gallery {
	width: 100%;
}

table.gallery td {
	text-align: center;
}

table.gallery td img {
	border: 1px solid #001039;
}

/**************** Breadcrump */
.breadcrump {
	background: transparent url(../images/title_bg.png) repeat-x bottom;
	list-style: none;
	width: 715px;
	margin: 10px 10px 20px 10px;
	overflow: hidden;
	padding-bottom: 15px;
}

.breadcrump li {
	display: block;
	float: left;
	font-size: 16px;
	font-weight: bold;
	padding: 0 8px 0 20px;
	background: transparent url(../images/breadcrump.png) no-repeat center left;
}

.breadcrump li.first {
	padding-left: 0 !important;
	background: none;
}

.breadcrump li a {
	color: #fff;
}

li.last {
	background: none;
}

/********************** Paginator */
.paginator {
	overflow: hidden;
	padding: 14px 0;
	text-align: right;
	background: transparent url(../images/hr_bg.png) repeat-x top;
	margin: 15px 10px 0 10px;
}

.paginator .info {
	display: block;
	float: left;
	padding-top: 2px;
}

.paginator ul {
	float: right;
}

.paginator ul li {
	display: block;
	float: left;
	padding: 0 2px;
}

.paginator ul li a {
	display: block;
	line-height: 23px;
	background: transparent url(../images/paginator_bg.png) repeat-x top left;
	color: #4E87C7;
	font-size: 14px;
}

.paginator ul li a img {
	display: block;
	border: none;
	padding: 8px 0;
}

.paginator ul li a span.lft {
	display: block;
	line-height: 24px;
	padding-left: 9px;
	background: transparent url(../images/paginator_left.png) no-repeat top left;
}

.paginator ul li a span.rgt {
	display: block;
	line-height: 24px;
	padding-right: 9px;
	background: transparent url(../images/paginator_right.png) no-repeat top right;
}

.paginator ul li.active a {
	background-image: url(../images/paginator_active_bg.png);
	font-weight: bold;
	color: #fff;
}

.paginator ul li.active a span.lft {
	background-image: url(../images/paginator_active_left.png);
}

.paginator ul li.active a span.rgt {
	background-image: url(../images/paginator_active_right.png);
}

/**************** Footer */
.footer {
	width: 100%;
	text-align: left;
	background-color: #16477D;
	font-size: 11px;
	line-height: 17px;
}

.footer-wrapper {
	display: block;
	margin: 0 auto;
	overflow: hidden;
	background: transparent url(../images/footer_wrapper.jpg) no-repeat top center;
	width: 987px;
	height: 75px;
	position: relative;
}

.footer ul {
	list-style: none;
	margin-top: 6px;
	margin-left: 10px;
}

.footer ul li {
	display: block;
	float: left;
	padding: 0 10px;
}

.footer ul li.active {
	font-weight: bold;
}

.footer .copyright {
	position: absolute;
	left: 20px;
	top: 40px;
}

.footer .company {
	position: absolute;
	right: 30px;
	top: 40px;
}

.footer .company div {
	display: block;
	float: left;
}

.footer .company a {
	display: block;
	width: 73px;
	height: 17px;
	float: left;
	margin-left: 10px;
	background: transparent url(../images/footer_company.png) no-repeat top center;
	color: #fff;
	text-align: center;
	line-height: 17px;
}

.footer ul li a {
	color: #fff;
}

/**************** Tools */
.tools {
	overflow: hidden;
	padding: 0 10px;
}

.tools .back {
	color: #fff;
	float: left;
	background: transparent url(../images/tools_back.png) no-repeat center left;
	padding-left: 20px;
}

.tools .print {
	color: #fff;
	float: right;
	background: transparent url(../images/tools_print.png) no-repeat center left;
	padding-left: 20px;
}

.gallery-more {
	display: block;
	padding: 15px 10px 0 10px;
	height: 30px;
}

.gallery-more a {
	float: right;
}

/**************** Button */
.button {
	
}

.button h1,
.button h2 {
	font-weight: normal;
	margin: 5px 0 5px 23px;
	padding: 0;
}

.button h1 a,
.button h2 a {
	color: #fff;
}

.button h1 {
	font-size: 12px;
	text-indent: 5px;
}

.button h2 {
	font-size: 18px;
}

.button img {
	display: block;
	margin: 10px auto 10px auto;
}

/**************** Pool */
.pool {
	padding-top: 15px;
	clear: both;
	width: 235px;
}

.pool h3 {
	background: transparent url(../images/pool_line.png) no-repeat bottom center;
	font-size: 17px;
	padding: 0 0 8px 5px;
	font-weight: bold;
}

.pool h4 {
	padding: 5px 5px 10px 5px;
	font-weight: normal;
	font-size: 13px;
}

.pool input {
	margin: 0 5px 0 6px;
}

.pool .poll-results {
	padding: 0 5px;
}

.pool .poll-result-bar {
	background-color: #03133B !important;
}

.pool table.options {
	width: 100%;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
}

.pool a {
	color: #fff;
	text-decoration: underline;
}

/**************** Other */
.a-center {
	text-align: center;
}

.a-right {
	text-align: right;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.no-border {
	border: none !important;
}