@charset "utf-8";
/* CSS Document */

        

/* News */	




@font-face {
    font-family: 'helveticaneuecyrbold';
    src: url('../fonts/helveticaneuecyr-bold-webfont.eot');
    src: url('../fonts/helveticaneuecyr-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneuecyr-bold-webfont.woff') format('woff'),
         url('../fonts/helveticaneuecyr-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'helveticaneuecyrmedium';
    src: url('../fonts/helveticaneuecyr-medium-webfont.eot');
    src: url('../fonts/helveticaneuecyr-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneuecyr-medium-webfont.woff') format('woff'),
         url('../fonts/helveticaneuecyr-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


	
.news_wrapper {
	width: 100%;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom:900px;
	background-color: #FFFFFF;
	overflow: hidden;
}



#news_container {
	width: 980px;
	height: auto;
	color:#000;
	font-size:16px;
	float: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	background-color: #fff;
}



.news_content{
	width: 1000px;
	height: auto;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #fff;
	overflow: auto;
}

.news_story_btn{
	display: block;
	width: 70px;
	height: 70px;
	background-image: url(../images/open-close_btn_2.png);
	background-repeat: no-repeat;
	margin-top: 40px;
	margin-bottom: 60px;
	margin-left: 200px;
	background-position: 0px 0px;
	cursor:pointer;
}

.news_story_btn:hover {
	background-position: center bottom;
}



.news_story{
	width: 680px;
	height: auto;
	margin-left: 100px;
}


.news_wrapper h1 {
	font-family: 'helveticaneuecyrbold', Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-weight:normal;
	font-size:66px;
	line-height: 10px;
	margin-bottom: 40px;
}

.news_wrapper h2 {
	font-family: 'helveticaneuecyrbold', Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:normal;
	margin:0;
	font-size:40px;
	line-height: 40px;
	margin-bottom: 30px;
}

.news_wrapper h3 {
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:bold;
	font-size:14px;
	line-height: 20px;
	margin-bottom: 80px;
}

.news_wrapper a{
	font-family: 'helveticaneuecyrmedium', Arial, Helvetica, sans-serif;
	color:#F00;
	text-decoration: none;
	line-height: normal;
	font-weight:bold;
}

.news_wrapper a:hover{
	color:#999;
}


.news_wrapper p{
	font-family: 'helveticaneuecyrmedium', Arial, Helvetica, sans-serif;
	color:#666;
	font-weight:bold;
	font-size:14px;
	margin-top: 40px;
	line-height: 26px;
	}



.news_wrapper img{
	margin-top: 20px;
	margin-bottom: 20px;
}

.news_wrapper hr{
	border: 0;
	color: #FF0000;
	background-color: #FF0000;
	height: 1px;
	width: 100%;
	text-align: left;
	margin-top: 40px;
	margin-bottom: 40px;
}




.news_story_dates{
	width: 190px;
	height: auto;
	margin-left: 10px;
	margin-top: 80px;
	float:right;
}

.news_story_dates h3{
	font-family: Helvetica, sans-serif;
	color:#F00;
	font-size:14px;
	line-height: 20px;
	margin-bottom: 0px;
}

.news_story_dates h2{
	font-family: Helvetica, sans-serif;
	color:#CCC;
	text-decoration: none;
	font-size: 12px;
	line-height: 20px;
}

.news_story_dates a{
	font-family: Helvetica, sans-serif;
	color:#666;
	text-decoration: none;
	font-size: 12px;
	line-height: 20px;
}

.news_story_dates a:hover{
	color:#999;
}

.news_story_dates span{
	font-family:Helvetica, sans-serif;
	color:#999;
	text-decoration: none;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}
