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

a {
	color: #32a91f;
}
a:hover {
	text-decoration: none;
}
body{
	background: #fff url(images/body.jpg) repeat-x top;
	color: #3e3e3e;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #34a7d4;
}
#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 #497e98;
}

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

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 254px;
	position: relative;
	width: 784px;
	float: left;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 294px;
	height: 254px;
	padding: 0;
	position: absolute;
	left: 0;
}
#left a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	top: 37px;
	left: 12px;
	width: 173px;
	height: 58px;
}

/* CONTAINER */
#container {
	width: 784px;
	float: left;
}

/* LEFT */
#left {
	float: left;
	position: relative;
	width: 196px;
	background: url(images/left_top.jpg) no-repeat top left;
	padding-top: 180px;
	min-height: 300px;
}

/* MENU */
#menu {
	width: 195px;
	padding-left: 1px;
	overflow: hidden;
	padding-bottom: 30px;
}
#menu ul {
	padding: 0;
	width: 194px;
}
#menu li {
	list-style-type: none;
	background: url(images/menu_li.gif) no-repeat 5px 8px;
}
#menu li li {
	background: none;
}
#menu li a, #menu span {
	color: #3e3e3e;
	display: block;
	text-decoration: none;
	padding: 4px 5px 4px 19px;
	overflow: hidden;
	background: url(images/menu_line.gif) no-repeat bottom;
}
#menu li li a, #menu li li span {
	padding-left: 25px;
	color: #f5f5f5;
	background: #8f8f8f url(images/menu_line2.gif) no-repeat bottom;
}
#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: 588px;
	position: relative;
	min-height: 350px;
	padding-top: 1em;
}
#info {
	position: relative;
	width: 784px;
	height: 39px;
	background: url(images/info.gif) repeat-x;
	float: left;
}
#navi {
	color: #fff;
	font-size: 88%;
	letter-spacing: 1px;
	padding: 11px 10px 0 25px;
	background: url(images/navi_ul.gif) no-repeat 10px 15px;
	font-weight: bold;
}
#navi li {
	background: url(images/navi.gif) no-repeat right 8px;
	display: inline;
	margin-right: 8px;
	padding-right: 10px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: #fff;
}
#language {
	height: 16px;
	position: absolute;
	top: 45px;
	left: 498px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

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

/* BOXES */
.leftbox {
	width: 196px;
	margin-bottom: 25px;
}
.rightbox {
	width: 194px;
	background: #ebf8fd url(images/rb.jpg) no-repeat top;
	border: 1px solid #b5dae8;
	margin-top: 5px;
}
#right .first {
	background: #bae8f9 url(images/rb_first.jpg) no-repeat top left;
	border-color: #5eb3d4;
}
.leftbox h3.access, .rightbox h3.access {
	position: relative;
	left: 0;
	width: 194px;
	height: auto;
	font-size: 1em;
}
.leftbox h3.access span {
	padding: 0 15px;
	color: #8f8f8f;
}
.rightbox h3.access span {
	padding: 5px 15px 0 15px;
	display: block;
	color: #5289a3;
}
.rightbox a {
	color: #0177a4;
}

/* FOOTER */
#footer2 {
	background: url(images/footer2.gif) repeat-x top;
	font: 80% Arial, Verdana, sans-serif;
}
#footer {
	font-size: 88%;
	width: 1020px;
	height: 95px;
	background: url(images/footer.jpg) no-repeat top;
	overflow: hidden;
	margin: 0 auto;
}
#footer p {
	color: #fff;
	padding: 0 10px;
	font-weight: bold;
}
#footer a {
	color: #fff;
	font-weight: bold;
}
#footer img {
	float: left;
	margin: 0 10px 0 30px;
}
#footer_left, #footer_right {
	float: left;
	padding: 12px 0 8px 0;
	width: 490px;
	text-align: left;
}
#footer_right {
	text-align: right;
}

/* CLASSES */
.cleaner, .c_cleaner {
	clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}
.c_cleaner {
	margin: 0 7px;
}
.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;
}




