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

@import url(modules.css);

a {
	color: #4c621a;
}
a:hover {
	text-decoration: none;
}
body {
	background: #a5b9ca url(images/body.gif) repeat top center;
	color: #3E3E3E;
	padding-bottom: 25px;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #836d56;
	font-family: Verdana;


	}
#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;
}
img {
	border: 0 solid #ff8b35;
}


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

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 184px;
	position: relative;
	width: 992px;
}
#left h1 {
	background: url(images/left.gif) no-repeat;
	width: 1px;
	height: 1px;
	padding: 0;
	position: absolute;
		left: 0;
}
#left a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
		top: 98px;
		left: 316px;
	width: 366px;
	height: 60px;
}


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

#container2 {
	width: 1002px;
	min-height: 480px;
	background:  url(images/container2.jpg) no-repeat right  bottom;
}



/* LEFT */
#left {
	float: left;
	overflow: hidden;
	width: 207px;
	background: url(images/left2.jpg) no-repeat top; 
	margin-bottom: 40px;
	padding-top: 366px;
}
/* MENU */

#menu {
	background: url(images/menu_bottom.gif) no-repeat bottom right;
	width: 191px;
	
	margin: 0 0 3px 16px;
	padding-bottom: 3px;
}	

#menu ul {
	padding: 0;
	background: #ccb99d url(images/menu.gif) repeat top left;
	border-right: 1px solid #86653a;
	padding-bottom: 20px;
}
#menu ul ul {
	padding: 0;
	background: none;
	border-right: none;
}
#menu li {
	background:  url(images/menu_li.gif) no-repeat 19px 12px;

}
#menu li li {
	background: none;
	list-style-type: none;
	/*padding-left: 15px;*/
	
}
#menu li a {
	color: #000;
	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: #000;
	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;
}


/* CONTENT */
#content {
	float: left;
	min-height: 550px;
	_height: 550px;
	width: 590px;
	background:  url(images/content.jpg) no-repeat top left;
	padding-top: 220px;
	padding-bottom: 20px;
		
}

#info {
	position: relative;
	margin: 0 16px;
	
}
#navi {
	color: #000;
	font-size: 88%;
	letter-spacing: 1px;
	padding: 0.5em 0 0 0;
	margin-left: 17px;
	text-align: left;
	position: absolute;
	top: -187px;
	left: -100px;
	width: 650px;
	height: 20px;
	overflow: hidden;	
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 8px;
	padding-right: 16px;
	padding: 0 16px 3px 0;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: #000;
}
#language {
	height: 16px;
	position: absolute;
	top: -187px;
	right: -160px;

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


/* RIGHT */
#right {
	float: left;
	background: url(images/right.jpg) no-repeat top left;
	padding-top: 84px;
	width: 205px;
	
}




/* BOXES */
.leftbox{

	margin: 0 0 1px 16px;
	width: 190px;	
	background: url(images/leftbox.gif) no-repeat bottom left;
	padding-bottom: 12px;
}
.rightbox{
	width: 189px;
	background: url(images/rightbox.gif) no-repeat bottom left;
	padding-bottom: 12px;
}







/* FOOTER */
#footer {
		background: #566526 url(images/footer.gif) no-repeat top left;
	/*border: 1px solid #ab5a2b;*/
	font-size: 88%;
	width: 1002px;
	height: 59px;
	overflow: hidden;
}
#footer p {
	color: #fff;
	padding: 0 10px;
}
#footer a {
	color: #fff1a3;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 10px 0;
	width: 480px;
}
#footer_right {
	text-align: right;
}
#footer_left {
	padding-left: 16px;
}

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



.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;
}