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

@import url(modules.css);


a {
	color: #3E3E3E;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	color: #645C46;
	}


body {
	background: #BEBEBE;
	text-align: center;
	padding-bottom: 50px;
}


/* SITE */
#box {
	background: url(images/box.gif) repeat-y;
	color: #645C46;
	font: 80% Arial, Verdana, sans-serif;
	margin: 6px auto;
	position: relative;
	text-align: left;
	width: 982px;
}
#header {
	background: url(images/header.jpg) no-repeat;
	height: 152px;
	position: relative;
}
#header h1 {
	background: url(images/headerh1.jpg) no-repeat;
	height: 152px;
	position: absolute;
	left: 198px;
	top: 0;
	width: 535px;
}
#header a.logo {
	display: block;
}
#header a.logo img {
	border: 0;
	position: absolute;
	left: 569px;
	top: 0;
}

/* LEFT */
#left {
	background: url(images/left.gif) repeat-y;
	float: left;
	margin-right: 2px;
	position: relative;
		left: 1px;
	width: 196px;
}
/* MENU */
#menu ul {
	border: 1px solid #9F996B;
	border-top: 0;
}
#menu ul ul {
	border: 0;
}
#menu li {
	background: #F6F5F1 url(images/menu_li.gif) repeat-x;
	border-top: 1px solid #747249;
	position: relative;
}
#menu li li {
	background: #BAB38D url(images/menu_lili.gif) repeat-x;
	border-top: 1px solid #747249;
}
#menu a, #menu span {
	background: url(images/menu_a.gif) no-repeat left;
	display: block;
	margin-left: 11px;
	padding: 5px 0 5px 15px;
}
#menu span {
	color: #A37B00;
}
#menu li li a, #menu li li span {
	background: transparent;
	border-top: 1px solid White;
	margin: 0;
	padding: 5px 0 5px 38px;
}
#menu li li a {
	color: White;
}
#menu li li li a, #menu li li li span {
	padding: 5px 0 5px 49px;
}
#menu li li li li a, #menu li li li li span {
	padding: 5px 0 5px 60px;
}
.leftbox {
	background: url(images/rightbox_btm.gif) no-repeat bottom;
}

/* CONTENT */
#content {
	border-top: 1px solid #9F996B;
	float: left;
	margin-right: 1px;
	width: 586px;
}
#info {
	background: #E7E6D7;
	height: 1.6em;
	margin: 0 1px;
	padding: 5px 0;
	position: relative;
	width: 584px;
}
#navi {
	height: 1.6em;
	line-height: 1.6em;
	margin: 0 14px;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 9px;
	padding-right: 20px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a, #navi {
	color: #A37B00;
}
#language {
	position: absolute;
	top: 7px;
	right: 0;
}
#language li {
	float: left;
	padding-right: 10px;
}
#language img {
	border: 0;
}

/* RIGHT */
#right {
	border-top: 1px solid #9F996B;
	float: left;
	width: 196px;
}
.rightbox {
	background: url(images/rightbox_btm.gif) no-repeat bottom;
}
.editor_mini {
	padding: 20px 10px;
}

/* FOOTER */
#footer {
	background: #9F996B url(images/footer.gif) no-repeat top;
	border-bottom: 1px solid #D6D4B9;
	font-size: 88%;
	margin: 0 1px;
	width: 980px;
}
#footer p {
	color: White;
}
#footer a {
	color: White;
	font-weight: bold;
}
#footer img {
	float: left;
	margin-right: 10px;
	border: 0;
}
#footer_left, #footer_right {
	float: left;
	padding: 10px 0;
	position: relative;
	left: 15px;
	width: 475px;
}
#footer_right {
	text-align: right;
}
.cleaner {
	clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}

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