body {
	 font-family: "din-condensed-web", Arial;
	 margin:10px 0;
	 padding:0;
}

header {
	width: 100%;
	height:51px;
}

header .logo {
	float:left;
	margin-left:35px;
	padding:0px 30px;
}

.mainItem {
	float:left;
	font-size:24px;
	padding:15px 30px;
	border-left:1px solid #E3E3E3;
	color:#797C7C;
}

.menuIndicatorDown {
	position:relative;
	top:1px;
	left:12px;
}

.menuIndicatorUp {
	position:relative;
	top:-1px;
	left:12px;
	display:none;
}
.socialItems {
	float:right;
	padding-top:16px;
	margin-right:65px;
}

.socialItems img {
	width:28px;
	height:28px;
	float:left;
	margin-right:10px;
}

.tableOfContents {
	font-family: "din-condensed-web";
	position:absolute;
	top:85px;
	left:0px;
	padding-left:70px;
	width:272px;
	height:265px;
	background-color: rgba(0, 0, 0, 0.75);
	color:#959696;
	z-index: 40;
	display:none;
}

.tableOfContents ul {
	list-style-type: none;
	margin: 0;
	padding: 20px 0 0 0;
}

.tableofContents li {
	height: 15px;
	margin-bottom:20px;
	text-transform: uppercase;
}

.tableOfContents li.selected a {
	color:#00AEB3;
}

.tableOfContents a {
	font-size:16px;
	color:#FDFDFD;
	text-transform: uppercase;
	text-decoration: none;
}

.tableOfContents a:hover, .tableOfContents a.selected {
	color:#00AEB3;
}
