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

a {
	color: #375900;
}
a:hover {
	text-decoration: none;
}
body {
	background: #404C1E url(images/body_bgr.gif) repeat-y center;
	color: #3E3E3E;
	padding-bottom: 15px;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #375900;
}
#left h1, #left h2, #left h3, #left h4, #left h5, #left h6,
#right h1, #right h2, #right h3, #right h4, #right h5, #right h6 {
	font-family: Arial, sans-serif;
}
img {
	border: 0 solid #ff8b35;
}

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

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 164px;
	position: relative;
	width: 980px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 653px;
	height: 164px;
	padding: 0;
	position: absolute;
	left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	top: 55px;
	left: 223px;
	width: 280px;
	height: 51px;
}
#language {
	height: 16px;
	position: absolute;
	top: 17px;
	right: 10px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

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

/* LEFT */
#left {
	float: left;
	margin-right: 1px;
	overflow: hidden;
	width: 196px;
	background: url(images/left_box.gif) no-repeat bottom left;
	_margin-right: -3px;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

/* MENU */
#menu {
	background: #DCDCDC url(images/menu_bgr.jpg) repeat-y;
	padding: 0 0 30px 0;
	width: 196px;
	border-bottom: 1px solid #878F99;
}
#menu ul {
	padding: 0 10px;
}
#menu ul ul {
	padding: 0;
}
#menu li {
	padding: 4px 0 4px 15px;
	background: url(images/menu_li.gif) no-repeat bottom;
}
#menu li li {
	background: none;
	list-style-type: none;
}
#menu a {
	color: #3E3E3E;
	display: block;
	text-decoration: none;
}
#menu span {
	text-decoration: underline;
	color: #3E3E3E;
}
#menu a:hover {
	text-decoration: underline;
	color: #AE5600;
}
#menu h3.access{
	position: relative;
	left: 0;
	width: 100%;
	background: url(images/lb2_bgr.jpg) no-repeat;
	height: 34px;
	padding-left: 15px;
}
#menu h3.access span{
	color: #fff;
	text-decoration: none;
}

/* CONTENT */
#content {
	float: left;
	width: 587px;
	_width: 591px;
	background: url(images/content_bgr.jpg) no-repeat right top;
}

#info {
	position: relative;
	height: 31px;
	background: #E6E6E1;
	_margin-left: 4px;
}
#navi {
	color: #1E3704;
	font-size: 88%;
	letter-spacing: 1px;
	padding-top: 7px;	
	margin-left: 17px;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 8px;
	padding-right: 22px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: #1E3704;
}

/* RIGHT */
#right {
	float: left;
	overflow: hidden;
	width: 196px;	
}

/* BOXES */
.leftbox h3.access {
	background: url(images/lb1_bgr.jpg) no-repeat;
	height: 33px;
	padding-left: 15px !important;
	color: #fff;
	position: relative;
	left: 0;
	width: 100%;
}
.leftbox {
	background: url(images/lb1.jpg) repeat-y ;
	border-bottom: 1px solid #7B7E82;
}
.rightbox h3.access {
	background: url(images/rb_bgr.jpg) no-repeat ;
	height: 33px;
	padding-left: 15px !important;
	color: #fff;
	margin-top: 1px;
	position: relative;
	left: 0;
	width: 100%;
}
.leftbox h3.access span, .rightbox h3.access span {
	font-size: 85%;
}
.leftbox h3.access span {
	padding-top: 2px;
	display: block;
}
.rightbox {
	background: url(images/rb.jpg) repeat-y ;
	border-bottom: 1px solid #9E9D99;
}

/* FOOTER */
#footer {
	background: #969696;
	font-size: 88%;
	width: 978px;
}
#footer p {
	color: #fff;
	padding: 0 10px;
}
#footer a {
	color: #FFEFB9;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 10px 0;
	width: 488px;
}
#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;
}




