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