@import url("/templates/global.css");
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300);

body {
	background-color: white;
}

.header__nav {
	width: 960px;
	margin: auto;
	border-left: 1px solid black;
}

.t-primary-bgcolor {
	background-color: #363636;
}

a {
	color: #24678d;
}

.header {
	width: 100%;
	border-bottom: 1px solid #D3D3D3;
	box-shadow: 0 1px 2px 1px rgba(0,0,0,0.05);
	margin-bottom: 30px;
}

.nav-wrapper {
	background-image: url(body_bg.jpg);
	width: 100%;
	box-shadow: 0 1px 2px 1px rgba(0,0,0,0.25);
	font-size: 0;
}

.header__nav a {
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 300px;
	line-height: 69px;
	border-left: 1px solid #4B4B4B;
	border-right: 1px solid black;
	display: inline-block;
	padding: 0 20px;
	letter-spacing: 1px;
}

.header__nav a:hover {
	background-color: #252525;
	text-decoration: none;
}

.logo-wrapper {
	width: 960px;
	margin: auto;
}


.header__logo {
	padding: 94px 0px 31px 1px;
}