/* @group Moving Logo to the top */

#container_header
{
   height:60px;
   z-index: 1000;
   position: relative;
}
#container_header_content{
	overflow: visible;
	margin-bottom: 12px;
   background: #057091;
   position:fixed;
   top: 0px;
   width: 100%;
   clear: both;
   height: 50px;
}

#container_header .logo
{
    background: url(../images/logo.png) no-repeat top center;
    height: 50px;
    width: 340px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}
#container_footer .logo{
	background: none;
	width: 100px;
	height: 45px;
	margin-bottom: 12px;
}

.page1 #facebookLike {
	text-align: left;
	left: 0;
	top: 12px;
}

/* @end */

@media only screen and (max-width: 855px){
	.page1 #container_header_content { display:none; }
	#container_header .logo{
		background-position: top center;
		float: none;
		width: 100%;
	}
	
	.page1 #facebookLike {
		position: absolute;
		top: 0;
		left: 1%;
		width:99%;
	}
	.page1 #header_content{
		height: 0;
		min-height:0;
	}
	.page1 #container_header_content{
		padding-top:35px;
	}	
}
