#homeMenuButton {
	position: fixed;
	right: 20px;
	top: 20px;
	width: 50px;
	height: 50px;
}
#homeMenuButton:hover {
	background-color: #4197ee;
}
#homeMenuButton img {
	width: 48px;
	height: 48px;
	margin-left: 1px;
	vertical-align: middle;
}

#homeMenuPanel {
	position: fixed;
	width: 250px;
	top: 60px;
	right: 10px;
	display: none;
	background-color: #0e4cac;
	z-index: 60;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 2px solid #75a1de;
	text-align: left;
}
#homeMenuPanel a {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 25px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 25px;
}
#homeMenuPanel a:hover {
	background-color: #ddd;
	color: black;
}

#homeHeader {
	background-color: #2667cc;
	width: 100%;
	color: white;
	margin: 0;
	padding: 0;
}

#HomeHeaderTitle {
	padding-top: 20px;
	padding-left: 30px;
}
#HomeHeaderTitle a {
	color: white;
	font-size: 24pt;
	font-weight: 300;
	display: inline-block;
	padding-left: 10px;
	vertical-align: middle;
}

#homeHeaderOverview {
	display: table;
	width: 100%;
}

#homeHeaderOverviewInfo {
	display: table-cell;
	vertical-align: top;
	padding: 30px 20px;
	font-size: 18pt;
	width: 66%;
}

#homeHeaderOverviewInfo a {
	color: #f59b35;
}

#homeHeaderOverviewInfo li {
	line-height: 40px;
}

#homeHeaderOverviewDiagram {
	display: table-cell;
	vertical-align: top;
	padding: 30px 20px;
	width: 33%;
	text-align: right;
}
#homeHeaderOverviewDiagram img {
	width: 100%;
	max-width: 350px;
}

#homeDetailsSoftware {
	background-color: #ddd;
}

#homeDetailsWeb {
	background-color: #b7ceec;
}

#homeDetailsHardware {
	background-color: #f0f0f8;
}

.homeDetailsSection {
	text-align: left;
	padding: 40px 100px;
	color: #444;
	font-size: 14pt;
}
.homeDetailsSection p {
	max-width: 800px;
}

.homeSectionButton {
	float: right;
}

.homeWhiteSeparator {
	background-color: white;
	width: 100%;
	margin: 5px 0;
	height: 1px;
}

.homeSectionTitle {
	font-size: 36pt;
}

#homeFooter {
	width: 100%;
	height: 220px;
	margin: 0;
	padding: 10px 0 0 0;
	background-color: #032b67;
	box-shadow: 0 0 20px #999;
	-moz-box-shadow: 0 0 20px #999;
	-webkit-box-shadow: 0 0 20px #999;
	text-align: center;
	color: white;
}

@media only screen and (max-width: 640px)
{
	#homeMenuButton {
		right: 10px;
		top: 20px;
	}

	#HomeHeaderTitle {
		padding-top: 10px;
		padding-left: 10px;
	}
	#HomeHeaderTitle a {
		padding-left: 5px;
	}

	#homeHeaderOverview {
		display: block;
		width: 100%;
	}

	#homeHeaderOverviewInfo {
		display: block;
		width: 100%;
		padding: 0;
	}
	#homeHeaderOverviewInfo p {
		padding: 0 20px;
	}

	#homeHeaderOverviewDiagram {
		display: block;
		width: 100%;
		padding: 0;
		text-align: center;
	}

	.homeDetailsSection {
		text-align: center;
		padding: 40px 20px;
	}

	.homeSectionButton {
		float: none;
	}

	.homeSectionTitle {
		font-size: 28pt;
		padding: 20px;
	}
}