/* CSS Document */

#header
{
	position: relative;
	font: bold 14px tahoma , Arial, sans-serif;
	color: #ede9cd;
	background-color: #000000;
	height: 32px;
}
#header #header_logo
{
	position: relative;
	float: left;
	margin: 0 0 0 41px;
	padding: 0 0 0 0px;
	width: 209px;
	height: 32px;
	background: url( /src/2010/images/header_logo.png) no-repeat;
}
#header p
{
	float: left;
	padding: 7px 0 0 7px;
}
#header ul
{
	list-style: none;
	float: right;
	padding: 7px 0 0 0;
}
#header li
{
	position: relative;
	float: left;
	padding: 0 10px;
}
#header li a, #header p a
{
	font: bold 14px tahoma , Arial, sans-serif;
	color: #ede9cd;
	/*color: #555555;*/
	background-color: inherit;
	text-decoration: none;
}
#header li a:hover, #header p a:hover
{
	text-decoration: underline;
	color: #ffffff;
}
.search_form
{
	width: 210px;
}
.search_label
{
	padding: 0 8px 0 13px;
}
.search_input
{
	width: 107px;
	height: 15px;
	border: none;
	background: url( "/src/2010/images/bg_input_search.gif" ) no-repeat;
}
.search_button
{
	background: url( /src/2010/images/search_button.gif) no-repeat;
	width: 15px;
	height: 15px;
	border: none;
}

.formLabel
{
	display: none;
}
