/***********************************************************************************************************************
Accordion style menu.
************************************************************************************************************************/


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

}



/* Home Page Button */

.accordionButton_container {	
	width: auto;
	_float: none;  /* Float works in all browsers but IE6 */
	background: #e5e0d6;
	cursor: pointer;
	}
	
.accordionButton {
	width: 980px;
	height: 140px;
	margin: 0 auto;

	}	
		
	
	
/* Content */	
	
.accordionContent_container {	
	width: auto;
	_float: none; /* Float works in all browsers but IE6 */
	background-color: #FFFFFF;
	}
	
.accordionContent {
	width: 980px;
	height: 658px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	}
	
.accordionContent_section {
	width: 220px;
	height:580px;
	float:left;
	margin-right: 12px;
	margin-left: 12px;
	}
	
.accordionContent_content {
	width: 220px;
	height: 580px;
	float:left;
	margin-top: 20px;
	}	

.accordionContent_content h4{
	color: #000;
	font-size:18px;
	font-family: 'helveticaneuecyrbold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 20px;
	}	
	
	
.accordionContent_content p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	line-height: 20px;
	}	
	
.accordionContent_content a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #cb0000;
	text-decoration: none;
	-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;
	}	
	
.accordionContent_content a:hover{
	color: #333;
	}		
	
	
.accordionContent_content ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	margin-top: 0px;
	}
	
.accordionContent_content li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	}
	
		
	
.accordionContent_section_footer {
	width: 220px;
	height: 58px;
	float:left;
	background-color: #000;

	}	
				
	
.accordionContent_section_footer_content{
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	margin-top: 22px;
	margin-left: 40px;
	text-align: left;	
	}	
	
.accordionContent_section_footer span{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF0;

	}	
	
.accordionContent_section_footer span a{
	color: #FF0;
		-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;
	}
	
.accordionContent_section_footer span a:hover{
	color: #fff;
	}				
	
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	background-color: #FFFFFF;
	}
	
.over {
/*background: #CCCCCC;*/
	}
	
	







	
	
