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

a {
	color:#68bd15;
}
a:hover {
	text-decoration: none;
}
body {
	background:#ababab;
	color: #3E3E3E;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #a3a3a3;
}
#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:#3e3e3e;
}
img {
	border:0 solid #afdb84;
}

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

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	position: relative;
	width:986px;
	height:271px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	position: absolute;
	width:493px;
	height:271px;
	left: 0;
	padding: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	width:349px;
	height:54px;
	top:8px;
	left:67px;
}

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

/* LEFT */
#left {
	float: left;
	overflow: hidden;
	width: 199px;
	padding-bottom:70px;
}

/* MENU */
#menu {
	background:url(images/menu_top.gif) no-repeat 10px 10px;
	position: relative;	
	width:199px;
	padding:40px 0 34px 0;
}
#menu ul {
	margin-left:13px;
	width:186px;
}
#menu ul ul {
	margin:0;
}
#menu li {
	list-style-type:none;
}
#menu li a, #menu li span {
	color: #3E3E3E;
	display: block;
	text-decoration: none;
	padding:6px 17px 6px 16px;
}
#menu li span, #menu li a:hover {
	text-decoration: underline;
}
#menu li.sel a, #menu li.sel span {
	background:#c9c9c9 url(images/menu_li_sel.gif) no-repeat 170px center;
}
#menu li li a, #menu li li span, #menu li.sel li a, #menu li.sel li span {
	background: none;
	padding-left:25px;
	color:#57931c;
}
#menu li li li a, #menu li li li span, #menu li.sel li li a, #menu li.sel li li span {
	padding-left:34px;
}
#menu li li li li a, #menu li li li li span, #menu li.sel li li li a, #menu li.sel li li li span {
	padding-left:43px;
}
#menu li li li li li a, #menu li li li li li span, #menu li.sel li li li li a, #menu li.sel li li li li span {
	padding-left:52px;
}

/* CONTENT */
#content {
	float: left;
	width:588px;
	min-height: 325px;
	background: url(images/content.gif) no-repeat top left;
	padding:25px 0;
}
#info {
	position: relative;
	min-height:30px;
	width:986px;
	background:#97cb46 url(images/info.gif) repeat-x top;
}
#navi {
	color:#fff;
	font-size: 88%;
	letter-spacing: 1px;
	padding-top:9px;	
	margin-left:210px;
	margin-right: 17px;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 8px;
	padding-right: 12px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color:#fff;
}
#language {
	height: 16px;
	position: absolute;
	top:47px;
	left:687px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* RIGHT */
#right {
	float: left;
	overflow: hidden;
	width: 199px;
	padding-top:5px;	
}

/* BOXES */
.leftbox {
	width:195px;
	margin:0 0 5px 4px;
	background:#ddebb7;
}
.rb_1 {
	width:195px;
	background:#b3e763;
	margin-bottom: 5px;
}
.rb_1 a {
	color:#30550c;
}
.rb_2, .rb_3 {
	width:195px;
	background:#d5fab0;
	margin-bottom: 5px;
}
.rb_2 a, .rb_3 a {
	color:#48830f;
}
.leftbox h3.access, .rb_1 h3.access, .rb_2 h3.access, .rb_3 h3.access {
	position:relative;
	left:0;
	width:195px;
	height:auto;
	font-size:1em;
}
.leftbox h3.access {
	border-bottom:1px solid #fff;
}
.rb_1 h3.access {
	border-bottom:1px solid #ccff9a;
}
.rb_2 h3.access, .rb_3 h3.access {
	border-bottom:1px solid #fff;
}
.leftbox h3.access span,
.rb_1 h3.access span, .rb_2 h3.access span, .rb_3 h3.access span {
	color:#63a623;
	text-transform:uppercase;
	padding:0 10px;
	display:block;
}

/* FOOTER */
#footer {
	background:#fff;
	width:986px;
	font-size: 90%;
}
#footer p {
	padding: 0 10px;
}
#footer a {
	color:#5ca514;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 9px 0 13px 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;
}
.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;
}
.required {
	background: #fff url(images/required.gif) top right no-repeat;
}
.invalid {
	background: #fff url(images/invalid.gif) top right no-repeat;
}










