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

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

body{
	background: #b7b087 url(images/body.gif) repeat;
	color: #3E3E3E;
	text-align: center;
	padding-bottom: 26px;
}

h1, h2, h3, h4, h5, h6 {
	color: #466f9b;
}
#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 #5e90c0;
}
#left img {
	border-color: #5e90c0;
}

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

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 209px;
	position: relative;
	width: 766px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 404px;
	height: 209px;
	padding: 0;
	position: absolute;
		left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
		top: 54px;
		left: 302px;
	width: 117px;
	height: 79px;
}

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

/* LEFT */
#left {
	float: left;
	position: relative;
	width: 196px;
	margin-bottom: 40px;
	background: #fff;
	overflow: hidden;
}

/* MENU */
#menu {
	width: 195px;
	overflow: hidden;
	margin-bottom: 4px;	
	margin-left: 1px;
	background: #daeaf7;
}

#menu ul {
	padding: 0 0 35px 0;
	width: 195px;
}

#menu ul ul {
	padding: 0 3px 0 0;
	background: none;
	width: auto;


}
#menu li {
	padding: 0 0 0 30px;
	background:  url(images/menu_li.gif) no-repeat 20px 5px;
}
#menu li li {
	background: none;
	list-style-type: none;
	padding-left: 15px;
	
}
#menu li a {
	color: #5c605a;
	display: block;
	text-decoration: none;
	
	
	padding-left: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
}
#menu li li a {
	/*background: none;*/
	padding-left: 0;
}

#menu span {
	text-decoration: underline;
	color: #5c605a;
	display: block;
	padding-left: 5px;
	padding-bottom: 10px;

}
#menu li li span {
	padding-left: 0;
}
#menu a:hover {
	text-decoration: underline;
	color: #d8681e;

}


/* CONTENT */
#content {
	float: left;
	width: 570px;
	position: relative;
	background:  url(images/content.jpg) no-repeat left top;
	min-height: 350px;
}
#info {
	position: relative;
	width: 766px;
	height: 27px;
	position: absolute;
	top: -209px;
	left: -196px;
	background: #397bc1;
}
#navi {
	color: #fff;
	font-size: 88%;
	letter-spacing: 1px;
	padding: 7px 120px 0 10px;
	text-align: left;

}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 8px;
	padding-right: 16px;

}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: #fff;
}
#language {
	height: 16px;
	position: absolute;
	top: 5px;
	right: 10px;

}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* BOXES */
.leftbox {
	background: #80b9e8;
	margin-bottom: 4px;
	margin-left: 1px;
}

/* FOOTER */
#footer {
	background: #397bc1;
	font-size: 88%;
	width: 764px;
	border: 1px solid #fff;
	border-top: none;
}
#footer p {
	color: #fff;
	padding: 0 10px;
}
#footer a {
	color: #e4f1cc;
}
#footer img {
	float: left;
	margin: 0 10px 0 0;
}
#footer_left, #footer_right {
	background: url(images/footer_lft.gif) repeat-y;
	float: left;
	padding: 10px 0 10px 0;
	width: 370px;
}
#footer_left {
	padding-left: 15px;
	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;
}
.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;
}

