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

a {
	color: #472303;
}
a:hover {
	text-decoration: none;
}
body {
	background: #c7e0fa;
	color: #000;
	padding-bottom: 15px;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #454C64;
}
#left h1, #left h2, #left h3, #left h4, #left h5, #left h6,
#right h1, #right h2, #right h3, #right h4, #right h5, #right h6 {
	font-family: Arial,  sans-serif;
}
img {
	border: 0 solid #ff8b35;
}

/* BOX */
#box {
	background: #fff;
	font: 80%   Arial, Verdana, sans-serif;
	margin: 0 auto;
	text-align: left;
	width: 986px;
}

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 177px;
	position: relative;
	width: 986px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 511px;
	height: 177px;
	padding: 0;
	position: absolute;
	left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	top: 15px;
	left: 200px;
	width: 232px;
	height: 116px;
}
#language {
	height: 16px;
	position: absolute;
	bottom: 62px;
	left: -195px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* CONTAINER */
#container {
	width: 986px;
	background: url(images/container.jpg) repeat-y;
}

/* LEFT */
#left {
	float: left;
	overflow: hidden;
	width: 201px;
	background: url(images/menu.jpg) repeat-x top;
	padding-bottom: 30px;
	margin-left: 2px;
	_margin-left: 1px;
	margin-right: 2px;
}

/* MENU */
#menu {
	padding: 0 0 30px 0;
	width: 201px;
	padding-top: 36px;
}
#menu ul ul {
	padding: 0;
}
#menu li {
	background:  url(images/menu_li.gif) no-repeat bottom;
}
#menu li li {
	background: none;
	list-style-type: none;
}
#menu li a {
	color: #fff;
	display: block;
	text-decoration: none;
	background: url(images/menu_a.gif) no-repeat;
	height: 20px;
	padding: 10px;
	_padding-bottom: 6px;
	margin-bottom: 2px;
	_margin-bottom: 4px;
}
#menu li li a {
	padding-left: 24px;
}
#menu li li li a {
	padding-left: 44px;
}
#menu li li li li a {
	padding-left: 64px;
}
#menu span {
	text-decoration: underline;
	color: #3E3E3E;
	display: block;
	background: url(images/menu_span.gif) no-repeat;
	height: 20px;
	padding: 10px;	
	_padding-bottom: 6px;
	margin-bottom: 2px;
	_margin-bottom: 4px;
}
#menu li li span {
	padding-left: 24px;
}
#menu li li li span {
	padding-left: 44px;
}
#menu li li li li span {
	padding-left: 64px;
}
#menu a:hover {
	text-decoration: underline;
}

/* CONTENT */
#content {
	float: left;
	width: 583px;
	background: url(images/content.jpg) repeat-x;
	min-height: 700px;
}

#info {
	position: relative;
	height: 29px;
	background: #ECECEC url(images/info.jpg) no-repeat left;
}
#navi {
	color: #454C64;
	font-size: 88%;
	letter-spacing: 1px;
	padding-top: 7px;	
	margin-left: 17px;
	text-align: left;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 8px;
	padding-right: 12px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: #454C64;
}

/* RIGHT */
#right {
	float: left;
	overflow: hidden;
	width: 194px;
	padding-left: 2px;	
	padding-top: 32px;
	background: url(images/right.gif) repeat-x top;
}

/* BOXES */
.leftbox, .rightbox {
	border-bottom: 2px solid #646E8E;
}

/* FOOTER */
#footer {
	background: #646E8E url(images/footer.gif) no-repeat top left;
	font-size: 88%;
	width: 986px;
}
#footer p {
	color: #fff;
	padding: 0 10px;
}
#footer a {
	color: #fff;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 10px 0 7px 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;
}


