html, body, form
{
	margin: 0;
	padding: 0;
}
html
{
	height:100%;
}



hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #d1d0d0;
	background-color: #d1d0d0;
	margin:8px 0
}

#header
{
	position:relative; /*containing block*/
	height:148px;
 width:100%;	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background: #FFF url(logo_bg.gif) right repeat-x;
}

#header_logo
{
	position:absolute;
}

#company_logo
{
	position:absolute;
	margin:0;
	top: 0;
 left:0;	white-space:nowrap;
}

#header_text
{
	position:absolute;
	color:#FFF;
}

#header_text h1
{
	margin:-900%;
	border:none;
	text-decoration:none;
}

#header_text span
{
	font-size:90%;
}

/* Header menu: home, search, feedback*/

#header_sites
{
	position:absolute;
	right:55px;
	top: 60px;
	color:#fff;
	text-align:right;
}

#header_sites a, #header_sites span
{
	color:#fff;
	text-decoration:none;
}

#header_sites span
{
	color: #9dabc0;
}


10