a {
	color: #5D7B43;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* ********************************************************* */

#siteWrapper {
	width: 990px;
	margin: 0 auto;
}

/* ********************************************************* */

#header #logo a {
	width: 182px;
	height: 71px;
	background: url(../img/logo.jpg);
	float: left;
	margin-left: 31px;
}

#header #logo span {
	display: none;
}

#header #lang {
	float: left;
	width: 160px;
	height: 25px;
	padding-left: 583px;
	padding-top: 26px;
	font-family: Tahoma;
	color: #999;
}

#header #lang span {
	display: block;
	float: left;
	line-height: 15px;
	padding-right: 2px;
}

#header #lang a {
	display: block;
	float: left;
	width: 25px;
	height: 18px;
	background: url(../img/lang.gif);
	text-align: center;
	line-height: 15px;
	color: #FFF;
	font-size: 10px;
	margin-left: 2px;
}

#header #lang a.langActive {
	background: url(../img/lang_.gif);
}

#menu .active {
	background: url(../img/btn_menu_.gif);
	color: #FFFFFF;
}

#menu ul {
	display: block;
	padding: 0;
	margin: 0;
}

#menu li {
	float: left;
	list-style: none;
}

#menu li a {
	display: block;
	float: left;
	width: 110px;
	height: 31px;
	background: url(../img/btn_menu.gif);
	text-align: center;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	line-height: 26px;
}

#menu li a:hover {
	background: url(../img/btn_menu_.gif);
	color: #FFFFFF;
	text-decoration: none;
}

/* ********************************************************* */

#footer {
	clear: both;
	margin: 0 auto;
	width: 990px;
	height: 48px;
	background: url(../img/footer.gif);
	color: #999999;
	line-height: 50px;
	margin-bottom: 10px;
}