html, body { margin: 0; padding: 0; font: 12px Verdana; }
h1, h2, h3, p, form, td { margin: 0; padding: 0; }
a img { border: none; }
a { color: #3552c5; }
table { border-collapse: collapse; }

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
a.more {
	font: bold 11px Tahoma;
}
strong.more {
	color: #3552c5;
	text-decoration: none;
}

.home {
	background: #fbfbfb url(../images/decor/home-bg.gif) 0 6px repeat-x;
}
.home .footer {
	background: url(../images/decor/home-footer-bg.gif) 0 1px repeat-x;
	height: 80px;
}
.home .lang {
	background: url(../images/decor/langbar-home-bg.gif) 0 0 no-repeat;
}

.inner {
	background: #fbfbfb url(../images/decor/home-bg.gif) 0 6px repeat-x;
}
.inner .footer {
	background: url(../images/decor/inner-footer-bg.gif) 0 1px repeat-x;
	height: 80px;
}
.inner .lang {
	background: url(../images/decor/langbar-inner-bg.gif) 0 0 no-repeat;
}

.page {
	width: 800px;
	position: relative;
	margin: 0 auto;
}
.lang {
	width: 17px;
	height: 111px;
	position: absolute;
	right: -17px;
}
.lang-inner { padding: 8px 0 0 1px; }
.lang a,
.lang strong {
	display: block;
	padding: 2px;
}
.lang span {
	display: block;
	padding: 2px 0;
}
.header {
	border-bottom: 5px solid #ffc000;
}
.header-inner {
	height: 190px;
}
.footer {
	border-top: 3px solid #ffc000;
	margin-top: 30px;
	font: 11px Tahoma;
	color: #444d53;
}
.footer p {
	padding: 18px 0 0 24px;
}

.pic {
	position: absolute;
	right: 0;
	border-right: 3px solid #fff;
	border-left: 3px solid #fff;
}
.nav {
	padding: 13px 0 62px 22px;
}
.nav span {
	padding: 0 12px 0 0;
}
.logo {
	padding: 0 0 0 8px;
}
.slogan {
	position: absolute;
	top: 96px;
	left: 195px;
	border-left: 2px solid #abb2b7;
	padding-left: 17px;
	padding: 9px 0 6px 17px;
	font: 17px Arial;
	color: #646f76;
}


.menu {
	font: 12px Verdana;
}
.menu-inner div {
	border-bottom: 1px solid #d5e4ec;
}
.menu-inner {
	width: 160px;
}
div.menu-item-last {
	border-bottom: none;
}
div.menu-item-selected {
	background-color: #ffc000;
}
.menu a,
.menu strong {
	color: #000;
	text-decoration: none;
	font-weight: normal;
	display: block;
	padding: 12px 0 12px 24px;
	background: url(../images/icons/menu-item.gif) 2px 50% no-repeat;
}
.menu a:hover {
	/* color: #ffc000;
	background: #edf5f9 url(../images/icons/menu-item-hover.gif) 2px 50% no-repeat; */
}

.spacer {
	height: 34px;
}



.menu {
	float: left;
	width: 195px;
}
.content {
	float: left;
	width: 380px;
	color: #444d53;
	line-height: 1.5em;
}
.extra {
	float: right;
	width: 210px;
	color: #444d53;
	font-size: 12px;
	line-height: 1.5em;
}

.content-extra .content {
	width: 290px;
}
.content-extra .extra {
	width: 300px;
}
.content-extra .quot {
	border-left: none;
}

.home .content {
	width: 370px;
}
.home .extra {
	width: 220px;
}


.content-outer {
	background: url(../images/decor/content-bg.gif) 195px 0 repeat-y;
}
.content h1 {
	border-left: 3px solid #9cc520;
	font: 24px "Times New Roman";
	color: #2e6097;
	line-height: 1em;
	padding: 4px 0 5px 17px;
}
h2 {
	font: 18px "Times New Roman";
	color: #2e6097;
}
.content-en h2 {
	margin: 0;
	padding: 1em 0 0 20px;
}
.content p {
	padding: 1em 0 0 20px;
}

.block {
	background: url(../images/decor/block-bg.jpg) 0 0 no-repeat;
	border: 1px solid #cfebfa;
	position: relative;
}
.block-inner {
	padding: 26px 10px;
}
.block .magic a {
	display: block;
	color: #444d53;
	text-decoration: none;
}
.block .magic a span {
	color: #3552c5;
	text-decoration: underline;
}
.block p {
	padding: 0 0 1em;
}
.block td {
	padding-top: 0.7em;
}
.block-bookmark {
	position: absolute;
	top: -4px;
	right: 21px;
	width: 17px;
	height: 31px;
	background: url(../images/decor/bookmark-block.gif);
}

.phones {
	float: right;
	width: 200px;
	/* background: url(../images/decor/phone.gif) 0 1px no-repeat; */
}
.phones-inner {
	padding: 14px 0 4px 0;
}
.phones-inner div {
	padding: 0 0 4px;
}
.phones big {
	font-size: 11px; 
}

.quot {
	border-left: 2px solid #9cc520;
	margin-bottom: 20px;
}

.quot-inner {
	padding: 2px 10px;
}

label {
	font-weight: bold;
	padding: 0 10px 0 0;
	color: #444d53;
}

label strong {
	font: Verdana;
	color: #d23600;
}

small {
	font-size: 85%;
}

.input {
	width: 240px;
	margin-bottom: 4px;
}

.contacts-lat .input {
	width: 220px;
}

textarea.input {
	width: 340px;
	height: 100px;
	font-family: Verdana;
}

.input-error {
	border: 2px solid #e02538;
}
.formError {
	color: #e02538;
	padding: 0.5em 0 0 0;
}
.formOk {
	padding: 0.5em 0 0 0;
}

.content ul, .content li,
.block ul, .block li,
.quot ul, .quot li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.content li {
	background: url(../images/icons/bull-square-black.gif) 20px 13px no-repeat;
	padding: 5px 0 0 32px;
}

.block li,
.quot li {
	background: url(../images/icons/bull-square-black.gif) 0 13px no-repeat;
	padding: 5px 0 0 12px;
}

