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

a {
	color: #698c00;
}
a:hover {
	text-decoration: none;
}

body{
	background: #d8d8d8;
	color: #3E3E3E;
	text-align: center;
	padding-top: 10px;
}

h1, h2, h3, h4, h5, h6 {
	color: #4d8733;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#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: #3e3e3e;
}
img {
	border: 0 solid #59963c;
}
#left img {
	border-color: #5e90c0;
}

/* BOX */
#box {
	font: 80% Arial, Verdana, sans-serif;
	width: 772px;
	text-align: left;
	margin: 0 auto;
	background: #fff url(images/box.gif) repeat-y;
}

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 198px;
	position: relative;
	width: 772px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 343px;
	height: 198px;
	padding: 0;
	position: absolute;
		left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
		top: 59px;
		left: 40px;
	width: 161px;
	height: 55px;
}

/* CONTAINER */
#container {
	width: 772px;
	background: url(images/container.jpg) no-repeat bottom left;
	margin: 0 auto;
}

/* LEFT */
#left {
	float: left;
	position: relative;
	width: 202px;
	background: none;
	overflow: hidden;
}
/* MENU */
#menu {
	width: 202px;
	overflow: hidden;
	background: url(images/menu_bkg.gif) repeat-y top left;
	margin-bottom: 4px;
}

#menu ul {
	/*padding: 0 0 0 10px;*/
	padding-bottom: 5px;
	width: 202px;
}

#menu ul ul {
	/*padding: 0 3px 0 0;*/
	width: 202px;
	padding-top: 5px;
	padding-bottom: 0px;
}
#menu li {
	background:  url(images/menu_li.gif) no-repeat 15px 4px;
	margin-top: 5px;
	padding-bottom: 5px;
}
#menu li li {
	background: none;
	list-style-type: none;
}
/*#menu a {*/
#menu li a {
	color: #434343;
	display: block;
	text-decoration: none;
	padding-left: 30px;
	/*padding-right: 15px;*/
	padding-bottom: 5px;
}
#menu li a:hover {
	color: #4e8934;
	text-decoration: underline;
	background: url(images/menu_li_h.gif) no-repeat 15px 4px;
}
#menu li li a {
	background: none;
	padding-left: 40px;
	color: #2e561d;
}
#menu li li a:hover {
	background: none;
}

#menu span {
	/*text-decoration: underline;*/
	color: #434343;
	display: block;
	padding-left: 30px;
	padding-bottom: 5px;

}
#menu li li span {
	padding-left: 40px;
	padding-bottom: 5px;
}

/* CONTENT */
#content {
	float: left;
	width: 570px;
	position: relative;
	background: url(images/content.jpg) no-repeat left top;
	min-height: 350px;
}
#info {
	position: relative;
	width: 570px;
	height: 27px;
	position: absolute;
	top: -34px;
}
#navi {
	color: #5d5d5d;
	font-size: 88%;
	letter-spacing: 1px;
	padding: 7px 110px 0 10px;
	text-align: left;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 8px;
	padding-right: 16px;

}
#navi li.last {
	background: transparent;
	margin-left: 7px;
	padding: 0;
}
#navi a {
	color: #5d5d5d;
	text-decoration: none;
}
#language {
	height: 16px;
	position: absolute;
	top: 5px;
	right: 10px;

}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}



/* BOXES */
.lb_1 {
	background: #e8f3bc;
	margin-bottom: 4px;
	width: 196px;
	position: relative;
	right: 0;
	float: right;
}
.lb_2, .lb_3 {
	background: #DFDFDF;
	margin-bottom: 4px;
	width: 196px;
	float: right;
}

/* FOOTER */
#footer {
	background: #d8d8d8 url(images/footer_r.gif) no-repeat top right;
	font-size: 88%;
	width: 772px;
	height: 82px;
	max-height: 82px;
	text-align: right;
}
#footer p {
	color: #fff;
}
#footer a {
	color: #fff;
	margin: 0;
}
#footer img {
	float: left;
	margin-left: 15px;
}
#footer_left, #footer_right {
	padding-top: 40px;
	_height: 42px; /*ie6 hack*/
	max-height: 82px;
}
#footer_left {
	background: url(images/footer_l.gif) no-repeat;
	width: 343px;
	height: 82px;
	
	text-align: left;
	float: left;
	/*padding-left: 12px;*/
	/*padding-top: 30px;*/
}
#footer_right {
	background: none;
	text-align: right;
	width: 429px;
	/*height: 82px;*/
	float: left;
}

#footer_left p {
	margin-left: 80px;
}
#footer_right p {
	margin-right: 80px;
}
/* CLASSES */
.cleaner, .c_cleaner {
	clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}
.c_cleaner {
	margin: 0 7px;
}
.errmsg {
	margin-bottom: 10px;
	color: Red;
	text-align: center;
}
.hidden {
	display: none;
}


.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;
}
