/* ========== HEADER */
div#headerOut
{
	/*border:1px solid #ffff00;*/
	background:url(/images/headerBg.jpg);
	background-position:center;
}

div#headerIn
{
	/*border:1px solid red;*/
	background:url(/images/menuBg.png) no-repeat;
	height:341px;
}

div#logoDiv
{
	/*border:1px solid red;*/
	float:left;
	margin-top:20px;
	overflow:hidden;
}

img#logoSpacer
{
	width:370px;
	height:100px;
}

div.search
{
	/*border:1px solid red;*/
	width:215px;
	height:30px;
	position:relative;
	top:16px;
	left:170px;
	overflow:auto;
}

div#searchtermsOut
{
	background:url(/images/searchBg.png) no-repeat;
	width:161px;
	height:28px;
	float:left;
	margin-right:7px;
	overflow:hidden;
}

input.searchterms
{
	margin-top:5px;
	margin-left:3px;
	width:150px;
	border:none;
	border-color:transparent;
}

input.searchterms:focus
{
  outline-width:0;
}

div#flags
{
	/*border:1px solid red;*/
	position:relative;
	top:20px;
	right:5px;
	overflow:hidden;
}

div#flags a
{
	margin-right:2px;
	
}

div#flags a:hover img
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1.00;
	border:1px solid #ffffff;
}

div#flags a img
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	opacity: 0.30;
	border:1px solid #dddddd;
}

div#zegary
{
	/*border:1px solid red;*/
	width:390px;
	height:125px;
	float:right;
	position:relative;
	top:40px;
	overflow:hidden;
}


/* ========== MENU */
div#menu
{
	position:absolute;
	/*border:1px solid red;*/
	width:425px;
	height:45px;
	top:146px;
	left:50%;
	margin-left:-480px;
	/*overflow:hidden;*/
}

div#menu a.button
{
	background:url(/images/btnMenuR.png) no-repeat scroll top right;
	display: block;
	float:left;
	height:41px;
	margin-top:2px;
	margin-left:5px;
	padding-right:5px;
	color:#C3E55D;
	font-size:11pt;
	letter-spacing:-1px;
}

div#menu a.button span
{
	background:url(/images/btnMenuL.png) no-repeat;
	display: block;
	line-height:41px;
	padding-left:5px;
	padding-right:0px;
}

div#menu a.button:hover
{
	background:url(/images/btnMenuR.png) no-repeat scroll 100% -41px;
	text-decoration:none;
	color:#FFFAF6;
}

div#menu a.button:hover span
{
	background:url(/images/btnMenuL.png) no-repeat 0px -41px;
}

div#menu a.buttonCurrent
{
	background:url(/images/btnMenuR.png) no-repeat scroll 100% -41px;
	color:#FFFAF6;
}

div#menu a.buttonCurrent span
{
	background:url(/images/btnMenuL.png) no-repeat 0px -41px;
}
















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
