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

a {
	color:#4ca1d6;
}
a:hover {
	text-decoration: none;
}
body {
	background:#fff;
	color:#101010;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color:#74a238;
}
#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:#1f1f1d;
}
img {
	border:0 solid #7d8370;
}

/* BOX */
#box {
	background:url(images/box.gif) repeat-y left;
	font:80% Verdana, Arial, 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:245px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	position: absolute;
	width:493px;
	height:245px;
	left: 0;
	padding: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	width:322px;
	height:70px;
	bottom:0;
	left:415px;
}

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

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

/* MENU */
#menu {
	background:url(images/menu_top.gif) no-repeat top right;
	width:193px;
	padding:40px 0 30px 0;
	margin-left: 4px;
}
#menu ul {
	width:193px;
}
#menu li {
	list-style-type:none;
}
#menu li a, #menu li span {
	color:#fff;
	display: block;
	text-decoration: none;
	padding:6px 17px 6px 16px;
	border-bottom:1px dotted #fff;
	font-weight: bold;
}
#menu li span {
	text-decoration: underline;
}
#menu li a:hover {
	text-decoration: underline;
	color:#b2f462;
}
#menu li li a, #menu li li span {
	padding-left:25px;
}
#menu li li li a, #menu li li li span {
	padding-left:34px;
}
#menu li li li li a, #menu li li li li span {
	padding-left:43px;
}
#menu li li li li li a, #menu li li li li li span {
	padding-left:52px;
}

/* CONTENT */
#content {
	float: left;
	width:586px;
	min-height: 325px;
}
#info {
	position: relative;
	width:586px;
}
#navi {
	color:#4ca1d6;
	font-size:80%;
	letter-spacing: 1px;
	padding-top:19px;	
	margin-left:28px;
	margin-right: 17px;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right:7px;
	padding-right: 12px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color:#4ca1d6;
}
#language {
	height: 16px;
	position: absolute;
	top:-1px;
	left:10px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

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

/* BOXES */
.leftbox, .rightbox {
	width:200px;
	margin-bottom: 10px;
	color:#0a0a0a;
}
.leftbox a, .rightbox a {
	color:#9eff28;
}
#right div.first {
	background:url(images/rb_first.gif) no-repeat bottom;
	margin-bottom: 0;
}
.leftbox h3.access, .rightbox h3.access {
	position:relative;
	left:0;
	width:200px;
	height:auto;
	font-size:1em;
}
.leftbox h3.access {
	background:url(images/lb_h3.gif) no-repeat 173px center;
	text-align:right;
}
.rightbox h3.access {
	background:url(images/lb_h3.gif) no-repeat 17px center;
}
.leftbox h3.access span {
	color:#fff;
	padding:0 34px 0 10px;
	display:block;
}
.rightbox h3.access span {
	color:#fff;
	padding:0 10px 0 34px;
	display:block;
}

/* FOOTER */
#footer {
	background:#949a88;
	width:986px;
	font-size:88%;
}
#footer p {
	padding: 0 10px;
	color:#3a3b37;
}
#footer a {
	color:#3a3b37;
}
#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;
}











