/* HEADER STYLES */
div#header {
	width: 100%;
	height: 128px;
	background-image: url(../images/header_pattern.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

div#header_wrapper {
	width: 918px;
	height: 128px;
	margin: auto;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
}

div#header_wrapper a#logo {
	display: block;
	width: 320px;
	height: 128px;
	float: left;
	text-indent: -9999px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
}

div#right_header_container {
	float: right;
	height: 30px;
	padding: 65px 11px 0 0;
}

div#right_header_container a#header_contact {
	display: block;
	float: left;
	width: 180px;
	height: 30px;
	text-indent: -9999px;
	background-image: url(../images/header_contact.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div#right_header_container a#header_contact:hover {
	background-position: 0px -30px;
}

div#right_header_container span#phone {
	display: block;
	float: left;
	width: 146px;
	height: 30px;
	background-image: url(../images/phone.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0 0 0 4px;
}