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

a {
	color: #4e3319;
}
a:hover {
	text-decoration: none;
}

body{
	background: #c9ca98;
	color: #2d2d22;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	color: #42462d;
	font-weight: normal;
}
#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: #525737;
	font-weight: bold;
}
img {
	border: 0 solid #c3cc92;
}

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

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 384px;
	position: relative;
	width: 959px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 479px;
	height: 384px;
	padding: 0;
	position: absolute;
	left: 0;
}
#header a.logo {
	background: url(images/logo.gif) no-repeat;
	display: block;
	position: absolute;
	top: 227px;
	left: 38px;
	width: 341px;
	height: 41px;
}

/* CONTAINER */
#container {
	width: 947px;
	background: url(images/container.gif) repeat-x top;
	margin: 0 6px;
}
#container2 {
	width: 947px;
	background: url(images/container2.jpg) no-repeat bottom;
}
/* LEFT */
#left {
	float: left;
	position: relative;
	width: 201px;
	margin-bottom: 60px;
}

/* MENU */
#menu {
	width: 201px;
	overflow: hidden;
	margin-bottom: 44px;	
}
#menu ul {
	width: 201px;
}
#menu li {
	list-style-type: none;
}
#menu li a, #menu li span {
	color: #dcdebd;
	display: block;
	text-decoration: none;
	background: url(images/menu_li.gif) no-repeat 14px 10px;
	padding: 6px 15px 8px 35px;
	font-weight: bold;
}
#menu li li a, #menu li li span {
	padding-left: 45px;
	background: none;
}
#menu li li li a, #menu li li li span {
	padding-left: 55px;
}
#menu li li li li a, #menu li li li li span {
	padding-left: 65px;
}
#menu li li li li li a, #menu li li li li li span {
	padding-left: 75px;
}
#menu li a:hover {
	text-decoration: underline;
	color: #fff;
	background: url(images/menu_li_h.gif) no-repeat 14px 10px;
}
#menu li li a:hover {
	background: none;
}

/* CONTENT */
#content {
	float: left;
	width: 557px;
	position: relative;
	min-height: 350px;
	padding: 10px 0 100px 0;
}
#info {
	width: 544px;
	height: 40px;
	position: absolute;
	top: -9px;
}
#navi {
	color: #dadbba;
	font-size: 88%;
	letter-spacing: 1px;
	padding: 0 0 6px 0;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 8px;
	padding-right: 16px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: #dadbba;
}
#language {
	height: 16px;
	position: absolute;
	top: 0px;
	right: -5px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* BOXES */
#right {
	width: 189px;
	height: 754px;
	float: left;
	background: url(images/right.png) no-repeat top left;
}
.leftbox {
	width: 192px;
	margin-bottom: 5px;
	border: 2px solid #c3cc92;
	margin-left: 5px;
	background: #a5ae73;
}
.leftbox h3.access {
	width: 192px;
	height: auto;
	position: relative;
	left: 0;
	background: #9ca665 url(images/lb_h3.gif) repeat-x bottom;
	font-size: 1em;
}
.leftbox h3.access span {
	padding-left: 15px;
}

/* FOOTER */
#footer {
	background: #4f5531;
	border-top: 3px solid #9ca665;
	font-size: 88%;
	width: 947px;
	overflow: hidden;
	margin: 0 6px;
}
#footer p {
	color: #cecca0;
	padding: 0 10px;
}
#footer a {
	color: #fff;
}
#footer img {
	float: left;
	margin: 0 10px 0 0;
}
#footer_left, #footer_right {
	float: left;
	padding: 10px 0 11px 0;
	width: 460px;
}
#footer_left {
	padding-left: 15px;
}
#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;
}
.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;
}
