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

a {
	color: #655514;
}
a:hover {
	text-decoration: none;
}
body{
	background: #314617 url(images/body.jpg) repeat-x top;
	color: #3E3E3E;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #3d5218;
}
#left h1, #left h2, #left h3, #left h4, #left h5, #left h6 {
	color: #504c3e;
}
#right h1, #right h2, #right h3, #right h4, #right h5, #right h6 {
	color: #554b2b;
}
img {
	border: 0 solid #cfc398;
}

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

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 224px;
	position: relative;
	width: 980px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 490px;
	height: 224px;
	padding: 0;
	position: absolute;
	left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	top: 30px;
	left: 249px;
	width: 481px;
	height: 38px;
}

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

/* LEFT */
#left {
	float: left;
	position: relative;
	width: 195px;
	margin-bottom: 40px;
	background: url(images/left_top.gif) no-repeat top;
	min-height: 20px;
}

/* MENU */
#menu {
	width: 195px;
	overflow: hidden;
	padding-top: 20px;
}
#menu ul {
	padding: 0;
	width: 195px;
}
#menu li {
	list-style-type: none;
	background: url(images/menu_li.gif) no-repeat 2px 7px;
}
#menu li li {
	background: url(images/menu_lili.gif) repeat-y right;
}
#menu li a {
	color: #5f3b22;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #f8f5eb;	
	padding: 4px 15px 4px 21px;
	margin-left: 1px;
	overflow: hidden;
}
#menu span {
	color: #5f3b22;
	display: block;
	text-decoration: underline;
	border-bottom: 1px solid #f8f5eb;	
	padding: 4px 15px 4px 21px;
	margin-left: 1px;
	overflow: hidden;
}
#menu li li a, #menu li li span {
	padding-left: 36px;
	color: #3d5218;
}
#menu li li li a, #menu li li li span {
	padding-left: 46px;
}
#menu li li li li a, #menu li li li li span {
	padding-left: 56px;
}
#menu li li li li li a, #menu li li li li li span {
	padding-left: 66px;
}
#menu a:hover {
	text-decoration: underline;
}

/* CONTENT */
#content {
	float: left;
	width: 588px;
	position: relative;
	background: url(images/content.gif) no-repeat left top;
	min-height: 350px;
	padding-bottom: 20px;
}
#info {
	position: relative;
}
#navi {
	color: #665b37;
	font-size: 88%;
	letter-spacing: 1px;
	padding: 7px 10px 8px 10px;
	text-align: right;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 8px;
	padding-right: 10px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: #665b37;
}
#language {
	height: 16px;
	position: absolute;
	top: -175px;
	right: -190px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* RIGHT */
#right {
	float: left;
	overflow: hidden;
	width: 196px;	
	margin-left: 1px;
}

/* BOXES */
.leftbox {
	width: 195px;
	margin-bottom: 5px;
	color: #504c3e;
}
.rightbox {
	width: 196px;
	background: url(images/rb.gif) repeat-y;
	color: #554b2b;
}
.rightbox .btm {
	width: 196px;
	height: 3px;
	background: url(images/rb_btm.gif) no-repeat;
	font-size: 1px;
}
.rightbox h3.access {
	position: relative;
	left: 0;
	width: 194px;
	height: auto;
	margin: 0 1px;
	border-bottom: 1px solid #8d815a;
	border-top: 1px solid #e8debc;
	font: bold 1.1em "Times New Roman", Times, serif;
}
.rightbox h3.access span {
	padding: 0 10px;
}
#right .first h3.access {
	background: url(images/rb_first.gif) no-repeat top right;
	border: none;
	margin-right: 0;
	width: 195px;
}
#right .first h3.access span {
	display:block;
	border-bottom: 1px solid #8d815a;
	width: 174px;
	margin-right: 1px;
	padding-bottom: 5px;
}

/* FOOTER */
#footer2{
	background: #1e2e0b;
	font: 80% Arial, Verdana, sans-serif;
}
#footer {
	font-size: 88%;
	width: 980px;
	overflow: hidden;
	margin: 0 auto;
}
#footer p {
	color: #bdb392;
	padding: 0 10px;
}
#footer a {
	color: #deca84;
}
#footer img {
	float: left;
	margin: 0 10px 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 18px 0 8px 0;
	width: 490px;
	text-align: left;
}
#footer_right {
	text-align: right;
}

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