@charset "utf-8";
/* CSS Document */
{
	margin:0;
	padding:0;
}
HTML,BODY {
	font-family:Arial, Helvetica, sans-serif;
	color:#CCC;
	font-size:12px;
	height:100%;
	text-align:center;
	background-color:#000;
	margin:0;
	padding:0;
}
IMG{
	border:0;
}
A{
	color:#AAA;
	text-decoration:none;
}
A:hover{
	color:#FFF;
}
.selected{color:#FFF;}
H3{
	text-transform:uppercase;
	text-align:center;
	font-size:1.2em;
	margin:0 auto;
}
INPUT,TEXTAREA{
	background-color:#050505;
	color:#CCC;
	border: solid 1px #383838;
	width: 200px;
}
.form_btn{
	width: 100px;
	padding:2px 0 1px 0;
	margin-top:10px;
	cursor:pointer;
}
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:998px;
	background:#050505 url(../img/highlight.png) no-repeat top center;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	text-align:left;
	border-left:solid 1px #383838;
	border-right:solid 1px #383838;
}
H1{
	margin:0;
	padding:0;
	display:block;
	width:140px;
	height:90px;
	text-indent:-9999px;
	background:transparent url(../img/logo.png);
	margin:0 auto;
}
ul#menu{
	list-style:none;
	background: transparent url(../img/menu_bkg.png) bottom center no-repeat;
	background-position: 35px 10px;
	width:840px;
	height: 23px;
	padding:0;
	margin-left:65px;
}
ul#menu LI{
	width:105px;
	float:left;
	text-transform:uppercase;
}
ul#lang_select{
	position:absolute;
	top:10px;
	right:100px;
	list-style:none;
}
ul#lang_select LI{
	display:inline;
	font-size:0.86em;
	text-transform:uppercase;
}

div#header {
	height:140px;
	margin-bottom:10px;
	position:relative;
}
div#page {
	padding: 0 10px 40px 0;
}
div#page P{
	width:800px;
	margin:10px auto;
}
div#content{
	width:800px;
	margin: 0 auto;
}
div#content P{margin-bottom:0;}
#sub_menu UL{
	margin: 3px 0;
	text-align:center;
	list-style:none;
}
#sub_menu UL LI{
	margin-right:20px;
	text-transform:uppercase;
	display:inline;
}
div#footer {
	position:absolute;
	bottom:0;
	height:30px;
	background: #transparent url(../img/footer_highlight.png) no-repeat bottom center;
	padding:0 10px;
	width:978px;
	text-align:center;
	font-size:0.86em;
	margin-top:10px;
}
div#footer P{
	line-height:15px;
	top:15px;
	position:relative;
	font-size:0.86em;
}
/*events*/
#events_list{
	list-style:none;
	margin:0;
	padding:0;
}
#events_list LI{
	margin-bottom:20px;
}
#events_list LI A{
	width:800px;
	height:40px;
	text-transform:uppercase;
	display:block;

}
#events_list LI A IMG{margin:3px;}
/*press*/
#press_list{
	list-style:none;
	margin:0;
	padding:0;
}
#press_list LI{
	margin:5px;
	float:left;
}
#press_list LI A{
	width:200px;
	height:150px;
	display:block;

}
#press_list LI A IMG{margin:3px;}
/*clients*/
#clients_list{
	list-style:none;
	margin:0;
	padding:0;
}
#clients_list LI{
	float:left;
	margin: 5px 0;
	width: 200px;
	height: 30px;
	text-transform:uppercase;
	text-align:center;
	padding-top:5px;
}
#clients_list LI A{
	display:block;
	font-size:0.86em;
	text-transform:none;
	text-decoration:underline;
}
.small_txt{
	font-size:0.86em;
}
.crlf{clear:both;}