#header #col1,
#header #col2 {
	position: relative;
	float: left;
}

#header #col1 {
	width: 430px;
	padding: 30px 0 0 30px;
}

#header #col2 {
	width: 520px;
}

#header #logo {
}

#header #topmenu {
	width: 370px;
	height: 20px;
	position: relative;
	float: left;
}

#header #topmenu ul {
	position: relative;
	float: right;
}

#header #topmenu ul li {
	position: relative;
	float: left;
	border-right: 1px solid #6e6666;
	padding-right: 5px;
	padding-left: 5px;
}
#header #topmenu ul li.first {
	border-left: 1px solid #6e6666;
}

#header #topmenu ul li a,
#header #topmenu ul li a:hover {
	text-decoration: none;
	color: #6e6666;
	font-size: 10px;
	line-height: 20px;
	text-transform: lowercase;
}

#header #topmenu ul li:hover {
	background-color: #d7d2d2 !important;
}

#header #topmenu ul li a:hover {
	background-color: #d7d2d2;
}

#header #search {
	width:  auto;
	height: 20px;
	position: relative;
	float: left;
	padding-left: 6px;
	margin-top: 5px;
}

#header #search input {	display: inline-block;
  	font-size: 10px;
	color: #6e6666;
  	background: #fff;  	border: 1px solid #6e6666;
  	width: 110px;
  	height: 13px;
	margin: 0;
	padding: 0 0 0 4px;
	position: relative;
	float: left;
}

#header #search input[type="hidden"] {
	display: none;
}

#header #search input#btn_submit {
	width: 20px;
  	height: 15px;
	border-style: none;
	padding: 0;
	background: url(../_images/btn-ok.png) repeat-y;
}

#header #contact {
	clear: both;
	width: 500px;
	height: 60px;
	font-size: 12px;
	line-height: 15px;
	color: #6e6666;
	padding-top: 40px;
}
