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

a{
	color:#428600;
}
a:hover {
	text-decoration: none;
}
body{
	background:#acacac;
	color:#3E3E3E;
	font:80% Arial, Helvetica, sans-serif;
	text-align:center;
}
h1, h2, h3, h4, h5, h6{
	color:#5585ab;
	font-weight:normal;
}
#left h1, #left h2, #left h3, #left h4, #left h5, #left h6{
	color:#fff;
}
img {
	border: 0 solid #fff;
}

/* BOX */
#box{
	background:#fff;
	margin:0 auto;
	text-align:left;
	width:772px;
}

/* HEADER */
#header{
	background:url(images/header.jpg) no-repeat right;
	height:163px;
	position:relative;
	width:772px;
}
#header h1{
	background:url(images/header_h1.jpg) no-repeat;
	width:386px;
	height:163px;
	padding:0;
	position:absolute;
	left:0;
}
#header a.logo{
	background:url(images/logo.jpg) no-repeat;
	display:block;
	position:absolute;
	top:7px;
	left:377px;
	width:366px;
	height:70px;
}

/* CONTAINER */
#container{
	width:772px;
}

/* LEFT */
#left{
	float:left;
	width:206px;
	position:relative;
}

/* MENU */
#menu{
	margin-left:5px;
	width:196px;
	padding-bottom:20px;
}
#menu a {
	color: #3e3e3e;
	display: block;
	text-decoration: none;
}
#menu li a, #menu li span{
	background:url(images/menu_li.gif) no-repeat 8px;
	padding:6px 15px 6px 22px;
	border-bottom:1px solid #b2b2b2;
}
#menu li a:hover {
	background: url(images/menu_li_h.gif) no-repeat 8px;
}
#menu li li a, #menu li li span {
	background: none;
	padding-left: 32px;
}
#menu li li a:hover {
	background: none;
}
#menu span, #menu a:hover {
	text-decoration: underline;
	color: #428600;
	display: block;
}
#menu a:hover {
	text-decoration: underline;
}
#menu li li li a, #menu li li li span {
	padding-left: 42px;
}
#menu li li li li a, #menu li li li li span {
	padding-left: 52px;
}
#menu li li li li li a, #menu li li li li li span {
	padding-left: 62px;
}

/* CONTENT */
#content{
	float:left;
	width:566px;
	min-height:260px;
}

#info{
	position:absolute;
	height:58px;
	width:386px;
	right:0;
	top:95px;
}
#navi{
	color:#252525;
	font-size:88%;
	letter-spacing:1px;
	text-align:right;
	padding-right:10px;
}
#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:#252525;
}
#language{
	height:16px;
	position:absolute;
	bottom:0;
	right:35px;
}
#language li{
	float:left;
	list-style-type:none;
	margin-right:5px;
}

/* BOXES */
.leftbox{
	width:206px;
	background:#80bd44 url(images/lb_top.gif) no-repeat right top;
	color:#fff;
	margin-bottom:10px;
}
.leftbox a{
	color:#fff;
}
.leftbox .btm{
	width:206px;
	height:6px;
	background:url(images/lb_btm.gif) no-repeat right;
}

/* FOOTER */
#footer{
	background:#535353;
	font-size:88%;
	width:772px;
	padding-bottom: 15px;
}
#footer p{
	color:#fff;
	padding:0 10px;
}
#footer a{
	color:#fff;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right{
	float:left;
	padding:10px 0 3px 0;
	width:386px;
}
#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: 35px 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: 35px auto 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;
}
