/* IMPORTS */
@import url(basic.css);
@import url(modules.css);
html {
	height: 100%;
}
a {
	color: #629120;
}
a:hover {
	text-decoration: none;
}
body {
	color: #3E3E3E;
	text-align: center;
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #87856a;
}
#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 #ddd8bf;
}

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

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	position: relative;
	width: 980px;
	height: 246px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	position: absolute;
	width: 490px;
	height: 246px;
	left: 0;
	padding: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	width: 255px;
	height: 57px;
	top: 39px;
	left: 170px;
}

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

/* LEFT */
#left {
	float: left;
	width: 189px;
	padding-top: 10px;
}

/* MENU */
#menu {
	background: url(images/menu_top.gif) no-repeat top;
	padding: 25px 0;
	width: 189px;
}
#menu ul {
	width: 189px;
}
#menu li {
	list-style-type: none;
}
#menu a {
	text-decoration: none;
}
#menu span {
	text-decoration: underline;
}
#menu a:hover {
	text-decoration: underline;
	color: #74a82a;
}
#menu li a, #menu li span {
	color: #3e3e3e;
	display: block;
	padding: 4px 10px 4px 25px;
	background: url(images/menu_li.gif) no-repeat 7px 8px;
}
#menu li li a, #menu li li span {
	padding-left: 35px;
	background: none;
}
#menu li li li a, #menu li li li span {
	padding-left: 44px;
}
#menu li li li li a, #menu li li li li span {
	padding-left: 53px;
}
#menu li li li li li a, #menu li li li li li  span {
	padding-left: 62px;
}

/* CONTENT */
#content {
	float: left;
	width: 602px;
	background: url(images/content.gif) no-repeat top;
}
#info {
	position: relative;
	height: 31px;
}
#navi {
	color: #878568;
	font-size: 88%;
	letter-spacing: 1px;
	padding-top: 7px;	
	margin-left: 20px;
	margin-right: 60px;
}
#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: #878568;
}
#language {
	height: 16px;
	position: absolute;
	top: 4px;
	right: 10px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

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

/* BOXES */
.leftbox, .rightbox {
	width: 189px;
}
.leftbox h3.access, .rightbox h3.access {
	position: relative;
	left: 0;
	width: 189px;
	height: auto;
	background: url(images/lb_h3.gif) repeat-x bottom;
	font: bold 1.3em "Times New Roman", Times, serif;
}
.rightbox h3.access {
	text-align: right;
}
.leftbox h3.access span, .rightbox h3.access span {
	color: #74a82a;
	padding: 0 5px;
}
.leftbox a, .rightbox a {
	color: #6f6d53;
}

/* FOOTER */
#footer_false {
	width: 980px;
	height: 109px;
}
#footer {
	background: url(images/footer.gif) no-repeat;
	font-size: 88%;
	width: 980px;
	height: 109px;
	position: absolute;
	bottom: 0;
}
#footer p {
	color: #fff;
	padding: 0 10px;
}
#footer a {
	color: #fff;
}
#footer img {
	float: left;
	margin: 0 10px 0 0;
}
#footer_left, #footer_right {
	float: left;
	padding-top: 63px;
	width: 480px;
}
#footer_left {
	padding-left: 15px;
	text-align: left;
}
#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 15px auto;
	padding: 15px 15px 15px 45px;
	border: 1px solid #a5a5a5;
	border-left: none;
	border-right: none;
	color: #830000;
}







