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

a{
	color:#85a611;
}
a:hover{
	text-decoration:none;
}
body{
	background:#fff;
	color:#3E3E3E;
	text-align:center;
	font:78%/1.4 Arial, Verdana, sans-serif;
}
img{
	border:0 solid #bcbcbc;
}

/* BOX */
#box{
	background:url(images/box.gif) repeat-y right;
	margin:0 auto;
	text-align:left;
	width:974px;
}

/* HEADER */
#header{
	background:url(images/header.jpg) no-repeat right;
	height:270px;
	position:relative;
	width:974px;
}
#header h1{
	background:url(images/header_h1.jpg) no-repeat;
	width:487px;
	height:270px;
	padding:0;
	position:absolute;
	left:0;
}
#header a.logo{
	background:url(images/logo.jpg) no-repeat;
	display:block;
	position:absolute;
	top:185px;
	left:533px;
	width:402px;
	height:62px;
}

/* CONTAINER */
#container{
	width:974px;
	background:url(images/container.jpg) no-repeat bottom right;
	border-bottom:1px solid #8e8e8e;
}

/* LEFT */
#left{
	float:left;
	overflow:hidden;
	width:197px;
}

/* MENU */
#menu{
	background:#b3c13a url(images/menu_top.png) no-repeat top;
	width:197px;
	padding-bottom:25px;
	padding-top:90px;
}
#menu ul{
	width:197px;
}
#menu ul ul{
	background:url(images/menu_line.gif) no-repeat top;
}
#menu li{
	background:url(images/menu_line.gif) no-repeat bottom;
}
#menu li li{
	list-style-type:none;
}
#menu li a, #menu li span{
	color:#1d1d1d;
	display:block;
	text-decoration:none;
	background:url(images/menu_li.png) no-repeat 15px 10px;
	padding:6px 25px 6px 35px;
	font-size:105%;
}
#menu li span{
	text-decoration:underline;
}
#menu li li a, #menu li li span{
	padding-left:45px;
	background-image:none;
}
#menu li li li a, #menu li li li span {
	padding-left: 55px;
}
#menu li li li li a, #menu li li li li span {
	padding-left: 65px;
}
#menu li li li li li a, #menu li li li li li span {
	padding-left: 75px;
}
#menu li a:hover{
	background-color:#cad475;
}
#boxes_left{
	background:url(images/left_boxes.gif) repeat-x top;
	min-height:130px;
}

/* CONTENT */
#content{
	float:left;
	width:580px;
	min-height:260px;
	background:url(images/content.gif) no-repeat top left;
}
#info{
	position:relative;
}
#navi{
	color:#9d9d9d;
	font-size:88%;
	letter-spacing:1px;
	padding:8px 15px;
	text-align:right;
}
#navi li{
	background:url(images/navi.gif) no-repeat right;
	display:inline;
	margin-right:8px;
	padding-right:12px;
}
#navi li.last{
	background:transparent;
	margin:0;
	padding:0;
}
#navi a{
	color:#9d9d9d;
}
#language{
	height:16px;
	position:absolute;
	top:8px;
	right:5px;
}
#language li{
	float:left;
	list-style-type:none;
	margin-right:5px;
}

/* RIGHT */
#right{
	float:left;
	overflow:hidden;
	width:197px;	
	background:url(images/right.gif) no-repeat top right;
	padding-bottom:200px;
}

/* BOXES */
.leftbox, .rightbox{
	width:197px;
}
.rightbox{
	color:#0f0f0f;
}
.rightbox a{
	color:#6b8600;
}

/* FOOTER */
#footer{
	background:#fff;
	font-size:90%;
	width:974px;
}
#footer p{
	color:#9d9d9d;
	padding:5px 10px 0 10px;
}
#footer a{
	color:#9d9d9d;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right{
	float:left;
	padding:7px 0 8px 0;
	width:487px;
}
#footer_right {
	text-align: right;
}
#footer_left {
	text-align: left;
}

/* 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;
}
