@charset "utf-8";

#phillips-bar {
	background-image: url(../images/phillips-topbar-bg.png);
	background-repeat: repeat-x;
	height: 30px;
	width: 100%;
	background-color: #000000;
}

#phillips-bar-left {
	background-image: url(../images/phillips-topbar-ribs.png);
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 306px;
	background-position: center;
	margin-left: 16px;
}

#phillips-bar-right {
	background-image: url(../images/phillips-topbar-ribs.png);
	float: right;
	background-repeat: no-repeat;
	height: 30px;
	width: 306px;
	background-position: center;
	margin-right: 16px;
}

#phillips-bar-content {
	margin: auto;
	height: 30px;
	width: 910px;
	background-image: url(../images/phillips-topbar-text.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#phillips-bar-logo {

}

#phillips-bar-content h1 {
	border: none;
	padding: 0;
	margin: 0;
}

a#phillips-bar-logo_ {
	width: 200px;
	height: 30px;
	overflow: hidden;
	text-indent: -2000px;
	display:block;
	margin: auto;
}
