/* IMPORTS */
@import url(basic.css);
@import url(modules.css);

a{
	color:#ff7900;
}
a:hover{
	text-decoration:none;
}
body{
	background:#211100 url(images/body.jpg) no-repeat center top;
	color:#211100;
	font:80% Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6{
	color:#ff7900;
}
#left h1, #left h2, #left h3, #left h4, #left h5, #left h6,
#right h1, #right h2, #right h3, #right h4, #right h5, #right h6{
	color:#211100;
}
img{
	border:0 solid #eee8d8;
}

/* BOX */
#box{
	margin:0 auto;
	text-align:left;
	width:986px;
	background:url(images/box.jpg) no-repeat bottom;
}

/* HEADER */
#header{
	background:url(images/header.jpg) no-repeat right;
	height:304px;
	position:relative;
	width:986px;
}
#header h1{
	background:url(images/header_h1.jpg) no-repeat top right;
	width:493px;
	height:304px;
	padding:0;
	position:absolute;
	left:0;
}
#header a.logo{
	display:block;
	position:absolute;
	top:87px;
	left:46px;
	width:116px;
	height:168px;
}

/* CONTAINER */
#container{
	width:986px;
	background:url(images/container.jpg) no-repeat top;
}

/* LEFT */
#left{
	float:left;
	overflow:hidden;
	width:214px;
	padding-right:4px;
}

/* MENU */
#menu{
	width:214px;
	background:#ff7900;
	margin-bottom:4px;
}
#menu ul{
	width:214px;
}
#menu ul ul{
	background:#d76600;
}
#menu li{
	list-style-type:none;
}
#menu li.sel{
	background:#d76600;
}
#menu li a, #menu li span{
	color:#fff;
	display:block;
	text-decoration:none;
	padding:6px 5px 6px 15px;
	border-bottom:1px solid #ff8f29;
}
#menu li.sel a, #menu li.sel span{
	border-color:#e18029;
}
#menu li span{
	text-decoration:underline;
}
#menu li li a, #menu li li span{
	padding-left:25px;
}
#menu li li li a, #menu li li li span{
	padding-left:35px;
}
#menu li li li li a, #menu li li li li span{
	padding-left:45px;
}
#menu li li li li li a, #menu li li li li li span{
	padding-left:55px;
}

/* CONTENT */
#content{
	float:left;
	width:550px;
	background:#fff;
	min-height:360px;
	padding-bottom:30px;
	margin-right:4px;
}
#info{
	position:relative;
	width:530px;
	padding:0 10px;
	background:#552c15 url(images/info.png) repeat-x top;
}
#navi{
	color:#eee8d8;
	font-size:88%;
	padding:7px 0;
}
#navi li{
	background:url(images/navi.gif) no-repeat right;
	display:inline;
	margin-right:8px;
	padding-right:10px;
}
#navi li.last{
	background:transparent;
	margin:0;
	padding:0;
}
#navi a{
	color:#eee8d8;
}
#language{
	height:16px;
	position:absolute;
	top:35px;
	right:0;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* RIGHT */
#right{
	float:left;
	width:214px;
}

/* BOXES */
.leftbox, .rightbox{
	width:214px;
	margin-bottom:4px;
	background:#eee8d8;
}
.leftbox a, .rightbox a{
	color:#826229;
}
.leftbox h3.access, .rightbox h3.access{
	position:relative;
	left:0;
	width:auto;
	height:auto;
}
.leftbox h3.access span, .rightbox h3.access span{
	padding:0 15px;
	display:block;
	color:#ff7900;
}
.leftbox h3.access span:after, .rightbox h3.access span:after{
	content:':';
}

/* FOOTER */
#footer{
	font-size:88%;
	width:986px;
}
#footer p{
	color:#ae956f;
	padding:0 10px;
}
#footer a{
	color:#ae956f;
}
#footer img{
	float:left;
	margin:3px 5px 0 10px;
}
#footer_left, #footer_right{
	float:left;
	width:493px;
	padding:10px 0;
}
#footer_right{
	text-align:right;
}

/* CLASSES */
.cleaner {
	clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}
.errmsg {
	margin-bottom: 10px;
	color: Red;
	text-align: center;
}
.status_info {
	background: url(images/info_ico.gif) no-repeat 8px 8px;
	width: 450px;
	font-weight: bold;
	margin: 15px auto 15px auto;
	padding: 15px 15px 15px 45px;
	border: 1px solid #a5a5a5;
	border-left: none;
	border-right: none;
}
.status_error{
	background:url(images/error_ico.gif) no-repeat 8px 8px;
	width:450px;
	font-weight:bold;
	margin:15px auto;
	padding:15px 15px 15px 45px;
	border:1px solid #a5a5a5;
	border-left:none;
	border-right:none;
	color:#830000;
}


#menu a.ftresult, #menu span.ftresult{
	color:#000;
	background:#ff0;
	padding:0;
	display:inline;
}
