@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
}
html, body {
	height: 100%;
}
img {
	border:none;
}
body {
	background:url(img/bg.png) #d5d5d5;
	color:#000;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0;
}
#wrap {
	width:732px;
    height: auto !important;
	overflow:auto;
	margin: 0 auto -92px auto;
}


#language{
	width:132px;
	float:left;
	clear:both;
	height:52px;
	line-height:18px;
	background:url(img/lang.png) no-repeat right top;
	padding:0 0 0 600px;
	text-align:center;
}
#language a{
	color:#fff;
	padding:0 8px;
}
#language a:hover{
	color:#d9ff5d;
	text-decoration:underline;
}

#language a.active{
	text-decoration:underline;
}
#language a:hover.active{
	color:#fff;
}

#left-wrapper{
	width:146px;
	float:left;
	height:auto;
}

#left-wrapper .logo{
	width:146px;
	float:left;
	clear:both;
	height:156px;
	background:#fff;
	text-align:center;
	padding:10px 0 0 0;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	margin:42px 0 0 0;
	display:inline;
}

#left-wrapper .submenu{
	width:146px;
	float:left;
	clear:both;
	height:296px;
	background:url(img/left-menu-bg.png) no-repeat left top;
	margin:20px 0 0 0;
	display:inline;
}

















#right-wrapper{
	width:586px;
	float:right;
	height:auto;
}

#right-wrapper .menu-picture-path{
	width:586px;
	height:252px;
	float:left;
	clear:both;
	overflow:hidden;
	position:relative;
	z-index:1;
}

#right-wrapper .menu-picture-path .menu{
	width:586px;
	height:39px;
	overflow:hidden;
	position:absolute;
	z-index:5;
	left:0;
	top:0;
	background:url(img/pilt-top-corners.png) no-repeat left top;
}

#right-wrapper .menu-picture-path .path{
	width:556px;
	height:20px;
	line-height:14px;
	padding:15px 0 0 30px;
	overflow:hidden;
	position:absolute;
	z-index:5;
	left:0;
	top:218px;
	background:url(img/pilt-bottom-corners.png) no-repeat left bottom;
}
#right-wrapper .menu-picture-path .path a{
	color:#435033;
	padding:0 20px 0 0;
}
#right-wrapper .menu-picture-path .picture{
	width:586px;
	height:199px;
	overflow:hidden;
	position:absolute;
	z-index:3;
	left:0;
	top:28px;
}

#right-wrapper .textarea{
	width:526px;
	height:auto;
	min-height:180px;
	background:#fff;
	float:left;
	clear:both;
	padding:30px;
}

#right-wrapper .footer{
	width:586px;
	background:url(img/footer-bg.png) no-repeat left top;
	float:left;
	clear:both;
	padding:0;
	margin:0;
	height:34px;
	line-height:32px;
	overflow:hidden;
}
#right-wrapper .footer p{
	width:auto;
	float:left;
	padding:0 20px;
	color:#cdcdcd;
}

#right-wrapper .poppworks{
	width:576px;
	float:left;
	clear:both;
	padding:0;
	margin:0;
	height:10px;
	overflow:hidden;
	padding:4px 10px 0 0 ;
}
#right-wrapper .poppworks a{
	width:56px;
	height:5px;
	float:right;
	display:block;
	background:url(img/popp.png) no-repeat left top;
}









/*menu ul*/
ul#main-nav {
    padding :0;
	margin: 0;
	display:inline;
	list-style:none;
	float:left;
	width:586px;
	height:28px;
	display:inline;
}	
ul#main-nav li {
    float:left;
    width:auto;
	background:url(img/nav-eraldus.png) no-repeat right top;
}
ul#main-nav li a {
    font-family: Verdana, Geneva, sans-serif;
	font-size : 11px;
	color:#fff;
	text-align :left;
	display : block;
	text-decoration : none;
	width:auto;
	padding:0 12px;
	height:28px;
	line-height:28px;
}
ul#main-nav li a:hover {
	text-decoration : none;
	color:#d9ff5d;
}


ul#main-nav li.active a {
    font-family: Verdana, Geneva, sans-serif;
	font-size : 11px;
	color:#fff;
	text-align :left;
	display : block;
	text-decoration : none;
	width:auto;
	padding:0 12px;
	height:28px;
	line-height:28px;
	padding:2px 12px 0 12px;
	background:url(img/active-arrow.png) no-repeat center top;
	margin:-2px 0 0 0;
}










/*menu ul*/
ul#subnav {
    padding :0;
	margin: 0;
	display:inline;
	list-style:none;
	float:left;
	width:120px;
	height:auto;
	display:inline;
	margin:30px 0 0 10px;
}	
ul#subnav li {
    float:left;
    width:120px;
	border-bottom:1px solid #9d9d9d;
}
ul#subnav li a {
    font-family: Verdana, Geneva, sans-serif;
	font-size : 11px;
	color:#fff;
	text-align :center;
	float:left;
	display : block;
	text-decoration : none;
	width:120px;
	height:28px;
	line-height:28px;
	font-weight:bold;
}
ul#subnav li a:hover {
	text-decoration : none;
	color:#d9ff5d;
}


ul#subnav li.active a {
    font-family: Verdana, Geneva, sans-serif;
	font-size : 11px;
	color:#fff;
	text-align :center;
	float:left;
	display : block;
	text-decoration : none;
	width:120px;
	height:28px;
	line-height:28px;
	font-weight:bold;
	text-decoration:underline;
	background:url(img/white-arrow.png) no-repeat left center;
}



a{
	color:#6a9300;
	text-decoration:none;
}

a:hover{
	color:#a8a8a8;
	text-decoration:none;
}



