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

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

body {
	background: #d1d1d1 url(images/body.gif) repeat-x top;
	color: #3E3E3E;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #8e8e8e;
	font-weight: normal;
}
#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 #777;
}

#side {
	width: 40%;
	height: 259px;
	position: absolute;
	top: 0;
	left: 0;
	background: #3f3f3f;
	z-index: 0;
}

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

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 206px;
	position: relative;
	width: 772px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 387px;
	height: 206px;
	padding: 0;
	position: absolute;
	left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	top: 133px;
	right: 101px;
	width: 308px;
	height: 51px;
}

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

/* LEFT */
#left {
	float: left;
	position: relative;
	width: 202px;
	background: url(images/left.jpg) no-repeat top left;
	padding-top: 53px	
}

/* MENU */
#menu {
	background: #8e8e8e url(images/menu.jpg) no-repeat top left;
	width: 196px;
	overflow: hidden;
	margin-left: 6px;
	padding:20px 0;
}
#menu li {
	list-style-type: none;
}
#menu a {
	text-decoration: none;
}
#menu span {
	text-decoration: underline;
}
#menu li a, #menu li span {
	color: #fff;
	display: block;
	background: url(images/menu_li.gif) no-repeat 16px 6px;
	padding: 0 10px 12px 30px;
}
#menu li li a, #menu li li span {
	padding-left: 40px;
	background: none;
	color: #fcf6af;
}
#menu li li li a, #menu li li li span {
	padding-left: 49px;
}
#menu li li li li a, #menu li li li li span {
	padding-left: 58px;
}
#menu li li li li li a, #menu li li li li span {
	padding-left: 67px;
}
#menu a:hover {
	text-decoration: underline;
	color: #fcf6af;
}

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

#info {
	position: relative;
	height: 30px;
	padding-top: 30px;
}
#navi {
	color: #252525;
	font-size: 88%;
	letter-spacing: 1px;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 8px;
	padding-right: 13px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: #252525;
}
#language {
	height: 16px;
	position: absolute;
	top: 8px;
	right: 10px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* BOXES */
.lb_1, .lb_2 {
	background: #e6e6e6;
	margin: 3px 0 3px 6px;
	width: 196px;
	margin-left: 6px;
}
.lb_3 {
	background: #8e8e8e;
	margin: 3px 0 3px 6px;
	width: 196px;
	color: #fff;
}

/* FOOTER */
#footer_big {
	width: 100%;
	height: 67px;
	background: #3f3f3f;
}
#footer {
	background: #5d5c5c;
	width: 772px;
	margin: 0 auto;
	font: 70% Arial, Verdana, sans-serif;
	text-align: left;
	height: 49px;
}
#footer p {
	color: #fff;
	padding: 0 10px;
}
#footer a {
	color: #fff;
}
#footer img {
	float: left;
	margin: 0 10px 0 10px;
}
#footer_left, #footer_right {
	background: url(images/footer_lft.gif) repeat-y;
	float: left;
	padding: 10px 0;
	width: 370px;
}
#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;
}


#menu a.ftresult, #menu span.ftresult{
	color:#000;
	background:#ff0;
	padding:0;
	display:inline;
}
