html {
	height: 100%;
}

body {
	height: 100%;
	background-color: #99a4ae;
	font-family: 'Open Sans', verdana, sans-serif;
	font-size: 14px;
}

#main-container {
	position: relative;
	background-color: white;
	min-height: 100%;
}

/*
 * Header
 */
#header {
	height: 75px;
}

#header-product {
	height: 160px;
	background-color: #34495E;
	color: white;
	font-size: 24px;
	font-weight: 200;
}

#header-product-first-letter {
	color: #3498DB;
	font-size: 45px;
}

#header-logo {
	float: left;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 8px;
	width: 131px;
	height: 65px;
}

#header-menu {
	float: left;
	height: 80px;
	border-left: 1px solid #EBEEF2;
	padding-left: 10px;
}

.header-menu-item {
	display: block;
	float: left;
	height: 100%;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 30px;
	color: #434A54;
	font-size: 14px;
	font-weight: 700;
}

.header-menu-item:hover {
	background-color: #2980b9;
	color: white;
	text-decoration: none;
}

.header-menu-item-selected {
	background-color: #3498DB;
	color: white;
	text-decoration: none;
}

/*
 * Footer
 */
#footer {
	position: absolute;
	bottom: 0;
	height: 85px; /* Sticky footer height */
	width: 100%;
	margin-left: -15px;
	background-color: #34495E;
}

#footer p {
	padding-right: 30px;
	text-align: right;
	color: white;
}

/*
 * Body
 */
#body {
	margin-bottom: 85px; /* Sticky footer height */
}

.spacer {
	background-color: #99a4ae;
}

.big-section-header {
	padding-left: 30px;
	padding-top: 25px;
	padding-bottom: 30px;
	background-color: #34495E;
	color: white;
	font-size: 24px;
}

.middle-section-header {
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 20px;
	background-color: #34495E;
	color: white;
	font-size: 24px;
}