html {
	background-color: #000;
	/*background: url(../images/bg5.gif) repeat scroll;*/
}

body {
	background: #000 none repeat scroll 0 !important;
	/*background: url(../images/bg5.gif) repeat scroll !important;*/
}

#header {
	height: 90px;
	background: url(../images/header_bg.jpg) no-repeat;
	position: relative;
}
#lang-switch {
	position: absolute;
	right: 0px;
	top: 70px;
}

#lang-switch a {
	color: #ddd;
	padding-right: 12px;
}
#left-out-box {
	position: absolute;
	width: 27px;
	height: 82px;
	left: -27px;
	top: 18px;
	background: url(../images/header-left-out-box.gif) no-repeat;
}
#footer {
	position: relative;
	background-color: #6f7a80;
	height: 130px;
}
#footer .footer {
	font-size: 11px;
	color: #333;
}
#footer .footer ul {
	margin: 0px;
}
#footer .footer ul li {
	display: block;
	float: left;
	padding-right: 10px;
}
#footer .footer ul li a {
	text-decoration: none;
	color: #fff;
}
#footer .coor {
	font-size: 14px;
	font-weight: bold;
}
.white {
	color: #fff;
}
#pre-footer, .spacer {
	background-color: #fff;
	height: 20px;
}
.box-left {
	width: 13px;
	height: 27px;
	background: url(../images/box-left.gif) no-repeat;
	position: absolute;	
}
.box-middle {
	background: url(../images/box-middle.gif) repeat;
	height: 27px;
	position: absolute;
	left: 13px;
	right: 13px;
}
.box-middle span {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding-top: 10px;
}
.box-right {
	width: 13px;
	height: 27px;
	background: url(../images/box-right.gif) no-repeat;
	position: absolute;
	right: 0px;
}
h3.main {
	background-color: #eee;
	padding: 2px 0px 0px 2px;
	color: #333;
	font-size: 1.5em !important;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

#main-menu {
	position: absolute;
	right: 0px;
	height: 90px;
}
#main-menu ul {
	margin: 0px;

}
#main-menu li {
	display: block;
	float: left;
	height: 90px;
}

#main-menu a {
	font-size: 19px;
	color: #fff;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 12px;
}
#main-menu li.current {
	background: url(../images/main-menu-selected.gif) repeat scroll;
}
#main-menu a span {
	height: 90px;
}
#main-menu a span span {
	position: relative;
	top: 40px;
}


#event-selector {
	position: relative;
	height: 324px;
	/*background: url(../images/fest_selector_bg.jpg) no-repeat;*/
}
#event-selector-buttons {
	position: absolute;
	left: 0px;
	width: 150px;
}
.event-button {
	height: 54px;
	width: 150px;
}
.event-button-bb {
	background: url(../images/event-button-bb.jpg) no-repeat;
}
.event-button-twist {
	background: url(../images/event-button-twist.jpg) no-repeat;
}
.event-button-bal {
	background: url(../images/event-button-bal.jpg) no-repeat;
}
.event-button-hd {
	background: url(../images/event-button-hd.jpg) no-repeat;
}
.event-button-red {
	background: url(../images/event-button-red.jpg) no-repeat;
}
.event-button-bb-selected {
	background: url(../images/event-button-bb-selected.jpg) no-repeat !important;
}
.event-button-twist-selected {
	background: url(../images/event-button-twist-selected.jpg) no-repeat !important;
}
.event-button-bal-selected {
	background: url(../images/event-button-bal-selected.jpg) no-repeat !important;
}
.event-button-hd-selected {
	background: url(../images/event-button-hd-selected.jpg) no-repeat !important;
}
.event-button-red-selected {
	background: url(../images/event-button-red-selected.jpg) no-repeat !important;
}
#event-selector-playground {
	position: absolute;
	left: 150px;
	width: 800px;
}
.event-bg {
	width: 800px;
	height: 324px;
	display: none;
	cursor: pointer;
}
#event-selector-arrow {
	position: absolute;
	left: 149px;
	top: 0px;
	width: 19px;
	height: 54px;
	background: url(../images/event-selector-arrow.png) no-repeat;
	z-index: 100;
}
#event-title {
	height: 55px;
	background: url(../images/event-title.gif) no-repeat;
}
#event-selector .splash {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 324px;
	background-color: #fff;
	display: none;
}

#main {
	background-color: #fff;
}

.spanwide_content {
	margin: 15px;
}
.column-bloc {
	margin-bottom: 15px;
	/*background: url(../images/box-bg.gif) repeat-x;*/
	padding: 5px;
}
.first-column .column-bloc, .first-column .box-title{
	margin-left: 10px;
}
.last-column .column-bloc, .last-column .box-title{
	margin-right: 10px;
}
.column-bloc-container {
}
.OneNews {
	padding-bottom: 15px;
}
.NewsTitle {
	font-size: 17px;
}
.NewsTitle a {
	text-decoration: none;
	color: #006;
}
.Published {
	color: #777;
}
/*.block_link_container {
	position: relative;
	top: -18px;
	width: 100%;
}*/
.bloc_link {
	position: absolute;
	right: 0px;
}

.file-block {
	width: 100px;
	float: left;
	text-align: center;
}

#main h1, #main .breadcrumbs {
	background-color: #ebf1f5;
}
#main h1 {
	padding-bottom: 10px;
	padding-left: 30px;
	color: #666;
}
#main .breadcrumbs, #main .breadcrumbs a {
	color: #777;
}
#main .breadcrumbs a:hover {
	color: #222;
}

#main h2 {
	padding-left: 15px;
	color: #222;
	background-color: #e3e3ec;
	border: 1px solid #c0c0c0;
}

#main .sub-menu {
	background-color: #ebf1f5;
}

#main .sub-menu ul {
	margin: 0 0 0 1.5em;
	list-style-type: none;
}
#main .sub-menu li {
	margin-bottom: 3px;
	padding-left: 3px;
	border: 1px solid #c0c0c0;
}
#main .sub-menu .title {
	padding-left: 10px;
	font-size: 2em;
	color: #333;
}
#main .sub-menu a {
	text-decoration: none;
	color: #444;
}
#main .sub-menu li:hover {
	background-color: #a6b4bf;
	color: #000;
}
#main .sub-menu .current {
	font-weight: bold;
}
a.nostyle {
	text-decoration: none;
	color: #fff;
}
