#header-top {
	position:fixed;
	float:left;
	width: 100%;
	background-color:#000;
	min-height:115px;
	border-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#373839;
	z-index:1002;
}

#browser-warning-bar{
	width:100%;
	background-color:#FFC;
	display:none;
	font-family: 'Oxygen', sans-serif;
	font-size:16px;
	color:#111111;
	text-align:center;
	padding:20px;
}


#header-top-content {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width: 940px;
	height:115px;
	background-color:#000;
	background-image:url(../images/TopHeaderBGBlack.png);
	border-style:solid;
}

#header-logo {
	position:absolute;
	margin-top:17px;
	width:296px;
	height:63px;
}

#header-social-share-holder {
	position:absolute;
	margin-top:17px;
	right:0px;
}

#header-search-holder {
	position:absolute;
	margin-top:55px;
	right:0px;
}

#header-rss{
	float:left;
	width:27px;
	height:27px;
	background-image:url(../images/rss.png);
	margin-right:5px;
}

#header-twitter{
	float:left;
	width:27px;
	height:27px;
	background-image:url(../images/twitter_blue.png);
	margin-right:5px;
}

#header-bebo{
	float:left;
	width:27px;
	height:27px;
	background-image:url(../images/bebo_orange.png);
}
