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

@import url(modules.css);

a {
	color: #462B16;
}
a:hover {
	text-decoration: none;
}
#left a {
	color: #B35D00;
}
body {
	background: #F2F7E6 url(images/body_bgr.jpg) repeat-y top;
	color: #3E3E3E;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #78A457;
}
#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: #304612;
}
img {
	border: 0 solid #E8AE13;
}
#left img {
	border-color: #826229;
}

/* BOX */

#box {
	font: 80% Arial, Verdana, sans-serif;
	width: 886px;
	text-align: left;
	/*width: 760px;*/
	margin: 0 auto;
	
	
}

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 220px;
	position: relative;
	width: 886px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 523px;
	height: 220px;
	padding: 0;
	position: absolute;
		left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
		top: 55px;
		left: 263px;
	width: 258px;
	height: 80px;
}

/* CONTAINER */
#container {
	width: 886px;
	background: #FEFEFE url(images/content3.jpg) repeat-y;
}

/* LEFT */
#left {
	float: left;
	position: relative;
	margin-left: 16px;	
	=margin-left: 8px;
	width: 196px;
}
/* MENU */
#menu {
	/*background: url(images/li_bgr.gif) repeat-y;*/
	width: 188px;
	margin-left: 4px;
	overflow: hidden;
}



#menu ul ul {
	padding: 0;
}
#menu li {
	
	margin-bottom: 2px;
}
#menu li li {
	background: none;
	list-style-type: none;
}
#menu a {
	color: #472B17;
	display: block;
	text-decoration: none;
	
	background: #A2B065 url(images/menu_li.gif) repeat-y left;
	
	/*height: 20px;
	padding: 10px;*/
	padding: 0.2em 0 0.3em 20px;
	margin-bottom: 2px;

	
}

#menu li li a {
	padding-left: 30px;
}
#menu li li li a {
	padding-left: 40px;
}
#menu li li li li a {
	padding-left: 50px;
}


#menu span {
	text-decoration: underline;
	color: #fff;
	display: block;
	background: #472b17 url(images/menu_span.gif) repeat-x top;
	padding: 0.2em 0 0.3em 20px;
	
	margin-bottom: 2px;
	
	
}
#menu li li span {
	padding-left: 30px;
}
#menu li li li span {
	padding-left: 40px;
}
#menu li li li li span {
	padding-left: 50px;
}
#menu a:hover {
	text-decoration: underline;
	
}




/* CONTENT */
#content {
	/*background: url(images/content_bgr.gif) no-repeat bottom right;*/
	float: left;
	width: 530px;
	margin-left: 60px;
	margin-top: 25px;
}
#info {
	position: absolute;
	right: 10px;
	top: 165px;
	width: 680px;
	height: 24px;
	text-align: left;
}
#navi {
	color: #fff;
	font-size: 88%;
	letter-spacing: 1px;
	/*_margin-right: 130px;*/
	margin-left: 10px;
	padding: 5px 0 0 0;
	/*text-transform: uppercase;*/
	width: 600px;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 5px;
	padding-right: 15px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: #fff;
}
#language {
	height: 16px;
	position: absolute;
		left: 8px;
		bottom: 34px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* BOXES */
.leftbox {
	background: #472B17;
	margin-left: 5px;
	margin-top: 25px;
	width: 187px;
}


/* FOOTER */
#footer {
	background: url(images/footer.gif) no-repeat right;
	font-size: 88%;
	width: 886px;
	position: relative;
	bottom: 3px;
	height: 49px;
}
#footer p {
	color: #fff;
	padding: 0 10px;
}
#footer a {
	color: #FFE382;
}
#footer img {
	float: left;
	margin: 3px 10px 0 10px;
}
#footer_left, #footer_right {
	background: url(images/footer_lft.gif) repeat-y;
	float: left;
	padding: 12px 0 10px 0;
	width: 435px;
}
#footer_left {
	padding-left: 15px;
}
#footer_right {
	text-align: right;
}
#btm {
	background: url(images/footer_btm.gif) no-repeat;
	font-size: 1px;
	height: 7px;
	overflow: hidden;
}

/* CLASSES */
.cleaner, .c_cleaner {
	clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}
.c_cleaner {
	background: White;
	margin: 0 7px;
}
.errmsg {
	margin-bottom: 10px;
	color: Red;
	text-align: center;
}
.hidden {
	display: none;
}

/* LOGIN */
#login {
	/*background: #B3BB98;*/
	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: 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;
}