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

a {
	color: #E8AE13;
}
a:hover {
	text-decoration: none;
}
body {
	background: White url(images/bg.gif) repeat-x 0 32px;
	color: #3E3E3E;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #4B76CA;
}
img {
	border: 0 solid #E8AE13;
}

/* HIDE */
.hide,
#header h1 span,
#left h6,
#right h6 {
	display: none;
}

/* BOX */
#bg {
	background: url(images/bg2.gif) repeat-x bottom;
	margin: 3px 0;
}
#box {
	font: 80% Arial, Verdana, sans-serif;
	margin: 0 auto;
	text-align: left;
	width: 988px;
}
/*#header, #container, #footer {
	margin: 0 auto;
	text-align: left;
	width: 988px;
}*/
#container {
	background: url(images/box.gif) repeat-y;
	width: 988px;
}

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 154px;
	position: relative;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 494px;
	height: 154px;
	padding: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
		top: 39px;
		left: 496px;
	width: 323px;
	height: 87px;
}

/* LEFT */
#left {	
	background: url(images/left.jpg) no-repeat;
	float: left;
	overflow: hidden;
	padding-top: 44px;
	width: 202px;
}
#left, #right {
	color: #133579;
}
#left a, #right a {
	color: #4B76CA;
}

/* MENU */
#menu {
	background: url(images/menu.jpg) repeat-y;
	margin-left: 4px;
	width: 196px;
}
#menu ul {
	background: url(images/menu_btm.jpg) no-repeat bottom;
	padding-bottom: 23px;
}
#menu ul ul {
	background: url(images/menu_ulul.jpg) repeat-y;
	padding: 0;
}
#menu li {
	background: url(images/menu_li.gif) no-repeat bottom;
	padding: 0 0 2px 0;
}
#menu li li {
	background: url(images/menu_lili.gif) no-repeat top;
	padding: 2px 0 0 0;
}
#menu span, #menu a {
	color: White;
	display: block;
	padding: 5px 12px 5px 27px;
	text-decoration: none;
}
#menu span {
	color: #FFED75;
	text-decoration: underline;
}
#menu a:hover {
	color: #FFED75;
}
#menu li li a, #menu li li span {
	padding-left: 42px;
}
#menu li li li a, #menu li li li span {
	padding-left: 57px;
}
#menu li li li li a, #menu li li li li span {
	padding-left: 72px;
}
.leftbox {
	margin: 1px 0 0 4px;
	width: 196px;
}

/* CONTENT */
#content {
	background: url(images/content.jpg) no-repeat;
	float: left;
	width: 584px;
}
#info {
	height: 44px;
	margin-left: 27px;
	position: relative;
	width: 557px;
}
#navi {
	color: #133579;
	padding: 8px 0;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 9px;
	padding-right: 14px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: #133579;
}
#language {
	height: 16px;
	position: absolute;
		right: 8px;
		top: 10px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* RIGHT */
#right {
	float: left;
	overflow: hidden;
	width: 202px;
}
.rightbox {
	margin: 1px 0 0 2px;
	width: 196px;
}

/* FOOTER */
#footer {
	background: url(images/footer.gif) no-repeat bottom;
	font-size: 88%;
	padding: 0 0 1px 4px;
}
#footer p {
	color: White;
	padding: 0 10px;
}
#footer a {
	color: #FFED75;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	background: url(images/footer_lft.gif) repeat-y;
	float: left;
	padding: 10px 0;
	position: relative;
		bottom: 2px;
	width: 490px;
}
#footer_right {
	background-image: url(images/footer_rgt.gif);
	text-align: right;
}

/* CLASSES */
.cleaner {
	clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}
.errmsg {
	margin-bottom: 10px;
	color: Red;
	text-align: center;
}
.hidden {
	display: none;
}


