 /*
 * $Id: main_moonen.css 67 2009-05-06 12:37:57Z root $
 */
body{
	color: #FFF;
}
div#container {
	width: 992px;
}
div#header {
	background:url(/images/framework/bgHeader.gif) left top repeat-x;
	height:183px;
}
div#mainBody {
	background:url(/images/framework/bgBody.gif) left top repeat-y;
	width:100%;
	position:relative;
}
div#menuLeft {
	background-color:#FBE627;
	width:175px;
	position:relative;
	left:0;
	top:-44px;
	border-right:3px solid #F84000;
	padding-bottom:259px;
	float:left;
}
div#body {
	width:783px;
	background-color:#FFF2B2;
	padding-left:15px;
	padding-right:15px;
	color:#000000;
	float:left;
	position: relative;
	top:0px;
	padding-bottom: 259px;
}
div#bottomBody {
	height:259px;
	width:814px;
	background:url(/images/framework/bgBodyBottom_normal.gif) left top repeat-x;
	position:absolute;
	right:0px;
	bottom:0px;
	z-index:25;
}
div#bottomMenu {
	height:259px;
	width:175px;
	background:url(/images/framework/bgMenuBottom.gif) left top repeat-x;
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:50;
}
ul#mainMenu {
	list-style-type:none;
	width:175px;
    margin:0;
    padding:0;
    text-decoration: none;
}
ul#mainMenu ul {
	list-style-type:none;
	display:block;
	padding-left:10px;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	line-height:24px;
	border-bottom:1px solid #000000;
	margin:0px;
}
ul#mainMenu li a {
	display:block;
	list-style-type:none;
	padding-right:10px;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	min-height:24px;
	line-height:24px;
	border-bottom:1px solid #000000;
	margin:0px;
	text-align: right;
	vertical-align: right;
}
ul#mainMenu li ul li a {
	background: url(/images/framework/menuFront.gif) left top no-repeat;
	display:block;
	list-style-type:none;
	padding-right:10px;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	min-height:24px;
	line-height:24px;
	border: 0px;
	margin:0px;
	text-align: right;
	vertical-align: right;
}
ul#mainMenu li ul li a:hover, ul#mainMenu li ul li a.itemOn {
	background: url(/images/framework/menuFront.gif) left top no-repeat;
	display:block;
	list-style-type:none;
	padding-left:10px;
	color:#F84000;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	min-height:24px;
	line-height:24px;
	border: 0px;
	margin:0px;
}
ul#mainMenu a:hover, ul#mainMenu a.itemOn {
	display:block;
	background-color:#F84000;
	padding-left:10px;
	color:#FFFFFF;
	font-size:12px;
	min-height:24px;
	line-height:24px;
	font-style: italic;
	border-bottom:1px solid #000000;
}
div.clear {
	clear: both;
}
