@charset "utf-8";
/* CSS Document */


/* Header */

#header {
	height: 70px;
	width: 900px;
	position: relative;
	color: #F7F8F7;
	background-color: #343333;
}

#header a:link {
	color: #F7F8F7;
	text-decoration: none;
}
#header a:active {
	color: #F7F8F7;
	text-decoration: underline;
}
#header a:visited {
	color: #F7F8F7;
	text-decoration: none;
}
#header a:hover {
	color: #F7F8F7;
	text-decoration: underline;
}

#header .logo {
	position: absolute;
	left: 25px;
	top: 30px;
	width: 278px;
	height: 28px;
}

#header .headerContact {
	position: relative;
	top: 75px;
	float: right;
	margin-right: 20px;
	font-size: 10px;
	text-align: right;
}

#headerSearch {
	position: absolute;
	left: 584px;
	top: 35px;
	text-align: right;
	font-size: 9px;
	width: 300px;
}

#headerSearch input {
	font-size: 11px;
	font-family: "Courier New", Courier, monospace;
}

#headerSearch input.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
