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

@import url(modules.css);

a {
	color: #b04600;
}
a:hover {
	text-decoration: none;
}
html{
	background: #fff url(images/html.gif) repeat-x top;
}
body{
	background:  url(images/body.gif) repeat-x bottom;
	color: #3E3E3E;
	text-align: center;
	padding-bottom: 26px;
}

h1, h2, h3, h4, h5, h6 {
	color: #467ba4;
}
#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: 760px;
	text-align: left;
	margin: 0 auto;
	background: url(images/box.gif) repeat-y left;

	
	
}

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 201px;
	position: relative;
	width: 760px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 442px;
	height: 201px;
	padding: 0;
	position: absolute;
		left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
		top: 9px;
		left: 18px;
	width: 163px;
	height: 114px;
}

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

/* LEFT */
#left {
	float: left;
	position: relative;
	width: 196px;
	margin-bottom: 40px;
	background: url(images/left.jpg) no-repeat top left;
	overflow: hidden;

	}
/* MENU */
#menu {
	width: 196px;
	overflow: hidden;
	margin-bottom: 4px;	
}

#menu ul {
	padding: 0 0 37px 0;
	width: 196px;
}
#menu ul ul {
	padding: 0;
	background: none;
	width: auto;

}
#menu li {
list-style-type: none;
}
#menu li a {
	color: #303030;
	display: block;
	text-decoration: none;
	background: url(images/menu_li.gif) no-repeat 10px 12px;
	border-bottom: 1px solid #7eaacb;	
	padding: 6px 10px 8px 25px;
	width: 147px;
	margin-left: 7px;
	overflow: hidden;
}
#menu li li a {
	background:  url(images/menu_li.gif) no-repeat 22px 12px ;
	width: 137px;
	padding-left: 35px;
}
#menu li li li a {
	padding-left: 45px;
	width: 127px;
	background: url(images/menu_li.gif) no-repeat 32px 12px;	
}
#menu li li li li a {
	padding-left: 55px;
	width: 117px;
	background: url(images/menu_li.gif) no-repeat 42px 12px;		
}
#menu li li li li li a {
	padding-left: 65px;
	width: 107px;
	background:  url(images/menu_li.gif) no-repeat 52px 12px;			
}

#menu li span {
	color: #303030;
	display: block;
	text-decoration: underline;
	background: url(images/menu_li.gif) no-repeat 10px 12px;
	border-bottom: 1px solid #7eaacb;	
	padding: 6px 10px 8px 25px;
	width: 147px;
	margin-left: 7px;
	overflow: hidden;
}
#menu li li span {
	background:  url(images/menu_li.gif) no-repeat 22px 12px;
	width: 137px;
	padding-left: 35px;
}
#menu li li li span {
	padding-left: 44px;
	width: 127px;
	background:  url(images/menu_li.gif) no-repeat 32px 12px;	
}
#menu li li li li span {
	padding-left: 55px;
	width: 117px;
	background:  url(images/menu_li.gif) no-repeat 42px 12px;		
}
#menu li li li li li span {
	padding-left: 65px;
	width: 107px;
	background:  url(images/menu_li.gif) no-repeat 52px 12px;			
}
#menu a:hover {
	text-decoration: underline;
}



/* CONTENT */
#content {
	float: left;
	width: 564px;
	position: relative;
	background:  url(images/content.jpg) no-repeat left top;
	min-height: 350px;
}
#info {
	position: relative;
	width: 550px;
	height: 37px;
	position: absolute;
	top: -190px;
	left: 12px;
}
#navi {
	color: #fff;
	font-size: 88%;
	letter-spacing: 1px;
	padding: 14px 120px 0 0;
	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: 11px;
	right: -5px;

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



/* BOXES */
.leftbox {
	width: 182px;
	margin-bottom: 1px;
	margin-left: 7px;
	padding-bottom: 6px;
	border-bottom: 1px solid #7eaacb;	
}

/* FOOTER */

#footer2{
	background: #636262 url(images/footer2.gif) repeat-x top;
	padding-bottom: 
}

#footer {
	background: url(images/footer.gif) no-repeat top;
	font-size: 88%;
	width: 760px;
	margin: 0 auto;
	font: 75% Arial, Verdana, sans-serif;
}

#footer p {
	color: #fff;
	padding: 0 10px;
}
#footer a {
	color: #b8e3fe;
}
#footer img {
	float: left;
	margin: 0 10px 0 0;
}
#footer_left, #footer_right {
	background: url(images/footer_lft.gif) repeat-y;
	float: left;
	padding: 25px 0 15px 0;
	width: 360px;
}
#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;
}

