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

a {
	color:#5c9904;
}
a:hover {
	text-decoration: none;
}

body{
	background:#c7c7c7;
	color: #3E3E3E;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	color:#476e8f;
	font-weight: normal;
}
#left h1, #left h2, #left h3, #left h4, #left h5, #left h6 {
	color:#d6efff;
	font-weight: bold;
}
img {
	border:0 solid #aecb85;
}

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

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height:185px;
	position: relative;
	width:773px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width:386px;
	height:185px;
	padding: 0;
	position: absolute;
	left: 0;
}
#header a.logo {
	background:url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	top:27px;
	left:19px;
	width:166px;
	height:59px;
}

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

/* LEFT */
#left {
	float: left;
	width:206px;
	margin-bottom:80px;
	overflow: hidden;
}

/* MENU */
#menu {
	width:196px;
	overflow: hidden;
	margin-left:6px;
	padding-bottom:30px;	
}
#menu ul {
	width:196px;
}
#menu li {
	background:url(images/menu_li.gif) no-repeat 10px 10px;
}
#menu li li {
	background: none;
	list-style-type: none;
}
#menu li a, #menu li span {
	color:#fff;
	display: block;
	text-decoration: none;
	padding:5px 10px 5px 25px;
	border-bottom:1px solid #4199e4;
}
#menu li li a, #menu li li span {
	padding-left:34px;
}
#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
}
#menu li.last li a, #menu li.last li span,
#menu li li.last a, #menu li li.last span {
	border-bottom:1px solid #4199e4;
}
#menu li.last a, #menu li.last span,
#menu li.last li.last a, #menu li.last li.last span {
	border:none;
}
#menu li.last ul {
	border-top:1px solid #4199e4;
}
#menu li a:hover {
	text-decoration: underline;
	color:#fbff42;
	background:url(images/menu_li_h.gif) no-repeat 5px 4px;
}
#menu li li a:hover {
	background:none;
}

/* CONTENT */
#content {
	float: left;
	width:567px;
	position: relative;
	background:url(images/content.gif) no-repeat top;
	min-height: 350px;
}
#info {
	position: relative;
	width:567px;
	padding-bottom:16px;
}
#navi {
	color:#fff;
	font-size: 88%;
	letter-spacing: 1px;
	padding:0 20px;
	text-align: right;
	position:absolute;
	top:-175px;
	right:0;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 8px;
	padding-right:14px;
	font-weight: bold;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color:#fff;
}
#language {
	height: 16px;
	position: absolute;
	top:10px;
	right: 10px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* BOXES */
.leftbox {
	margin-bottom:10px;
	width:206px;
	color:#d6efff;
}
.leftbox a {
	color:#b3f5ff;
}

/* FOOTER */
#footer {
	background:url(images/footer.jpg) no-repeat top;
	font-size: 88%;
	width:773px;
	height:68px;
}
#footer p {
	color:#fff;
	padding: 0 10px;
}
#footer a {
	color:#baff58;
}
#footer img {
	float: left;
	margin:0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding:30px 0 10px 0;
	width:380px;
}
#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;
}
.hidden {
	display: none;
}
.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:#fff url(images/required.gif) top right no-repeat;
}
.invalid {
	background:#fff url(images/invalid.gif) top right no-repeat;
}

