﻿/*------------------------------------------------ HEADER RELATED ---*/
#header 
{
	background		: url(images/header.jpg) #ffffff no-repeat top left;
	width			: 936px;
	color			: #666666;
}

 #header a img
{
	position:absolute;
	top:0;
	left:0;
}

/*------------------------------------------------ HEADER SEARCHBOX RELATED ---*/
#header_search_box, #header_statement 
{
	float			: right;
	width			: 225px;
	height			: 85px;
	margin			: 7px 0px 10px 0px;
	padding			: 0px 0px 0px 20px;
	border-left		: solid 1px #ccc;
	position:relative;
}

#language_selector { position:absolute; left:18px; margin-top:3px;  }
#header #language_selector a img { position:relative; }

#header_search_box input:last-child { margin-top: 2px; }

#header_search_box input
{
	font-size		: 10px;
	border			: 1px solid #DDD;
	border-top		: solid 1px #666;
	border-left		: solid 1px #666;
}

#header_search_box input.button
{
	border			: 1px solid #DDD;
	border-bottom	: solid 1px #666;
	border-right	: solid 1px #666;
	width			: 60px;
	margin-left		: 10px;
}

#header_search_box input.button:hover
{
	background-color: #666;
	color			: #FFF;
	cursor			: pointer;
}

#header_search_box p,
#header_search_box a 
{
	font-size		: 9px; 
	margin:0;
}

#header_statement 
{	
	width			: 399px; 
}

#header_statement p 
{
	text-align		: center;
	padding-right	: 20px;
	line-height		: 22px;
}
	#header_statement p a
	{
		color:inherit;
	}
	
	#anniv_emblem
	{
		position:absolute;
		top:58px;
		left:-55px;
		z-index:500;
		
	}
	
	#anniv_text
	{
		position:absolute;
		top:110px;
		left:25px;
		color:#FFFFFF;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-style:italic;
		z-index:501;
		font-size:11px;
	
	}
	
	#anniv_text a { color:#fff; }

#header_menu 
{
	position		: relative;
	z-index			: 100;
	clear			: right;
	background		: #071f40;
	height			: 27px;
	border-top		: 2px solid #5c5c5c;
	border-bottom	: 1px solid #5c5c5c;	
	background-image: url(images/menu_bg.jpg);
}

#header_menu p 
{
	float			: left;
	margin			: 0;
	padding			: 6px 0px 0px 0px;
	color			: #ffffff;
	text-align		: center;
	width			: 255px;
}

