* {
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande', Helvetica, Verdana, sans-serif;
}
body {
	background-color: #e9e9e9;
}
.mobile-ver {
	display: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.5;
	color: inherit;
}
.h4,
h4 {
	font-size: 16px;
	margin-bottom: 40px;
}
.h3,
h3 {
	font-size: 20px;
}
.light-blue {
	color: #60adff;
}
.green {
	color: #3bb844;
}
#footer p {
	float: left;
	margin-top: 10px;
}
.social {
	float: right;
}
a.blue-cta {
	background-color: rgb(36, 99, 222);
	color: #fff;
	width: 265px;
	display: block;
	text-align: Center;
	box-sizing: border-box;
	padding: 20px;
	border-radius: 5px;
	text-decoration: none;
}
a#download:hover,
a.blue-cta:hover {
	text-decoration: none;
	background-color: rgb(50, 120, 255);
	color: #fff;
}
.container {
	position: relative;
	margin: 0 auto;
	display: block;
}
div#pageWrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
div#title {
	width: 100%;
	min-height: 600px;
	max-height: 750px;
	height: 600px !important;
	margin: 0 auto;
	padding-bottom: 30px;
	background-color: #fff;
	background-image: url('/images/header-bg.png');
	background-repeat: repeat;
}
div.blue-bg {
	background-color: rgb(34, 99, 222);
	padding: 40px 0px;
}
div.sidebar {
	padding: 30px 20px 30px 40px;
}
div.sidebar *, div.light-blue-bg * {
	color: #ffffff !important;
}
div.sidebar a {
	text-decoration: underline;
}
div.light-blue-bg {
	background-color: rgb(75, 149, 233);
	padding: 30px 55px;
}
.light-blue-bg h1,
.light-blue-bg h2,
.light-blue-bg h3,
.light-blue-bg h4,
.light-blue-bg p {
	color: #fff;
}
#title h1 {
	line-height: 1.25;
	margin: 10px 0px 30px 0px;
	color: #999999;
	font-weight: 400;
	font-size: 60px;
}
#title .container {
	position: relative;
	top: 0px;
}
div#title-content {
	position: absolute;
	top: 40px;
	width: 100%;
}
div#title-content img {
	max-width: 90%;
}
img#mainlogo {
	position: absolute;
	right: 115px;
	top: 90px;
}
div#appname {
	padding-top: 20px;
}
div#toolbar {
	height: 156px;
	padding-top: 15px;
}
p#versionhist {
	margin-left: 279px;
	padding-top: 100px;
	text-align: center;
}

/* Download and Donate button styles */

a#download {
	background-color: #0080ff;
}
a#download:active {
	background-color: #00aaff;
}
a#donate {
	background-color: #00cc00;
}
a#donate:active {
	background-color: #00ee00;
}
a.button {
	display: block;
	width: 244px;
	padding: 10px 0;
	margin: 0 2px;
	text-align: center;
	color: white;
	font-family: Futura, sans-serif;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: left;
}

/* End Download and Donate button styles */

div#main {
	clear: both;
}
p.important {
	color: red;
}
p.featureItem {
	margin-left: 63px;
	position: relative;
}
p.featureItem img.featureIcon {
	position: absolute;
	left: -63px;
	padding-right: 15px;
	padding-bottom: 15px;
}
p.systemRequirements {
	text-align: center;
}
div#footer {
	position: static;
	bottom: 0;
	padding: 5px 0 3px 0;
	width: 100%;
	background-color: #f5f5f5;
}
div#footer div#nav {
	padding: 5px 0;
}
div#footer div#copyright {
	font-size: 75%;
}
p.hasFloater {
	padding-bottom: 30px;
	clear: both;
}
p.hasFloater img {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}
form#paymentForm input#amountField {
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	width: 70px;
	padding: 4px 10px 4px 10px;
	margin-left: 50px;
	float: left;
}
form#paymentForm input#submit {
	padding: 4px 10px;
}
form#paymentForm img {
	clear: left;
}
p {
	margin-bottom: 40px !important;
	color: #505050;
	line-height: 2;
}
pre {
	margin-bottom: 20px;
	color: #505050;
	font-family: Monaco, monospace;
	overflow-x: auto;
}
ul,
ol {
	margin: 20px 0;
}
li {
	margin-left: 25px;
	color: #505050;
}
ul ul {
	margin: 0;
}
ul ul li,
ol ol li {
	margin-left: 35px;
}
h1,
h2,
h3 {
	margin: 15px 0;
}
span.code {
	font-family: Monaco, 'Lucida Console', 'Courier New', monospace;
}
img.floatLeft {
	float: left;
	padding: 10px 15px 10px 0;
}
img.floatRight {
	float: right;
	padding: 10px 0 10px 15px;
}
@media screen and (max-width: 1200px) {
	img#mainlogo {
		position: absolute;
		right: 45px;
		top: 90px;
	}
	div.light-blue-bg {
		background-color: rgb(75, 149, 233);
		padding: 30px 20px;
	}
}
@media screen and (max-width: 992px) {
	img#mainlogo {
		position: absolute;
		right: 0px;
		top: 70px;
		max-width: 100%;
	}
	div#title {
		width: 100%;
		min-height: 550px;
		max-height: 750px;
		height: 550px !important;
		margin: 0 auto;
		padding-bottom: 30px;
		background-color: #fff;
		background-image: url('/images/header-bg.png');
		background-repeat: repeat;
	}
	#title h1 {
		line-height: 1.45;
		margin: 10px 0px 30px 0px;
		color: #999999;
		font-weight: 400;
		font-size: 45px;
	}
	div.sidebar {
		padding: 20px 20px;
	}
	div.light-blue-bg {
  background-color: rgb(75, 149, 233);
  padding: 30px 55px;
}
}
@media screen and (max-width: 700px) {
	img#mainlogo {
		position: absolute;
		right: 0px;
		top: 95px;
		width: 235px;
		height: auto;
	}
}
@media screen and (max-width: 635px) {
	img#mainlogo {
		display: none;
	}
	.mobile-ver {
		display: block;
	}
	.desktop-ver {
		display: none;
	}
	#title h1 {
		line-height: 1.45;
		margin: 40px 0px 40px 0px;
		font-size: 26px;
	}
	div.blue-bg {
		background-color: rgb(34, 99, 222);
		padding: 0px;
	}
	div#title {
		min-height: 450px;
	}
	div.light-blue-bg {
  background-color: rgb(75, 149, 233);
  padding: 30px 30px;
}
}
@media screen and (max-width: 555px) {
	.social {
		float: left;
	}
}