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

a {
	color: #686614;
}
a:hover {
	text-decoration: none;
}
body {
	background: #383838;
	color: #3E3E3E;
	padding-bottom: 15px;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #384850;
}
.lb_1 h1, .lb_1 h2, .lb_1 h3, .lb_1 h4, .lb_1 h5, .lb_1 h6,
.lb_2 h1, .lb_2 h2, .lb_2 h3, .lb_2 h4, .lb_2 h5, .lb_2 h6,
.rb_3 h1, .rb_3 h2, .rb_3 h3, .rb_3 h4, .rb_3 h5, .rb_3 h6 {
	color: #333323;
}
.rb_1 h1, .rb_1 h2, .rb_1 h3, .rb_1 h4, .rb_1 h5, .rb_1 h6,
.rb_2 h1, .rb_2 h2, .rb_2 h3, .rb_2 h4, .rb_2 h5, .rb_2 h6,
.lb_3 h1, .lb_3 h2, .lb_3 h3, .lb_3 h4, .lb_3 h5, .lb_3 h6 {
	color: #c2ced4;
}
img {
	border: 0 solid #787745;
}

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

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 213px;
	position: relative;
	width: 986px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 493px;
	height: 213px;
	padding: 0;
	position: absolute;
	left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	top: 35px;
	left: 244px;
	width: 518px;
	height: 39px;
}
#banner{
	width:221px;
	height:213px;
	position:absolute;
	left:3px;
	top:0;
	overflow:hidden;
}

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

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

/* MENU */
#menu {
	background: #747340 url(images/menu_top.jpg) no-repeat top;
	position: relative;	
	margin-left: 3px;
	width: 196px;
	padding: 70px 0 20px 0;
}
#menu ul {
	margin: 0 2px 0 1px;
}
#menu ul ul {
	margin: 0;
	border-top: 1px solid #5e5d35;
}
#menu li {
	border-bottom: 1px solid #5e5d35;
	line-height: 1.4em;
}
#menu li li.last {
	border-bottom: none;
}
#menu li li {
	background: none;
	list-style-type: none;
	line-height: inherit;
}
#menu li li:hover {
	background: none;
}
#menu li a {
	color: #000;
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 30px;
	background: url(images/menu_li.gif) no-repeat 13px 11px;
}
#menu li a:hover {
	background: url(images/menu_li_hover.gif) no-repeat 3px 6px;
}
#menu li span {
	text-decoration: underline;
	color: #000;
	display: block;
	padding: 5px 10px 5px 30px;
	background: url(images/menu_li.gif) no-repeat 13px 11px;
}
#menu li li a, #menu li li span {
	background: none;
	padding-left: 35px;
}
#menu li li a:hover {
	background: none;
}
#menu li li li a, #menu li li li span {
	padding-left: 44px;
}
#menu li li li li a, #menu li li li li span {
	padding-left: 53px;
}
#menu li li li li li a, #menu li li li li li span {
	padding-left: 62px;
}
#menu li a:hover {
	text-decoration: underline;
	color: #c7c693;
	font-size: 1.3em;
}
#menu li li a:hover {
	font-size: 1em;
}

/* CONTENT */
#content {
	float: left;
	width: 584px;
	min-height: 511px;
	padding-top: 50px;	
	position: relative;
	background: url(images/content.jpg) repeat-x top;
}
#info {
	position: absolute;
	height: 31px;
	top: 0;
	left: -2px;
	width: 588px;
	background: #16181e url(images/info.gif) repeat-x top;
	text-align: right;
}
#navi {
	color: #d3d4a8;
	font-size: 88%;
	letter-spacing: 1px;
	padding-top: 7px;	
	margin-left: 20px;
	margin-right: 17px;
	min-width: 100px;
}
#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: #d3d4a8;
}
#language {
	height: 16px;
	position: absolute;
	top: 40px;
	right: 10px;
	width: auto;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* RIGHT */
#right {
	float: left;
	overflow: hidden;
	width: 199px;	
	padding: 0 0 3px 2px;
}

/* BOXES */
.lb_1, .lb_2, .lb_3 {
	margin-left: 3px;
}
.lb_1, .lb_2, .lb_3, .rb_1, .rb_2, .rb_3 {
	width: 194px;
	border: 1px solid;
	margin-bottom: 1px;
}
.lb_1, .lb_2, .rb_3 {
	border-color: #747140;
	background: #9a9c6f;
	color: #333323;
}
.lb_3, .rb_1, .rb_2 {
	border-color: #3f4859;
	background: #4d595f;
	color: #c2ced4;
}
.lb_3 a, .rb_1 a, .rb_2 a {
	color: #d3d4a8;
}
.lb_1 h3.access, .lb_2 h3.access, .lb_3 h3.access, .rb_1 h3.access, .rb_2 h3.access, .rb_3 h3.access {
	position: relative;
	left: 0;
	height: auto;
	width: auto;
	font-size: 1em;
	margin-left: 10px;
}
.lb_1 h3.access, .lb_2 h3.access, .rb_3 h3.access {
	color: #5e5d35;
}
.lb_3 h3.access, .rb_1 h3.access, .rb_2 h3.access {
	color: #95a6af;
}

/* FOOTER */
#footer {
	background: #16181e;
	width: 986px;
	font-size: 80%;
	height: 56px;
}
#footer p {
	color: #fff;
	padding: 0 10px;
}
#footer a {
	color: #d3d4a8;
}
#footer img {
	float: left;
	margin: 0 10px 0 25px;
}
#footer_left, #footer_right {
	float: left;
	padding-top: 14px;
	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: 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;
}


#menu a.ftresult, #menu span.ftresult{
	color:#000;
	background:#ff0;
	padding:0;
	display:inline;
}
