@charset "windows-1251";
* {
	margin:0px;
	padding:0px;
}
body {
	background-color: #190000;
	background-image: url(../images/bgg_top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#container {                                                     /* это абсолютное позиционирование по центру для всего содержимого*/
	width: 898px;
	left: 50%;
	position: absolute;
	margin-left: -449px;
	background-image: url(../images/bgg_container.jpg);
	background-repeat: repeat-x;
}
#picmenu {
	background-image: url(../images/roof_main.jpg);
	background-repeat: no-repeat;
	height: 195px;
	width: 898px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#picmenu a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	position: absolute;
	height: 18px;
	width: 197px;
	padding-left: 2px;
	top: 158px;
}
#picmenu a#label1 {
	left: 38px;
}
#picmenu a#label1:hover {
	background-image:url(../images/label1.jpg);
	background-repeat:no-repeat;
	color:#000000;
}
#picmenu a#label2 {
	left: 243px;
}
#picmenu a#label2:hover {
	background-image:url(../images/label2.jpg);
	background-repeat:no-repeat;
	color:#000000;
}
#picmenu a#label3 {
	left: 448px;
}
#picmenu a#label3:hover {
	background-image:url(../images/label3.jpg);
	background-repeat:no-repeat;
	color:#000000;
}
#picmenu a#label4 {
	left: 655px;
}
#picmenu a#label4:hover {
	background-image:url(../images/label4.jpg);
	background-repeat:no-repeat;
	color:#000000;
}

#picmenu img {
	position: absolute;
	top: 89px;
}
#leftmenu {
	position: absolute;
	height: 294px;
	width: 256px;
	left: 0px;
	top: 195px;
}
#leftmenu img {
	position: absolute;
	left: 30px;
	z-index:2;
}
#leftmenu a {
	background-image: url(../images/button_m_link.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 42px;
	width: 256px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 42px;
	text-align: right;
	z-index:1;
}
#leftmenu a:hover {
	background-image: url(../images/button_m_hover.jpg);
}
#lcol {
	position: absolute;
	width: 256px;
	left: 0px;
	top: 489px;
	background-image: url(../images/bgg_lcol.jpg);
	background-repeat: no-repeat;
}
#lcol div {
	margin-top: 35px;
	margin-right: 20px;
	margin-left: 27px;
	text-align: justify;
}
#content {
	background-image: url(../images/bgg_content_main.jpg);
	background-repeat: no-repeat;
	width: 642px;
	position: absolute;
	left: 256px;
	top: 195px;
	background-color: #1d0606;
	text-align: justify;
}
#content div {
	margin-top: 25px;
	margin-right: 30px;
	margin-left: 30px;
}

h1 {
	font-weight: bold;
	color: #e3d977;
	margin-bottom: 15px;
	padding-left: 10px;
	font-size: 17px;
}
h2 {
	font-size: 15px;
	font-weight: normal;
	color: #e3d977;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
}
div.rss_news {
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
}
#content p {
	margin-bottom: 10px;
}
#content a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}
#content a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3D977;
}
ul.plain_list {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 20px;
}
ul.plain_list li {
	margin-bottom: 5px;
	list-style-image: url(../images/marker.gif);
}
.links {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
input {
	border: 1px solid #E3D977;
	margin-top: 3px;
}
textarea {
	height: 50px;
	width: 99%;
	border: 1px solid #E3D977;
	overflow: auto;
}
.phone {
	position: absolute;
	color: #E3D977;
	font-size: 13px;
	text-align: right;
	right: 50px;
	top: 50px;
}
.phone span {
	display: block;
	font-size: 20px;
}
