@charset "utf-8";
body {
	background-color: #2a2921;
	margin: 0px;
	color: #D3D1A4;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	color: #b3b185;
	letter-spacing: 3px;
	font-weight: normal;
	list-style-type: none;
	padding-left: 35px;
	background-image: url(images/bg_h1.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	font-size: 24px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	color: #b3b185;
	letter-spacing: 3px;
	font-weight: normal;
	background-image: url(images/bg_h1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
	margin-left: 140px;
	font-size: 24px;
}

a:focus {
   outline:none;
}

a {
	color: #fefcc7;
	font-weight: bold;
	text-decoration: underline;
}
.webheader {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}
.content {
	height: 100%;
	width: 850px;
	float: left;
	margin-left: 41px;
	background-color: #545342;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 42px;
	display: block;
	color: ##D3D1A4;
	font-family: "Тrebuchet MS", Verdana, Ariel;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
}
.webheaderMK {
	background-image: url(images/header_mk.png);
	background-repeat: no-repeat;
}

.language {
	float: right;
	height: 20px;
	width: 190px;
	margin-top: 8px;
	color: #2A2921;
}
.logo {
	position: relative;
	height: 131px;
	width: 246px;
	left: 194px;
	top: 30px;
}
.menudiv {
	height: 150px;
	width: 180px;
	float: left;
}
.TextHeader {
	height: 50px;
	width: 500px;
	float: left;
	margin-left: 40px;
	margin-top: 115px;
}
#menu {
	margin-top: 10px;
	width: 150px;
	padding-bottom: 20px;
	padding-left: 13px;
}
#menu li a {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	margin-top: 5px;
	list-style-type: none;
	text-decoration: none;
	color: #D3D1A4;
	width: 150px;
	background-image: none;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 25px;
	padding-left: 17px;
}

#menu li a:hover {
	color: #D3D1A4;
	cursor: pointer;
	background-image: url(images/MenuBullet.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu  li a:active {
	color: #D3D1A4;
	background-image: url(images/MenuBullet.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu li {
	list-style-type: none;
}
#menu2 {
	color: #949273;
	width: 250px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#menu2 li a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	list-style-type: none;
	text-decoration: none;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-bottom: 0px;
	color: #949273;
}
#menu2  li  {
	list-style-type: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#menu2   li a:hover {
	color: #fefcc7;
	cursor: pointer;
}
.footer {
	width: 862px;
	float: left;
	margin-left: 41px;
	background-color: #545342;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.iinput {
	border: solid 1px #444334; 
	background:#d3d1a4; 
	color:#545342;
}
