@CHARSET "UTF-8";

#main_menu {
	list-style: none;
	list-style-type: none;
	position: absolute;
	top: 59px;
	right: 0px;
}

#main_menu li {
	float: left;
	width: auto;
	margin-left: 11px;
	padding-right: 12px;
	background: url(../img/hr_vertical.gif) top right no-repeat;
}

#main_menu li.last {
	background: none;
}

#main_menu li a {
	display: block;
	height: 0px;
	overflow: hidden;
	background-position: top left;
	background-repeat: no-repeat;
}

#header_search {
	list-style: none;
	list-style-type: none;
	position: absolute;
	width: 400px;
	top: 13px;
	font-size: 0.8em;
	right: 0px;
}

#header_search li {
	float: right;
	width: auto; 
	border-right: 1px solid #CCCCCC;
	margin-left: 11px;
	padding-right: 11px;
	height: 20px;
}

#header_search li.search {
	border: none;
	padding-right: 0px;
}

#header_search li.last {
	border: none;
	padding: 0px;
	position: relative;
	top: -3px;
	margin-left: 3px;
}

#header_search_input {
	width: 148px;
	margin-left: 8px;
	margin-right: 3px;
	background-color:#F8F8F8;
	border:1px solid #CCCCCC;
	height:16px;
	padding: 2px;
}

#contact_form, #contact_form li {
	list-style: none;
	list-style-type: none;
}

#contact_form li {
	margin-bottom: 10px;
}

#contact_form label {
	display: block;
	font-size: 0.9em;
}

#contact_form label span {
	color: red;
}

