/*--tags--*/

body, html{
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
    }
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2C2C2C;
    }
a {
	color:#006233;
	text-decoration:underline;
	}
a:hover {
	color:#006233;
	text-decoration: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: 11px;
    color:#2C2C2C;
    padding: 1px;
    margin: 0px;
    }
img{
	border:none;
	behavior: url("client/pngbehavior.htc");
}
table{
	border:none;
	empty-cells:show;
    }
hr {
	height:1px;
	color:#E5E5E5;
	background-color: #E5E5E5;
	clear:both;
	border: 0;
}
    
    
/*--wrapper--*/

#wrapper {
	min-height:100%;
	position:relative;
	min-width:980px;
	width:100%;
	margin:0 auto;
}
* html #wrapper {
	height:100%;
}

div.clear {
	height:10px;
}

/*--header--*/

#header {
	height:123px;
	margin:auto;
	min-width:980px;
	max-width:1100px;
	position:relative;
}
* html #header {
	width: expression(document.body.clientWidth < 981 ? "980px" : document.body.clientWidth > 1101 ? "1100px" : "100%" );
	}

#header div.logo {
	position:absolute;
	left:25px;
	top:45px;
}

#header div.nav_top {
	position:absolute;
	right:25px;
	top:0px;
	height:75px;
	border-top:solid #006233 4px;
	padding-top:45px;
}
#header div.nav_top a{
	margin-left:10px;
	margin-right:10px;
	color:#333333;
	text-decoration:none;
	font-size:11px;
}
#header div.nav_top a:hover{
	color:#006233;
	text-decoration:none;
}
#header div.nav_top img{
	vertical-align:middle;
}


/*--menu--*/

#menu {
	height:25px;
	margin:auto;
	width:100%;
	background-color:#006233;
}
#menu div.menu_cont{
	height:25px;
	margin:auto;
	min-width:980px;
	max-width:1100px;
	position:relative;
}
* html #menu div.menu_cont {
	width: expression(document.body.clientWidth < 981 ? "980px" : document.body.clientWidth > 1101 ? "1100px" : "100%" );
	}

#menu div.lang{
	position:absolute;
	left:25px;
	top:4px;
}
#menu div.menu_cont div.lang img{
	padding-right:7px;
}
#menu div.menul0{
	padding-right:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}
#menu div.menul0 a{
	display:block;
	float:right;
	color:#FFFFFF;
	margin-left:10px;
	text-decoration:none;
	text-transform:uppercase;
	height:21px;
	padding-top:4px;
	padding-right:5px;
	padding-left:5px;
}
#menu div.menul0 a:hover{
	background-color:#33815C;
	margin-left:10px;
}

/*--side_menu--*/

#side_menu {
	float:left;
	width:27%;
	background-image:url(images/menuside_bg2.jpg);
	background-repeat: repeat-y;
	background-position: right center;
	position: relative;
	}
* html #side_menu {
	width:265px;
	}
#side_menu div.bottom{
	position: absolute;
	right:0px;
	bottom:0px;
	z-index:4;
	}
* html #side_menu div.bottom{
	right:-1px;
	}
#side_menu div.top{
	position: absolute;
	right:0px;
	top:0px;
	z-index:5;
	}
* html #side_menu div.top{
	right:-1px;
	}
#side_menu div.plot{
	position:relative;
	z-index:10;
	margin-left:25px;
	margin-top:15px;
	padding-bottom:100px;
	}
/*--level1--*/
#side_menu div.plot ul{
	margin:0px;
	padding:0px;
	list-style:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
#side_menu div.plot ul li{
	text-transform:uppercase;
	font-size:14px;
	}
#side_menu div.plot ul li a{
	text-decoration:none;
	display:block;
	width:100%;
	padding:4px 0px;
	}	
#side_menu div.plot ul li a:hover{
	background-color:#E6E6E6;
	background-image: url(images/menul1_bg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	}	
#side_menu div.plot ul li a span{
	margin-left:5px;
	}	
#side_menu div.plot ul li.active a{
	background-color:#E6E6E6;
	background-image: url(images/menul1_bg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	}

/*--level2--*/	
#side_menu div.plot ul li.active ul li{
	text-transform:none;
	font-size:12px;
	}		
#side_menu div.plot ul li.active ul li a{
	padding:3px 0px;
	}	
#side_menu div.plot ul li.active ul li a:hover, #side_menu div.plot ul li.active ul li a{
	background-color: #FFFFFF;
	background-image:url(images/menuside_bg2.jpg);
	background-repeat: repeat-y;
	background-position: right center;
	}
#side_menu div.plot ul li.active ul li a:hover{
	text-decoration:underline;
	}		
html>/**/body #side_menu div.plot ul li.active ul li a:hover{
	text-decoration:none;}	
#side_menu div.plot ul li.active ul li a span{
	margin-left:10px;
	padding-left:12px;
	background-image:url(images/menul2_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight:bold;
	}	

/*--level3--*/
#side_menu div.plot ul li.active ul ul li{
	}		
#side_menu div.plot ul li.active ul ul li a{
	padding:2px 0px;
	}	
#side_menu div.plot ul li.active ul ul li a:hover, #side_menu div.plot ul li.active ul ul li a{
	}
#side_menu div.plot ul li.active ul ul li a:hover{
	}		
#side_menu div.plot ul li.active ul ul li a span{
	margin-left:32px;
	padding-left:10px;
	background-image:url(images/menul3_bg.gif);
	font-weight:normal;
	}
/*--level4--*/
#side_menu div.plot ul li.active ul ul ul li{
	}		
#side_menu div.plot ul li.active ul ul ul li a{
	padding:1px 0px;
	}	
#side_menu div.plot ul li.active ul ul ul li a:hover, #side_menu div.plot ul li.active ul ul li a{
	}
#side_menu div.plot ul li.active ul ul ul li a:hover{
	}		
#side_menu div.plot ul li.active ul ul ul li a span{
	margin-left:50px;
	padding-left:8px;
	background-image:url(images/menul4_bg.gif);
	font-weight:normal;
	}	
	
	
	
div.quick_search{
	margin-bottom:15px;
	}
div.quick_search img{
	vertical-align:middle;
	margin-left:5px;
	}	
div.quick_search input{
	border:#C0C0C0 solid 1px;
	vertical-align:middle;
	width:170px;
	padding:2px;
	}		
	
/*--content--*/

#content {
	margin:auto;
	min-width:980px;
	max-width:1100px;
	padding-bottom:100px;
}
#content:after{
	content: "";  
	display: block; 
	clear: both;
    }
* html #content {
	width: expression(document.body.clientWidth < 981 ? "980px" : document.body.clientWidth > 1101 ? "1100px" : "100%" );
	}

#text {
	padding-left:27%;
	}
* html #text {
	padding-left:265px;
	}
#text:after{
	content: "";  
	display: block; 
	clear: both;
    }
#text div.text_cont {
	overflow:auto;
	padding: 15px 25px;}
#text div.text_cont:after{
	content: "";  
	display: block; 
	clear: both;
    }
* html #text div.text_cont {
	height:1%;}

#text div.text_cont div.title{
	text-align:right;
	border-bottom:#E5E5E5 solid 1px;	
	padding-bottom:10px;
	margin-bottom:10px;
}
#text div.text_cont div.title span{
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#006633;
	font-size:15px;
	font-weight:bold;
}
#text div.text_cont div.plot{
	padding: 0px 10px;
	line-height:140%;
}
#text div.text_cont div.plot table{
	border-collapse:collapse;
	border:1px solid #006233;
	empty-cells:show;
}
#text div.text_cont div.plot table td{
	border:1px solid #006233;
	padding:2px;
}

/*--footer--*/

#footer {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:95px;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;	
}
#footer div.nav_bottom {
	height:30px;
	margin:auto;
	min-width:980px;
	max-width:1100px;
}
* html #footer div.nav_bottom {
	width: expression(document.body.clientWidth < 981 ? "980px" : document.body.clientWidth > 1101 ? "1100px" : "100%" );
	}
#footer div.nav_bottom div.plot{
	margin-left:27%;
}
* html #footer div.nav_bottom div.plot{
	margin-left:265px;
}
#footer div.nav_bottom div.plot div{
	margin-left:15px;
	margin-right:25px;
	text-align:right;
	border-top:#E5E5E5 solid 1px;
	padding-top:10px;
}


	
#footer div.cont_bottom {
	height:30px;
	margin:auto;
	min-width:980px;
	max-width:1100px;
	text-align:center;
	color:#999999;
	line-height:20px;
	padding-top:18px;
}
* html #footer div.cont_bottom {
	width: expression(document.body.clientWidth < 981 ? "980px" : document.body.clientWidth > 1101 ? "1100px" : "100%" );
	}
#footer div.cont_bottom a{
	color:#999999;
	text-decoration:none;
}
#footer div.cont_bottom a:hover{
	text-decoration:underline;
}

/*--default table--*/

#text div.text_cont div.plot table.default {
	width:100%;
	border:none;
}
#text div.text_cont div.plot table.default td{
	width:50%;
	padding:10px 0px;
	border:none;
	}

/*--attachments--*/

div.att_menu {
	background-color:#ECECEC;
	padding: 5px 14px;
	margin-bottom:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div.att_menu img{
	vertical-align:middle;
	padding-right:4px;
	text-decoration:none;
	background-color:#ECECEC;
}
div.att_menu a{
	margin-right:20px;
}
	
/*--gallery plot--*/	

div.gallery_plot {
	background-color:#ECECEC;
	padding-left:30px;
	padding-right:30px;
	padding-top:7px;
	padding-bottom:7px;
	margin-top:15px;
	position:relative;
	}
div.gallery_screen {
	height:110px;
	width:100%;
	}
div.gallery_screen table td{
	vertical-align:top;
	white-space:normal;
	}
#motioncontainer{
	position:relative;
	overflow:hidden;
		height:110px;
	width:100%;
	}
#motiongallery{
	position:absolute;
	white-space: nowrap;
	}
div.gallery_screen div{
	position:absolute;
	left:0;
	top:0;
	white-space:nowrap;
	}
#text div.text_cont div.plot div.gallery_screen table{
	border:none;
	}
#text div.text_cont div.plot div.gallery_screen table td{
	text-align:center;
	font-weight:bold;
	border:none;
	padding:0px;
	}
div.gallery_plot div.left{
	position:absolute;
	left:10px;
	top:20px;
}
* html div.gallery_plot div.left{
	left:-20px;

}
div.gallery_plot div.right{
	position:absolute;
	right:10px;
	top:20px;
}
* html div.gallery_plot div.right{
	right:40px;

}

#text div.text_cont div.plot table.gallery_table{
	width:100%;
	border:none;}
#text div.text_cont div.plot table.gallery_table td{
	vertical-align:top;
	border:none;
	padding:0px;}
#text div.text_cont div.plot table.gallery_table td.right{
	padding-left:20px;
	}
#text div.text_cont div.plot table.gallery_table td.right div.foto_info {
	text-align:justify;
	margin-bottom:20px;}

div.gallery_plot_vertical {
	width:100px;
	background-color:#ECECEC;
	padding-left:10px;
}
div.gallery_plot_vertical_screen {
	overflow:hidden;
	}
div.gallery_plot_vertical div.top{
	text-align:center;
	padding:10px 10px 10px 0px;
}
div.gallery_plot_vertical div.bottom{
	text-align:center;
	padding:10px 10px 10px 0px;
}
	
/*--images--*/
	
img.small{
	padding-right:8px;
	padding-bottom:8px;
	background-image: url(images/small_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	vertical-align:middle;
}
img.big{
	padding-right:10px;
	padding-bottom:10px;
	background-image: url(images/big_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
img.gallery{
	padding-top:4px;
	padding-left:4px;
	padding-right:8px;
	padding-bottom:8px;
	background-image: url(images/gallery_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
img.gallery:hover{
	background-image: none;
}

div.link{
	margin:10px;
	font-weight:bold;
	}
div.link img{
	vertical-align:middle;
	padding-right:5px;
	background-color:#FFFFFF;
	}
#text div.text_cont div.plot table.info {
	margin-top:15px;
	border:none;
}
#text div.text_cont div.plot table.info td {
	vertical-align:top;
	border:none;
	padding:0px;
}
table.info td.left{
	vertical-align:top;
	text-align:left;
	width:320px;
}
table.info td.right{
	vertical-align:top;
	text-align:left;
}

/*--forms--*/

div.form_plot {
	background-color:#ECECEC;
	margin-top:15px;
	margin-bottom:15px;
	padding:15px;}
#text div.text_cont div.plot div.form_plot table td{
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	border:none;
}	
div.form_plot table td input{
	vertical-align:middle;}	
div.form_plot table td div{
	margin-bottom:10px;}	


input {
	width: 180px;}
select {
	width: 186px;}
textarea {
	width: 182px;}
input.checkbox {
	width:18px;}
#text div.text_cont div.plot table.form {
	border:none;
	}
#text div.text_cont div.plot table.form td {
	vertical-align:top;
	padding-top:6px;
	border:none;}
#text div.text_cont div.plot table.form td.label {
	width:140px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:10px;
	border:none;}
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;
	width:auto;
	font-size:12px;
	padding: 1px 7px ;
	border:none;
	margin-top:5px;
}


/*--contacts--*/

div.contacts {
	height:430px;
	background-repeat: no-repeat;
	background-position: right top;
	}

/*--search--*/

div.search_content {
	margin-bottom:10px;}
div.search_results {
	margin-top:10px;
	margin-bottom:10px;}
input.search_input {
	width: 200px;}
input.search_submit {
	width: auto;}
a.search_link {
	color:#545454;
	text-decoration:none;}

/*--news--*/

div.news_title {
	margin-bottom:7px;
	font-weight:bold;
	font-size:1.1em;}
div.news_title span{
	margin-left:10px;
	font-size:0.9em;}
div.news_images {
	float:left;
	margin-right:5px;
	margin-bottom:5px;}
div.news_intro{
	margin-bottom:15px;
	text-align:justify;}
div.paging span{
	font-weight:bold;}

/*--table--*/


#text div.text_cont div.plot table.wo_borders{
	border:none;}
#text div.text_cont div.plot table.wo_borders td{
	border:none;
	padding:0px;}

/*--sitemap--*/

#text div.text_cont div.plot table.sitemap {
	border:none;}
#text div.text_cont div.plot table.sitemap td{
	border:none;
	padding:0px;}
#text div.text_cont div.plot table.sitemap table{
	border:none;}
#text div.text_cont div.plot table.sitemap table td{
	border:none;
	padding: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;}