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

a {
	color: #21560e;
}
a:hover {
	text-decoration: none;
}
body {
	background: #192b14 url(images/body.jpg) no-repeat top;
	color: #3c3c3c;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #585130;
}
#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: #2c181f;
}
img {
	border: 0 solid #95894c;
}

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

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	position: relative;
	width: 980px;
	height: 245px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	position: absolute;
	width: 490px;
	height: 245px;
	left: 0;
	padding: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	width:195px;
	height:133px;
	top:47px;
	left:299px;
}
#header a.logo:hover{
	background:none;
}
/* CONTAINER */
#container {
	width: 980px;
	background: url(images/container.jpg) no-repeat bottom left;
}

/* LEFT */
#left {
	float: left;
	width: 196px;
}

/* MENU */
#menu {
	position: relative;	
	padding: 20px 0;
	width: 196px;
	background: url(images/menu_top.jpg) no-repeat top;
	min-height: 250px;
}
#menu ul {
	width: 196px;
}
#menu li {
	list-style-type: none;
	background: url(images/menu_li.gif) no-repeat 18px 7px;
}
#menu li li {
	background: none;
}
#menu a {
	text-decoration: none;
}
#menu a:hover, #menu span {
	text-decoration: underline;
}
#menu li a, #menu li span {
	color: #2b271e;
	display: block;
	padding: 4px 10px 4px 35px;
}
#menu li li a, #menu li li span {
	padding-left: 44px;
}
#menu li li li a, #menu li li li span {
	padding-left: 53px;
}
#menu li li li li a, #menu li li li li span {
	padding-left: 62px;
}
#menu li li li li li a, #menu li li li li li  span {
	padding-left: 71px;
}
#menu2 {
	position: absolute;
	bottom: 10px;
	right: 0;
	width: auto;
	height: 47px;
}
#menu2 ul {
	height: 47px;
	overflow: hidden;
}
#menu2 ul ul {
	display: none;
}
#menu2 li {
	float: left;
	height: 47px;
	background: url(images/menu2_li.gif) no-repeat right;
}
#menu2 li.last {
	background: none;
}
#menu2 li a, #menu2 li span {
	display: block;
	padding: 18px 15px 0 15px;
	color: #bfe392;
	text-decoration: none;
}
#menu2 li span, #menu2 li.sel a, #menu2 li a:hover {
	color: #fff7e9;
	text-decoration: underline;
}

/* CONTENT */
#content {
	float: left;
	width: 588px;
	background: url(images/content.jpg) no-repeat top;
}
#info {
	position: relative;
	height: 31px;
}
#navi {
	color: #3f1600;
	font-size: 88%;
	letter-spacing: 1px;
	padding-top: 7px;	
	margin-left: 30px;
	margin-right: 60px;
}
#navi li {
	background: url(images/navi.gif) no-repeat right 10px;
	display: inline;
	margin-right: 8px;
	padding-right: 17px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: #3f1600;
}
#language {
	height: 16px;
	position: absolute;
	top: 8px;
	left: 487px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* RIGHT */
#right {
	float: left;
	width: 196px;	
	position: relative;
}

/* BOXES */
.leftbox, .rightbox {
	width: 196px;
	color: #2c181f;
}
.rightbox {
	border-bottom: 1px solid #192b14;
}
.leftbox a, .rightbox a {
	color: #453e1d;
}
.leftbox h3.access {
	position: relative;
	left: 0;
	width: 196px;
	height: auto;
	font-size: 1em;
	background: url(images/lb_h3.png) no-repeat bottom;
}
.leftbox h3.access span {
	color: #ece5ce;
	padding: 0 10px;
}
.rightbox h3.access {
	position: relative;
	left: 0;
	width: 196px;
	height: auto;
	font-size: 1em;
	background: #a7944d url(images/rb_h3.gif) no-repeat bottom;
}
.rightbox h3.access span {
	color: #f2eac6;
	padding:0 10px;
}

/* FOOTER */
#footer2 {
	height: 71px;
	width: 100%;
	background: url(images/footer2.gif) repeat-x bottom;
}
#footer {
	background: url(images/footer.gif) repeat-x bottom;
	font: 70% Arial, Helvetica, sans-serif;
	width: 980px;
	height: 71px;
	margin: 0 auto;
}
#footer p {
	color: #f1e9c5;
	padding: 0 10px;
}
#footer a {
	color: #f2eac6;
}
#footer img {
	float: left;
	margin: 0 10px 0 0;
}
#footer_left, #footer_right {
	float: left;
	padding-top: 13px;
	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;
}


#menu a.ftresult, #menu span.ftresult{
	color:#000;
	background:#ff0;
	padding:0;
	display:inline;
}
