#sb {
	position:fixed;
	top:0;left:0;
	padding-top:5px;
	height: 25px;
	background: transparent url('/v2_files/img/template_images/bg.png') repeat-x left top;
	width:100%;
	border-bottom: 1px solid transparent;
	z-index: 9999;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity:0.5;
}

#sb.shadow {
	opacity:1;
	border-bottom: 1px solid #fff;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
}
#sb:hover {
	opacity:1;
}
#sb .container {
	width:960px;
	margin: 0 auto;
	position:relative;
}
#container {
	margin-top:30px;
}
