#topbar-container {
	position:relative;
	width:100%;
	height:35px;
	margin: 0 auto;
}

#topbar {
	position: relative;
	width:1024px;
	height:35px;
	margin: 0 auto;
	margin-bottom:0px;
	padding-top:0px;
}

#topbar-inner {
	float:left;
	width:1000px;
	height:35px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:12px;
	margin-right:0px; 
	padding-bottom:0px;
	padding-right:0px;
}
 

.topbar-left {
	float:left;
	width:800px;
	height:35px;
	top:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	bottom:0px;
}

.topbar-right {
	float:right;
	width:200px;
	height:35px;
	top:0px;
	margin-top:0px;
	margin-bottom:0px;
	bottom:0px;
	text-align:right;
}

#topbar-social-media {
	float:right;
	width:56px;
	height:35px;
	top:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	bottom:0px;
}

.topbar-social-media-left {
	float:left;
	width:28px;
	height:35px;
	top:0px;
	margin-top:0px;
	margin-bottom:0px;
	bottom:0px;
	text-align:left;
}

.topbar-social-media-right {
	float:right;
	width:28px;
	height:35px;
	top:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	bottom:0px;
	text-align:right;
}



