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

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

body{
	background: url(images/body.gif);
	color: #534928;
	text-align: center;
	padding: 17px 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #a73f1b;
}
#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: #443b1c;
}
img {
	border: 0 solid #702e17;
}

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

/* HEADER */
#header {
	background: url(images/header.gif) no-repeat right;
	height: 177px;
	position: relative;
	width: 988px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 494px;
	height: 177px;
	padding: 0;
	position: absolute;
	left: 0;
}
#header a.logo {
	background: url(images/logo.gif) no-repeat;
	display: block;
	position: absolute;
	top: 69px;
	left: 103px;
	width: 295px;
	height: 54px;
}

/* CONTAINER */
#container {
	width: 988px;
	background: url(images/container.gif) no-repeat left bottom;
}

/* LEFT */
#left {
	float: left;
	width: 201px;
}

/* MENU */
#menu {
	background: url(images/menu_top.gif) no-repeat top;
	width: 201px;
	overflow: hidden;
	padding: 60px 0 20px 0;
}
#menu ul {
	width: 201px;
}
#menu li {
	list-style-type: none;
}
#menu li a, #menu li span {
	color: #534928;
	display: block;
	text-decoration: none;
	padding: 6px 15px 8px 25px;
	background: url(images/menu_li.gif) no-repeat 5px bottom;
}
#menu li span, #menu a:hover {
	text-decoration: underline;
}
#menu li li a, #menu li li span {
	padding-left: 34px;
}
#menu li li li a, #menu li li li span {
	padding-left: 43px;
}
#menu li li li li a, #menu li li li li span {
	padding-left: 52px;
}
#menu li li li li li a, #menu li li li li li span {
	padding-left: 61px;
}

/* CONTENT */
#content {
	float: left;
	width: 581px;
	position: relative;
	min-height: 350px;
	background: url(images/content.jpg) no-repeat top;
}
#info {
	position: relative;
}
#navi {
	font-size: 88%;
	letter-spacing: 1px;
	padding: 30px 15px 0 15px;
}
#navi a {
	color: #534928;
}
#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;
}
#language {
	height: 16px;
	position: absolute;
	top: -5px;
	right: 10px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* RIGHT */
#right {
	float: left;
	overflow: hidden;
	width: 206px;
	background: url(images/right_top.gif) no-repeat top;
	min-height: 21px;
}

/* BOXES */
.leftbox {
	width: 201px;
	margin-top: 20px;
	color: #443b1c;
}
.leftbox h3.access {
	position: relative;
	left: 0;
	width: 201px;
	height: auto;
}
.rightbox {
	width: 206px;
	background: url(images/rb_btm.gif) no-repeat bottom;
	color: #443b1c;
}
#right .last {
	background: none;
}
.rightbox h3.access {
	position: relative;
	left: 0;
	width: 206px;
	height: auto;
	background: url(images/rb_h3.jpg) no-repeat top;
}
#right .first h3.access {
	background: url(images/rb_first_h3.jpg) no-repeat top;
}
.leftbox h3.access span, .rightbox h3.access span {
	font-weight: normal;
	color: #9d8536;
	display: block;
	padding: 5px 10px 10px 20px;
}
.leftbox h3.access span {
	padding-bottom: 2px;
}
.leftbox a, .rightbox a {
	color: #c47400;
}

/* FOOTER */
#footer {
	background: url(images/footer.gif) no-repeat top left;
	font-size: 88%;
	width: 988px;
	height: 52px;
	overflow: hidden;
}
#footer p {
	padding: 0 10px;
}
#footer a {
	color: #534928;
}
#footer img {
	float: left;
	margin: 0 10px 0 0;
}
#footer_left, #footer_right {
	float: left;
	padding: 10px 0 11px 0;
	width: 380px;
}
#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;
}





