@import url(reset.css);
@import url(layouts.css);
@import url(navigation.css);
@import url(forms.css);

a{
	color: #a89b6e;
	}
a:hover{
	text-decoration: none
	}
body{
	color: #3d3d3d;
	font: 14px/18px "Times New Roman", Times, serif;
	}
em{
	font-style: italic
	}
h1{
	margin: 10px 0 10px 0;
	color: #115e00;
	font: 24px/24px "Times New Roman", Times, serif;
	text-align: center
	}
h2{
	margin: 10px 0 10px 0;	
	color: #5b7400;
	font: 21px/21px "Times New Roman", Times, serif;
	text-align: center;
	}
h3{
	margin: 10px 0 10px 0;	
	color: #b2a269;
	font-size: 21px;
	text-align: center;
	}
h4{
	margin: 10px 0 10px 0;	
	padding: 0 0 0 15px;
	font-size: 14px;
	font-weight: bold;
	}
h5{
	margin: 10px 0 10px 0;
	padding: 0 0 0 15px;
	font-size: 12px;
	font-weight: bold;
	}
h6{
	margin: 10px 0 10px 0;
	padding: 0 0 0 15px;
	font-size: 12px;
	}
ol li{
	margin: 0px 30px;
	}
ol.decimal li{
	list-style-type: decimal
	}
ol.roman li{
	list-style-type: upper-roman
	}
p{
	margin: 0 0px 5px 0px;
	text-indent: 15px;
	}
strong{
	font-weight: bold
	}
table{
	margin: 0 0 5px 0;
	border-collapse: collapse;
	}
table td{
	padding: 5px 15px;
	border: 1px solid #9c9c9c
	}
table th{
	padding: 10px 15px;
	font-weight: bold;
	border: 1px solid #9c9c9c;
	background: #9c9c9c
	}
ul li{
	margin: 0px 30px 5px 30px;
	}
ul, ol{
	margin: 0 0 5px 0
	}
ul li{
	list-style-type: disc;
	list-style-image: url(/ru/images/ul1.png);
	}
ul.disc li{
	list-style-image: none;
	list-style-type: disc
	}
ul.circle li{
	list-style-image: none;
	list-style-type: circle
	}
ul.square li{
	list-style-type: square
	}
.clearer{
	clear: both
	}
.clearer-l{
	clear: left
	}
.black{
	color: #000
	}
.bold{
	font-weight: bold
	}
.db{
	display: block
	}
.italic{
	font-style: italic
	}
.red{
	color: #ed1c24
	}
.f11{
	font-size: 11px
	}
.f12{
	font-size: 12px
	}
.f14{
	font-size: 14px
	}
.f25{
	font-size: 25px
	}
.fr{
	float:right
	}
.fl{
	float: left
	}
.gray1{
	color: #aeaeac
	}
.gray2{
	color: #8d8c89
	}
.gray3{
	color: #545454
	}
.lh2{
	line-height: 2em
	}
.tal{
	text-align: left
	}
.tac{
	text-align: center
	}
.tar{
	text-align: right
	}
.block-link{
	display: block;
	margin-bottom: 3px;
	padding: 6px 10px 6px 10px;
	color: #515151;
	font-size: 15px;
	text-decoration: none;

	background: url(/ru/images/block_link_bg.jpg) center repeat-y #eae2c3
	}
.block-link:hover{
	color: #fff;
	background: url(/ru/images/block_link_bg_hover.jpg) center repeat-y #6ca055
	}
#print-contacts {
	display: none;
}