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

@import url(modules.css);

a {
	color: #A46B20;
}
a:hover {
	text-decoration: none;
}
body {
	background: #77663F;
	padding-bottom: 25px;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #A46B20;
}
#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: #493916;
}
img {
	border: 0 solid #A46B20;
}

/* HIDE */
/*
.hide,
.hidden,
h6.access,
#header h1 span {
	display: none;
}*/

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

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 153px;
	position: relative;
	width: 986px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 493px;
	height: 153px;
	padding: 0;
	position: absolute;
		left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
		top: 30px;
		left: 647px;
	width: 325px;
	height: 110px;
}
#language {
	height: 16px;
	position: absolute;
		right: 16px;
		top: 14px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* CONTAINER */
#container {
	border-top: 1px solid #291908;
	margin-left: 3px;
	width: 980px;
}

/* LEFT */
#left {
	float: left;
	overflow: hidden;
	width: 196px;
}
/* MENU */
#menu {
	background: url(images/menu.gif) repeat-y;
	border-bottom: 1px solid #493916;
}
#menu h6.access {
	background: #8B7C59;
	color: White;
	display: block;
	line-height: 2em;
	margin: 0 1px;
	padding: 0;
}
#menu h6.access span {
	font-weight: normal;
	padding: 0 12px;
	text-transform: uppercase;
}
#menu ul {
	background: url(images/menu_ul.gif) no-repeat;
	margin: 0 1px;
	padding-top: 2px;
}
#menu ul ul {
	background: none;
	margin: 0;
	padding: 0;
}
#menu li {
	background: url(images/menu_li.gif) no-repeat bottom;
	padding: 0 0 4px 0;
}
#menu li li {
	background-position: top;
	padding: 4px 0 0 0;
}
#menu ul a, #menu ul span {
	background: url(images/bullet.gif) no-repeat;
	color: #3E3E3E;
	display: block;
	padding: 4px 5px 4px 37px;
	text-decoration: none;
}
#menu ul ul a, #menu ul ul span {
	padding-left: 47px;
}
#menu ul ul ul a, #menu ul ul ul span {
	padding-left: 57px;
}
#menu ul ul ul ul a, #menu ul ul ul ul span {
	padding-left: 67px;
}
#menu ul span {
	text-decoration: underline;
}
#menu ul a:hover {
	text-decoration: underline;
}
#menu_btm {
	background: url(images/menu_btm.gif) no-repeat bottom;
	font-size: 1px;
	height: 20px;
	overflow: hidden;
}

/* CONTENT */
#content {
	float: left;
	width: 588px;
}
#info {
	background: #8B7C59;
	line-height: 2em;
	position: relative;
	width: 588px;
}
#navi {
	color: #291908;
	font-size: 88%;
	letter-spacing: 1px;
	margin-left: 15px;
	width: 558px;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 10px;
	padding-right: 23px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: #291908;
}

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

/* BOXES */
.lb_1, .lb_2, .rb_1, .rb_2 {
	border-bottom: 1px solid #493916;
	margin: 0 1px;
}
.lb_1 {
	background: #E2DEC0;
}
.lb_2, .rb_2 {
	background: #CCC091;
}

/* FOOTER */
#footer {
	background: #493916;
	border-bottom: 1px solid #291908;
	font-size: 88%;
	margin-left: 1px;
	width: 984px;
}
#footer_bg {
	background: url(images/footer_bg.gif) no-repeat bottom right;
}
#footer p {
	color: White;
	padding: 0 10px;
}
#footer a {
	color: #FFF1A3;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	background: url(images/footer_lft.gif) repeat-y;
	border-top: 1px solid #291908;
	float: left;
	padding: 10px 0;
	position: relative;
		left: 2px;
	width: 490px;
}
#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;
}
.hidden {
	display: none;
}

/* LOGIN */
#login {
	background: #E6E6E6;
	font: 80% Arial, Verdana, sans-serif;
	margin: 30px auto;
	padding: 15px 0;
}
#login table {
	border-collapse: collapse;
	margin: 0 auto;
	text-align: left;
	width: 350px;
}
#login td {
	padding: 3px 0;
}
#login label {
	display: block;
	font-weight: bold;
	margin-right: 5px;
	text-align: right;
}
#login input {
	width: 180px;
}
#login .btn {
	text-align: left;
}
#login .btn input {
	width: auto;
}
.status_info{
	background: url(images/info_ico.gif) no-repeat 8px 8px;
	width: 450px;
	font-weight: bold;
	margin: 0 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: 0 auto 15px auto;
	padding: 15px 15px 15px 45px;
	border: 1px solid #a5a5a5;
	border-left: none;
	border-right: none;
	color: #830000;
}