/*--tags--*/

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

#wrapper {
	min-height:100%;
	min-width:980px;
	width:100%;
	margin:0 auto;
	position:static;
}
* html #wrapper {
	height:100%;
}
div.main {
	background-image: url(images/bg_main.jpg);
	background-repeat: repeat-x;
	background-position: left top;	
}
#header_main {
	height:170px;
	background-image: url(images/header_main_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align:center;
}
#header_main img.logo{
	padding-top:23px;
	display:block;
	padding-bottom:10px;
	margin:auto;}
#visual_main {
	background-color:#000000;
	margin-bottom:1px;
	height:241px;
	background-image: url(images/visual_main.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#menu_main {
	margin:auto;
	text-align:center;
	background-image: url(images/shaddow_main.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}	
#menu_main a{
	color:#FFFFFF;
	text-decoration:none;
	padding:10px 0px;
	width:90px;
	font-weight:bold;
	background-color:#000000;
	display: inline-block;
	margin:0px 1px 0px 0px;
}
#menu_main a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
#contacts_main{
	text-align:center;
	line-height:140%;
	padding-bottom:25px;
	padding-top:15px;
}	
#copyright_main{
	color:#585858;
	font-size:11px;
	text-align:center;
	line-height:140%;
	padding-bottom:15px;
}	
#copyright_main a{
	color:#585858;
	text-decoration:underline;
}	
#copyright_main a:hover{
	color:#585858;
	text-decoration:none;
}
#copyright_main a.solution{
	text-decoration:none;
}	
	
#header {
	background-color:#FF9A03;
	height:28px;
}
#header div.header_cont{
	height:28px;
	margin:auto;
	width:960px;
}
#header div.header_cont div.navigation{
	padding-top:7px;
	float:left;
}
#header div.header_cont div.navigation a{
	margin-left:15px;
	cursor:pointer;
}
#header div.header_cont div.navigation a.lang{
	color:#000000;
	padding-left:15px;
	margin-left:35px;
	text-decoration:none;
	background-image: url(images/bullet_lang.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}
#header div.header_cont div.navigation a.lang:hover{
	color:#FFFFFF;
	padding-left:15px;
	text-decoration:none;	
}
#header div.header_cont div.search_block{
	float:right;
	padding-top:4px;
}
#header div.header_cont div.search_block input.text{
	border:1px solid #FFFFFF;
	padding:2px 3px;
	width:160px;
	margin:0px 0px 0px 10px;
}
#header div.header_cont div.search_block input.submit{
	background-color:#000000;
	border:none;
	width:19px;
	height:19px;
	cursor:pointer;
	padding:2px 3px;
	margin:0px 5px 0px 0px;	
	background-image: url(images/submit_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#visual {
	background-color:#000000;
	margin-bottom:1px;
	height:204px;
	background-image: url(images/visual.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#visual div.visual_cont{
	margin:auto;
	width:980px;
}
#visual div.visual_cont img.logo{
	padding-top:46px;
	margin-left:95px;
	display:block;
	padding-bottom:7px;}
#menu {
	height:20px;
	margin:auto;
	text-align:center;
	background-image: url(images/shaddow.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#content {
	margin:auto;
	width:980px;
	position:relative;
}
#content:after{
	content: "";  
	display: block; 
	clear: both;
	    }
td.td_menu {
	width:224px;
	vertical-align:top;
	padding-bottom:15px;
	}
td.td_text {
	vertical-align:top;
	padding-top:4px;
	padding-bottom:10px;
	}
* html td.td_text {
	padding-top:8px;
	}	
#side_menu {
	background-color:#F4F4F4;
	width:224px;
	margin-left:10px;
	position:relative;
	padding:12px 12px 12px 12px;
	}
#side_menu ul li.padding_fix{
	display:none;
	}
* html #side_menu ul li.padding_fix{
	display:block;
	}	
* html #side_menu {
	width:214px;
	padding:0px 12px 12px 12px;
	}
#side_menu img.lt{
	position:absolute;
	top:0px;
	left:0px;
	}	
#side_menu img.rt{
	position:absolute;
	top:0px;
	right:0px;
	}	
#side_menu img.lb{
	position:absolute;
	bottom:0px;
	left:0px;
	}		
* html #side_menu img.lb{
	bottom:-1px;
	}		
#side_menu img.rb{
	position:absolute;
	bottom:0px;
	right:0px;
	}	
* html #side_menu img.rb{
	bottom:-1px;
	}		
#side_menu ul{
	padding:0px;
	margin:0px;
	list-style:none;
	}
#side_menu ul li a{
	color:#000000;
	text-decoration:none;
	}
#side_menu ul li a:hover{
	color:#000000;
	text-decoration:underline;
	}	
#side_menu ul li.l0{
	border-top:#DBDBDB solid 1px;
	padding:7px 7px 7px 27px;
	background-image: url(images/bullet_l0.gif);
	background-repeat: no-repeat;
	background-position: 8px 9px;
	}	
#side_menu ul li.l0_first{
	border-top:none;
	}
#side_menu ul li.l0_active{
	background-color:#ECECEC;	
	font-weight:bold;
	}		
#side_menu ul li.l1{
	font-size:11px;
	padding:1px 7px 6px 27px;
	background-image: url(images/bullet_l1.gif);
	background-repeat: no-repeat;
	background-position: 12px 6px;	
	}	
#side_menu ul li.l1_first{
	border-top:#DBDBDB solid 1px;
	padding-top:6px;
	background-image: url(images/bullet_l1.gif);
	background-repeat: no-repeat;
	background-position: 12px 11px;		
	}
#side_menu ul li.l1_active{
	font-weight:bold;
	}
#side_menu ul li.l2{
	font-size:11px;
	padding:0px 7px 5px 27px;
	}	
#side_menu ul li.l2_first{
	padding-top:5px;
	}
#side_menu ul li.l2_active{
	font-weight:bold;
	}	
#side_menu ul li.l2 a{
	color:#666666;
	}	
#side_menu ul li.l3{
	font-size:11px;
	padding:0px 7px 5px 40px;
	}	
#side_menu ul li.l3_first{
	padding-top:5px;
	}
#side_menu ul li.l3_active{
	font-weight:bold;
	}				
#side_menu ul li.l3 a{
	color:#666666;
	}	
#text {
	padding-right:10px;
	padding-left:15px;
	}
#text:after{
	content: "";  
	display: block; 
	clear: both;
    }
#text div.text_cont {
	overflow: hidden;
	line-height:150%;
	padding:0px 5px 0px 5px;
	}
#text div.text_cont:after{
	content: "";  
	display: block; 
	clear: both;
    }
* html #text div.text_cont {
	height:1%;}
#text div.text_cont a.btn{
	display: inline-block;
	padding:2px 15px 2px 8px;
	color:#FFFFFF;
	text-decoration:none;
	background-color:#000000;
	margin-top:15px;}	
#text div.text_cont a.btn:hover{
	color:#FFFFFF;
	background-color:#FF9A03;
	text-decoration:none;}		
* html #text div.text_cont a.btn:hover{
	background-color:#000000;
	}		
#text h1.title{
	color:#D98300;
	padding:0px 5px 10px 5px;
	margin:0px 0px 10px 0px;
	border-bottom:#D9D9D9 solid 1px;
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	text-transform:uppercase;
	font-weight:normal;
	position:static;}
*html #text h1.title{	
	background-image: url(images/title_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border:none;
	height:1%;
}	

#text h1.title_main{
	width:225px;
	display:inline-block;}	
#footer {
	margin:auto;
	width:940px;
	border-top:#E0E0E0 solid 1px;
	color:#585858;
	font-size:11px;
	padding:15px 10px;
	line-height:140%;	
}
#footer a.solution{
	float:right;
/*	padding-top:8px;*/
	color:#585858;
	text-decoration:none;
}
#footer a.solution:hover{
	color:#585858;
	text-decoration:underline;
}

/*--news--*/

div.news_title {
	margin-bottom:7px;
	font-weight:bold;
}
div.news_title span{
	margin-left:10px;
	font-weight:normal;	
}
div.news_images {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	}
div.news_images img{
	border:1px #D9D9D9 solid;
	padding:3px;}
div.news_intro{
	margin-bottom:15px;
	text-align:justify;}
div.paging span{
	font-weight:bold;}
	
/*--search--*/

div.search_content {
	margin-bottom:10px;}
div.search_results {
	margin-top:10px;
	margin-bottom:10px;}
input.search_input {
	border:1px solid #D9D9D9;
	padding:2px 3px;
	width:200px;
	margin:0px;}
input.search_submit {
	background-color:#000000;
	border:none;
	width:19px;
	height:19px;
	cursor:pointer;
	padding:2px 3px;
	margin:0px 5px 0px 0px;	
	background-image: url(images/submit_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;}
a.search_link {
	color:#585858;
	text-decoration:none;}

/*--text--*/

#text div.text_cont h1{
	margin-bottom:15px;
	color:#D98300;
	font-size:22px;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
}
#text div.text_cont p{
	margin-bottom:10px;
	margin-top:0px;
}
#text div.text_cont pre{
	border:solid 1px #D9D9D9;
	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:100%;
	border-top:solid 1px #D9D9D9;
	border-left:solid 1px #D9D9D9;
	margin-bottom:10px;
	}
#text div.text_cont table.table td{
	border-right:solid 1px #D9D9D9;
	border-bottom:solid 1px #D9D9D9;
	padding:3px;
/*	background-color:#FFFFFF;*/
	}
#text div.text_cont table.table td.label{
	font-weight:bold;
	background-color:#F2F2F2;
	}
#text div.text_cont img.left{
	float:left;
	margin-bottom:10px;
	margin-right:10px;
	}
#text div.text_cont img.right{
	float:right;
	margin-bottom:10px;
	margin-left:10px;
	}
#text div.text_cont img.images{
	margin:10px;
	padding:5px;
	border:#D5E0CA solid 1px;
	background-color:#FFFFFF;
	}
	
/* --- 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;}
