#_globals { color: Red; }
#_1_base_elements { color: Red; }

* {
	font-family:  Helvetica, Arial, sans-serif;
}

html, body {
	height: 100%;
	font-size: 100.01%;
	color: black;
	margin:0;
	background: #FFFFFF url('/pictures/spacer.gif') fixed;
}

body {
	position: relative;
}

h1, h2, h3, h4, h5, h6 {
	margin:0 0 12px 0;
	clear:both;
	font-weight:normal;
}

h2 {
	font-size:1.4em;
	line-height:1.5em;
	margin-bottom:12px;
}

h3 {
	font-size:1.3em;
	line-height:1.6em;
	margin-bottom:12px;
}

h4 {
	font-size:1.2em;
	line-height:1.3em;
	margin-bottom:12px;
}

blockquote { margin:1em 0; }

p {
	margin:0 0 0.9em 0;
	line-height:1.3em;
}

ul li{
	line-height:1.3em;
}
ol li{
	line-height:1.3em;
}

dd, blockquote { margin-left: 40px; }

table {
	width:100%;
}

a:link, a:link * {
	text-decoration: underline;
	color: black;
}

a:visited, a:visited * {
	text-decoration: underline;
	color: black;
}

a:hover, a:hover * {
	text-decoration: none;
	color:black;
}


#_1_main_structure { color: Red; }

.l-header {
	position:absolute;
	height:300px;
	width:160px;
	top:0px;
	left:0px;
	z-index:200;
	/* background:url(/pictures/decor/bg_left.png) repeat-y right top; */
	overflow:hidden;
}


.l-header h1, .l-header h1 i, .l-header h1 a {
	position: absolute;
	width:75px;
	height:75px;
	overflow:hidden;
	display: block;
	left:0;
	top:0;
}

.l-header h1 {
	left:42px;
	top:60px;
}

.l-header h1 span {
	display: none;
}

.l-header h1 i {
	z-index:100;
	background: url(/pictures/decor/logo.png) no-repeat 0 0;
	position: absolute;
	left:0;
	top:0;
}

.b-facebook {
	position:absolute;
	height:30px;
	width:30px;
	top:20px;
	left:160px;
	z-index:200;
	overflow: hidden;
	
}

.b-facebook span.message {
	display: none;
	height:30px;
	float:left;
	line-height:30px;
	overflow: hidden;
	font-size:0.8em;
}

.b-facebook span.arrow {
	width:30px;
	height:30px;
	line-height:30px;
	display: block;
	float:left;
	position: absolute;
	right:0;
	text-align: center;
	font-weight:bold;
	background:white;
	font-size:1.1em;
	z-index:100;
}

.b-services {
	width:40px;
	top:160px;
	left:60px;
	position: absolute;
	height:510px;
	overflow: hidden;
}

.b-services ul {
	width:48px;
}

.b-services ul li {
	position: relative;
	margin-bottom:15px;
	overflow: hidden;
	width:40px;
	text-align: center;
}


.l-content {
	overflow: hidden;
	zoom:1;
	z-index:100;
	position:absolute;
	left:160px;
	top:0;
}

body.in_ .l-content {
	width:3200px;
}

body.error .l-content {
	padding-top:80px;
	width:100% important;
}

#info {
	position: fixed;
	width:200px;
	height:100px;
	left:100px;
	top:100px;
	border: 1px solid red;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
	background: white;
	z-index:1000;
}


* html #info {
	position: absolute;
	left:expression(eval(document.body.scrollLeft));
	top:expression(eval(document.body.scrollTop));
}

.l-footer {
	position:fixed;
	height:100px;
	width:100%;
	z-index:1200;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=30);
	bottom:0;
	zoom:1;
}

* html .l-footer {
	position: absolute;
	left:expression(eval(document.body.scrollLeft));
	top:expression(eval(document.body.scrollTop));
}

.b-box {
	position:relative;
	height: auto;
	float:left;
	width:800px;
}

.b-box-content {
	padding:220px 30px 30px 0;
	
}

body.in_ .b-box-content .con_page {
	overflow: auto;
	/* height:500px; */
	padding-right:20px;
}

.clear {
	clear:both;
	width:100%;
	float:none;
}

#_1_elements { color: Red; }


#_1_styles {color:red;}



#_locals { color: Red; }
#_2_page { color: Red; }

.con_page {
	width:100%;
	overflow:hidden;
}

.b-box-content .b-page_text {
	margin-top:-135px;
}

.b-page_title {
	position:relative;
	height:31px;
	margin-bottom:40px;
}

.b-page_title i {
	display: block;
	left:0;
	top:0;
	position: absolute;
	z-index:100;
	height:100%;
	width:100%;
}

.b-box_intro .b-page_title {
	width:530px;
	height:41px;
}

.b-box_intro .b-page_title i {
	background: url(/pictures/decor/title_intro.gif) no-repeat 0 0;
}

.b-box_about .b-page_title {
	width:400px;
}

.b-box_about .b-page_title i {
	background: url(/pictures/decor/title_about.gif) no-repeat 0 0;
}

.b-box_thanks .b-page_title {
	width:270px;
}

.b-box_thanks .b-page_title i {
	background: url(/pictures/decor/title_thanks.gif) no-repeat 0 0;
}

.b-box_thanks_2009 .b-page_title {
	width:270px;
}

.b-box_thanks_2009 .b-page_title i {
	background: url(/pictures/decor/title_thanks_2009.gif) no-repeat 0 0;
}

.b-box_blog .b-page_title, body.in_blog .b-page_title {
	width:110px;
}

.b-box_blog .b-page_title i, body.in_blog .b-page_title i {
	background: url(/pictures/decor/title_blog.gif) no-repeat 0 0;
}

.b-box_blog {

}

.b-box-content .b-text {
	font-size: 0.9em;
}

.b-box_thanks .b-text, .b-box_thanks_2009 .b-text, .b-box_thanks_2010 .b-text{
	font-size: 0.8em;
}

.b-box_intro .b-text {
	font-size:1.6em;
}

#_2_main_page { color: Red; }

.b-partners {
	position:relative;
	zoom:1;
	margin-left:40px;
}

.b-partners-items {
	overflow: visible;
/*	padding-left:135px; */
	padding-top:30px;
	zoom:1;
}

.b-partners-item {
	float: left;
	display: block;
	margin:0 40px 10px 0;
	overflow: hidden;
	zoom:1;
	overflow:hidden;
	height:40px;
}

.b-partners-item_16 {
	position:absolute;
	width:118px;
	height:100px;
	left:-1px;
	top:0;
}

#_2_news { color: Red; }

.b-news h2 span, .b-new h2 span  {
	font-size:0.6em;
	color:gray;
	margin-right:10px;
	font-weight:normal;
}

.b-news-item {
	margin: 0 0 1.4em 0;
	position: relative;
}

.b-news-item-content {
	margin-left:60px;
	overflow: hidden;
	zoom:1;
}

.b-news-item-preview {
	width:50px;
	height:50px;
	position: relative;
	float:left;
	margin-right:-60px;
}

.b-news-item-dt {
	font-size:0.8em;
	color:#57595c;
	text-transform: lowercase;
	font-style: italic;
}

.b-news-item-title {
	margin:0 0 0.3em 0;
	font-size:0.9em;
}

.b-news-item-descr {
	color:gray;
	font-size:0.8em;
}

.b-news-item-more {
	color:gray;
	font-size:0.8em;
}

body.in_  .b-news-item-title {
	margin:0 0 0.5em 0;
	font-size:1em;
	font-weight: bold;
}

body.in_ .b-news-item-descr {
	color:black;
	font-size:0.9em;
}


.b-new h2 span {
	display: block;
	margin-top:-4px;
}

.b-new-preview img {
	margin-bottom:10px;
	border:1px solid gray;
}

.b-new-annotation {
	font-size:0.9em;
	margin:1em 0;
}

.b-new-text {
	font-size:0.9em;
	margin:1em 0;
}

.b-new-title-dt {
	text-transform: lowercase;
}

.b-page-social {
	width:100%;
	margin:2em 0;
}

.b-page-social-title {
	font-size:0.8em;
	font-weight:bold;
	margin:0 0 10px 0;
	float:left;
	color:#6d6d6d;
	width:100px;
	margin-left:-105px;
	text-align: right;
	display: none;
}

.w-social-items {
	padding:5px 0;
	width:100%;
}

.b-social-item_twitter {
	float:left;
	overflow:hidden;
}

.b-social-item_facebook_share {
	float:left;
	overflow:hidden;
}

.b-social-item_vkontakte {
	float:left;
	overflow:hidden;
	margin-right:20px;
}

.b-social-item_mailru {
	float:left;
	overflow:hidden;
}

.b-social-item_mailru a {
	display: block;
	float:left;
	width:auto;
}

.b-social-item_facebook_like {
	clear:both;
	width:100%;
	padding-top:10px;
}

.b-social-item_facebook_comments {
	clear:both;
	width:100%;
	padding-top:20px;
}




