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

a {
	color: #0e767e;
}
a:hover {
	text-decoration: none;
}
body {
	background: #fff;
	color: #3E3E3E;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #4e6821;
}
img {
	border: 0 solid #9bca4a;
}

/* BOX */
#box {
	font: 80% Verdana, Arial, sans-serif;
	margin: 0 auto;
	text-align: left;
	width: 983px;
	position: relative;	
}

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 292px;
	position: relative;
	width: 983px;
	margin: 0 auto;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 491px;
	height: 292px;
	padding: 0;
	position: absolute;
	left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	top: 31px;
	left: 783px;
	width: 176px;
	height: 202px;
}

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

/* LEFT */
#left {
	float: left;
	overflow: hidden;
	width: 199px;
	padding-bottom: 10px;
}

/* MENU */
#menu {
	width: 199px;
	background: url(images/menu_bkg.gif) repeat-y right;
}
#menu_in {
	width: 199px;
	min-height: 150px;
	background: url(images/menu_top.jpg) no-repeat top right;
}
#menu ul {
	padding: 0;
	width: 199px;
}
#menu li {
	list-style-type: none;
}
#menu li a, #menu li span {
	color: #282828;
	display: block;
	text-decoration: none;
	padding: 6px 25px 6px 25px;
}
#menu li span {
	text-decoration: underline;
}
#menu li li a, #menu li li span {
	padding-left: 34px;
}
#menu li li li a, #menu li li li span {
	padding-left: 43px;
}
#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: 61px;
}
#menu a:hover {
	text-decoration: underline;
	color: #007175;
	background: url(images/menu_li.gif) no-repeat left;
}
#menu_btm {
	width: 199px;
	height: 39px;
	background: url(images/menu_btm.gif) no-repeat right;
}
/* CONTENT */
#content {
	float: left;
	width: 588px;
	min-height: 260px;
	background: url(images/content.jpg) no-repeat top left;
}
#info {
	position: relative;
	margin-bottom: 15px;
}
#navi {
	color: #fff;
	font-size: 88%;
	padding: 0 100px 5px 10px;
	text-align: left;
	font-weight: bold;
}
#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: #fff;
}
#language {
	height: 16px;
	position: absolute;
	top: 1px;
	left: 500px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* RIGHT */
#right {
	float: left;
	overflow: hidden;
	width: 196px;	
	background: url(images/right_top.jpg) no-repeat top left;
}

/* BOXES */
.lb_1, .lb_2, .lb_3, .rb_1, .rb_2 {
	width: 196px;
	color: #2a3614;
}
.lb_1, .lb_2, .lb_3 {
	margin-left: 3px;
}
.rb_1, .lb_3 {
	background: #9bca4a url(images/rb1_btm.gif) no-repeat bottom right;
}
.rb_1 a, .lb_3 a {
	color: #3a5902;
}
.rb_2, .lb_1, .lb_2 {
	background: #d8eab8 url(images/rb2_btm.gif) no-repeat bottom right;
}
.rb_2 a, .lb_1 a, .lb_2 a {
	color: #4f7d00;
}
#right div.last, #left div.last, .lb_1 {
	background-image: none;
}

/* FOOTER */
#footer {
	background: url(images/footer.jpg) no-repeat top left;
	font-size: 88%;
	width: 983px;
	height: 42px;
}
#footer p {
	color: #3a3a3a;
	padding: 0 10px;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 7px 0 8px 0;
	width: 470px;
}
#footer_right {
	text-align: right;
}
#footer_left {
	margin-left: 40px;
}
/* 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 15px auto;
	padding: 15px 15px 15px 45px;
	border: 1px solid #a5a5a5;
	border-left: none;
	border-right: none;
	color: #830000;
}





