* {font-size: 100.01%;}

html,
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-size: 0.8em;
	font-family: Arial;
	background: #71a9dc;
}

a {
	color: #5d298a;
}

a:hover {
	color: black;
}

#measurer {
	width: 100%;
	height: 10px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}

#back {
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 2;
	width: 100%;
	bottom: 0px;
}
* html #back {bottom: expression( this.parentNode.offsetHeight % 2 ? -1 : 0 );}

#layout {
	margin: 0px;
	padding: 0px;
	position: relative;
	min-height: 100%;
	min-width: 1000px;
	z-index: 3;
}

* html #layout {
	height: 100%;
	width: expression(
		(
			document.getElementById('measurer')
			&& document.getElementById('measurer').clientWidth < 1000
		)
		?	'1000px'
		:	'100%'
	);
}

#layout .reducer {
	padding: 0px 10%;
	margin: 0px;
	position: relative;
	z-index: 3;
	//zoom: 1;
}

ul#lang {
	margin: 0px;
	padding: 0px;
	float: right;
	overflow: hidden;
	//zoom: 1;
	list-style-type: none;
	width: 100%;
}

ul#lang li {
	margin: 0px;
	padding: 0px;
	float: right;
	overflow: hidden;
	color: white;
	font-size: 1.1em;
	//zoom: 1;
	width: 6em;
	text-align: center;
}

ul#lang li .reducer {
	margin: 0px auto;
	padding: 3px 10px;
}

ul#lang li.curr_lang .reducer {
	padding: 0px;
}

ul#lang li.curr_lang .reducer div {
	padding: 3px 10px 0px;
	margin-bottom: 0px;
	background: url('../i/lang-bg.png') 0 0 repeat;
}
* html ul#lang li.curr_lang .reducer div {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/lang-bg.png',sizingMethod=scale);
}

ul#lang li.curr_lang .curr_lc {
	padding: 0px;
	margin: 0px;
	line-height: 0px;
	font-size: 0px;
	float: left;
	width: 7px;
	height: 7px;
	background: url('../i/lang-lb.png') 0 0 no-repeat;
	margin-right: -7px;
}
* html ul#lang li.curr_lang .curr_lc {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/lang-lb.png',sizingMethod=crop);
}

ul#lang li.curr_lang .curr_rc {
	padding: 0px;
	margin: 0px;
	line-height: 0px;
	font-size: 0px;
	float: right;
	width: 7px;
	height: 7px;
	background: url('../i/lang-rb.png') 0 0 no-repeat;
	margin-left: -7px;
}
* html ul#lang li.curr_lang .curr_rc {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/lang-rb.png',sizingMethod=crop);
}

ul#lang li.curr_lang .curr_btm {
	padding: 0px;
	margin: 0px 7px;
	background: url('../i/lang-bg.png') 0 0 repeat;
	line-height: 0px;
	font-size: 0px;
	height: 7px;
}
* html ul#lang li.curr_lang .curr_btm {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/lang-bg.png',sizingMethod=scale);
}

#logo {
	margin: 0px;
	padding: 40px 0px 30px;
}

#logo div {
	margin: 0px;
	padding: 0px;
	width: 214px;
	height: 84px;
	background: url('../i/logo.png') 0 0 no-repeat;
}
* html #logo div {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/logo.png',sizingMethod=crop);
}

#about, #contact {
	margin: 0px;
	padding: 0px 0px 20px;
}

#content div.img {
	float: left;
	line-height: 0px;
	font-size: 0px;
}

#content #about div.img {
	background: url('../i/about.png') 0 0 no-repeat;
	width: 24px;
	height: 14px;
	margin: 4px 0px 0px 30px;
}
* html #content #about div.img {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/about.png',sizingMethod=crop);
}

#content #contact div.img {
	background: url('../i/contact.png') 0 0 no-repeat;
	width: 7px;
	height: 18px;
	margin: 3px 0px 0px 43px;
}
* html #content #contact div.img {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/contact.png',sizingMethod=crop);
}

#content h2 {
	margin: 0px 0px 0px 59px;
	padding: 0px;
	font-size: 1.4em;
	font-weight: normal;
}

#about_text_container, #contact_text_container {
	overflow: hidden;
	height: 0px;
	padding: 0px 0px 0px 59px;
	//zoom: 1;
	position: relative;
	clear: both;
}

#contact_text_container {
	padding: 0px 0px 0px 39px;
}

#about_text, #contact_text {
	padding: 20px 0px;
	font-size: 1.2em;
	position: relative;
}

#about_text, #contact_text .reducer {
	overflow: hidden;
	//zoom: 1;
}

#contact_text .reducer {
	padding: 0px 0px 0px 20px;
	margin: 0px;
}

#content div.main_text {
	float: left;
	width: 55%;
	margin: 0px;
	padding: 0px;
	//zoom: 1;
	position: relative;
}

#content div.main_text p {
	text-indent: -20px;
	margin: 0px;
	padding: 0px 0px 15px 20px;
}

#content div.quote {
	float: right;
	width: 35%;
	color: white;
	font-size: 1.2em;
	font-style: italic;
}

#content div.quote .left {
	float: left;
	font-size: 3em;
	position: relative;
	//zoom: 1;
	left: -0.7em;
	margin-right: -0.75em;
	//top: -20px;
}

#content div.quote .right {
	font-size: 3em;
	line-height: 10%;
	//line-height: 50%;
	position: relative;
	//zoom: 1;
	top: 10px;
}

#about_text h3 {
	clear: both;
	font-size: 2em;
	font-style: italic;
	text-align: center;
	font-weight: normal;
	padding: 20px 0px;
	margin: 0px;
}

#contact_text .address {
	float: left;
	width: 25%;
	//width: 24.8%;
}

#contact_text .address h4 {
	margin: 0px;
	padding: 0px 0px 15px;
	font-weight: normal;
	font-size: 1.2em;
}

#contact_text .address .reducer {
	margin: 0px 0px 0px -20px;
	padding: 0px;
}

#contact_text .address .reducer .phone {
	width: 4px;
	height: 11px;
	line-height: 0px;
	font-size: 0px;
	float: left;
	background: url('../i/phone.png') 0 0 no-repeat;
	margin: 2px 0px 0px 7px;
}
* html #contact_text .address .reducer .phone {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/phone.png',sizingMethod=crop);
}

#contact_text .address .reducer .phone_text {
	margin-left: 13px;
}

#contact_text .address .reducer .email {
	width: 12px;
	height: 9px;
	line-height: 0px;
	font-size: 0px;
	float: left;
	background: url('../i/email.png') 0 0 no-repeat;
	margin: 4px 0px 0px 4px;
}
* html #contact_text .address .reducer .email {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/email.png',sizingMethod=crop);
}

#contact_text .address .reducer .email_text {
	margin-left: 20px;
}

#contact_text .address .flag {
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	font-size: 0px;
	height: 27px;
}

#contact_text .address .ru div {
	background: url('../i/ru.png') 0 0 no-repeat;
	width: 39px;
	height: 25px;
}
* html #contact_text .address .ru div {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/ru.png',sizingMethod=crop);
}

#contact_text .address .en div {
	background: url('../i/en.png') 0 0 no-repeat;
	width: 37px;
	height: 23px;
}
* html #contact_text .address .en div {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/en.png',sizingMethod=crop);
}

#contact_text .address .us div {
	background: url('../i/us.png') 0 0 no-repeat;
	width: 43px;
	height: 23px;
}
* html #contact_text .address .us div {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/us.png',sizingMethod=crop);
}

#contact_text .address .de div {
	background: url('../i/de.png') 0 0 no-repeat;
	width: 35px;
	height: 21px;
}
* html #contact_text .address .de div {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/de.png',sizingMethod=crop);
}

span.pseudolink {
	line-height: 133%;
	cursor: pointer;
	cursor: hand;
	color: #292322;
	border-bottom: 1px dashed #292322;
}

span.pseudolink_ {
	line-height: 133%;
	cursor: pointer;
	cursor: hand;
	color: #74399d;
	border-bottom: 1px dashed #74399d;
}

#footer {
	height: 780px;
	margin: 0px;
	padding: 0px;
}

.activemoda_link {
	height:2px;
	left:-100px;
	margin: 0;
	overflow: hidden;
	position: absolute;
	top:-100px;
	width:50px;
}
