html {
	height : 100%;
}
body {
	height : auto !important;
	height : 100%;
	min-height : 100%;
	background : #ECCDAB url('/i/bg_body.jpg');
}
body, div, img, ul, li, p, tr, td, a, span, form {
	margin : 0;
	padding : 0;
	border : 0;
	color : #636363;
	font : 11px Tahoma;
}
p {
	text-align : justify;
}
a {
	text-decoration : none;
}
ul {
	list-style : none;
}
/*заголовки в левом меню*/
.title {
	width : 202px;
	height: 30px;
	margin-bottom : 15px;
	padding : 6px 5px 0 0;
	background : url('/i/bg_title.gif') left top repeat-y;
	color : #fff;
	font : bold 16px 'Times New Roman';
	text-align : center;
}
.title a {
	color : #fff;
	font : bold 16px 'Times New Roman';
}
/*левое меню*/
.menu {
	font : 13px 'Times New Roman';
	text-decoration : none;
}
.menu:hover {
	text-decoration : underline;
}
.menu0 {
	font : 13px 'Times New Roman';
	text-decoration : underline;
}
.menu0:hover {
	text-decoration : none;
}
/*обратная навигация*/
.backnav {
	color : #fff;
}
.backnav a {
	color : #fff;
}
.backnav a:hover {
	text-decoration : underline;
}
/*ОБЩИЕ СТИЛИ*/
/*editor:p абзац с отступом снизу 7px и с красной строки*/
.p1 {
	margin-bottom : 7px;
	text-indent : 35px;
}
/*editor:p абзац с отступом снизу 15px*/
.p2 {
	margin-bottom : 15px;
}
/*стиль ссылки для блока рекламы*/
.a-ses {
	color :#b7b7b7;
}
.a-ses:hover {
	text-decoration : underline;
}
/*editor:table таблица для прайса*/
.table1 {
	background : #ABA387;
}
.table1 td {
	background : #fff;
	padding : 5px 10px;
}
/*editor:a  ссылкa серая подчеркнутая*/
.a-gray {
	text-decoration : underline;
}
.a-gray:hover {
	text-decoration : none;
}
/*editor:a ссылка серая не подчеркнутая*/
.a-gray0:hover {
	text-decoration : underline;
}
/*стиль ссылки охристой подчеркнутой*/
.a-ochre {
	color : #797254;
	text-decoration : underline;
}
.a-ochre:hover {
	text-decoration : none;
}
/*стиль формы*/
.form1 .text {
	vertical-align : top;
	padding-top : 3px;
	color : #636363;
}
.form1 .input {
	height : 19px;
	margin-bottom : 8px;
	padding-left : 5px;
	font : 11px Tahoma;
	color : #636363;
	border : 1px solid #ABA387;
}
.form1 .textarea {
	margin-bottom : 8px;
	padding-left : 5px;
	font : 11px Tahoma;
	color : #636363;
	border : 1px solid #ABA387;
}
.form1 .submit {
	height : 19px;
	background : #ABA387;
	font : 11px Tahoma;
	color : #fff;
	border : 1px solid #ABA387;
	cursor : hand;
	pointer : hand;
}