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

a {
	color: #f75724;
}
a:hover {
	text-decoration: none;
}
body {
	background: #d9eeae;
	color: #000;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #4d94c4;
	font-family: "Times New Roman", Times, serif;
}
#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: "Times New Roman", Times, serif;
	color: #000;
}
img {
	border: 0 solid #b8c3cb;
}

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

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 362px;
	position: relative;
	width: 753px;
	float: left;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 315px;
	height: 362px;
	padding: 0;
	position: absolute;
		left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	top:45px;
	left:137px;
	width:207px;
	height:64px;
}
#flash{
	position:absolute;
	width:307px;
	height:181px;
	left:440px;
	top:22px;
}

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

/* LEFT */
#left {
	float: left;
	width: 217px;
	min-height: 460px;
	_height: 460px;
	background:url(images/left_top.jpg) no-repeat top;
	padding-top:80px;
	position:relative;
}

/* MENU */
#menu {
	width: 217px;
	padding-top: 20px;
	background: #e6f2ce url(images/menu_top.jpg) no-repeat top;
}
#menu2 {
	width: 217px;
	background: url(images/menu_btm.gif) no-repeat bottom;
	padding-bottom: 30px;
	min-height: 300px;
	_height: 300px;
}
#menu ul {
	width: 217px;
}
#menu a {
	color: #6da01b;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
}
#menu span {
	font-weight: bold;
	color: #5096c8;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
}
#menu a:hover {
	color: #5096c8;
}
#menu li a, #menu li span {
	padding: 5px 0 5px 25px;
	display: block;
	margin-bottom: 1px;
}
#menu li a {
	background: url(images/menu_li.gif) repeat-y left;
}
#menu li span {
	background: url(images/menu_li_act.gif) repeat-y left;
}
#menu li li a, #menu li li span {
	background: none;
	padding-left: 35px;
}
#menu li li li a, #menu li li li span {
	background: none;
	padding-left: 40px;
}
#menu li li li li a, #menu li li li li span {
	padding-left: 45px;
}
#menu li li li li li a, #menu li li li li li span {
	padding-left: 50px;
}

/* CONTENT */
#content {
	float: left;
	width: 558px;
	min-height: 300px;
}

#info {
	position: relative;
	width: 558px;
	float: left;
	top: -80px;
}
#navi {
	font-size: 88%;
	letter-spacing: 1px;
	padding-top: 7px;	
	margin-left: 97px;
	text-align: left;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 8px;
	padding-right: 12px;
	color: White;
	font-weight: bold;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: White;
}
#language {
	height: 16px;
	position: absolute;
	top: 7px;
	left: 10px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* RIGHT */
#right {
	float: left;
	width: 195px;
	background: url(images/right_top.gif) no-repeat top;
	margin-top: -1.7em; /* neviiiim */
	position: relative;
}

/* BOXES */
.leftbox {
	background: url(images/lb_top.gif) no-repeat top;
	margin-bottom: 5px;
}
.rightbox {
	background: url(images/rb_btm.gif) no-repeat top;
	margin-bottom: 5px;
}
.rightbox h3.access {
	position: relative;
	top: 0;
	left: 0;
	width: 175px;
	height: 22px;
}
.rightbox h3.access span {
	padding-left: 20px;
}
.rightbox #fulltext_mini h3.access {
	width: 1px;
	height: 1px;
	font-size: 1px;
}
.rightbox #fulltext_mini h3.access span {
	display: none;
	height: 1px;
	font-size: 1px;
}
.leftbox #fulltext_mini, .rightbox #fulltext_mini {
	width:217px;
	height:75px;
	background: url(images/ft_mini_bkg.jpg) no-repeat top;
	position: absolute;
	top: -362px;
	left:-775px;
}
.leftbox #fulltext_mini{
	top:0;
	left:0;
}
/* FOOTER */
#footer {
	font-size: 88%;
	width: 970px;
	background: #d9eeae;
}
#footer p {
	color: #8ebc40;
	padding: 0 10px;
}
#footer a {
	color: #000;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 10px 0;
	width: 480px;
}
#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;
}










