/*--tags--*/

body, html{
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
    }
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6C6D70;
	background-color:#173776;
    }
a {
	color:#173777;
	text-decoration:underline;
	}
a:hover {
	color:#173777;
	text-decoration:none;
	}
a:active {
	outline: none;
	}
a:focus {
	-moz-outline-style: none;
	}	
form, p, table, div, span, img, thead, tbody, tfoot, th, td{
    margin:0px;
    padding:0px;
    }
input, select, textarea{
    font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6C6D70;
    padding: 1px;
    margin: 0px;
    }
img{
	border:none;
	}
* html img{
	behavior: url("client/pngbehavior.htc");
	}
table{
	border:none;
	empty-cells:show;
	border-collapse:collapse;
    }
hr {
	height:1px;
	color:#E0E4ED;
	background-color: #E0E4ED;
	clear:both;
	border: 0;
}
    
    
/*--content--*/

#wrapper {
	position:relative;
	min-width:980px;
	width:100%;
	margin:0 auto;
	background-color:#E8EDF7;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	}
#background {
	width:100%;
	margin:0 auto;
	background-image: url(images/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
#ice {
	width:100%;
	margin:0 auto;
	background-image: url(images/ice.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	}

#header {
	height:145px;
	margin:auto;
	width:980px;
	position:relative;
}
#header img.logo {
	position:absolute;
	left:10px;
	top:25px;
}
#header img.slogan {
	position:absolute;
	left:300px;
	top:50px;
}
#header div.navigation {
	position:absolute;
	right:0px;
	top:0px;
}
#header div.navigation a.small{
	display:inline-block;
	height:20px;
	width:36px;
	padding-top:10px;
	text-align:center;
	background-image: url(images/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left:5px;
	text-decoration:none;
}
#header div.navigation div.lang_cont{
	display:inline-block;
	height:90px;
	width:116px;
	margin-left:5px;
	vertical-align:top;
	text-decoration:none;
	font-size:10px;
	font-family:verdana;
}
#lang_cont_inside{
	height:90px;
	width:116px;
	background-image: url(images/nav_lang_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	vertical-align:top;
	position:absolute;
	top:-60px;
	right:0px;
}
#header div.navigation a.lang{
	display:block;
	height:21px;
	width:116px;
	padding-top:9px;
	vertical-align:top;
	text-decoration:none;
	font-size:10px;
	font-family:verdana;
}
#header div.navigation a.lang:hover{
	color:#FFFFFF;
}
#header div.navigation a.lang img{
	padding-right:5px;
	padding-left:10px;
	vertical-align:top;
}
#header div.navigation span.lang{
	display:block;
	height:21px;
	width:116px;
	padding-top:9px;
	vertical-align:top;
	text-decoration:none;
	font-size:10px;
	font-family:verdana;
	cursor:pointer;
	cursor:hand;
	color:#173777;
}
#header div.navigation span.lang:hover{
	color:#FFFFFF;
}
#header div.navigation span.lang img{
	padding-right:5px;
	padding-left:10px;
	vertical-align:top;
}
#main {
	margin:auto;
	width:980px;
	height:272px;
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom:40px;
	position:relative;
}
#main ul.menu_main {
	list-style:none;
	padding:0px;
	margin:0px;
/*	border-bottom:#214EAA solid 1px;*/
	width:270px;
	padding-top:2px;
}
#main ul.menu_main li:hover{
	background-image: url(images/menu_hover.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#main ul.menu_main li.end{
	display:none;
}
#main ul.menu_main a{
	display:block;
	width:230px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	border-top:#214EAA solid 1px;
	border-bottom:#122B5F solid 1px;
	padding:10px 10px 10px 30px;
	background-image: url(images/bullet.gif);
	background-position: 18px 14px;
	background-repeat: no-repeat;
	text-shadow: #0B1B3B 1px 1px 0px;
	}
#main ul.menu_main a.first{
	border-top:none;
	}
#main ul.menu_main li.l1_first a{
	padding:9px 10px 10px 30px;
	}
#main ul.menu_main li.l1_last a{
	border-bottom:none;
	}	
#main div.main_photo{
	position:absolute;
	right:0px;
	top:0px;
}
#contacts {
	margin:auto;
	width:980px;
	padding-bottom:50px;
	min-height:100px;
}
#contacts h1.contacts{
	color:#173777;
	font-size:22px;
	margin-left:340px;
	font-weight:normal;
	}
#contacts table.contacts{
	margin-left:280px;
}
#contacts table.contacts td{
	padding-left:60px;
	line-height:140%;
}
#content {
	margin:auto;
	width:980px;
}
#content:after{
	content: "";  
	display: block; 
	clear: both;
    }
#side_menu {
	float:left;
	width:270px;
	padding-bottom:200px;
	}
#side_menu ul.menu_main {
	list-style:none;
	padding:0px;
	margin:0px;
	width:270px;
	padding-top:2px;
}
#side_menu ul.menu_main li.l1{
	background-image: url(images/li_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#side_menu ul.menu_main li.l1:hover{
	background-image: url(images/li_bg_hover.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#side_menu ul.menu_main li.l1_first{
	background-image: url(images/li_bg_first.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#side_menu ul.menu_main li.l1_first:hover{
	background-image: url(images/li_bg_hover_first.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#side_menu ul.menu_main li.end{
	background-image: url(images/li_bg_last.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	height:17px;
	border:none;
	border-top:#214EAA solid 1px;
	margin-bottom:20px;
}
#side_menu ul.menu_main li.l1 a{
	display:block;
	width:230px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	border-top:#214EAA solid 1px;
	border-bottom:#122B5F solid 1px;
	padding:10px 10px 10px 30px;
	background-image: url(images/bullet.gif);
	background-position: 18px 14px;
	background-repeat: no-repeat;
	text-shadow: #0B1B3B 1px 1px 0px;
	}
#side_menu ul.menu_main li.l1 a.first{
	border-top:none;
	}
#side_menu ul.menu_main li.l1 a.active{
	background-image: url(images/bullet_active.gif);
	background-position: 15px 16px;
	background-repeat: no-repeat;
	}	
#side_menu ul.menu_main li.l2{
	background-color:#EAECF2;
	}
#side_menu ul.menu_main li.l2_first{
	padding-top:5px;
	}		
#side_menu ul.menu_main li.l2_last{
	padding-bottom:7px;
	}		
#side_menu ul.menu_main li.l2 a{
	display:block;
	width:230px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	padding:3px 10px 3px 30px;
	text-shadow: #FFFFFF 1px 1px 0px;
	}
#dialog{
	}
#dialog a.dialog_bg{
	background-image: url(images/dialog_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width:255px;
	height:63px;
	padding:17px 0px 0px 15px;
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	}
#dialog a.dialog_bg span{
	display:block;
	}
#dialog a.dialog_bg span.title{
	font-size:22px;
	margin-bottom:5px;
	text-shadow: #000000 1px 1px 0px;
	}
#dialog div.dialog_bottom{
	background-image: url(images/dialog_bg_bottom.gif);
	background-position: 172px top;
	background-repeat: no-repeat;
	width:270px;
	height:18px;
	}
#text {
	padding-left:290px;
	}
#text:after{
	content: "";  
	display: block; 
	clear: both;
    }
#text div.text_cont {
	overflow: hidden;}
#text div.text_cont:after{
	content: "";  
	display: block; 
	clear: both;
    }
* html #text div.text_cont {
	height:1%;
	margin-left: 0;
	overflow: hidden;
	o\verflow: visible;
	width: 100%;
	w\idth: auto;
	zoom: 1;
}
#text div.text_cont h1.title{
	border-bottom:#E0E4ED solid 1px;
	padding:3px 10px 10px 10px;
	font-size:24px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	margin-top:0px;
	}
#text div.text_nav{
	border-top:#E0E4ED solid 1px;
	padding:10px 0px 25px 0px;
	}
#text div.text_nav a{
	margin:0px 10px;
	}
#advertisiment {
	margin:auto;
}
#footer {
	border-top:#455F91 solid 5px;
	margin:auto;
	background-color:#173776;
}
#advertisiment {
	text-align:center;
	width:990px;
	margin: 15px auto;
}
#advertisiment img{
	margin: 0px 5px;
}
#footer div.footer_cont{
	width:980px;
	margin:auto;
	color:#9FADC7;
	padding:5px 0px 30px 0px;
	font-size:11px;
}
#footer div.footer_cont a {
	color:#9FADC7;
	text-decoration:underline;
	}
#footer div.footer_cont a:hover {
	color:#9FADC7;
	text-decoration:none;
	}
	
/*--text--*/

#text div.text_cont h1 {
	padding:3px 0px 10px 0px;
	font-size:24px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	margin-top:0px;
	}
#text div.text_cont h2 {
    font-size:16px;
    font-weight:bold;
    margin:15px 0px 15px 0px;}    
#text div.text_cont h3 {
    margin:15px 0px 15px 0px;
    font-size:13px;
    font-weight:bold;}    
#text div.text_cont p{
    margin:0px 0px 15px 0px;
    line-height:160%;
}
#text div.text_cont ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
#text div.text_cont ul li{
	background-image: url(images/bullet_text.gif);
	background-position: 0px 1px;
	background-repeat: no-repeat;
    padding:0px 0px 15px 20px;
	margin-left:15px;
}
#text div.text_cont hr{
}
#text div.text_cont pre{
    border: 1px solid #E0E4ED;
    padding:5px; 
}
#text div.text_cont table{
    border-color: #E0E4ED;
    margin-bottom:15px;
}
#text div.text_cont th{
    background-color: #E0E4ED;
	border-color: #E0E4ED;
}
#text div.text_cont td, #text div.text_cont th{
    padding:5px;
   	border-color: #E0E4ED; 
}
#text div.text_cont img{
    margin:0px 10px 10px 10px;
    border:#E0E4ED solid 1px;
    padding:4px;
    } 	
	
/* --- sitemap --- */

#text div.text_cont div.sitemap_content {
margin-bottom:15px;}
#text div.text_cont table.sitemap, #text div.text_cont table.sitemap table {
	border:none;
	margin:0px;
	padding:0px;
}
#text div.text_cont table.sitemap td{
	border:none;
	margin:0px;
	padding:0px;
}
#text div.text_cont table.sitemap img{
	border:none;
	margin:0px;
	padding:0px;
}
#text div.text_cont table.sitemap img:hover{
	border:none;
	margin:0px;
	padding:0px;
}

/*--gallery--*/

div.gallery_content {
	margin-bottom:15px;}
table.gallery {
	width:100%;
	margin-bottom:15px;}
table.gallery td {
	width:25%;
	text-align:center;
	vertical-align:top;}

/*--jquery gallery--*/

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6C6D70;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #333; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 26px; 
	float: right;
	padding-bottom: 0.7em;	
}

/*--forms--*/

input {
	width: 200px;}
select {
	width: 206px;}
textarea {
	width: 402px;
	height:120px;}
input.checkbox {
	width:18px;}
table.form {
	}
table.form td {
	vertical-align:top;
	padding-top:4px;}
table.form td.label {
	width:170px;
	padding-top:5px;
	padding-right:10px;
	text-align:left;}
span.required {
	color:#C00000;
	font-weight:bold;
	font-size:1.1em;}
div.form_error {
	color: #C00000;
	font-weight:bold;
	margin-bottom:15px;}
div.form_before {
	margin-bottom:15px;}
div.form_after {
	margin-top:15px;}
input.form_btn {
	background-color:#006633;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	padding: 1px 7px;
	height:30px;
	width:101px;
	border:none;
	cursor:pointer;
	background-image: url(images/btn_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-shadow: #0B1B3B 1px 1px 0px;
}


/*--components--*/
 
.sDN {display:none;}
.sDB {display:block;}
.sTAL {text-align:left;}
.sTAC {text-align:center;}
.sTAR {text-align:right;}
.sTAJ {text-align:justify;}
.sCP {cursor:pointer;}
.sCB {clear:both;}
.sFL {float:left;}
.sFR {float:right;}

