/*Front end styles*/

/*    =========================================================================		
	                 Generic XBar CSS
	  =========================================================================	*/	
html {
	height: auto;
}
body {
	position: relative;
	width: 100%;
	float: left;
}
#xbar {
	width: 100%;
	position: absolute;
	z-index: 10;
	left: 0;
	height: 64px;
	display: block;
}
#xbar.top {
	top: 0
}
#xbar.bottom {
	bottom: 0;
}
#preview_item {
	background: #727272;
	min-height: 20px;
	padding: 10px 0;
	width: 99.8%;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	border: 1px solid #727272;
	margin: 0 auto;
}
#preview_item #inner {
	width: 1040px;
	margin: 0 auto;
}
#text_link {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
}
#link_btn {
	background-color: #006F0A;
	border: 1px solid #000000;
	border-radius: 5px 5px 5px 5px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	height: 20px;
	margin: 0 20px;
	width: auto;
	padding: 10px 20px;
	text-decoration: none;
}
#social_media_ico {
	float: left;
	height: 33px;
	text-align: left;
	line-height: 33px;
	margin-top: 5px;
	margin-left: 3px;
}
#social_media_ico a {
	width: 33px;
	height: 33px;
	float: left;
	margin-right: 5px;
}
