/* LAYOUT */

#root 
{
	
	position:absolute;
	top: -6%;
	left: 0;
	width:1000px;
	
}

.menu-main
{
	float:left;
	width:950px;	
	border-bottom:#C5FD02 solid 2px;

}


.menu-main ul
{
	float:left;
	width:100%;
	margin: 60px 0 0 50px;
	list-style:none;
}

.menu-main li
{
	float: left;
	margin: 0 5px 0 0;
}

.menu-main li a
{
	width: 65px;
	height: 65px;
	
	color: #C5FD02;
	display:block;
}


.menu-main li
{
	background:#C5FD02;
}


.menu-main-text {
	height:30px;
	left:384px;
	position:absolute;
	top:96px;

}

.menu-main-text li 
{
	float:left;
	margin:0 39px 0 0;
}

.menu-main-text ul
{
	list-style:none;
}

.context
{
	position:relative;
	float:left;
	width:100%;
	min-height:500px;
}

.context-menu
{
    left: -73px;
    top: 200px;

    float:left;
    width:400px;
    font-family:Arial, Helvetica, sans-serif;
    color:gray;
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
    line-height: 120%;
   
   position: fixed; /* Фиксированное положение */
     
}

.context-menu ul 
{
	margin:0px 0px 0 0;
    padding:0px 0px 0 0px;
}

.context-menu ul li
{
	margin: 5px 0 0 0;
	display:inline;
	float:right;
	clear:both;
}


.context-content
{
    margin-left: 37%;
	float:left;
	width:600px;
}

.content 
{
    padding:44px 47px 0 16px;
}

a.logo
{
	color: #C5FD02;
	display:block;

    position: fixed; /* Фиксированное положение */
}


.footer
{
    float: left;
    height:25px;
    width: 950px;
    font: Arial;
    font-size: 8pt;
    color: gray;
    border-top: solid 2px #EAFEA4;
    padding-left: 5px;

}

/* FONTS */
#root 
{
	font-family: Tahoma, Verdana;
	background:#fff;
}

h1, h2, h3, h4, h5, h6
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	
	padding-bottom: 20px;
}


h2
{
    font-size:20px;     
}

h3, h4, h5, h6
{
    font-size:18px;         
}

.info
{
	font-size:14px;
	color:#2E2C25;
	line-height: 140%;
}

.info p, .info span
{
	padding-bottom: 15px;
}

.context-menu a
{
    font-family:Arial, Helvetica, sans-serif;
	color:#A9D316;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	line-height: 120%;
}

.context-menu a:hover
{
	text-decoration:underline;
}

.menu-main-text li a
{
	color:#4A4842;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	
	text-decoration:none;
}

.menu-main-text li a:hover, .menu-main-text li a.hover
{
	color:#AFD626;
}


.info a
{
	color:#799A05;
}

.info a:hover
{
	color:#AEDB10;
}

/* IMAGES */

/* IMAGES LOGO */
a.logo
{
	background: url(../images/wof1_15.gif) no-repeat;
	;
    height: 122px;
	width: 385px;	
    
}

#root
{
	/*background:url(../images/wof2_03.gif) no-repeat bottom right;*/
}

/* IMAGES  MAIN MENU*/

.menu-main a.page-1
{
	background:url(../images/wof11_03.jpg) no-repeat -12px 0;
    background-position: right bottom;
}

.menu-main a.page-1:hover, .menu-main a.page-2:hover, .menu-main a.page-3:hover, .menu-main a.page-4:hover,
.menu-main a.page-1.hover, .menu-main a.page-2.hover, .menu-main a.page-3.hover, .menu-main a.page-4.hover
{
	background:#C5FD02;
}


.menu-main a.page-2
{
	background:url(../images/wof11_05.jpg) no-repeat;
    background-position: center left;
}


.menu-main a.page-3
{
	background:url(../images/wof11_07.jpg) no-repeat;
    background-position: bottom left;
}


.menu-main a.page-4
{
	background:url(../images/wof11_09.jpg) no-repeat;
    background-position: center;
}



