/*--tags--*/

body, html{
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
    }
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
    }
a {
	color:#1864AA;
	text-decoration:none;
	}
a:hover {
	color:#1864AA;
	text-decoration:underline;
	}
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:#7F7F7F;
    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:#C6E2E6;
	background-color:#C6E2E6;
	clear:both;
	border: 0;
}
    
    
/*--content--*/

#wrapper {
	min-height:100%;
	position:relative;
	min-width:980px;
	max-width:1100px;
	margin:0 auto;
	background-image: url(images/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
* html #wrapper {
	height:100%;
	width: expression(document.body.clientWidth < 981 ? "980px" : document.body.clientWidth > 1101 ? "1100px" : "100%" );
}
#header {
	height:130px;
	margin:auto;
	min-width:980px;
	max-width:1100px;
}
* html #header {
	width: expression(document.body.clientWidth < 981 ? "980px" : document.body.clientWidth > 1101 ? "1100px" : "100%" );
	}
#header div.lang{
	position:absolute;
	right:40px;
	top:25px;
	}
#header div.lang a{
	font-size:11px;
	height:24px;
	width:24px;
	display:block;
	float:right;
	padding-top:10px;
	text-align:center;
	margin-left:12px;
	}
#header div.lang a:hover, #header div.lang a.active{
	text-decoration:none;
	color:#6B95AD;
	background-image: url(images/lang_hover.gif);
	background-repeat: no-repeat;
	background-position: center center;
	}
#header table.navigation{
	position:absolute;
	right:40px;
	top:67px;
	color:#6B95AD;
	}
#header table.navigation td{
	text-align:right;
	}	
#header table.navigation a{
	color:#6B95AD;
	}	
#header table.navigation a:hover{
	color:#1864AA;
	text-decoration:none;
	}
#header table.navigation img{
	vertical-align:middle;
	padding-right:5px;
	}
#header table.navigation input{
	border:#DBECEF solid 1px;
	padding:1px 4px;
	vertical-align:middle;
	margin:0px 3px;
	width:auto;
	}		
#header table.navigation input.btn{
	margin:0px;
	border: none;
	width:auto;
	height:auto;
	}		
#menu {
	height:44px;
	margin:auto;
	min-width:980px;
	max-width:1100px;
}
* html #menu {
	width: expression(document.body.clientWidth < 981 ? "980px" : document.body.clientWidth > 1101 ? "1100px" : "100%" );
	}
#menu div.menu_cont{
	height:44px;
	margin-right:250px;
	background-image: url(images/menu_bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	margin-left:30px;
}
#menu div.menu_cont a.menul0{
	background-image: url(images/menul0.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color:#000000;
	padding-left:30px;
	padding-top:15px;
	padding-bottom:15px;
	font-weight:bold;
	padding-right:15px;
	display:block;
}
#menu div.menu_cont a.menul0:hover, #menu div.menu_cont a.active{
	text-decoration:none;
	background-image: url(images/menul0_active.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color:#1864AA;
}
#menu div.menu_cont{
	position: relative;
}
#menu div.menu_cont ul.menul1{
	position:absolute;
	top:44px;
	list-style:none;
	padding:0px;
	margin:0px;
	z-index:100;
}
#menu div.menu_cont ul.menul1 li{
	padding:3px 35px 3px 15px;
	margin:0px;
	background-color: #EAF2FC;	
}
#menu div.menu_cont ul.menul1 li.last{
	padding:0px;
	background-color: transparent;
	background-image: url(images/menul1_l.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#menu div.menu_cont ul.menul1 li.last div{
	background-image: url(images/menul1_r.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-right:10px;
	font-size:8px;
}
#menu div.menu_cont ul.menul1 li a{
	color:#000000;
 	background-image: url(images/menul1_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:10px;
	white-space: nowrap;
	display:block;
	z-index:100;
	position:relative;
}
#menu div.menu_cont ul.menul1 li a:hover{
	color:#1864AA;
	text-decoration:underline;
}
#menu div.btn_orders{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	padding-top:4px;
	color:#FFFFFF;
	text-align:center;
	height:24px;
	width:142px;
	background-image: url(images/btn_orders.jpg);
	background-position: center center;
	margin-right:56px;
	margin-top:8px;
	float:right;
}
* html #menu div.btn_orders{
	margin-right:28px;
	}
	
#menu div.btn_orders a{
	color:#FFFFFF;
	display:block;
}
#content {
	margin:auto;
	min-width:980px;
	max-width:1100px;
	padding-bottom:20px;
	position: relative;
}
* html #content {
	z-index:-1;
}
*:first-child+html #content {
	z-index:-1;
}
#content:after{
	content: "";  
	display: block; 
	clear: both;
    }
* html #content {
	width: expression(document.body.clientWidth < 981 ? "980px" : document.body.clientWidth > 1101 ? "1100px" : "100%" );
	}
#content img.bg{
	display:none;
	}
* html #content img.bg{
	display:block;
	position:absolute;
	right:269px;
	z-index:0;
	}
#side_menu {
	float:right;
	width:327px;
	background-image: url(images/sidemenu_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	z-index:10;
	position: relative;
	}
* html #side_menu {
	background-image: none;
	}
#side_menu div{
	background-image: url(images/foto_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
#side_menu div.img{
	width:250px;
	background-image: none;
	padding:8px;
	border:#DBECEF solid 1px;
	margin-left:35px;
	margin-top:22px;
	margin-bottom:25px;
	background-color:#FFFFFF;
	display:block
	}	
#text {
	padding-right:327px;
	}
#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%;}
#text div.text_cont div.title{
	background-image: url(images/title_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;	
	height:45px;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	color:#136EAE;
	padding-top:50px;
	}
#text div.text_cont div.title span{
	background-image: url(images/title_span_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;	
	height:30px;
	padding-left:40px;
	margin-left:30px;
	padding-top:2px;
	}
#text div.text_cont div.text_place{
	border-right:#E3F2F9 solid 1px;
	margin-left:39px;
	padding-right:25px;
	line-height:160%;
	}
#text div.text_cont div.text_place img.img{
	margin:5px;
	border:#C6E2E6 solid 1px;
	padding:2px;
}
#text div.text_cont div.text_place p{
	padding:10px 0px;
	}
#text div.text_cont div.text_place div.text_title{
	text-transform:uppercase;
	font-weight:bold;
	background-image: url(images/bullet_text.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left:10px;
	}
#text div.text_cont div.text_place ul.list{
	list-style:none;
	padding:0px 0px 0px 0px;
	margin:5px 0px 10px 30px;
	}
#text div.text_cont div.text_place ul.list li{
	background-image: url(images/bullet_list.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left:10px;
	}
#text div.text_cont div.navigation_bottom{
	color:#C6E2E6;
	background-image: url(images/text_bottom_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left:27px;
	padding-top:23px;
	}
#text div.text_cont div.navigation_bottom a{
	margin:0px 12px;
	}
	
#text div.text_cont table.default_table{
	width:100%;
	}	
#text div.text_cont table.default_table td{
	width:50%;
	vertical-align:top;
	}	

#text div.text_cont table.default_table td.right{
	background-image: url(images/sidemenu_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
#text div.text_cont div.text_place{
	min-height:295px;
	}
* html #text div.text_cont div.text_place{
	height:295px;
	}
#text div.text_cont table.default_table td div.text_place{
	min-height:250px;
	}		
* html #text div.text_cont table.default_table td div.text_place{
	height:250px;
	}
		
#footer {
	margin:auto;
	min-width:980px;
	max-width:1100px;
	height:85px;
}
* html #footer {
	width: expression(document.body.clientWidth < 981 ? "980px" : document.body.clientWidth > 1101 ? "1100px" : "100%" );
	}	
#footer div.cont_bottom {
	border-top:solid 1px #E0E0E0;
	margin:auto;
	text-align:center;
	line-height:20px;
	margin:0px 30px;
	padding:7px 8px 0px 8px;
}

#footer div.cont_bottom a{
	color:#999999;
	text-decoration:none;
}
#footer div.cont_bottom a:hover{
	text-decoration:underline;
}
#footer div.cont_bottom table.copyright{
	width:100%;
}
#footer div.cont_bottom table.copyright td{
	text-align:left;
	color:#999999;
}
#footer div.cont_bottom table.copyright td span{
	font-size:16px;
}
#footer div.cont_bottom table.copyright td div.title{
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
}

/*--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:#65B7D7;
	color:#FFFFFF;
	width:auto;
	font-size:12px;
	padding: 1px 7px;
	border:none;
	background-image: url(images/btn_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/*--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;
	border:#C6E2E6 solid 1px;
	padding:2px;}
div.news_intro{
	margin-bottom:15px;
	text-align:justify;}
div.paging{
	border-top:#C6E2E6 solid 1px;
	text-align:center;
	padding-top:10px;
	padding-bottom:5px;
	}
div.paging a{
	padding:0px 0px;
	}	
div.paging span{
	}


/*--career--*/

div.careerlist_content {
	margin-bottom:5px;}

table.career_table {
	width:100%;
	}
table.career_table th{
	vertical-align:top;
	padding-right:10px;
	padding-bottom:3px;
	width:100px;
	text-align:left;
	}
table.career_table td{
	padding-bottom:3px;
	text-align:left;
	}
table.career_table td.label{
	font-weight:bold;
	}
	
/* --- 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;
}


/*--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;}

/*--goods--*/

table.goods_table {
	border-bottom:#C6E2E6 solid 1px;
	width:100%;
	margin-bottom:15px;
	}
table.goods_table td{
	padding-bottom:15px;
	vertical-align:top;
	}
div.goods_image {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	border:#C6E2E6 solid 1px;
	padding:2px;
	}
div.goods_content {
	text-align:justify;
	}
table.goods_table_list{
	width:100%;
	}
table.goods_table_list td{
	width:50%;
	padding-bottom:20px;
	vertical-align:top;
	}
table.goods_table_list div.good_image{
	margin-right:10px;
	}
table.goods_table_list div.good_name {
	margin-bottom:5px;
	padding-right:20px;}
table.goods_table_list table.good_table td	{
	padding-right:20px;
	padding-bottom:0px;
	width:auto;}
table.goods_table_list div.good_content {
	padding-right:20px;
}		
	
/*--good--*/

div.good_image{
	float:left;
	margin-right:15px;
	margin-bottom:0px;
	border:#C6E2E6 solid 1px;
	padding:2px;
	}
div.good_name {
	font-weight:bold;
	font-size:12px;
	margin-bottom:10px;}
table.good_table {
	}
table.good_table td	{
	font-weight:bold;
	vertical-align:top;
	padding-right:15px;}
table.good_table td.good_price	{
	color:#0665A9;}
table.good_table td.good_old_price	{
	color:#6B95AD;}
table.good_table td.good_old_price_number	{
	color:#6B95AD;
	text-decoration:line-through;}
div.good_content {
	padding-top:7px;
	clear:both;
	text-align:justify;}
	
/*--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;}
