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

@import url(modules.css);

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

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

h1, h2, h3, h4, h5, h6 {
	color: #5b5b5b;
}
#left h1, #left h2, #left h3, #left h4, #left h5, #left h6{
	color: #fff;
}
#right h1, #right h2, #right h3, #right h4, #right h5, #right h6 {
	color: #3e3e3e;
}


img {
	border: 0 solid #E8AE13;
}
#left img {
	border-color: #826229;
}



/* BOX */

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

	
	
}

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 163px;
	position: relative;
	width: 976px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 488px;
	height: 163px;
	padding: 0;
	position: absolute;
	left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
		top: 7px;
		left: 412px;
	width: 158px;
	height: 149px;
}

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

/* LEFT */
#left {
	float: left;
	position: relative;
	width: 188px;
	border: 3px solid #ededed;
	border-top: none;
	border-bottom: none;
	background: #1053ad;
	margin-bottom: 40px;

	}
/* MENU */
#menu {
	background: #1053ad url(images/menu.jpg) no-repeat top left;
	width: 188px;
	overflow: hidden;
	margin-bottom: 1px;
}

#menu ul {
	padding: 20px 0 40px 0;
	width: 188px;
}
#menu ul ul {
	padding: 0;
	background: none;
	width: auto;

}
#menu li {
	background:  url(images/menu_li.gif) no-repeat 16px 12px;

}
#menu li li {
	background: none;
	list-style-type: none;
	/*padding-left: 15px;*/
	
}
#menu li a {
	color: #fff;
	display: block;
	text-decoration: none;
	/*background: url(images/menu_a.gif) no-repeat bottom left;
	border-bottom: 1px solid #99d071;	*/
	padding: 6px 25px 8px 35px;
}
#menu li li a {
	padding-left: 45px;
}
#menu li li li a {
	padding-left: 55px;
}
#menu li li li li a {
	padding-left: 65px;
}
#menu li li li li li a {
	padding-left: 75px;
}

#menu span {
	text-decoration: underline;
	color: #fff;
	display: block;
	/*background: url(images/menu_a.gif) no-repeat bottom left;
	border-bottom: 1px solid #99d071;		*/
	padding: 6px 25px 8px 35px;

}
#menu li li span {
	padding-left: 45px;
}
#menu li li li span {
	padding-left: 55px;
}
#menu li li li li span {
	padding-left: 65px;
}
#menu li li li li li span {
	padding-left: 75px;
}
#menu a:hover {
	text-decoration: underline;
	color: #ff8400;
}




/* CONTENT */
#content {
	float: left;
	width: 588px;
	position: relative;
	background:  url(images/content.jpg) no-repeat left top;
	min-height: 350px;
}
#info {
	position: relative;
	background: #868686 url(images/info.gif) repeat-x bottom;	

}
#navi {
	color: #fff;
	font-size: 88%;
	letter-spacing: 1px;
	padding: 9px 20px 9px 20px;
	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: -158px;
	right: -188px;

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


/* RIGHT */
#right {
	float: left;
	overflow: hidden;
	width: 188px;	
	background: #D5D5D5;
	border-left: 3px solid #ededed;
}

/* BOXES */

.leftbox, .rightbox{
	width: 188px;
}
.leftbox{
	background: #1053ad url(images/leftbox.gif) no-repeat bottom;
	padding-bottom: 4px;
	margin-bottom: 1px;
	color: #fff;
}
.leftbox a{
	color: #ff8400;
}
.leftbox a:hover{
	text-decoration: none;
}

.rightbox{
	background: #d5d5d5 url(images/rightbox.gif) no-repeat bottom;
	margin-bottom: 9px;
}




/* FOOTER */
#footer {
	background: #ededed url(images/footer.gif) repeat-x top left;

	font-size: 88%;
	width: 976px;
	overflow: hidden;
}

#footer p {
	color: #3e3e3e;
	padding: 0 10px;
}
#footer a {
	color: #973c00;
}
#footer img {
	float: left;
	margin: 3px 10px 0 0;
}
#footer_left, #footer_right {
	float: left;
	padding: 10px 0 11px 0;
	width: 480px;
}
#footer_left {
	padding-left: 15px;
}
#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;
}
