body{
	background:#181818 url(bg.jpg) left top repeat-x;
	margin:0px;
	padding:0px;
	color:#fff;
	font:normal 12px arial;
}
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span{
	margin:0px; padding:0px;
}
a{
 	color:#fff;
	font:normal 12px arial;
	text-decoration:none;

}
.spacer{
	clear:both; 
	font-size:0; 
	height:1px;
	width:1000px;
	line-height:0;
}
.navigation{
	margin:auto;
	margin-left:50px;
	_margin-left:20px;
	margin-top:7px;
	width:700px;
	height:23px;
	float:left;
	display:block;
	font:normal 12px arial;
	color:#838281;
/*	background:#ddd;*/
}
.navigation a{
	color:#838281;
	text-decoration:underline;
	font:normal 12px arial;
}
.lang{
	margin:auto;
	margin-right:50px;
	_margin-right:20px;
	float:right;
	width:200px;
	height:30px;
	display:block;
/*	background:#ddd;*/
}
.lang a{
	margin-top:7px;
	color:#838281;
	float:right;
	display:block;
	text-decoration:none;
	font:normal 12px arial;
}
.lang a:hover, .lang a.current{
	color:#181818;
}
.header{
	background:url(head_bg.png) left top no-repeat;
	margin:auto;
	width:1000px;
	height:283px;
	
}
.header .logo{
	background:url(color.jpg) left top no-repeat;
	width:966px;
	height:114px;
	margin-left:17px;
}
.header .menu{
	position:relative;
	margin-top:25px;
	height:144px;
	width:886px;
	_width:887px;
	background:url(menu_bg.gif) left top repeat-x;
	margin-left:57px;
}
.header .menu a{
	width:136px;
	height:134px;
	display:block;
	float:left;
	margin-left:10px;
	_margin-left:8px;
	margin-top:10px;
	background:url(menu_item.gif) left top no-repeat;
	color:#181818;
	text-transform:uppercase;
	text-decoration:none;
	font:bold 14px arial;
	text-align:center;
	line-height:90px;
}
.header .menu a:hover, .header .menu a.current{
	background:none;
	color:#f1c303;
}
.content{
	position:relative;
	background:url(content_bg.png) left top repeat-y;
	margin:auto;
	width:1000px;
}
.main{
	position:relative;
	margin-left:57px;
	width:886px;
/*	height:1000px;*/
}
.full{
	position:relative;
	margin-top:20px;
	margin-left:17px;
	width:966px;
	height:30px;
}
.footer{
	position:relative;
	background:url(footer_bg.png) left top no-repeat;
	margin:auto;
	width:1000px;
	height:12px;
}
table{
	color:#fff;
	font:normal 12px arial;
	text-align:left;	
	empty-cells: show;
	margin-bottom:10px;
	border-collapse: collapse;
	border: 1px solid #999999;
}
table tr{
	height:30px;
}
table tr.bg{
	background:#383431;
}
table th{
	padding:0px 30px;
	border: 1px solid #999999;
	background:#383431;
	text-align:center;
	color:#fff;
	font-weight:bold;
}

table td{
	border: 1px solid #999999;
	padding:2px 10px;
	text-align:center;
}
table td.name{
	width:300px;
	text-align:left;
}
