@charset "UTF-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	color:#58595b;
	background:#d0d0d0;
	font-size:10px;
}
form, ul, li {
	margin:0;
	padding:0;
}
li {
	list-style:none;
}
a {
	color:#ada954;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
img {
	border:0;
}
div.root {
	width:900px;
	height:450px;
	background:#FFFFFF;
}
div.left_side {
	float:left;
	width:250px;
	height:450px;
}
div.left_top {
	height:68px;
	width:250px;
	background:#403b17;
}
div.logo {
	float:left;
}
div.lng {
	float:right;
	margin-top:48px;
	margin-right:20px;
	color:#ada954;
}
div.big_img {
	height:275px;
}
div.main_part {
	margin-left:250px;
	height:450px;
	width:650px;
}
div.slogan {
	background:#b5b2a5 url(../img/slogan.png) no-repeat 384px 0px;
	height:45px;
}
div.menu {
	width:650px;
	height:23px;
	background:#6f6c3b;
}
div.menu a {
	color:#f0ecec;
}
ul.menu li {
	float:left;
	padding:4px 2px 0px 30px;
	height:19px;
}
ul.menu li.m1 {
	background:url(../img/m1.png) no-repeat 7px 3px;
}
ul.menu li.m2 {
	background:url(../img/m2.png) no-repeat 7px 3px;
}
ul.menu li.m3 {
	background:url(../img/m3.png) no-repeat 7px 3px;
}
ul.menu li.m4 {
	background:url(../img/m4.png) no-repeat 7px 3px;
}
ul.menu li.m5 {
	background:url(../img/m5.png) no-repeat 7px 3px;
}
ul.menu li.m6 {
	background:url(../img/m6.png) no-repeat 7px 3px;
}
ul.menu li.m7 {
	background:url(../img/m7.png) no-repeat 7px 3px;
}
ul.menu li.m1_active, ul.menu li.m1:hover {
	background:#a0a000 url(../img/m1_a.png) no-repeat 7px 3px;
}
ul.menu li.m2_active, ul.menu li.m2:hover {
	background:#a0a000 url(../img/m2_a.png) no-repeat 7px 3px;
}
ul.menu li.m3_active, ul.menu li.m3:hover {
	background:#a0a000 url(../img/m3_a.png) no-repeat 7px 3px;
}
ul.menu li.m4_active, ul.menu li.m4:hover {
	background:#a0a000 url(../img/m4_a.png) no-repeat 7px 3px;
}
ul.menu li.m5_active, ul.menu li.m5:hover {
	background:#a0a000 url(../img/m5_a.png) no-repeat 7px 3px;
}
ul.menu li.m6_active, ul.menu li.m6:hover {
	background:#a0a000 url(../img/m6_a.png) no-repeat 7px 3px;
}
ul.menu li.m7_active, ul.menu li.m7:hover {
	background:#a0a000 url(../img/m7_a.png) no-repeat 7px 3px;
}

div.submenu {
	width:650px;
	height:20px;
	margin-top:8px;

	border-bottom:1px solid #988f67;
}
div.submenu li {
	float:left;
	padding:0px 10px 0 25px;
	background:url(../img/subm.jpg) no-repeat 7px 0px;
}
div.submenu li.active a, div.submenu li a:hover {
	color:#be0027;
}
div.content {
	padding:7px;
	width:634px;
	height:231px;
}
div.img_gallery {
	width:650px;
	height:108px;
}
div.img_one {
	float:left;
	padding:2px 0 0 12px;
}
div.actual {
	width:250px;
	height:107px;
	background:url(../img/bg_bottom.jpg);
}
div.content {
    font-size:11px;
}
div#obligatory {
    display:none;
}
label {
	width: 120px;
	padding: 0 5px;
	float: left;
}

label {
	width: 150px;
	padding: 0 5px 0 0;
	float: left;
	font-size: 0.917em;
}

label span.obligatory {
	padding: 0 2px;
	color: #f79239;
}

label span.obligatory {
	padding: 0 2px;
	color: #7aca4d;
}

label.description {
	font-size: 0.833em;
	width: auto;
	float: none;
}

input.textinput {
	width: 300px;
	float: left;
}
input.button {
	padding: 0 15px;
}


textarea.textinput {
	width: 305px;
	height:45px;
	float: left;
}

.row {

    padding: 4px 5px;
    height: 17px;
}
.row_line {
    border-bottom: 1px solid #e7e6e6;
}
.error{
	text-align: center;
	padding: 5px;
	color: #a6221d;
	border-bottom: 1px solid #a6221d;
}
.success{
	text-align: center;
	padding: 5px;
	color: #7aca4d;
	border-bottom: 1px solid #7aca4d;
}

div.actual div.one_actual {
    width:202px;
    height:22px;
    padding:2px 40px 2px 7px;
    font-size:13px;
}
div.one_actual a {
    color:#a0a000;
}
div.actual div.impor {
    background:url(../img/attention.png) no-repeat 220px 2px;
}