/**
 * <meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
 * for dreamweaver
 */
body {
	width: 933px;
}
body, form {
	margin: 0px;
}
body, td, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body.start {
	width: 100%;
	height: 100%;
	background-image: url(img/start-bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #537bb5;
	color: #ffffff;
}
body.start td, body.start a, body.start a:link, body.start a:visited  {
	color: #ffffff;
}
a, a:link, a:visited {
	color: #3b62a3;
	text-decoration: underline;
}
a:active, a:hover {
	text-decoration: none;
}
a.invert, a.invert:link, a.invert:visited {
	text-decoration: none;
}
a.invert:active, a.invert:hover {
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #a6a6a6;
	padding-bottom: 10px;
	margin: 0px 0px 15px;
	border-bottom: 3px solid #4d70ab;
	letter-spacing: -1px;
}
h1 a, h1 a:link, h1 a:visited {
	color: #a6a6a6;
	text-decoration: none;
}
h1 a:active, h1 a:hover {
	text-decoration: underline;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #3b62a3;
	margin: 1px 0px 3px;
	letter-spacing: -1px;
}
h2 a, h2 a:link, h2 a:visited {
	color: #3b62a3;
	text-decoration: none;
}
h2 a:active, h2 a:hover {
	text-decoration: underline;
}
.floatL {
	float: left;
	margin-right: 10px;
}
.img-float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.floatR {
	float: right;
	margin-left: 10px;
}
.h100 {
	height: 100%;
}

#lang {
	text-align: right;
	padding-top: 15px;
	padding-bottom: 8px;
	padding: 15px 42px 8px 0px;
}
#head {
	text-align: center;
	height: 173px;
	width: 933px;
	clear: both;
}
.logo {
	margin-top: 3px;
	margin-bottom: 3px;
}

#top-line {
	clear: both;
	background-image: url(img/top-line.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 70px;
}

#menu {
	float: left;
	/*total width = width + padding-left + padding-right = 310px*/
	width: 240px;
	padding-left: 40px;
	padding-right: 30px;
	padding-top: 35px;
}
#menu ul {
	margin: 0px 0px 25px 0px;
	padding: 0px;
}
#menu ul li {
	list-style-type: none;
	margin-bottom: 2px;
}
#menu a {
	display: block;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 25px;
	/*делаем на фон пустой гиф, а то в ИЕ не срабатывает замена фонового гифа в :hover'е*/
	background-image: url(img/1.gif);
	letter-spacing: -1px;
}
#menu a.top-item {
	padding: 2px 10px;
	font-size: 15px;
}
#menu a.top-item, #menu a.top-item:link, #menu a.top-item:visited {
	text-decoration: underline;
}
#menu a.top-item:active, #menu a.top-item:hover {
	background-image: url(img/menu-hover.gif);
	background-repeat: repeat-y;
	text-decoration: none;
}
#menu a, #menu a:link, #menu a:visited {
	text-decoration: none;
}
#menu a:active, #menu a:hover {
	background-image: url(img/menu-hover.gif);
	background-repeat: repeat-y;
	text-decoration: underline;
}
#menu .active-item {
	background-image: url(img/menu-active.gif);
	background-repeat: repeat-y;
}

#content-main {
	float: left;
	width: 475px;
}
#content {
	float: left;
	/*623 max*/
	width: 593px;
}
.date {
	font-size: 10px;
	color: #b1b1b1;
}
.item {
	text-align: justify;
}
.tabl {
	background-color: #f1f5f9;
}
#right {
	text-align: center;
	width: 148px;
	float: left;
	padding-top: 35px;
}

#bottom-line {
	clear: both;
	background-image: url(img/top-line.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 30px;
}

#footer {
	font-size: 11px;
	color: #aeaeae;
	padding-left: 50px;
	padding-right: 40px;
	padding-bottom: 20px;
}
.input {
	border: 2px solid #cdcdcd;
	width: 466px;
}
.input2 {
	border: 2px solid #cdcdcd;
	width: 175px;
}