/*--tags--*/

body, html{
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
    }
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
    }
a {
	color:#00714F;
	text-decoration:underline;
	}
a:hover {
	color:#00714F;
	text-decoration:none;
	}
form, p, table, div, span, img, thead, tbody, tfoot, th, td, ul, li{
    margin:0px;
    padding:0px;
    }
input, select, textarea{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color:#666666;
    padding: 1px;
    margin: 0px;
    }
img{
	border:none;
	behavior: url("client/pngbehavior.htc");
}
table{
	border:none;
	empty-cells:show;
    }
hr {
	height:1px;
	color:#E77817;
	background-color: #E77817;
	clear:both;
	border: 0;
}

    
    
/*--content--*/
#content {
	min-width:980px;
	margin: 0px auto;
	clear:both;
}
* html #content {
	width: expression(parseInt(document.body.offsetWidth) < 981 ? "980" : "" );
}
div.header {
	height:210px;
	background-color:#E2F1B0;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
div.header div{
	height:210px;
	}
div.header div img{
	margin-left:7%;
	margin-top:45px;
	}
div.menu {
	height:30px;
	background-color:#00714F;
	border-top: #FFFFFF solid 1px;
	background-image: url(images/menul0_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding:0px 0px 0px 15px;
	}	
div.menu table {
	width:100%;
	height:30px;}
div.menu table td{
	padding:0px 3px;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:14px;
	white-space:nowrap;
	text-align:center;
	cursor:pointer;
}
div.menu table td:hover, div.menu table td.hover{
	background-image: url(images/menul0_bghover.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#2C8865;
}
div.menu table td.flags {
	text-align:right;
	cursor:default;
	}
div.menu table td.flags:hover{
	background-image: none;
	background-color: transparent;
}
div.menu table td.flags img {
	border:#A5CDC1 solid 1px;
	margin-left:10px;
	}
div.body {
	padding-top:10px;
	margin:auto;
	clear:both;}	
div.body:after{
	content: "";  
	display: block; 
	clear: both; 
    }
div.body:before{
	content: "";  
	display: block; 
	clear: both; 
    }
div.text {
	margin:0px 20% 0px 25%;
	padding-right:20px;
	padding-left: 10px;
}
* html div.text {
    height: 1%;
}
div.text img{
	margin:5px;
}		
div.text div.news, div.text_content div.news {
	margin-bottom:8px;
	margin-bottom:20px;
	}
div.text div.news a, div.text_content div.news a{
	font-weight: bold;
	}
div.text div.news span, div.text_content div.news span{
	color:#FFFFFF;
	width:80px;
	background-image: url(images/news_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right:10px;
	padding: 3px 10px 2px 10px;
}
div.text div.news div, div.text_content div.news div{
	padding-top: 7px;
}
div.text div.news div img, div.text_content div.news div img, td.news img{
	padding:1px;
	border:#D8D8B8 solid 1px;
	margin-left:15px;
	margin-bottom:5px;	
}
div.text_content {
	margin:0px 0px 0px 25%;
	padding-right:20px;
	padding-left: 10px;
}
* html div.text_content {
    height: 1%;
}		
div.text_content img{
	margin:5px;
}
div.text div.title, div.text_content div.title{
	border-bottom:#E77817 1px solid;
	padding-bottom:5px;
	margin-bottom:10px;
	color:#E77817;
	font-size:18px;
	padding-top:10px;
}
div.text_content div.title span{
	float:right;
	font-size:12px;
	padding-top:3px;
}
div.text_content div.path{
	font-size:11px;
	color:#CCCCCC;
	margin-bottom:10px;
}
div.text_content div.path a{
	color:#CCCCCC;
}
div.text_content div.navigation{
	border-top:#E77817 1px solid;
	padding-top:5px;
	margin-top:10px;
	padding-bottom:15px;
}
div.text_content div.navigation span{
	float:right;
	font-size:12px;
	padding-top:3px;
}
div.left {
	float:left;
	width:25%;
}
div.left img{
	margin:5px;
}
div.left div.full{
	background-color:#F9F9E8;
	margin:0px 10px 10px 0px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:20px;
}
div.left div.full input{
	border:#666666 solid 1px;
	background-image:url(images/input_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-left:25px;
	background-color:#FFFFFF;
	width:75%;
	padding-left:2px;
}
div.left div.full img{
	vertical-align:middle;
}
* html div.left div.full img{
	margin-bottom:3px;
}
div.left div.full ul{
	padding-left:25px;
	margin-left:0px;
}
div.left div.full ul li{
	list-style:none;
	border-top:#D8D8B8 solid 1px;
	padding:5px 0px 5px 0px;
	background-image: url(images/bullet_l1.gif);
	background-repeat: no-repeat;
	background-position: 6px 7px;
	font-size:13px;
}
* html div.left div.full ul li{
	background-position: 5px 7px;
}
div.left div.full ul li.first{
	border-top:none;
}
div.left div.full ul li a{
	text-decoration:none;
	margin-left:23px;
	display:block;
}
div.left div.full ul li ul{
	margin:0px 0px 0px 0px;
	padding:7px 0px 0px 0px;}
div.left div.full ul li ul li{
	padding:5px 0px 5px 0px;	
	background-image: url(images/bullet_l2.gif);
	background-repeat: no-repeat;
	background-position: 20px 11px;
}
* html div.left div.full ul li ul li{
	background-position: 20px 11px;
}
div.left div.full ul li ul li a{
	margin-left:30px;
	padding-left:0px;
	display:block;
}

div.left div.full ul li ul li ul{
	margin:0px 0px 0px 0px;
	padding:3px 0px 0px 0px;}
div.left div.full ul li ul li ul li{
	border-top:none;
	background-image:none;
	padding:0px;	
}
div.left div.full ul li ul li ul li a{
	margin-left:35px;
	padding-left:0px;
	display:block;
}
div.left div.box{
	margin:0px 30px 10px 20px;
	background-color:#F9F9E8;
}
div.left div.title{
	margin-bottom:14px;}
div.left div.title span.sign{
	border-bottom:#E77817 4px solid;
	padding-left:0px;
	color:#E77817;
	}
div.left div.title span{
	border-bottom:#E77817 1px solid;
	padding-left:20px;
	padding-bottom:5px;
	font-size:18px;
	}

div.right {
	float:right;
	width:20%;
}
div.right div.box{
	margin:0px 10px 10px 10px;
	background-color:#F9F9E8;
	padding-left:15px;
	padding-top:10px;
	padding-bottom:10px;
}
div.right div.title{
	border-bottom:#E77817 1px solid;
	padding-bottom:5px;
	margin-bottom:10px;
}
div.right div.title span{
	border-bottom:#E77817 4px solid;
	color:#E77817;
	padding-bottom:5px;
	font-size:18px;
	}
div.right div.box ul{
	padding-left:10px;
	margin-left:0px;
}
div.right div.box ul li{
	list-style:none;
	padding:0px 0px 6px 10px;
	background-image: url(images/bullet_l2.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}
div.right div.box ul li a{
	text-decoration:none;
}
div.right div.box ul li a:hover{
	text-decoration:underline;
}
	
#footer {
	background-color:#F5F5F5;
	height:37px;
	min-width:980px;
	width:100%;
	color:#999999;
	clear:both;
}
* html #footer {
	width: expression(parseInt(document.body.offsetWidth) < 981 ? "980" : "100%" );
	}
#footer div{
	padding:11px 15px 0px 15px;}
#footer div span{
	float:right;}
#footer div a{
	text-decoration:none;
	color:#999999;}
#footer div a:hover{
	text-decoration:underline;
}
input.search{
	border:#666666 solid 1px;
	background-image:url(images/input_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color:#FFFFFF;
	width:180px;
	padding-left:2px;
}
img.search_btn {
	vertical-align:middle;
}
* html img.search_btn{
	margin-bottom:3px;
}

table.form {
	border:0px;
	margin:10px 0px;
	}
table.form th{
	width:200px;
	font-weight:normal;
	text-align:left;
	}	
table.form th span{
	color:#C00000;
	font-weight:bold;
	}
table.form td select{
	width:206px;
	}
table.form td input.radio{
	width:auto;
	}
table.form td input{
	width:200px;
	}
table.form td textarea{
	width:202px;
	}
table.form td .submit {
	color:#FFFFFF;
	background-color:#ED8A33;
	border-width: 0px;
	padding: 2px 6px;
	width:auto;
	margin-top:10px;
	background-image: url(images/submit_bg.gif);
}
.submit_sendlink {
	color:#FFFFFF;
	background-color:#ED8A33;
	border-width: 0px;
	padding: 1px 6px;
	width:auto;
	background-image: url(images/submit_bg.gif);
}
table.form td .reset {
	color:#666666;
	background-color:#F9F9E8;
	border-width: 0px;
	padding: 2px 6px;
	width:auto;
	margin-top:10px;
}
	
	
.error {
	color:#C00000;
	}

table.catalog {
	width:100%;}
table.catalog td{
	vertical-align:top;
	width:auto;
}
table.catalog td.left img{
	padding:1px;
	border:#D8D8B8 solid 1px;
}
table.catalog td table.info{
	margin-bottom:15px;
}
table.catalog td table.info td, table.catalog td table.info th{
	vertical-align:top;
	text-align:left;
	padding:3px;
	white-space: nowrap;
}
table.catalog td div.box{
	margin:0px 0px 10px 10px;
	background-color:#F9F9E8;
	padding-left:15px;
	padding-top:10px;
	padding-bottom:10px;
}
table.catalog td div.box div.title{
	border-bottom:#E77817 1px solid;
	padding-bottom:5px;
	margin-bottom:10px;
	padding-top:0px;
}
table.catalog td div.box div.title span{
	border-bottom:#E77817 4px solid;
	color:#E77817;
	padding-bottom:5px;
	font-size:18px;
	float:none;
	padding-top:0px;
	}
table.catalog td div.box table{
	width:100%;
	border-bottom: #D8D8B8 solid 1px;
	border-right: #D8D8B8 solid 1px;
}	
table.catalog td div.box table td, table.catalog td div.box table th{
	border-top: #D8D8B8 solid 1px;
	border-left: #D8D8B8 solid 1px;
	white-space:normal;
	padding:3px;
	width:auto;
}


table.catalog_table{
	width:100%;
	border-bottom: #D8D8B8 solid 1px;
	border-right: #D8D8B8 solid 1px;
}	
table.catalog_table td, table.catalog_table th{
	border-top: #D8D8B8 solid 1px;
	border-left: #D8D8B8 solid 1px;
	white-space:normal;
	padding:3px;
	width:auto;
}
table.catalog_table th{
	color:#E77817;
}
table.catalog_table thead tr{
	background-color:#F9F9E8;
}
table.catalog_table tbody tr:hover, table.catalog_table tbody tr.hover {
	background-color:#F9F9E8;
	cursor:pointer;
}


div.text_content ul, ul.list{
	padding-left:25px;
}
div.text_content ul li, ul.list li{
	list-style:none;
	background-image: url(images/bullet_l2.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	font-size:13px;
	padding-left:12px;
}

/*--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:250px;
	padding-top:5px;
	padding-right:10px;}
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;}
		
	
table.form2 {
	width:100%;
	}
table.form2 td {
	vertical-align:top;
	padding:4px;
	border-right:solid 1px #D8D8B8;
	border-bottom:solid 1px #D8D8B8;
	vertical-align:middle;
}
table.form2 td.label {
	font-weight:bold;
	border-top:solid 1px #D8D8B8;
	background-color:#F9F9E8;
	color:#E77817;
}
	
table.form2 td .submit {
	color:#FFFFFF;
	background-color:#ED8A33;
	border-width: 0px;
	padding: 2px 6px;
	width:auto;
	margin-top:10px;
	background-image: url(images/submit_bg.gif);
}
table.form2 td .reset {
	color:#666666;
	background-color:#F9F9E8;
	border-width: 0px;
	padding: 2px 6px;
	width:auto;
	margin-top:10px;
}	

/* --- 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;}
.sLH140 {line-height:140%;}