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

a {
	color: #6e501a;
}
a:hover {
	text-decoration: none;
}
body{
	background: #2d3f1b url(images/body.gif) repeat-x top;
	color: #3e3e3e;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #74673f;
}
#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: #3e392c;
}
img {
	border: 0 solid #c0b669;
}

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

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 274px;
	position: relative;
	width: 980px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 490px;
	height: 274px;
	padding: 0;
	position: absolute;
	left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	top:23px;
	left: 63px;
	width:254px;
	height:50px;
}

/* CONTAINER */
#container {
	width: 980px;
	background: url(images/container.jpg) no-repeat 199px bottom;
}

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

/* MENU */
#menu {
	width: 193px;
	overflow: hidden;
	padding: 80px 0 15px 0;
	background: url(images/menu_top.jpg) no-repeat top;
}
#menu ul {
	width: 193px;
}
#menu li {
	list-style-type: none;
}
#menu li a, #menu span {
	color: #443d29;
	display: block;
	text-decoration: none;
	padding: 4px 5px 4px 25px;
	overflow: hidden;
	background: url(images/menu_li.gif) no-repeat 15px 10px;
}
#menu span, #menu a:hover {
	text-decoration: underline;
}
#menu a:hover {
	color: #6e501a;
}
#menu li li a, #menu li li span {
	padding-left: 30px;
	background: none;
}
#menu li li li a, #menu li li li span {
	padding-left: 39px;
}
#menu li li li li a, #menu li li li li span {
	padding-left: 48px;
}
#menu li li li li li a, #menu li li li li li span {
	padding-left: 57px;
}
#menu2 {
	position: absolute;
	width: 500px;
	height: 27px;
	left: 10px;
	top: 105px;
	overflow: hidden;
}
#menu2 ul {
	height: 27px;
}
#menu2 ul ul {
	display: none;
}
#menu2 li {
	list-style-type: none;
	width: auto;
	float: left;
	height: 27px;
	background: url(images/menu2_li.gif) no-repeat right;
}
#menu2 li.last {
	background: none;
}
#menu2 li a, #menu2 li span {
	display: block;
	padding: 5px 17px 0 17px;
	color: #bdd789;
	text-decoration: none;
	font-size: 1.1em;
}
#menu2 a:hover {
	text-decoration: underline;
}

/* CONTENT */
#content {
	float: left;
	width: 593px;
	position: relative;
	min-height: 260px;
	background: url(images/content.jpg) no-repeat top;
}
#info {
	position: relative;
	padding-bottom: 1em;
}
#navi {
	color: #393415;
	font-size: 88%;
	letter-spacing: 1px;
	padding: 5px 10px 0 20px;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 8px;
	padding-right: 10px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: #1f0b04;
}
#language {
	height: 16px;
	width:140px;
	position: absolute;
	top: -245px;
	left:650px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* RIGHT */
#right {
	float: left;
	width: 194px;
	background: url(images/right_top.gif) no-repeat top;
	padding-top: 27px;
}

/* BOXES */
.leftbox {
	width: 193px;
	color: #443d29;
	background: url(images/lb_top.jpg) no-repeat top;
}
.rightbox {
	width: 194px;
	color: #3e292c;
	background: url(images/rb_top.jpg) no-repeat top;
}
.leftbox h3.access, .rightbox h3.access {
	position: relative;
	left: 0;
	width: 193px;
	height: auto;
	font-size: 1.1em;
	font-style: italic;
}
.leftbox h3.access span, .rightbox h3.access span {
	padding: 10px 10px 0 25px;
	display: block;
	color: #64562c;
}
.leftbox a, .rightbox a {
	color: #826229;
}

/* FOOTER */
#footer {
	font-size: 88%;
	width: 980px;
	height: 62px;
	overflow: hidden;
	margin: 0 auto;
	background: url(images/footer.gif) no-repeat top;
}
#footer p {
	color: #fff;
	padding: 0 10px;
}
#footer a {
	color: #fff1a3;
}
#footer img {
	float: left;
	margin: 0 10px 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 12px 0 8px 0;
	width: 490px;
	text-align: left;
}
#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;
}
.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;
}
.required {
	background: White url(images/required.gif) top right no-repeat;
}
.invalid {
	background: White url(images/invalid.gif) top right no-repeat;
}





