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

@import url(modules.css);

a {
	color: #E8AE13;
}
a:hover {
	text-decoration: none;
}
#left a {
	color: #826229;
}
body {
	background: url(images/bg.gif) top;
	color: #3E3E3E;
	padding-bottom: 25px;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #3A5D04;
	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: #3E3E3E;
}
img {
	border: 0 solid #E8AE13;
}
#left img {
	border-color: #826229;
}


/* BOX */
#box {
	background: url(images/box.gif) repeat-y;
	font: 80% Arial, Verdana, sans-serif;
	margin: 0 auto;
	text-align: left;
	width: 772px;
}
#top {
	background: url(images/top.gif) no-repeat; 
	font-size: 1px;
	height: 21px;
	overflow: hidden;
}
#container {
	margin-left: 6px;
	width: 760px;
}
#bottom {
	background: url(images/bottom.gif) no-repeat; 
	font-size: 1px;
	height: 6px;
	overflow: hidden;
}

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 130px;
	position: relative;
	width: 760px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 380px;
	height: 130px;
	padding: 0;
	position: absolute;
		left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
		bottom: 0;
		left: 0;
	width: 258px;
	height: 151px;
}

/* LEFT */
#left {
	float: left;
	margin-right: 4px;
	overflow: hidden;
	width: 196px;
}
/* MENU */
#menu {
	background: #A88954 url(images/menu.jpg) no-repeat;
}
#menu ul {
	padding: 45px 0 30px 0;
}
#menu ul ul {

	padding: 0;
}
#menu li li {

	padding: 0 0 0 17px;
	background: #766230;
}

#menu a, #menu span {
	color: White;
	display: block;
	padding: 0.2em 0 0.2em 27px;
	text-decoration: none;
}
#menu span {
	text-decoration: underline;
}
#menu a:hover {
	color: #FFE382;
	text-decoration: underline;
}

/* CONTENT */
#content {
	background: url(images/content.jpg) repeat-x;
	float: left;
	width: 560px;
}
#info {
	position: relative;
	width: 560px;
}
#navi {
	color: #7D4100;
	font-size: 88%;
	margin-left: 20px;
	padding: 10px 0 0 0;
	width: 400px;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 4px;
	padding-right: 15px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: #7D4100;
}
#language {
	height: 16px;
	position: absolute;
		right: 14px;
		top: 12px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* BOXES */
.leftbox {
	border-top: 4px solid White;
	border-bottom: 2px solid White;
	
}
/* FOOTER */
#footer {
	background: #364C12;
	border-top: 4px solid White;
	font-size: 88%;
	width: 760px;
}
#footer p {
	color: White;
	padding: 0 10px;
}
#footer a {
	color: #FFE382;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	background: url(images/footer_lft.gif) repeat-y;
	float: left;
	padding: 10px 0;
	width: 380px;
}
#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: #EBF5E3;
	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;
}