/*--tags--*/

body, html{
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
    }
body{
	font-family: Tahoma;
	font-size:11px;
	color:#534022;
    }
a {
	color:#DA251B;
	text-decoration:underline;
	}
a:hover {
	color:#DA251B;
	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:#2C2C2C;
    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:#EBD6AF;
	background-color: #EBD6AF;
	clear:both;
	border: 0;
}
    
    
/*--content--*/

#wrapper {
	min-height:100%;
	position:relative;
	min-width:980px;
	width:100%;
	margin:0 auto;
}
* html #wrapper {
	height:100%;
}
#header {
	height:73px;
	margin:auto;
	width:980px;
	position:relative;
}
#header img.logo{
	position:absolute;
	left:33px;
	top:34px;
}
#header div.navigation{
	position:absolute;
	right:25px;
	top:21px;
}
#header div.navigation a{
	color:#999999;
	text-decoration:none;
	padding-left:15px;
	margin-left:25px;
}
#header div.navigation a:hover{
	color:#333333;
	text-decoration:none;
}
#header div.navigation a.home{
	background-image: url(images/home.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#header div.navigation a.home:hover{
	background-image: url(images/home_active.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#header div.navigation a.sitemap{
	background-image: url(images/sitemap.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#header div.navigation a.sitemap:hover{
	background-image: url(images/sitemap_active.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#menu {
	height:37px;
	margin:auto;
	width:100%;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#menu div.menu_cont{
	height:37px;
	margin:auto;
	width:980px;
	position:relative;
}
#menu div.menu_cont table{
	width:621px;
	background-image: url(images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height:37px;
	margin-left:auto;
	margin-right:20px;
}

#menu div.menu_cont table a{
	display:block;
	text-align:center;
	color:#FFFFFF;
	font-size:15px;
	text-decoration:none;
	background-image: url(images/menu_td_bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding:9px 15px 10px 20px;
}
#menu div.menu_cont table a.first{
	background-image: none;
}
#menu div.menu_cont table a:hover{
	color:#F9C6C1;
}
#content {
	margin:auto;
	width:100%;
	background-color: #FAF1E1;
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#content:after{
	content: "";  
	display: block; 
	clear: both;
    }
#content div.content_cont{
	margin:auto;
	width:980px;
}

#side_menu {
	float:left;
	width:230px;
	}
#side_menu h1{
	margin-left:35px;
	margin-bottom:7px;
	margin-top:12px;
	}
#side_menu ul{
	padding:0px;
	margin:0px;
	list-style:none;
	width:195px;
	margin-left:35px;
	margin-bottom:15px;
	}
#side_menu ul li a{
	font-size:12px;
	color:#534022;
	background-image: url(images/bullet_bg.gif);
	background-repeat: no-repeat;
	background-position: 1px 5px;
	border-top:#EBD6AF solid 1px;
	display:block;
	width:173px;
	text-decoration:none;
	padding:6px 0px 5px 22px;
	}
#side_menu ul li a.first{
	border-top:none;
	}
#side_menu ul li a.l2{
	background-image: none;
	border-top:none;
	display:block;
	width:173px;
	text-decoration:none;
	padding:2px 0px 2px 22px;
	}	
#side_menu ul li a:hover{
	color:#DA251B;
	text-decoration:underline;
	}
#text {
	padding-left:265px;
	}
* html #text {
	padding-left:262px;
	}
#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.main {
	margin-top:30px;
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:369px;
	position:relative;
}	
#text div.main div.main_text{
	position:absolute;
	width:290px;
	height:300px;
	left:385px;
	top:40px;
	line-height:160%;
}
#text div.main div.photo{
	position:absolute;
	width:285px;
	height:285px;
	left:7px;
}	
#text div.text_cont div.path{
	margin-top:12px;
	margin-bottom:12px;
	margin-left:38px;
	}
#text div.text_cont div.path a{
	color:#999999;
	text-decoration:none;
	background-image: url(images/bullet_path.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left:8px;
	padding-left:12px;
	}
#text div.text_cont div.path a.first{
	background-image: none;
	margin-left:0px;
	padding-left:0px;
	}
#text div.text_cont div.path a:hover{
	color:#DA251B;
	text-decoration:underline;
	}
#text div.text_cont div.content_text{
	overflow: hidden;
	background-image: url(images/content_bg2.jpg);
	background-repeat: no-repeat;
	background-position: center 42px;
}
#text div.content_text:after{
	content: "";  
	display: block; 
	clear: both;
    }
* html #text  div.content_text {
	height:1%;}	
#text div.text_cont div.content_top{
	background-image: url(images/content_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:17px;
}	
#text div.text_cont div.content_main{
	background-color:#FFFFFF;
	background-image: url(images/content_main.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height:350px;
	margin:auto;
	width:650px;
	padding:0px 20px;
}	
* html #text div.text_cont div.content_main{
	height:350px;
}
#text div.text_cont a.print{
	float:right;
	background-image: url(images/print.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color:#999999;
	text-decoration:none;
	padding-right:20px;

}
#text div.text_cont a.print:hover{
	background-image: url(images/print_active.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color:#333333;
	text-decoration:none;
}
#text div.text_cont div.content_main h1{
	margin-bottom:15px;
}
#text div.text_cont div.content_main p{
	margin-bottom:10px;
	margin-top:0px;
}
#text div.text_cont div.content_main{
	line-height:160%;
	padding-bottom:15px;
	}
#text div.text_cont div.content_main pre{
	border:solid 1px #EBD6AF;
	padding:3px;
	}
#text div.text_cont div.content_main ul{
	padding:5px 25px;
	margin:0px 0px;
	}		
#text div.text_cont div.content_main ol{
	padding:5px 25px;
	margin:0px;
	}		
#text div.text_cont div.content_main table.table{
	width:100%;
	border-top:solid 1px #EBD6AF;
	border-left:solid 1px #EBD6AF;
	margin-bottom:10px;
	}
#text div.text_cont div.content_main table.table td{
	border-right:solid 1px #EBD6AF;
	border-bottom:solid 1px #EBD6AF;
	padding:3px;
/*	background-color:#FFFFFF;*/
	}
#text div.text_cont div.content_main table.table td.label{
	font-weight:bold;
	background-color:#F2E5CF;
	}
#text div.text_cont div.content_main img.left{
	float:left;
	margin-bottom:10px;
	margin-right:10px;
	}
#text div.text_cont div.content_main img.right{
	float:right;
	margin-bottom:10px;
	margin-left:10px;
	}
#text div.text_cont div.content_main a.btn{
	display:block;
	width:157px;
	height:23px;
	margin-right:5px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	background-image: url(images/btn_red.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top:4px;
	text-align:center;
	float:left;
	}	
* html #text div.text_cont div.content_main a.btn{
	margin-right:4px;
	}		
#contacts {
	background-color: #FAF1E1;
	height:33px;
	margin:auto;
	width:100%;
}
#contacts div.contacts_cont{
	margin:auto;
	width:935px;
	background-image: url(images/contacts_bg.jpg);
	background-repeat: no-repeat;
	background-position: 30px;
	font-size:17px;
	padding-top:8px;
	padding-left:45px;
	height:25px;
}

#footer {
	width:980px;
	margin:auto;
	color:#666666;
	line-height:160%;
	padding-bottom:20px;
}
#footer span.copyright{
	float:right;
	padding-right:20px;
	padding-top:25px;
	text-align:right;
}
#footer table{
	float:left;
	white-space:nowrap;
	margin-top:20px;
	margin-bottom:20px;
	}
#footer table td{
	padding-left:30px;
	margin-bottom:20px;
	}
#footer table td.first{
	padding-left:45px;
	width:225px;
	border-right:#DFDED7 solid 1px;
	}

/*--main--*/

h1 {
	color:#D1231A;
	font-size:20px;
	font-weight:normal;
	margin-top:0px;
	padding-top:4px;
}


/*--goods--*/

table.goods_table {
	width:100%;
margin-bottom:10px;
	}
table.goods_table td{
	vertical-align:top;
	}
img.goods_image {
	float:left;
	margin-right:15px;
	margin-bottom:10px;
	}
div.goods_files {
	height:40px;}
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;
	float:left;
	margin-bottom:10px;
	padding:2px;
	border:#EBD6AF solid 1px;
	background-color:#FFFFFF;
	}
table.goods_table_list div.good_name {
	font-size:12px;
	font-weight:bold;
	margin-bottom:0px;
	margin-right:10px;}
table.goods_table_list span {
	font-weight:bold;
	margin-left:3px;}	
table.goods_table_list span.old_price {
	text-decoration: line-through;
	}		
table.goods_table_list div.good_content {
	padding-right:20px;
	clear:both;
}

/*--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;
	padding:2px;
	border:#EBD6AF solid 1px;
	background-color:#FFFFFF;}
div.news_intro{
	margin-bottom:15px;
	text-align:justify;}
div.paging{
	border-top: solid 1px #EBD6AF;
	padding-top:10px;}
div.paging span{
	font-weight:bold;
	}
	
/*--gallery--*/

div.gallery_content {
	margin-bottom:15px;
	}
table.gallery {
	width:100%;
	}
table.gallery td {
	padding-bottom:15px;
	width:25%;
	text-align:center;
	vertical-align:top;}
table.gallery img {
	padding:2px;
	border:#EBD6AF solid 1px;
	background-color:#FFFFFF;
	margin-bottom:0px;
}
	
/*--gallery lightbox--*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;}
#lightbox a img{ border: none; }
#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;}
#imageContainer{
	padding: 10px;}
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/next.gif) right 15% no-repeat; }
#imageDataContainer{
	font: 11px Tahoma;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%}
#imageData{padding:0 10px; color: #534022;;}
#imageData #imageDetails{ width: 70%; float: left; text-align: left;}	
#imageData #caption{ font-weight: bold;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;}
#imageData #bottomNavClose{ width: 26px; float: right;  padding-bottom: 0.7em;}
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #FAF1E1;}
	
/* --- 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;}