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

a {
	color: #b14a00;
}
a:hover {
	text-decoration: none;
}
body {
	background: #cacaca url(images/body.gif) repeat-x top;
	color: #3E3E3E;
	text-align: center;
	padding-top: 12px;
}
h1, h2, h3, h4, h5, h6 {
	color: #314f64;
}
#left h1, #left h2, #left h3, #left h4, #left h5, #left h6 {
	color: #3e3e3e;
}
#right h1, #right h2, #right h3, #right h4, #right h5, #right h6 {
	color: #fff;
}

img {
	border: 0 solid #64707b;
}

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

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat top right;
	height: 192px;
	position: relative;
	width: 980px;
	margin: 0 auto;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 490px;
	height: 192px;
	padding: 0;
	position: absolute;
	left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	top: 42px;
	left: 55px;
	width: 342px;
	height: 87px;
}

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

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

/* MENU */
#menu {
	background: url(images/menu_top.gif) no-repeat top;
	width: 196px;
	padding-top: 50px;
	margin-bottom: 10px;
}
#menu ul {
	width: 196px;
}
#menu li {
	list-style-type: none;
}
#menu a {
	text-decoration: none;
}
#menu span, #menu a:hover {
	text-decoration: underline;
}
#menu a:hover {
	color: #275890;
}
#menu li a, #menu li span {
	color: #3e3e3e;
	display: block;
	background: url(images/menu_li.gif) no-repeat 12px 11px;
	padding: 6px 25px 6px 25px;
}
#menu li li a, #menu li li span {
	padding-left: 34px;
	background: none;
}
#menu li li li a, #menu li li li span {
	padding-left: 43px;
}
#menu li li li li a, #menu li li li li span {
	padding-left: 52px;
}
#menu li li li li li a, #menu li li li li li span {
	padding-left: 61px;
}

/* CONTENT */
#content {
	float: left;
	width: 589px;
	min-height: 260px;
	background: url(images/content.gif) no-repeat top;
	padding-top: 1em;
}

#info {
	position: relative;
	width: 980px;
	height: 32px;
	background: url(images/info.jpg);
}
#navi {
	color: #0b1d28;
	font-size: 88%;
	letter-spacing: 1px;
	padding: 8px 120px 8px 20px;
	text-align: left;
}
#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: #0b1d28;
}
#language {
	height: 16px;
	position: absolute;
	top: 8px;
	right: 12px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

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

/* BOXES */
.rightbox{
	width: 195px;
	margin-bottom: 5px;
	float: left;
	color: #fff;
	background: url(images/rb_btm.gif) no-repeat bottom;
}
.leftbox{
	width: 196px;
	margin-bottom: 10px;
	float: left;
}
.leftbox h3.access {
	position: relative;
	left: 0;
	width: 196px;
	height: auto;
	font-size: 1em;
	color: #414141;
	background: url(images/lb_h3.gif) no-repeat 5px 12px;
	text-transform: uppercase;
	font-weight: normal;
}
.rightbox h3.access {
	position: relative;
	left: 0;
	width: 195px;
	height: auto;
	font-size: 1em;
	color: #ededed;
	background: url(images/rb_h3.gif) no-repeat 5px 12px;
	text-transform: uppercase;
	font-weight: normal;
}
.leftbox h3.access span, .rightbox h3.access span {
	padding: 0 5px 0 20px;
}
.rightbox a {
	color: #b5d2e6;
}

/* FOOTER */
#footer2 {
	font: 70% Arial, Helvetica, sans-serif;
	background: #363636;
	height: 71px;
}
#footer {
	background: url(images/footer.jpg);
	width: 980px;
	height: 56px;
	margin: 0 auto;
}
#footer p {
	color: #fff;
	padding: 0 10px;
}
#footer a {
	color: #9cb2ce;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	float: left;
	width: 488px;
	padding-top: 22px;
}
#footer_right {
	text-align: right;
}
#footer_left {
	text-align: left;
}

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

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