@charset "UTF-8";

/* Layout Medium Screens */
.page {
	background-color: #fff;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	position: relative;
	}
header {
	height: 100px;
	background-color: #FFF;
	width: 100%;
	position: relative;
	}

header a.logo {
	width: 95px;
	height: 95px;
	/* [disabled]top: 49px; */
	/* [disabled]left: 44%; */
	background-image: url(../images/Logo.png);
	}
	
.promo_container .promo .content {
	margin: auto;
	padding-left: 5px;
	}	

		
nav  {
	top: 43px;
	right: 35px;
	position: absolute;
	}	
nav a  {
	display: inline-block;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 0px;
}	
