BODY
{
	background:#252525 url('../images/page_bg.png') repeat-x;
	font: 11px Verdana;
	color:#000;
	text:left;
	margin:0;
	padding:0;
	vertical-align:top;
	background-position: 0 24px;
}

TABLE
{
	text:left;
}

A
{
	outline:0;
	text-decoration: none;
	color: #485f88;
}

P
{
	margin:0;
	padding:0;
}

/*header*/

#logo
{
	padding: 0 0 0 20px;
	vertical-align:middle;
	height:100px;
}

#lang
{
	vertical-align:middle;
	text-align:right;
}


#banner
{
	height:274px;
	width:1000px;
}

#banner h1
{
	font: 14px "Century Ghotic",Arial;
	color:#ffc600;
	padding-left:10px;
	margin:0;
	display: none;
	overflow:hidden;
}

#panels
{
	height:226px;
}

#panels .title
{
	height:29px;
}


#panels .text
{
	vertical-align:top;
	text-align:justify;
	width:215px;
}

#menu a, #menu .other
{
	display:block;
	float:left;
	width:120px;
	height:39px;
	margin:0px;
	padding:0px;
	position:relative;
}


#other_submenu
{
	position: absolute;	
	
	top:39px;
	right:0;
	
	display:none;
	width:120px;
	height:100px;
	
	background: #e1e1e1;
	
	z-index:1000;
	
	 -moz-border-radius:0  0 10px 10px;
	-webkit-border-radius: 0  0 10px 10px;
    border-radius:0  0 10px 10px;
}

#other_submenu .sub
{
	color:#000;
	text-decoration:none;
	display:block;
	margin:4px;
	background: #e1e1e1;
	width:110px;
	height:14px;
	font: 10px Arial;
}

#other_submenu .sub:hover
{
	
	text-decoration:underline;
	background-image:none;
}

/*content*/

#content
{
	display:block;
	width:100%;
	background-color:#252525;
	color:#fff;
	min-width:1200px;
}

#content #text
{
	width:759px;
	padding:10px;
	vertical-align:top;
}

#content #header
{
	vertical-align:middle;
	text-align:left;
}

#content #header h1
{
	font: 24px "Century Ghotic",Arial;
	padding-left:10px;
	margin:0;
}

#content #header h2
{
	font: 14px "Century Ghotic",Arial;
	color:#ffc600;
	padding-left:10px;
	margin:0;
}

#content #header hr
{
	color:#fff;
	border: none;
	line-height:1px;
	height:1px;
	background:#fff;
	margin: 5px;
}

#buttons a
{
	width:315px;
	height:106px;
	display:block;
	margin-bottom:14px;
}

#gallery img
{
	border:2px solid #fff;
	margin:5px;
	padding:1px;
	background:#000;
}

/*footer*/

#footer
{
	padding:5px;
	color:#fff;
	background: #000;
}

#footer a
{
	text-decoration:none;
	color:#fff;
}


#footer span.yellow
{
	color:#ffc600;
}

#footer span.pink
{
	color:#e22c85;
}
