#header
{
	font-family:Trebuchet, Verdana, Sans-serif;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:950px;
	height:117px;
	overflow:hidden;
}
/* I */
#header #logo
{
	float:left;
	border-right:1px solid white;
	width:116px;
	height:117px;
	background-image:url('gfx/logo_back.jpg');
	background-repeat:repeat-x;
}

#header #logo img
{
	margin-left:23px;
}

/* II */
#header #menu
{
	float:left;
	width:830px;
	height:117px;
}

#header #slides
{
    text-align:left;
	left:0px;
	top:0px;
	width:830px;
	height:88px;
	overflow:hidden;
}

#header #buttons
{
	border-top:1px solid white;
	float:left;
	width:830px;
	height:29px;
	background-image:url('gfx/not_active.jpg');
	background-repeat:repeat-x;
}

#srcbtn
{
	float:right;
	margin:3px;
}


/* TYPOGRAPHY */

#header #buttons a
{
		font-family:Arial, Verdana, Sans-serif;
		color:white;
		font-size:12px;
		text-decoration:none;
		display:inline;
		padding:7px;
		padding-right:6px;
		padding-left:6px;
		float:left;
}

#header #buttons a:Hover
{
		background-image:url('gfx/active.jpg');
		background-repeat:repeat-x;
}


/* ANIMATION */
#header #slides div
{
    float:left;
}


#header #slide_panorama
{
	position:relative;
	left:0px;
	top:0px;
	width:6800px;
	height:88px;
	z-index:10;
}

#header #text_layer
{
	position:relative;
	top:-67px;
	left:400px;
	width:830px;
	height:88px;
	z-index:100;
	color:#ffffff;
	font-size:48px;
	float:left;
}