@charset "utf-8";
html, body {
	height: 100%;
	margin: 0px;
	background:#000;
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
}
#site {
	width: 1250px;
	margin: 0 auto;
	min-height: 100%;
	margin-bottom: -265px;
	position: relative;
}


/* HEADER */


#header {
	background:url(../images/header.jpg) no-repeat;
	height: 315px;
	width: 1250px;
	margin: 0px;
	padding: 0px;
}
#site #header #language {
	height: 40px;
	width: 150px;
	float: right;
	padding: 3px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	border: none;
	margin-right: 60px;
}


/* MENU */


#site #header #menu {
	position: absolute;
	height: 53px;
	width: 1100px;
	top: 138px;
	margin-left: 75px;
}
#site #header #menu .menuitem, #site #header #menu .menuitemactive {
	height: 53px;
	width: auto;
	float: left;
	margin: 0px 18px;
	padding: 10px;
	color: #FFF;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
}
#site #header #menu .menuitem:hover {
	background:url(../images/menu_active.jpg) repeat-x;
	color: #848635;
}
#site #header #menu .menuitemactive {
	background:url(../images/menu_active.jpg) repeat-x;
}
#site #header #menu .menuitem .menusub, #site #header #menu .menuitemactive .menusub {
	font-size: 10px;
	color: #c7c783;
	font-weight: normal;
	margin-top: 5px;
}


/* MAIN */


#site #content {
	width: 980px;
	position: relative;
	top: -90px;
	left: 135px;
}
#site #content #mtop {
	background-image: url(../images/body_top.jpg);
	height: 25px;
	width: 980px;
}
#site #content #mmain {
	background-color: #FFF;
	width: 920px;
	padding: 0px 30px 30px 30px;
	text-align: justify;
}


/* FOOTER */


#footer {
	height: 265px;
	position: relative;
	background:url(../images/footer.jpg) no-repeat bottom;
	width: 1250px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer #payments {
	height: 70px;
	width: 830px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	top: 70px;
}
#footer #copyright {
	height: 40px;
	width: 940px;
	margin-left: 160px;
	color: #999;
	font-size: 10px;
	position: relative;
	top: 110px;
}
#footer #copyright a {
	color:#fff;
	padding: 5px;
	text-decoration: none;
}
#footer #copyright a:hover {
	color:#848635;
	text-decoration: underline;
}
.clearfooter {
	height: 185px;
	clear: both;
}
#content #mmain .pagetitle {
	position: relative;
	top: -10px;
	font-size: 18px;
	font-weight: bold;
	color: #060;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #800;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
#content #mmain .rightpanel {
	float: right;
	width: 250px;
}
#content #mmain .leftpanel {
	width: 650px;
	margin: 0px;
}
.rightpanel .menutitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #060;
	width: 230px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin: 0px;
}
.rightpanel ul li a {
	color: #333;
	width: 100%;
	display: block;
	text-decoration: none;
}
.rightpanel ul li a:hover {
	color: #999;
}
.rightpanel ul li {
	list-style-image: url(../images/arrow.gif);
	list-style-type: none;
	width: 210px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin: 5px;
}
.rightpanel ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}



#content #mmain img {
border: none;

}
.rightpanel ul .current {
	background-color: #F5F5F5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	font-weight: bold;
}
.rightpanel #table {
	margin: 0px;
	padding: 0px;
}
