@charset "windows-1251";

* {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

body {
	width: 1024px;
	margin: 0px auto;
	font-family: Verdana;
	font-size: 10px;
	padding: 15px;
}

.shell {
	width: 1024px;
	margin: 0px auto;
	background: url("./images/footer.png") 0% 100% no-repeat;
}

a img {
	border: none;
}

a {
	color: #006600;
	text-decoration: none;
}

a.mail {
	font-family: Tahoma;
	font-size: 11px;
}

a.mail:hover {
	color: #660000;
}

a:hover {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

a.blue {
	color: #0000ff;
	text-decoration: underline;
}

.brown {
	color: #993300;
}

.green {
	color: #006600;
}

.blue_bold {
	color: #000066;
	font-weight: bold;
	font-size: 11px;
}

a.blue_bold:hover {
	color: #006600;
}

.green_bold {
	font-weight: bold;
	color: #006600;
	font-size: 11px;
}

.header_left, .header_center, .header_right, .body_left, .body_center, .body_right, .spacer, .spacer_big, .spacer_small, .footer_left, .footer_center, .footer_right, .subfooter {
	float: left;
}

.header_center {
	height: 190px;
	width: 405px;
	background: url("./images/logo.png") no-repeat;
}

.header_left {
	width: 310px;
	padding-top: 150px;
	height: 40px;
	background: url("./images/brand.png") no-repeat;
}

.header_right {
	width: 309px;
	padding-top: 60px;
	height: 130px;
	text-align: center;
	font-size: 11px;
}

.body_left, .body_right {
	width: 180px;
	height: 280px;
	padding-left: 20px;
	padding-top: 46px;
	line-height: 20px;
	background: url("./images/menu.png") no-repeat;
}

.right_bottom {
	padding-top: 350px;
	width: 160px;
	text-align: justify;
	padding-right: 20px;
	font-size: 11px;
}

.body_center {
	width: 410px;
	border: solid 1px #eeddff;
	text-align: justify;
	padding: 55px 45px;
	font-size: 11px;
	line-height: 20px;
	background: url("./images/menu.png") no-repeat;
}

.spacer {
	width: 61px;
}

.spacer_big {
	width: 1024px;
	height: 40px;
}

.spacer_small {
	width: 1024px;
	height: 1px;
	font-size: 1px;
}

.body_center center {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: bold;
}

.body_center li {
	margin-left: 40px;
}

.footer_center {
	width: 502px;
	text-align: center;
	padding-top: 30px;
}

.footer_left, .footer_right {
	width: 190px;
	padding-left: 10px;
}

.footer_left a {
	color: black;
	text-decoration: none;
}

.footer_left a:hover {
	text-decoration: none;
}

.subfooter {
	width: 1024px;
}

.clear {height: 0px; width: 0px; visibility: hidden; clear: both; margin: 0px; height: 5px; line-height: 5px}