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

a {
	color: #556310;
}
a:hover {
	text-decoration: none;
}
body {
	background: url(images/bcg.gif);
	text-align: center;
	padding: 40px 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #6d3b00;
}
img {
	border: 0 solid #39461B;
}

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

/* HEADER */
#header_top {
	width: 986px;
	height: 7px;
	background: url(images/header.gif) no-repeat;
	position: relative;
	top: -7px;
}
#header {
	background: url(images/header.jpg) no-repeat top right;
	height: 230px;
	width: 986px;
	position: relative;
	top: -7px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	height: 230px;
	width: 564px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#header a.logo {
	display: block;
	height: 63px;
	width: 225px;
	position: absolute;
	top: 76px;
	left: 257px;
}
#header h1 span {
	display: none;
}

/* CONTAINER */
#container {
	background: url(images/container.gif) no-repeat bottom right;
	position: relative;
	top: 12px;
	width: 986px;
}

/* LEFT */
#left {
	float: left;
	overflow: hidden;
	width: 199px;
	font-size: 90%;
	position: relative;
	top: -19px;
}
#menu {
	width: 199px;
	background: url(images/menu_top.jpg) no-repeat top;
	padding: 10px 0;
}
#menu ul {
	line-height: 2em;
	padding: 20px 10px 10px 27px;
}
#menu li {
	text-transform: uppercase;
	font-weight: bold;
}
#menu ul ul {
	color: #39461B;
	padding: 0 0 10px 5px;
}
#menu li li {
	padding-left: 10px;
}
#menu a {
	color: #39461B;
	font-weight: normal;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}
#menu span {
	font-weight: normal;
	color: Black;
	text-decoration: underline;
}

/* CONTENT */
#content {
	float: left;
	width: 588px;
	padding-bottom: 15px;
}
#info {
	width: 588px;
	position: relative;
	top: -12px;
}
#navi {
	color: #39461b;
	font-size: 88%;
	letter-spacing: 1px;
	margin: 0 19px;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 7px;
	padding-right: 14px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: #39461b;
}

#language {
	height: 16px;
	position: absolute;
	top: 5px;
	right: 5px;

}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* RIGHT */
#right {
	color: #362F21;
	float: left;
	overflow: hidden;
	padding-bottom: 180px;
	width: 199px;
}

/* BOXES */
.leftbox {
	background: url(images/lb_btm.gif) no-repeat top;
	padding-left: 20px;
	font-size: 1.1em;
}
.rightbox {
	background: url(images/rb_btm.gif) no-repeat bottom;
	padding-right: 7px;
}
#right div.last {
	background: none;
}

/* FOOTER */
#footer {
	background: url(images/footer.gif) no-repeat bottom;
	font-size: 88%;
	position: relative;
	width: 986px;
}
#footer p {
	color: #39461B;
	padding: 0 10px;
}
#footer a {
	color: #39461b;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 10px 0;
	position: relative;
		left: 21px;
	width: 477px;
}
#footer_right {
	text-align: right;
}
.cleaner {
	clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}

/* EXTRA GRAPHICS */
.circle {
	background: url(images/circle.gif) no-repeat;
	height: 15px;
	width: 15px;
	position: absolute;
}
#lefttopcorner {
	top: -16px;
	left: -10px;
}
#righttopcorner {
	top: -16px;
	right: -10px;	
}
#leftbottomcorner {
	bottom: -9px;
	left: -9px;
}
#rightbottomcorner {
	bottom: -9px;
	right: -9px;	
}

/* CLASSES */
.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;
}


