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




@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;

}

/* Rotator Styles */

body {
	background: #e5e0d6;
	margin: 0;
	padding: 0;
}

/*#contianer {
	width: 100%;
	height: auto;
	background: #e5e0d6;
	z-index:0;
}*/

.about_wrapper {
	width: 100%;
	/*background: #e5e0d6;*/
	background: #e5e0d6;
	height: 1360px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}



#about_rotator {
	width: 980px;
	color:#000;
	font-size:16px;
	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	/*background: #e5e0d6;*/
	height: 1300px;
	position: relative;
}



.rotator_container {
	width: 980px;
	height: 1320px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

/* Tabs */
ul.ui-tabs-nav, li.ui-tabs-nav-item, li.ui-tabs-nav-item a:link, li.ui-tabs-nav-item a:visited {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	line-height:normal;
	text-decoration:none;
	font-size:100%;
	list-style:none;
	float:left;
}



ul.ui-tabs-nav {
	width:980px;
	height: 80px;
	background:#000000;
	z-index:10000;
}



/* Non-Selected Tabs */
li.ui-tabs-nav-item a:link,
li.ui-tabs-nav-item a:visited {
	font-size: 15px;
	list-style: none;
	top: 0px;
	font-family: 'helveticaneuecyrbold', Arial, Helvetica, sans-serif;
	list-style:none;
	float:left;
	font-weight: normal;
	color: #FFF;
	margin-top: 2px;
}

/* Hovered Tab */
#about_rotator.ui-tabs-nav-item a:hover,
#about_rotator .ui-tabs-nav-item a:active {
	background:#000000;
	color:#FF0;
}

#about_rotator .ui-tabs-nav-item a span {
	float:left;
	cursor:pointer;
	margin-top: 14px;
	padding-top: 16px;
	padding-right: 6px;
	margin-left: 8px;
}

.span_contianer{
	margin-left: 37px;
	float: left;
	height: 80px;
	width: 350px;
}



/* Active Tab */
#about_rotator .ui-tabs-selected a:link,
#about_rotator .ui-tabs-selected a:visited,
#about_rotator .ui-tabs-selected a:hover,
#about_rotator .ui-tabs-selected a:active {
	background:#000000;
	color:#FF0;
}

/* Content Panels */

#about_rotator .ui-tabs-panel {
	font-family:Arial, Helvetica, sans-serif;
	clear:left;
	color:#000;
	height:600px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#about_rotator .ui-tabs-hide {
	display:none;
}

#about_rotator h1 {
	font-family: 'helveticaneuecyrbold', Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-weight:normal;
	font-size:98px;
	line-height: 42px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}

#about_rotator h2 {
	font-family: 'helveticaneuecyrbold', Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:normal;
	margin:0;
	font-size:60px;
}

#about_rotator h2 a{
	font-family: 'helveticaneuecyrbold', Arial, Helvetica, sans-serif;
	color:#C30;
	text-decoration: none;
	line-height: normal;
	font-weight:normal;
}

#about_rotator h2 a:hover{
	color:#999;
}

.about_heading_box{
	height:auto;
	width:auto;
	margin-top: 10px;
	float:left;
    position: relative;
}

.about_section_indicator{
	width: 208px;
	height: 160px;
	z-index: 1000;
	position: absolute;
	left: -420px;
	top: 225px;
}

.about_info_box{
	height:800px;
	width:366px;
	margin-top: 80px;
	float: left;
}


.about_info_box ul{
list-style-type: none;
padding: 0px;
margin: 0px;
font-family:Arial, Helvetica, sans-serif;
color:#000;
font-size:14px;
margin:0;
font-weight: bold;
line-height: 28px;
list-style-position: outside;
}

/*about_info_box ul li{
	list-style-image: url(images/list_arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 0px;
}*/

.about_info_box ul li{
list-style-image: url(images/list_arrow.png);
background-repeat: no-repeat;
background-position: 0px 5px;
padding-left: 0px;
}


.about_info_box a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #F00;
	text-decoration: none;
}

.about_info_box a:hover{
	color: #333;
		-webkit-transition: color 0.3s ease-out 0s;
	-moz-transition: color 0.3s ease-out 0s;
	-o-transition: color 0.3s ease-out 0s;
	transition: color 0.3s ease-out 0s;
}





.about_contact_box{
	height:auto;
	width:660px;
	margin-top: 80px;
	float: left;
}


#about_rotator p {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:14px;
	margin:0;
	font-weight: bold;
	line-height: 28px;
}

#about_rotator .btn_get_started {
	float:left;
	height:30px;
	width:99px;
	text-indent:-9999em;
	margin-right:7px; 
	overflow:hidden; 
}



/* Background Images */


#about_rotator #fragment-1 {
	/*background-color: #cc3300;*/
	height: 1080px;
	width: 980px;
}

#about_rotator #fragment-2 {
	/*background-color: #2db200;*/
	height: 1120px;
	width: 980px;
}

#about_rotator #fragment-3 {
   /*background-color: #00bfff;*/
	height: 1080px;
	width: 980px;
}

#about_rotator #fragment-4 {
	/*background-color: #cc3300;*/
	height: 1080px;
	width: 980px;
}




#about_container {
	width:940px;
	margin-right: auto;
	padding-left: 40px;
	float: left;
	height: auto;
}

.about_info_nav{
	width: 980px;
	height: auto;
	margin: 0 auto;
	background:#333333;
	height: 80px;
}	


.about_arrow{
	width: 30px;
	height: 46px;
	float:left;
	/*position: absolute;
	left: 929px;
	top: 114px;
	z-index: 10;*/
	background-image: url(../slider_images/arrows.png);
	background-repeat: no-repeat;
	background-position: -30px;
	margin-top: 60px;
	margin-left: 20px;
}

.about_info_btn{
	height:70px;
	width:70px;
	margin-left: 420px;
	background-image: url(../images/open-close_btn_2.png);
	background-repeat: no-repeat;
	float:left;
	margin-right: 450px;
	cursor:pointer;
}


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

.about_image_container{
	width: 574px;
	height: 880px;
	float:left;
	position: relative;
}

.about_image_1{
	width: 880px;
	height: 350px;
	z-index: 1000;
	position: absolute;
	left: 98px;
	top: 52px;
}


.about_image_2{
	width: 642px;
	height: 732px;
	z-index: 1000;
	margin-top: 20px;
	position: absolute;
	left: 180px;
	top: -180px;
}


.about_image_3{
	width: 800px;
	height: 342px;
	z-index: 1000;
	margin-left: 100px;
	margin-top: 120px;
}

.secondary-nav-item_label{
	margin-left:70px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	list-style:none;
	float:left;
	font-weight: bold;
	color: #999;
	height: 40px;
	width: 340px;
	margin-top: 34px;
}

.secondary-nav-item{
	cursor:pointer;
	margin-left:20px;
	font-size: 15px;
	font-family: 'helveticaneuecyrbold', Arial, Helvetica, sans-serif;
	list-style:none;
	float:left;
	font-weight: normal;
	color: #FFF;
	position: relative;
	height: 40px;
	width: 100px;
	margin-top: 32px;
}

.secondary-nav-item_image{
	width: 22px;
	height: 18px;
	float:left;
	cursor:pointer;
	margin-top: 30px;
	margin-left: 0px;
}
.secondary-nav-item_holder{}

.secondary-nav-item_holder a{
	color: #FFF;
	text-decoration: none;
}
.secondary-nav-item_holder a:hover{
	color: #FF0;
}

.secondary-nav-item_toggler{}
.secondary-nav-item_toggled_content{
	height: 210px;
	width: 980px;
	background-color: #fff;
	position: absolute;
	z-index: 10000;
	top:48px;
	left: -817px;
}

.secondary-nav-item_toggled_content_info{
	font-family: 'helveticaneuecyrbold', Arial, Helvetica, sans-serif;
	color:#F00;
	font-weight:normal;
	font-size:30px;
	margin-top: 80px;
    margin-left: 52px;

}