

.topArea {
	position:fixed;
	width:100%;
	top:0;
	z-index:2;
	display:block;
	color: #F4F3EE;
	background: #2B4141;
	background-image:url('../images/background.png');	
	background-repeat: no-repeat;
}

.imageFader {
	position: relative;
	background: linear-gradient(90deg, rgba(43,65,65,0) 0%, rgba(43,65,65,0) 81%, rgba(43,65,65,1) 100%);
	height: 145px;
	width: 1216px;
	position:fixed;
}

.dropdown {
	background-color: rgba(100,10,10,0.5);
}

.smallMenu {
	display:none;
}

.largeMenu {
	height: 145px;
}

.largeMenu .button {
	width: 120px;
}

	.LlogoBox {
		padding-top: 20px;
	}

		.Llogo {
			float: left;
		}
		
		#companyLogo {
			height: 70px;
			width:70px;
			margin-left: 30px;
			margin-top: 10px;
			border-radius: 50%;
		}
		

		.LcompanyName {
			float: left;
			padding-top: 28px;
			padding-left: 20px;
			font-family: 'Cinzel';
			font-size: 26px;
			text-shadow: 1px 1px 2px #2D2327;	
		}

	.LmenuBox {
		clear: both;
		margin: auto;
		width: 840px;
		text-align: center;
		border-bottom:2px solid #2B4141;
	}
	
.menuheader {
	color:#F4F3EE;
}
	
.content {
	padding-top: 180px;
    width: 60%;
}	

