/* LAYOUT */

#root 
{
	position:absolute;
	top: -6%;
	left: 0;
	
	/*min-height:100%;*/

	width:1000px;
	
}

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


.menu-main ul
{
	/*margin: 100px 0 0 50px;
	list-style:none;*/
        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: 95px;
	height: 96px;
	
	color: #C5FD02;
	
	display:block;
}


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

.context
{
	position:relative;
	float:left;
	width:100%;
}

.context-menu
{
    margin-left: -7%;
	float:left;
	width:400px;
    text-align: right;
}

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

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


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

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

.content
{
	padding: 44px 0 0 50px;
}

a.logo
{
	color: #C5FD02;
	display:block;
	position: absolute;
}

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

/* LAYOUT IE6 fix */
* #root 
{
	height: 100%;
}

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

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

h2
{
    font-size:20px;    	
}

h3
{
    font-size:18px;     	
}

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

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

.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;	
}

/* IMAGES  MAIN MENU*/

.menu-main a.page-1
{
	background:url(../images/wof11_03.jpg) no-repeat;
}

.menu-main a.page-1:hover
{
	background:url(../images/wof1_03.gif) no-repeat;
}

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

.menu-main a.page-2:hover
{
	background:url(../images/wof1_05.gif) no-repeat;
}

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

.menu-main a.page-3:hover
{
	background:url(../images/wof1_07.gif) no-repeat;
}


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

.menu-main a.page-4:hover
{
	background:url(../images/wof1_09.gif) no-repeat;
}




.a.page-1
{
    background:url(../images/wof11_03.jpg) no-repeat;
}

.page-1:hover
{
    background:url(../images/wof1_03.gif) no-repeat;
}