/*--tags--*/

body, html{
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
    }
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	background-color:#F8FBF0;
    }
a {
	color:#336600;
	text-decoration:underline;
	}
a:hover {
	color:#336600;
	text-decoration:none;
	}
form, p, table, div, span, img, thead, tbody, tfoot, th, td{
    margin:0px;
    padding:0px;
    }
input, select, textarea{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color:#333333;
    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:#DAE4CC;
	background-color:#DAE4CC;
	clear:both;
	border: 0;
}
    
    
/*--content--*/

#wrapper {
	min-height:100%;
	position:relative;
	min-width:980px;
	width:100%;
	margin:0 auto;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
* html #wrapper {
	height:100%;
}
#header {
	height:136px;
	margin:auto;
	width:880px;
	position:relative;
}
#header img.logo{
	position:absolute;
	top:35px;
	left:60px;
}
#header div.navigation{
	position:absolute;
	top:25px;
	right:20px;
	color:#B8C2A2;
}
#header div.navigation img{
	vertical-align:middle;
	padding-right:2px;
}
#header div.navigation a{
	color:#85A855;
	text-decoration:none;
	margin:0px 3px;
}
#header div.navigation a:hover{
	color:#336600;
	text-decoration:underline;
}
#header div.navigation a.lang{
	font-weight:bold;
}

#header table.menu {
	position:absolute;
	bottom:0px;
	left:340px;
	width:525px;
}
#header table.menu a{
	display:block;
	background-color:#FDFDFC;
	text-align:center;
	margin:7px 0px 0px 1px;
	border-top: solid 1px #D5E0CA;
	border-left: solid 1px #D5E0CA;
	border-right: solid 1px #D5E0CA;
	color:#333333;
	text-decoration:none;
	font-size:12px;
	background-image: url(images/menu_l0.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding:12px 0px 11px 0px;
	text-transform:uppercase;
}
#header table.menu a:hover{
	color:#336600;
	text-decoration:underline;
}
#header table.menu a.active{
	margin:0px 0px 0px 1px;
	color:#336600;
	background-image: url(images/menu_l0_active.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding:15px 0px 15px 0px;
}
#header table.menu a.active:hover{
	color:#336600;
	text-decoration:none;
	cursor: default;
}
#visual {
	margin:auto;
	width:882px;
	height:71px;
	background-image: url(images/visual_main.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom:10px;
	padding-top:207px;
}
#visual_content {
	margin:auto;
	width:882px;
	height:71px;
	background-image: url(images/visual_content.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom:10px;
	padding-top:87px;
}
#menu_l1 {
	border:#D5E0CA solid 1px;
	background-color: #FFFFFF;
	background-image: url(images/menu_l1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color:#999999;
	padding:4px 0px;
	margin-bottom:10px;
	}
#menu_l1 a{
	margin:0px 10px;
	}
#menu_l1 a.active{
	font-weight:bold;
	text-decoration:none;
	cursor:default;
	}	
#content {
	width:880px;
	margin:auto;
	padding-bottom:20px;
}
#content:after{
	content: "";  
	display: block; 
	clear: both;
    }
#side_menu {
	float:left;
	width:480px;
	border-right:#DAE4CC solid 1px;
	padding-left:25px;
	padding-right:15px;
	line-height:160%;
	}
#text {
	padding-left:535px;
	}
#text:after{
	content: "";  
	display: block; 
	clear: both;
    }
#text div.text_cont {
	overflow: hidden;
	line-height:160%;}
#text div.text_cont:after{
	content: "";  
	display: block; 
	clear: both;
    }
* html #text div.text_cont {
	height:1%;}
#text div.text_cont h1, #side_menu h1{
	color:#336600;
	padding:0px;
	margin:3px 0px 15px 0px;
	font-size:20px;
	font-weight:normal;
	text-transform:uppercase;
}
#text div.text_cont p, #side_menu p{
	margin-bottom:10px;
	margin-top:0px;
}
#text div.text_cont pre{
	border:solid 1px #DAE4CC;
	padding:3px;
	}
#text div.text_cont ul{
	padding:5px 25px;
	margin:0px 0px;
	}		
#text div.text_cont ol{
	padding:5px 25px;
	margin:0px;
	}		
#text div.text_cont table.table{
	width:99%;
	margin:auto;
	border-top:solid 1px #DAE4CC;
	border-left:solid 1px #DAE4CC;
	margin-bottom:10px;
	}
#text div.text_cont table.table td{
	border-right:solid 1px #DAE4CC;
	border-bottom:solid 1px #DAE4CC;
	padding:3px;
/*	background-color:#FFFFFF;*/
	}
#text div.text_cont table.table td.label{
	font-weight:bold;
	background-color:#FDFDFC;
	background-image: url(images/menu_l0.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	}
#text div.text_cont img.left{
	float:left;
	margin-bottom:10px;
	margin-right:10px;
	padding:5px;
	border:#D5E0CA solid 1px;
	background-color:#FFFFFF;
	}
#text div.text_cont img.right{
	float:right;
	margin-bottom:10px;
	margin-left:10px;
	padding:5px;
	border:#D5E0CA solid 1px;
	background-color:#FFFFFF;
	}
#text div.text_cont img.images{
	margin:10px;
	padding:5px;
	border:#D5E0CA solid 1px;
	background-color:#FFFFFF;
	}
#text div.navigation_bottom{
	margin-top:5px;
	}
#text div.navigation_bottom a{
	margin:0px 10px;
	}
#footer {
	width:870px;
	margin:auto;
	background-image: url(images/spc_green.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding:15px 0px 15px 0px;
}
#footer span{
	border-top:#336600 solid 4px;
	padding-top:11px;
	padding-left:20px;
	padding-right:20px;

}

/*--gallery--*/

div.gallery_content {
	margin-bottom:15px;}
table.gallery {
	width:100%;
	margin-bottom:15px;}
table.gallery td {
	width:20%;
	text-align:center;
	vertical-align:top;
	padding-bottom:15px;}
table.gallery img {
	padding:5px;
	border:#D5E0CA solid 1px;
	background-color:#FFFFFF;}
table.gallery img:hover {
	padding:5px;
	border:#D5E0CA solid 1px;
	background-color:#FFFFFF;}


/*--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: 10px Verdana, Helvetica, sans-serif;
	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: 202px;}
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:#336600;
	color:#FFFFFF;
	width:auto;
	font-size:11px;
	padding: 1px 7px;
	border:none;
	cursor:pointer;
}


/* --- sitemap --- */

div.sitemap_content {
margin-bottom:15px;}

table.sitemap img{
	border:none;
	margin:0px;
	padding:0px;
}
table.sitemap img:hover{
	border:none;
	margin:0px;
	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;}
