@import url(reset.css);

html, body {
height:100%;
}

body {
background:#000;
font-size:12px;
font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
color:#fff;
text-align:center;
}

.wrap {
background:url(../images/bg_tl.png) left top no-repeat;
width:960px;
margin:0 auto -76px auto;
padding:0 20px;
min-height:100%;
position:relative;
text-align:left;
zoom:1;
z-index:1;
}

	.bgBr {
	background:url(../images/bg_rb.png) left top no-repeat;
	width:302px;
	height:379px;
	position:absolute;
	right:0;
	bottom:76px;
	}
	
	.navig {
	position:relative;
	float:left;
	left:20px;
	top:20px;
	z-index:5;
	zoom:1;
	}
	
		.navig a {
		float:left;
		display:block;
		text-indent:-10000px;
		width:11px;
		height:10px;
		}
		
		.navig .home {
		background:url(../images/ico_home.gif) left top no-repeat;
		margin:0 10px 0 0;
		}
		
		.navig .mail {
		background:url(../images/ico_mail.gif) left top no-repeat;
		margin:0;
		}
		
	.logo {
	float:left;
	margin:20px 0 15px 12px;
	_margin:18px 0 15px 12px;
	position:relative;
	clear:both;
	z-index:1;
	}
	
	.phone {
	border:1px solid #666;
	float:right;
	margin:20px 0 15px 0;
	position:relative;
	width:520px;
	height:124px;
	z-index:2;
	}
	
		.phone .num {
		background:url(../images/phone_trans_bg.png) left top repeat;
		color:#000;
		position:absolute;
		left:0;
		right:0;
		bottom:0;
		width:496px;
		height:34px;
		line-height:34px;
		text-align:right;
		font-size:20px;
		font-weight:bold;
		padding:0 12px;
		z-index:10000;
		}
		
			.phone .num span {
			color:#fff;
			line-height:100%;
			width:496px;
			position:absolute;
			right:14px;
			top:6px;
			z-index:1;
			}
	
	/* TopMenu */
	
	.topMenuBox {
	background:url(../images/top_menu_bg_t.png) left top no-repeat;
	clear:both;
	margin:0 0 15px 0;
	padding:4px 0 1px 0;
	position:relative;
	height:34px;
	z-index:3;
	}
	
		.topMenuBox .bgB {
		background:url(../images/top_menu_bg_b.png) left bottom no-repeat;
		padding:0 0 1px 0;
		/*overflow:hidden;
		text-align:center;*/
		}
	
			/*.topMenuBox .bgB div {
			background:none;
			position:relative;
			float:left;
			left:50%;
			text-align:center;
			}*/
		
				.topMenu {
				margin:0;
				padding:0;
				text-align:center;
				/*float:left;
				left:-50%;*/
				zoom:1;
				}
				
					.topMenu li {
					background:none;
					display:block;
					float:left;
					position:relative;
					margin:0 4px;
					padding:9px 5px 9px 5px;
					color:#fff;
					font-weight:bold;
					width:93px;
					height:12px;
					text-align:center;
					zoom:1;
					}
					
						.topMenu a {
						color:#fff;
						text-decoration:none;
						}
						
						.topMenu a:hover, .topMenu li:hover a {
						color:#f2843f;
						text-decoration:none;
						}
						
					.topMenu li.active {
					background:url(../images/top_menu_bg.gif) left top no-repeat;
					}
					
						.topMenu li.active .shadow {
						display:block;
						position:relative;
						z-index:2;
						color:#000;
						zoom:1;
						}
						
						.topMenu li.active .shadow span {
						color:#fff;
						position:absolute;
						display:block;
						width:100%;
						left:-1px;
						top:-1px;
						z-index:1;
						zoom:1;
						}
						
						/* drop menu */
						
						.topMenu li:hover .dropMenu {
						display:block;
						}
						
						.dropMenu {
						background:url(../images/drop_bg_t.gif) left top no-repeat;
						padding:6px 0 0 0;
						display:none;
						position:absolute;
						left:15px;
						top:30px;
						width:260px;
						z-index:1000;
						zoom:1;
						}
						
						.dropMenu.left {
						left:auto;
						right:15px;
						top:30px;
						}
						
							.dropMenu div {
							background:url(../images/drop_bg_b.gif) left bottom no-repeat;
							padding:0 0 8px 0;
							position:relative;
							}
							
								.dropMenu ul {
								background:url(../images/drop_bg_m.gif) left top repeat-y;
								margin:0;
								padding:5px 8px 10px 5px;
								position:relative;
								}
								
									.dropMenu ul li {
									background:url(../images/drop_li_bg.gif) 15px 10px no-repeat;
									border-bottom:1px solid #f1e3b2;
									padding:5px 0 5px 25px;
									margin:0;
									display:block;
									float:none;
									height:auto;
									width:auto;
									text-align:left;
									}
									
									.dropMenu ul li:hover {
									background:url(../images/drop_li_bg_a.gif) 15px 10px no-repeat;
									}
									
										.topMenu li:hover .dropMenu a, .topMenu li .dropMenu a {
										color:#000;
										text-decoration:none;
										}
										
									.topMenu li:hover .dropMenu ul li:hover a {
									color:#f2843f;
									}
									
									.dropMenu ul li.active {
									background:url(../images/drop_li_bg_a.gif) 15px 10px no-repeat;
									} 
									
									.dropMenu ul li.active span {
									color:#f2843f;
									}
						
						/* /drop menu */
	
	/* /TopMenu */
	
	.way {
	margin:0 225px 15px 225px;
	}
	
		.way a {
		background:url(../images/arrow.gif) right 5px no-repeat;
		padding:0 8px 0 0;
		margin:0 10px 0 0;
		}
		
	.colBox {
	background:url(../images/col_box_bg.gif) 225px top repeat-y;
	margin:0 0 30px 0;
	position:relative;
	vertical-align:top;
	z-index:2;
	zoom:1;
	}
	
		.bgCont {
		background:url(../images/bg_cont_br.png) 505px bottom no-repeat;
		zoom:1;
		}
	
	/* left */
	
	.leftCol {
	float:left;
	width:215px;
	overflow-x:hidden;
	position:relative;
	margin:0;
	line-height:14px;
	z-index:2;
	}
	
		.block {
		margin:0 0 20px 0;
		padding:0 5px 0 0;
		}
		
		.block.contact {
		color:#fcedba;
		}
		
		.block.ban {
		margin:0 0 10px 0;
		}
		
			.block.ban img {
			border:1px solid #fcedba;
			}
		
			.block ul {
			margin:0 0 5px 0;
			}
		
			.title {
			background:url(../images/title_bg.png) left top no-repeat;
			font-size:18px;
			font-weight:normal;
			color:#fff;
			text-align:center;
			height:41px;
			line-height:41px;
			margin:0 -5px 10px 0;
			padding:0;
			}
			
			.block a:hover {
			color:#f2843f;
			text-decoration:underline;
			}
			
			.leftCol .block ul li, .rightCol .block ul li {
			background:none;
			padding:0 0 0 5px;
			margin:0 0 12px 0;
			color:#fff;
			}
				
				.block .date {
				text-decoration:none;
				}
				
					.block .date span {
					font-size:11px;
					font-weight:bold;
					}
			
	/* /left */
	
	/* center */
	
	.centerCol {
	background:url(../images/bg_cont_tl.png) left top no-repeat;
	float:left;
	width:510px;
	margin:0 10px 0 10px;
	padding:0;
	overflow-x:hidden;
	color:#fcedba;
	position:relative;
	line-height:14px;
	z-index:2;
	}
	
		.content {
		/*background:url(../images/bg_cont_br.png) right bottom no-repeat;*/
		border-top:1px solid #62432a;
		border-left:1px solid #62432a;
		margin:2px 0 0 2px;
		padding:0 15px 30px 15px;
		min-height:230px;
		_height:230px;
		zoom:1;
		}
		
			.content img {
			border:1px solid #efdfaf;
			-moz-border-radius:2px;
			-webkit-border-radius:2px;
			}
			
			/* gallery */
			
			.gallery {
			background:#3c2415;
			border:1px solid #62432a;
			-moz-border-radius:2px;
			-webkit-border-radius:2px;
			margin:20px 0;
			padding:1px 9px 9px 9px;
			clear:both;
			zoom:1;
			}
			
				.gallery .navigAlbum {
				text-align:center;
				font-size:11px;
				height:15px;
				padding:5px 0;
				}
				
					.gallery .navigAlbum .prev {
					background:url(../images/arrow_l.gif) left 5px no-repeat;
					padding-left:10px;
					margin-right:20px;
					}

					.gallery .navigAlbum .next {
					background:url(../images/arrow.gif) right 5px no-repeat;
					padding-right:10px;
					margin-left:20px;
					}
					
					.gallery .navigAlbum span.prev, .gallery .navigAlbum span.next {
					color:#853c0f;
					}
				
				.gallery .navBox {
				position:relative;
				overflow:hidden;
				text-align:center;
				zoom:1;
				}
				
					.gallery .nav {
					text-align:center;
					padding:0;
					margin:0;
					position:relative;
					float:left;
					left:50%;
					z-index:10;
					zoom:1;
					}
					
						.gallery .nav ul {
						margin:0;
						padding:0;
						position:relative;
						float:left;
						left:-50%;
						zoom:1;
						}
					
							.gallery .nav ul li {
							background:none;
							margin:0 1px 0 0;
							padding:0;
							display:block;
							float:left;
							}
							
								.gallery .nav a, .gallery .nav span {
								background:#634830;
								padding:0 11px;
								margin:0;
								color:#fff;
								text-decoration:none;
								font-weight:bold;
								display:block;
								float:left;
								height:27px;
								line-height:27px;
								-moz-border-radius:1px;
								-webkit-border-radius:1px;
								}
								
								.gallery .nav a:hover, .gallery .nav span {
								background:#62432a;
								}
							
					.gallery .photoBoxBig {
					background:#351f12;
					border:1px solid #62432a;
					-moz-border-radius:2px;
					-webkit-border-radius:2px;
					padding:8px 5px 15px 5px;
					margin:0;
					text-align:center;
					overflow:hidden;
					}
							
						.gallery .photoBoxBig p {
						color:#fff;
						margin-bottom:10px;
						}
								
						.gallery .photoBoxBig img {
						max-width:445px;
						border:none;
						-moz-border-radius:0;
						-webkit-border-radius:0;
						}
					
					.gallery .photoBox {
					background:#351f12;
					border:1px solid #62432a;
					-moz-border-radius:2px;
					-webkit-border-radius:2px;
					padding:10px;
					margin:1px 0 0 0;
					text-align:center;
					}
					
						.gallery .photoBox table {
						margin:0;
						border-collapse:separate;
						}
					
							.gallery .photoBox table td {
							background:#634830;
							border-bottom:1px solid #26160d;
							border-left:1px solid #8d6644;
							border-right:1px solid #26160d;
							border-top:1px solid #8d6644;
							width:98px;
							height:98px;
							padding:5px;
							overflow:hidden;
							text-align:center;
							vertical-align:middle;
							margin:0;
							}
							
							.gallery .photoBox table td:hover {
							background:#8d6644;
							border-bottom:1px solid #26160d;
							border-left:1px solid #8d6644;
							border-right:1px solid #26160d;
							border-top:1px solid #8d6644;
							}
							
								.gallery .photoBox table td img {
								border:1px solid #29180f;
								margin:auto;
								max-width:94px;
								}
							
			
			/* /gallery */
			
			ul.doc {
			margin:10px 0;
			padding:0;
			}
			
				ul.doc li {
				background:none;
				font-size:11px;
				padding:2px 0 5px 24px;
				margin:0;
				position:relative;
				}
					
					ul.doc li img {
					position:absolute;
					left:0;
					top:2px;
					margin:0;
					border:none;
					-moz-border-radius:0;
					-webkit-border-radius:0;
					}
					
			.description {
			background:#634830;
			-moz-border-radius:2px;
			-webkit-border-radius:2px;
			color:#fff;
			text-align:center;
			}
			
				.description img {
				clear:both;
				margin:0 0 4px 0;
				}
				
			.newsList {
			margin:0;
			padding:0;
			}
			
				.newsList li {
				background:none;
				padding:0;
				margin:0 0 15px 0;
				zoom:1;
				}
				
					.newsList .title {
					background:none;
					font-size:14px;
					font-weight:bold;
					text-align:left;
					line-height:normal;
					margin:0 0 8px 0;
					padding:0;
					height:auto;
					}
						
					.content .date {
					font-size:11px;
					font-weight:bold;
					margin:0 0 8px 0;
					}
					
					.content .newsList .date {
					margin:0 0 3px 0;
					}
			
			a.send {
			background:url(../images/button_send.gif) left top no-repeat;
			display:block;
			float:left;
			width:139px;
			height:30px;
			text-indent:-10000px;
			margin:20px 0 10px 0;
			}
			
			a.ask {
			background:url(../images/button_ques.gif) left top no-repeat;
			display:block;
			float:left;
			width:139px;
			height:30px;
			text-indent:-10000px;
			margin:20px 0 10px 0;
			}
					
			.question {
			margin:0;
			padding:0;
			clear:both;
			}
			
				.question li {
				background:url(../images/ques_trans_bg.png) left top repeat;
				border:1px solid #62432a;
				-moz-border-radius:2px;
				-webkit-border-radius:2px;
				padding:2px;
				margin:0 0 8px 0;
				vertical-align:top;
				}
				
					.question table {
					margin:0;
					vertical-align:top;
					width:100%;
					}
					
						.question td {
						background:none;
						border:none;
						}
						
						.question td.left {
						background:url(../images/ques_trans_bg.png) left top repeat;
						border:1px solid #62432a;
						-moz-border-radius:2px;
						-webkit-border-radius:2px;
						width:100px;
						zoom:1;
						}
						
						.question td.answer {
						border-bottom:1px solid #3c2415;
						}
						
						.question td.ques {
						color:#fcedba;
						}
						
							.question .headline {
							background:url(../images/ques_trans_bg.png) left top repeat;
							font-size:11px;
							padding:4px 10px;
							margin:-2px -10px 6px -8px;
							-moz-border-radius:2px;
							-webkit-border-radius:2px;
							border:1px solid #62432a;
							color:#fff;
							}
							
							.question td.answer .headline {
							font-weight:bold;
							}
							
								.question .headline a {
								margin:0 0 0 15px;
								}
								
			.askForm label { 
			width:150px;
			display:block;
			float:left;
			margin:3px 0 0 0;
			}
			
			.askForm input.text {
			margin:0 0 5px 0;
			}
			
			.askForm #captcha {
			margin:0 0 0 20px;
			}
			
			.centerCol a.more {
			background:url(../images/arrow_more.gif) right 5px no-repeat;
			padding:0 13px 0 0;
			margin:0;
			color:#f2843f;
			text-decoration:none;
			font-weight:bold;
			font-size:11px;
			width:auto;
			display:inline;
			text-indent:0;
			}
			
			.navPage {
			text-align:center;
			margin:10px 0;
			}
			
				.navPage a {
				font-weight:bold;
				margin:0 3px;
				}
				
				.navPage .prev {
				background:url(../images/arrow_l.gif) left 5px no-repeat;
				padding-left:10px;
				margin-right:20px;
				font-weight:normal;
				}

				.navPage .next {
				background:url(../images/arrow.gif) right 5px no-repeat;
				padding-right:10px;
				margin-left:20px;
				font-weight:normal;
				}
				
				.navPage span {
				font-weight:bold;
				margin:0 3px;
				color:#FCEDBA;
				}

											
	/* /center */
	
	/* right */
	
	.rightCol {
	float:right;
	width:215px;
	overflow-x:hidden;
	position:relative;
	margin:0;
	line-height:14px;
	z-index:2;
	}
	
		.rightCol .block {
		padding:0 0 0 5px;
		}
		
		.rightCol .title {
		margin:0 0 10px -5px;
		}
				
	/* /right */
	
	.clearFooter {
	background:none;
	clear:both;
	height:76px;
	margin:0;
	padding:0;
	position:relative;
	z-index:1;
	}
	
.footer {
background:url(../images/top_menu_bg_t.png) left top no-repeat;
height:61px;
width:960px;
margin:0 auto 0 auto;
padding:15px 0 0 0;
position:relative;
z-index:2;
zoom:1;
}
	
	.footer .addres {
	float:left;
	text-align:left;
	}
	
	.footer .rusoft {
	background:url(../images/bee.gif) right 3px no-repeat;
	float:right;
	text-align:right;
	font-size:11px;
	margin:0 0 0 50px;
	padding:0 23px 0 0;
	}
	
	.footer .copy {
	float:right;
	}
	
/* After */

.wrap:after, .topMenu:after, .content:after, .colBox:after, .bgCont:after, .newsList li:after {
content:'';
clear:both;
display:block;
height:0;
}

/* /After */
			
/* Global */

p { margin-bottom:5px; }

img { vertical-align:top; }

h1, h2, h3, h4, h5, h6 {
color:#fff;
font-family:Arial, Helvetica, sans-serif;
margin:18px 0 15px 0;
font-weight:normal;
clear:both;
line-height:100%;
}

h1 { font-size:22px; }

h2 { font-size:18px; }

h3 { font-size:16px; font-weight:bold; }

h4 { font-size:14px; font-weight:bold; }

h5, h6 { font-size:13px; font-weight:bold; }

ul {
margin:10px 0 15px 5px;
}

ul ul {
margin:5px 0;
}

ul li, ol ul li {
background:url(../images/ul_li_bg.gif) left 4px no-repeat;
padding-left:12px;
margin-bottom:7px;
zoom:1;
}

ul ul li, ol ul ul li {
background:url(../images/ul_ul_li_bg.gif) left 5px no-repeat;
padding-left:10px;
margin-left:6px;
}

ol {
margin:10px 0 15px 22px;
//margin-left:26px;
}

ol ol, ul ol {
margin:8px 0 0 20px;
}

ol li, ul ol li {
list-style-type:decimal;
list-style-position:outside;
margin:0 0 7px 0;
}

ul ol li, ul ul ol li, ul ul ul ol li {
background:none;
padding:0;
}

ol ul li {
list-style-type:none;
}

table {
margin:10px 0;
border:none;
border-collapse:collapse;
}

th {
background:#634830;
font-weight:bold;
color:#fff;
text-align:left;
padding:2px 10px 4px 10px;
border:1px solid #432918;
}

td {
background:#634830;
vertical-align:top;
text-align:left;
color:#fff;
padding:2px 10px 4px 10px;
border:1px solid #432918;
}

blockquote {
background:#fcedba;
-moz-border-radius:1px;
-webkit-border-radius:1px;
margin:10px 0 15px 0;
padding:0 5px;
font-weight:bold;
color:#000;
}

	blockquote div {
	background:url(../images/quote_bg_t.gif) left top no-repeat;
	padding:0;
	margin:0;
	position:relative;
	top:-8px;
	}
	
		blockquote div div {
		background:url(../images/quote_bg_b.gif) right bottom no-repeat;
		padding:0 52px 19px 52px;
		position:relative;
		min-height:20px;
		_height:20px;
		bottom:-19px;
		top:17px;
		margin:0;
		}

a {
color:#f2843f;
text-decoration:none;
}

a:hover {
color:#fff;
text-decoration:underline;
}

a.more {
background:url(../images/arrow_more.gif) right 4px no-repeat;
padding:0;
margin:0 5px;
color:#f2843f;
text-decoration:none;
font-weight:bold;
font-size:11px;
width:8px;
display:inline-block;
text-indent:-10000px;
}

	a.more:hover {
	color:#f2843f;
	text-decoration:underline;
	}
	
a.btn {
background:#825435;
border:2px solid #ab8462;
color:#fff;
font-weight:bold;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
margin:10px 0 0 0;
padding:1px 10px 3px 10px;
cursor:pointer;
outline:none;
}

a.btn:hover {
text-decoration:none;
color:#fcedba;
}

.clear {
clear:both;
height:1px;
line-height:0;
margin-top:-1px;
overflow:hidden;
}

.floatLeft {
float:left;
margin:0 10px 5px 0;
}

.floatRight {
float:right;
margin:0 0 5px 10px;
}

.qoute {
background:#fcedba;
-moz-border-radius:1px;
-webkit-border-radius:1px;
margin:10px 0 15px 0;
padding:0 5px;
font-weight:bold;
color:#000;
}

	.qoute div {
	background:url(../images/quote_bg_t.gif) left top no-repeat;
	padding:0;
	margin:0;
	position:relative;
	top:-8px;
	}
	
		.qoute div div {
		background:url(../images/quote_bg_b.gif) right bottom no-repeat;
		padding:0 52px 19px 52px;
		position:relative;
		min-height:20px;
		_height:20px;
		bottom:-19px;
		top:17px;
		margin:0;
		}

form {
margin:10px 0;
}

	form p {
	font-weight:bold;
	margin:0 0 10px 0;
	}
	
	#captcha {
	margin:5px 0 0 20px;
	}

label {
margin:0;
font-weight:bold;
color:#fff;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

label.check {
font-weight:normal;
}

	label span, form p span {
	color:#f2843f;
	}

input.check {
vertical-align:middle;
margin:3px 6px 5px 0;
}

input.text, textarea {
background:#402414;
border:1px solid #91633e;
padding:2px 3px 3px 3px;
margin:5px 0 10px 0;
font-size:11px;
color:#fff;
width:300px;
}

textarea {
height:150px;
font-family:Arial, Helvetica, sans-serif;
}

/* /Global */


