/* ... общие настройки, лучше не менять ... */
body{margin:5px;}
body,html{height:100%;}
/* ... настройки таблиц ... */
	table.all,td.all,input.all,textarea.all{width:100%;}
	table.all,tr.all{height:100%;}
	td{vertical-align:top;}
/* ----------------------------------------- */
/* ... ссылки ... */
	a.current,a.current:hover{cursor:default;}
/* ----------------------------------------- */
/* ... формы ... */
	form{margin:10px 0;padding:0;}
		input{margin:0;}
		iframe,input,textarea{border:solid 1px;}
		input.file{border:none;_border:1px solid;}
		input,textarea{padding-left:3px;padding-right:3px;}
			input.radio{border:none;background:none;}
/* ----------------------------------------- */
/* ... таблицы в ричэдите и названия полей ... */
	table.reTable td,td.label{padding:2px 5px 2px 0;vertical-align:top;}
	table.reCellBordered td{padding:5px;vertical-align:middle;}
	img.reImageLeft{margin-right:10px;}
	img.reImageRight{margin-left:10px;}
	table.reCellBordered img.reImageLeft, table.reCellBordered img.reImageRight{margin:0;}
		table.reTable P,table.reTable h2,table.reTable h3,table.reTable h4,table.reTable h5,table.reTable h6{
			margin:5px 0 !important;padding:0 !important;
		}
		td.label{white-space:nowrap;}
/* ----------------------------------------- */
/* ... горизонтальный разделитель ... */
	hr{
		clear:both;
		margin:0 0 10px 0;
		height:1px;
		width:100%;
		border: 0px solid;
		_background:none;
		_border:none;
	}
/* ----------------------------------------- */
/* ... строка навигации ... */
/* ----------------------------------------- */
/* ... вывод сообщений ... */
	P.alert{
		padding:5px 0 5px 10px;
		margin-bottom:10px;
		font-weight:bold;
	}
/* ----------------------------------------- */
/* ... блок навигации по страницам ... */
	p.pages{padding-top:5px;margin-top:20px;border-top:solid 1px;border-top:solid 1px;}
		p.pages a{padding-left:3px;padding-right:2px;}
/* ----------------------------------------- */
/* ... списки ... */
	
/* ----------------------------------------- */
/* ... пнг ... */
	img.png{filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);}
	div.png{
		display:inline;
		filter:expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.firstChild.src+"')");
		width:expression(this.firstChild.width); 
		height:expression(this.firstChild.height);
	} 
/* ----------------------------------------- */
/* ... текстовый блок ... */
	div.text{margin:0 0 20px 0;padding:0;}
	div.all{margin:0 0 0 0;padding:0;border:1px solid red;}
/* ----------------------------------------- */
/* ... распорочка ... */
	div.blank{width:1px;height:1px;margin:0;padding:0;}
/* ----------------------------------------- */
/* ... картинки с нижним выравниванием ... */
	img.bottom {vertical-align:text-bottom !important;}
/* ----------------------------------------- */
/*=================== НАСТРОЙКИ САЙТА ============================*/
body{
	background:#FFFFFF;
	color:#000000;
}
body.page{
	margin:0;
	padding:0;
	background:#FFFFFF;
	color:#000000;
}
p,h1,h2,h3,h4,h5,h6{padding:0;margin: 0px 0px 15px 0px;}
body,td,th,input,select,textarea,h1,h2,h3,h4,h5,h6{font-family:Tahoma,Verdana,Arial,sans-serif;}
body,td{font-size:12px;}

/* ... ссылки ... */
	/*a{color:#7D7D7D;text-decoration:underline;}	 
	a:hover,a.current,a.current:hover{color:#920000;text-decoration:underline;}*/
/* ----------------------------------------- */
/* ... мелкий шрифт ... */
	.small,.small td,small{font-size:11px;font-weight:normal;}
	p.small{margin:3px 5px;}
/* ----------------------------------------- */
/* ... формы ... */
	iframe,textarea,input{border-color:#808080;}
	textarea,input,select{color:#000000;background:#FFFFFF;font-size:11px;}
	input.submit{
		font-weight:bold;
		color:#ffffff;
		background:#920000;
		font-size:10px;
		height:18px;
		letter-spacing:1px;
		border:none;
		padding-left:10px;
		padding-right:10px;
		_padding-left:2px;
		_padding-right:1px;
		margin:0 0 0px 0px !important;
	}
	.grey{color:#808080 !important;}
	/* ... обязательное поле + ошибка заполнения ... */
		.require{color:#920000 !important;}
		.errorfield{border:1px solid #920000 !important;}
		.nowrap{white-space:nowrap;} 
/* ----------------------------------------- */
/* ... таблицы в ричэдите ... */
	table.reTable,table.reTable td{border-color:#808080;}
/* ----------------------------------------- */
/* ... названия полей ... */
	.label, table.reTable .label{
		color:#808080;
		font-size:11px;
	}
	td.label, table.reTable td.label{
		/*vertical-align:middle !important;	*/
	}
	div.add_fields{margin-bottom:15px;}
	p.add_field{margin-bottom:3px;}
	div.division{margin-bottom:0px !important;color:#656565;}
	div.division p{color:#656565;font-size:11px;margin-bottom:5px;}
/* ----------------------------------------- */
/* ... раскраска таблиц ... */
	tr.color_0 td{background:#F5F5F5 !important;/*border-width:0;*/}	
	tr.color_1 td{/*border-width:0;*/}

	tr.color_2 td{
		padding:2px 5px !important;
		font-weight:bold;
		background:#F5F5F5;
		color:#950000 !important;
		border-bottom:1px solid #808080;
	}		
/* ----------------------------------------- */
/* ... горизонтальный разделитель ... */
	hr{
		background-color:#D1D1D1;
		border-color:#D1D1D1;
		_background:none;
		_border:none;
		_color:#D1D1D1;
	}
/* ----------------------------------------- */
/* ... строка навигации ... */
	p.navigation{font-size:10px;color:#808080;line-height:25px;}
		p.navigation a{text-decoration:underline;}
		p.navigation a:hover{text-decoration:underline;}
/* ----------------------------------------- */
/* ... вывод сообщений ... */
	P.alert{background:#920000;color:#FFFFFF;border:none;}
/* ----------------------------------------- */
/* ... блок навигации по страницам ... */
	p.pages{clear:both;font-size:10px;line-height:13px;border-color:#D1D1D1;color:#7D7D7D;}
	p.pages a.number,p.pages a.numbercurrent{text-decoration:none;padding:0 6px;}
	p.pages a.number:hover,p.pages a.numbercurrent:hover{text-decoration:none;}
	p.pages a.numbercurrent,p.pages a.numbercurrent:hover{font-weight:bold !important;color:#ffffff;background:#950000;}

/* ----------------------------------------- */
/* ... 6 уровней заголовков ... */
	h1 { 
		font-size:17px;font-weight:normal;color:#654414;margin:0 0px 15px 0px;
		line-height:19px;padding-bottom:3px;
	}

	h2 {
		padding:0 5px;
		font-size:19px;
		font-weight:bold;
		color:#ffffff;
		margin:20px 0;
		color:#920000;
	}
	h3 { font-size: 15px; font-weight: bold; color: #656565; margin:0 0px 10px 0px;}
		h3.news {margin-bottom:0;}
	h4 { font-size: 13px; font-weight: bold; color: #950000; margin:0 0px 2px 0px;}
		h4.news {margin-bottom:0;}
		h4 a {color: #950000;}
		h4 a:hover {color: #656565;}
	h5 { font-size: 13px; font-weight: bold; color: #656565; margin:0px 10px 0 0px;}
		h5.news {margin-bottom:0;}
	h6 { font-size:9px; font-weight: normal; color: #950000;  margin:10px 0px 10 0px;text-transform:uppercase;}
/* ----------------------------------------- */

 /* ... Контакты и прочие формы ... */
 table.form{width:400px;}
	 table.form .text_field{width:100%;}
	 table.form .select_field{width:300px;}
	 table.form .file_field{width:300px;}
/* ====================================== */

div.note{font-size:10px;margin:5px 0 5px 10px;color:#aaaaaa;}

/* ====================================== */
 /* ... фотогалерея ... */
 div.photo{
	float:left;
	margin:0 10px 10px 0;
 }
 div.photo p{text-align:center;}
/* ====================================== */
/* ====================================== */
 /* ... гостевая ... */
 div.guest_otvet {margin:0 0 20px 20px;}
 .nomargin{margin:0;}
	p.discuss {color:#333333;font-size:11px;}


/* ====================================== */
tr.catalogue_show td{vertical-align:middle;}
table.page{
	min-width:990px;
	width:expression(document.body.clientWidth < 990? "990px": "100%" );
}
td.header{
	height: 172px;
	background: url(../../img/design/header_wrap.gif) repeat-x left top;
}
td.header div{
	height: 172px;
	background: url(../../img/design/main.jpg) no-repeat left top;
}
td.header div div{
	height: 172px;
	background: url(../../img/design/header_right.jpg) no-repeat right top;
	position: relative;
}
td.header div div div{
	position: absolute;
	top:40px;
	right:43px;
	background: none;
	text-align: right;
	color:#654414;
	font-size:22px;
}
td.header div div div span{
	color:#027842;
	font-size:18px;
	font-style: italic;
	padding-top:10px;
}
body.page{
	background: url(../../img/design/vert_wrap.jpg) repeat-y left top;
}
td#left{
	width: 264px;
}
table.menu{
	/*height: 429px;*/
	width: 260px;
	/*width: 215px;*/
	list-style: none;
	/*background: url(../../img/design/main.jpg) no-repeat 0 -172px ;*/
	background: url(../../img/design/left.jpg) no-repeat 0 0 ;
}
.menu td{
	vertical-align: middle;
	height: 34px;
	
	background: url(../../img/design/nav.png) repeat-y left;
}
td.class1{
	background-position:0 0;
}
td.class2{
	background-position: -264px 0;
}
td.class3{
	background-position:-528px 0;
}
td.class4{
	background-position:-792px 0;
}
td.class5{
	background-position:-1056px 0;
}
td.class6{
	background-position:-1320px 0;
}
td.class7{
	background-position:-1584px 0;
}
/*td#dix{
	height:53px;
}*/
.menu td a{
	width: 200px;
	padding: 7px 0;
	padding-left:25px;
	display: block;
	font-size:14px;
	color:#282828;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial;
	background: url(../../img/design/fivider.gif) no-repeat left bottom;
}
td#content{
	padding: 30px 30px 30px 0;
	
}
td.footer div{
	background: url(../../img/design/footert_line.jpg) no-repeat 219px 0;
	height:118px;
	position: relative;
}
td.footer{
	height: 118px;
	background: url(../../img/design/footer.jpg) no-repeat right bottom;
}
div#phonen{
	position: absolute;
	top:40px;
	left:20px;
	font-size:22px;
	color:#654414;
}
div#header h1{
	position: absolute;
	top:130px;
	left:20px;
	font-size:22px;
	color:#027842;
}
a#mailto{
	display: block;
	height:60px;
	width:70px;
	position: absolute;
	top:31px;
	left:246px;
	
}
a#r52{
	position: absolute;
	bottom:16px;
	right: 65px;
}

#fad {padding:40px 0 0 250px;}