﻿/* CSS Document */
/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; } 
table {	border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%;	font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }
hr { display: none; }
address{ display: inline; }
a:focus{ outline: none; }

/* Core elements */

html {
	background: #26699F url(./img/bg_repeat.jpg) repeat;
}

body {
	background: url(./img/bg.jpg) no-repeat center top;
	/*background-attachment: fixed;*/
	font-size: 14px;
	font-family: Calibri; 
	color: #0F2F48;
	position: relative;
}

input, select, textarea {
	font: normal 14px Calibri;
}

h1 { font-size: 24px; }
h3, strong { font-weight: bold; font-family: Calibri; }
em { font-style: italic; }
img, .input_check, .input_radio { vertical-align: middle; }
legend { display: none; }
table { width: 100%; }
td { padding: 3px; }

a {
	color: #444444;
	text-decoration: none;
}

/* Utility styles */
.right { float: right; }
.left { float: left; }
.hide { display: none; }
.short { text-align: center; }
.text_right { text-align: right; }
.clear { clear: both; }
.clearfix:after { content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.faded { opacity: 0.5 }
.clickable { cursor: pointer; }
.reset_cursor { cursor: default; }

.paddingTop { padding-top: 15px; }
.paddingLeft { padding-left: 15px; }

.paddingTop_medium { padding-top: 10px; }

/* Layout */

#wrapper {
	margin: 0 auto;
	width: 1020px;
	height: 100%;
	z-index: 10;
	position: relative;
}

.main_width {
	margin: 0 auto;
	width: 1020px;
}

/* Sidebar menu */


.sidebar_menu_content {
	background: url(./img/sidebar_menu_bg.png) no-repeat left 508px;
	min-height: 540px;
	position: relative;
	z-index: 500;
}

.sidebar_menu_bottom {
	background: url(./img/sidebar_menu_bottom.png) no-repeat bottom;
	margin-top: -14px;
	position: relative;	
	width: 306px;
	height: 100px;
	z-index: 400;
}

/* Logo */

#logo {
	margin: 62px 0 0 45px;
	width: 190px;
	height: 86px;
}

#logo a {
	width: 190px;
	height: 86px;
	display: block;
}

/* Accordion */

#accordion {
	width: 306px;
	position: relative;
	top: 23px;
	padding: 0px;
}

ul.accordion_menu {
	margin-left: 15px;
}


ul.accordion_menu a {
	color: #fff;
	display: block;
	text-decoration: none;
	text-align: left;
}

ul.accordion_menu li {
	background: url(./img/accordion_separator.png) no-repeat left bottom;
	margin: 0px 0;
	padding: 8px 0 8px 13px;
	text-transform: uppercase;
}

ul.accordion_menu li.end { background: none !important; }

ul.accordion_menu li a {	
	background: url(./img/accordion_default.png) no-repeat left center;
	width: 242px;
	padding: 17px 0px 18px 30px;
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
}


/*ul.accordion_menu li a {	
	background: url(./img/accordion_default.png) no-repeat left;
	height: 45px;
	width: 242px;
	padding: 0px 0px 0px 30px;
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
}

ul.accordion_menu li a span {
	display: table-cell;
	vertical-align: middle;
	height: 45px;
}*/

ul.accordion_menu li ul {
	padding: 6px 0px 0 0;
}

ul.accordion_menu li ul li {
	background: none !important;	
	text-transform: none !important;
	padding: 0px 35px 8px 0;
	/*padding: 0px 0 6px 0;*/
}

ul.accordion_menu li ul li a {
	background: none !important;
	height: auto !important;
	width: auto !important;
	font-size: 14px;
	padding: 0;
	padding-left: 40px;
}

ul.accordion_menu li ul li a:hover {
	color: #ffcc01;
}

ul.accordion_menu a.active, ul.accordion_menu a.active:hover {
	background: url(./img/accordion_active.png) no-repeat right;
	color: #2b72af !important;
}

/* Slider */

#slider_container {
	position: absolute;
	top: 0;
	height: 355px;
	z-index: 100;
}

.slider_wrap {
	margin-top: 45px;
	float: right;
	width: 797px;
	height: 310px;
	position: relative;
	overflow: hidden;
}
.slider_wrap img {
	width: 797px;
	height: auto;
	display: none;
	position: absolute;
	top: 0;
	right: 0px;	
}

.slider_wrap img:first-child {
	display: block;
}

/* Content */

#content {
	top: 0px;
	padding-top: 390px;
	position: relative;
	z-index: 200;
}

.content_top {
	background: url(./img/content_top.png) no-repeat;
	margin-top: -45px; 
	width: 714px;
	height: 45px;	
}

.content_body {
	width: 639px;
	padding-right: 75px;

}

.content_bottom {
	background: url(./img/content_bottom.png) no-repeat right; 
	width: 1020px;
	height: 40px;	
}

/* Content layout */

/* News */

.news-item {
	background: url(./img/border_dark.png) repeat-x bottom;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.news-item .news-details {
	text-align: right;
}

.news-pages {
	text-align: center;
}
.news-pages .page-link {
	margin: 0 3px;
	text-decoration: none;
}
.news-pages .page-link:hover {
	text-decoration: underline;
}
.news-pages .page-link.active {
	color: #0f2f48;
}

/* News */

/* Gallery */

.gallery-description {
	width: 480px;
}
.gallery-inner-list {
	width: 102px;
	padding: 0 10px;
	position: absolute;
	right: 85px;
	top: 60px;
}
.gallery-inner-list .gallery-inner-item {
	display: block;
	width: 102px;
	/*height: 150px;*/
	overflow: hidden;
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
	word-wrap: break-word;
}
.gallery-inner-list .gallery-inner-item:hover {
	text-decoration: underline;
}
.gallery-inner-list .gallery-inner-item img {
	border: 1px solid;
}
.page_body a.gallery-item {
	text-align: center;
	text-decoration: none;
	display: block;
	width: 200px;
	height: 240px;
	float: left;
	margin: 0 5px 10px;
}
.page_body a.gallery-item img {
	border: 1px solid;
}
.page_body a.gallery-item span:hover {
	text-decoration: underline;
}

/* Gallery */

.sideLayout.sideLayout_withleft { padding-left: 306px; }
	
/* Panes */

.sideLayout { 
	background: url(./img/content_bg.png) repeat-y 30px; 
	position: relative;
	width: 716px;
	height: 100%;
}

.sideLayout_content, .sideLayout .sideLayout_left1 { position: relative; }
.sideLayout_content {
	width: 100%;
	float: left; 
}

.sideLayout .sideLayout_left { 
	background: url(./img/sidebar_menu_top.png) no-repeat top;
	margin-top: -375px; 
	position: relative;	 
	width: 306px; 
	margin-left: -306px; 
	float: left; 
}

#sidebar_menu {
	position: relative;
}

#sidebar {
	margin-left: 30px; 
	padding-left: 30px; 
}


/* Latest news block */

.latest_news {
	background: url(./img/border_light.png) repeat-x top;
	width: 225px;
	font-size: 14px;
	line-height: 1;
}

.latest_news, .latest_news a {
	color: #2e75b2;
}

.latest_news h3 {
	padding: 14px 0 14px;
	font-size: 18px;
	font-weight: bold;
	color: #ffc600;
	text-transform: uppercase;
	line-height: 1;
}

.latest_news ul li {
	background: url(./img/border_light.png) no-repeat left top;
	padding: 1px 0 20px 0;
}

.latest_news ul li .date {
	color: #c3c3c3;
	text-align: right;
}

.latest_news ul li h3.title {
	padding: 0;
	color: #2e75b2;
	font-size: 18px;
	font-weight: bold;
	text-transform: none;
}	

.latest_news ul li .desc {
	line-height: 1.1;
}

.latest_news ul li .go_to_full, .latest_news ul li .go_to_full a {
	text-align: right;
	text-decoration: underline;
}

.all_news {
	margin-top: 10px;
	display: block;
}

/* Page styles */

.page_title {
	background: url(./img/border_dark.png) repeat-x bottom;
	padding: 0 0 3px 14px;
	color: #0f2f48;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
}

.page_body {
	margin-bottom: 0px;
	padding: 25px 16px 0px 16px;
	color: #0f2f48;	
}

.page_body a {
	color: #2e75b2;
	text-decoration: underline;
}

.page_body .list_indent li {
	padding-left: 14px;
}

.page_body .gallery { width: 100%; }

.page_body .gallery li {
	margin: 10px 20px 10px 0;
	float: left;
}

.page_body .justifyfull { text-align: justify; }
.page_body .justifyright { text-align: right; }
.page_body .justifyleft { text-align: left; }

/* Footer */

#footer {
	background: url(./img/footer_bg.png) no-repeat right;
	width: 906px;
	height: 93px;
	margin-top: -11px;
	margin-right: 44px;
	float: right;
	right: 0;
	
	position: relative;
	z-index: 300;
}

#footer, #footer a {
	color: #5e7485;
}

.stick {
	background: url(./img/contacts.png) no-repeat;
	width: 224px;
	height: 115px;
	margin-top: -88px;
	margin-right: -10px;
	right: 0;
	
	position: absolute;
	z-index: 400;	
}

.copyright {
	margin: 9px 0 0 30px;
	width: 250px;	float: left;
}

.copyright p {
	margin-left: 15px;
	text-align: center;
	float: left;	
}

.footer_navigation {
	margin: 20px 0 0 10px;
	line-height: 1.2;
	text-align: center;
	width: 420px;
	float: left;
}

.footer_navigation li {
	margin: 0 1px;
	display: inline;
}

.footer_navigation li a:hover {
	color: #448ac6 !important;
}

a.oltan {
	display: block;
	text-align: right;
	margin: 32px 0 0 15px;
	float: left;
	width: 165px;
	height: 43px;
	background: url(./img/logo_footer.png) no-repeat;
	background-position: left 15px;
}
a.oltan:hover{
	background-position: right 15px;
}

/* Preloader Styles */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #26699f; 
    z-index: 9999 !important;;
}

#status {
    width: 200px;
    height: 150px;
    position: fixed;
    left: 50%;
    top: 50%; 
    background-image: url(./img/ajax_loader.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    margin: -100px 0 0 -100px;
}

