/* ... общие настройки, лучше не менять ... */
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;}
/* ----------------------------------------- */
/* ... списки ... */
	ul{margin:10px 0;padding:0;}
	ol{margin-top:0;margin-bottom:15px;}
		ul li, ol li{margin:4px 0px 5px 0;padding:0px;}
		ul li{list-style:none;padding-left:10px;background:url(../../img/bullet.1.gif) no-repeat 0 6px;}
			ul li p, ol li p{padding:0;margin:0;}
				ul ul li{background-image:url(../../img/bullet.2.gif);}
				ul ul ul li{background-image:url(../../img/bullet.3.gif);}
/* ----------------------------------------- */
/* ... пнг ... */
	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.zoom {cursor:hand;}
/* ----------------------------------------- */
/*=================== НАСТРОЙКИ САЙТА ============================*/
body{
	background:#ffe5db;
	color:#762c00;
}
body.page{
	margin:0;
	padding:0;
	background:#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:Arial,Tahoma,Verdana,sans-serif;}
body,td{font-size:12px;}

/* ... ссылки ... */
	a{color:#dd7765;text-decoration:underline;}	 
	a:hover,a.current,a.current:hover{color:#f63d3d;text-decoration:none;}
/* ----------------------------------------- */
/* ... мелкий шрифт ... */
	.small,.small td,small{font-size:11px;font-weight:normal;}
	p.small{margin:3px 0;}
/* ----------------------------------------- */
/* ... формы ... */
	iframe,textarea,input{border-color:#deafa7;}
	textarea,input,select{color:#762c00;background:#ffe5db;font-size:11px;}
	input.submit{
		font-weight:bold;
		color:#ffffff;
		background:#9f6852;
		font-size:11px;
		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:#c19378 !important; font-size:10px !important;}
	/* ... обязательное поле + ошибка заполнения ... */
		.require{color:#f63d3d !important;}
		.errorfield{border:1px solid #f63d3d !important;}
		.nowrap{white-space:nowrap;} 
/* ----------------------------------------- */
/* ... таблицы в ричэдите ... */
	table.reTable,table.reTable td{border-color:#deafa7;}
/* ----------------------------------------- */
/* ... названия полей ... */
	.label, table.reTable .label{
		color:#762c00;
		font-size:11px;
	}
	td.label, table.reTable td.label{
		/*vertical-align:middle !important;	*/
	}
	div.add_fields{margin-bottom:5px;}
	p.add_field{margin-bottom:3px;font-size:11px;color:#c19378;}
/* ----------------------------------------- */
/* ... раскраска таблиц ... */
	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:#f63d3d !important;
		border-bottom:1px solid #deafa7;
	}		
/* ----------------------------------------- */
/* ... горизонтальный разделитель ... */
	hr{
		background-color:#deafa7;
		border-color:#deafa7;
		_background:none;
		_border:none;
		_color:#deafa7;
	}
/* ----------------------------------------- */
/* ... строка навигации ... */
	p.navigation{font-size:11px;color:#c19378;line-height:auto;margin:0;}
		p.navigation a{text-decoration:underline;}
		p.navigation a:hover{text-decoration:underline;}
/* ----------------------------------------- */
/* ... вывод сообщений ... */
	P.alert{background:#850000;color:#ffe5db;border:none;}
/* ----------------------------------------- */
/* ... блок навигации по страницам ... */
	p.pages{clear:both;font-size:11px;line-height:13px;border-color:#deafa7;color:#762c00;text-indent:0;}
	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:#9f6852;}

/* ----------------------------------------- */
/* ... 6 уровней заголовков ... */
	h1 { 
		font-size:18px;font-weight:normal;color:#850000;margin:15px 0px 15px 0px;
	}

	h2 {
		font-size:14px;
		font-weight:bold;
		margin:20px 0;
		color:#762c00;
	}
	h3 { font-size: 14px; font-weight: bold; color: #f63d3d; margin:0 0px 10px 0px;}
		h3.news {margin-bottom:0;}
	h4 { font-size: 12px; font-weight: bold; color: #dd7765; margin:0 0px 2px 0px;}
		h4.news {margin-bottom:0;}
	h5 { color:#c19378; font-size:10px; text-transform:uppercase;font-weight: normal;}
		h5.news {margin-bottom:0;}
	h6 {
		line-height:50px;
		background: url(../../img/design/price.gif) no-repeat left center;
		padding-left:47px;
		font-weight:bold; font-size: 12px;
	}
/* ----------------------------------------- */
/*i{color:#920000 !important;font-style:normal !important;font-weight:bold;} */
table.page{
	width:992px;
}

/* topRow */
#topRow{
	height:318px;
	background: url(../../img/design/top.jpg) no-repeat 0 0;
}
#topRow td{padding-top:45px;color:#ffffff}
#shortFirma{font-weight:bold;font-style:italic;text-transform:uppercase;margin:0 0 25px 50px;}
#slogan1, #slogan2{font-size:18px;font-weight:bold;font-style:italic;}
#slogan1{margin:0 0 5px 50px;}
#slogan2{margin:0 0 0 80px;}
/* menu */
.menu{margin:0;padding:0;}
.menu .menu{margin:0 !important;padding:0 !important;}

	.menu li{
		margin:3px 0 5px 0;
		padding-left:16px;
		font-size:14px;
		background: url(../../img/design/menu.1.gif) no-repeat 4px 5px;
		font-weight:bold;

		/*_border-top-width:expression(previousSibling?"1px":"0");	 */
	}
	/*.menu li:first-child{border-top-width:0px;} */

	.menu li.open{
		background-image: url(../../img/design/menu.1.open.gif);
	}

	.menu a{color:#f63d3d;}
	.menu a:hover,.menu a.current,.menu a.open{text-decoration:none;color:#fa845b;}
	.menu .menu{margin-left:15px;}
	.menu .menu li{
		text-transform:lowercase;
		background: url(../../img/design/menu.2.gif) no-repeat 0px 7px;
		padding-left:10px;
	}
	.menu a.open:hover{text-decoration:underline;}

/* ====================================== */
/* contentRow */
	/* левая колонка */
		#contentLeft{
			padding:0 30px 15px 19px;
			background: #ffe5db url(../../img/design/border.left.gif) repeat-y 0 0;
		}
			#contentLeft div.blank{width:231px;}
			div.news{
				background: url(../../img/design/news.gif) no-repeat 0 0;
				padding-top:20px;
				margin-bottom:7px;
			}
			div.news p{
				margin:0 12px 11px 7px;
			}
			p.news{
				line-height:25px;
				background: url(../../img/design/menu.1.open.gif) no-repeat right center;
				padding:0 12px 2px 0;
				font-weight:bold;
				text-align:right;
			}

	/* контент */
		#contentRight{
			background: #ffe5db url(../../img/design/border.right.gif) repeat-y top right;
			padding:0 60px 15px 0px;
		}
			#contentRight div.blank{width:650px;}
		div.catalogue{
			width:196px;
			height:160px;
			float:left;
			text-align:center;
			margin:0 20px 20px 0;
		}
		div.catalogue table{width:100%;}
		div.catalogue table tr.pic{
			height:130px;
			background: url(../../img/design/border.gif) no-repeat center center;
		}
		div.catalogue table tr.pic td{
			vertical-align:middle;
		}
		div.catalogue table tr td{
			text-align:center;
			font-weight:bold;
		}
		  /** 180 122/
/* ====================================== */
/* bottomRow */

#bottomRow{height:96px;}
	#bottomRow td{vertical-align:middle;color:#ffffff;}
		#bottomRow td p{margin:5px 0;}
		#bottomRow td a{color:#efcdc7;text-decoration:none;}
		#bottomRow td a:hover{color:#ffffff;text-decoration:none;}
		#bottomRow td #r52 a{font-size:10px;}
			#bottomRow a img{background:#efcdc7;margin-bottom:1px;_margin-bottom:-2px;}
			#bottomRow a:hover img{background:#ffffff;}
	#bottomLeft{
		font-size:11px;padding-right:30px;
		background: #9f6852 url(../../img/design/border.left.gif) repeat-y 0 0;
	}
	#bottomLeft div{
		margin:7px 0 0 27px;
		width:212px;
		border-right:1px solid #b28675;
	}
			#bottomLeft div p{
				margin:0 10px 5px 0;
			}

	#bottomRight{
		background: #9f6852 url(../../img/design/border.right.gif) repeat-y top right;
	}
/* ====================================== */
 /* ... Контакты и прочие формы ... */
 table.form{width:400px;}
	 table.form .text_field{width:100%;}
	 table.form .select_field{width:300px;}
	 table.form .file_field{width:300px;}
/* ====================================== */

.note{font-size:11px;margin:5px 0 5px 10px;color:#aaaaaa;}
p.news{margin-bottom:15px}
