
/* Header */

#header
{
width:48%;
height:122px;
}

#header h1 a
{
	text-decoration: none;
	color: #F2A905;
}

#header_inner
{
position: relative;
width: 209%;
height:122px;
margin: 0 auto;
	top: 0px;
	left: 0px;
}

/* Logo */

#logo
{
position: absolute;
bottom: 3em;
font-family:Calibri;
	left: 1px;
}

#logo h1
{
display: inline;
color: white;
font-size: 2.6em;
}

#logo h2
{
display: inline;
padding-left: 0.5em;
font-size: 1.0em;
color:white;
}

/* Menu */

#menu
{
position: absolute;
right: 0em;
bottom: -0.4em;
width: 855px;
	margin-left: 0px;
}

#menu ul
{
list-style: none;
}

#menu li
{
float: left;
	height: 41px;
}

#menu li a
{
margin-left: 0.5em;
display: block;
padding: 0.5em 0.5em 0.5em 0.5em;
/*padding: 1.1em 1.4em 1.0em 1.4em;*/
border : none;
/*border: solid 1px #fff; */
color:#F2A905;
/*color: #616161; */
font-weight: bold;
font-size: 1.0em;
text-transform: lowercase;
text-decoration: none;
}

#menu li a.active
{
	color: #ffffff;
}

#menu li a:hover
{
text-decoration:underline;
}
