@charset "utf-8";
/* CSS Document */


/* Header */

#header {
	background-color: #FFFFFF;
	height: 92px;
	position: relative;
	color: #333333;
}

#header a:link {
	text-decoration: underline;
}
#header a:active {
	text-decoration: underline;
}
#header a:visited {
	text-decoration: underline;
}
#header a:hover {
	text-decoration: underline;
}

#header .logo {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 234px;
	height: 50px;
}

#header .headerContact {
	position: relative;
	top: 20px;
	float: right;
	margin-right: 0px;
	font-size: 11px;
	text-align: right;
}

#header .search {
	margin-top: 5px;
}

#header .search input {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#headerSearch input.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

