html {
	height: 100%;
	font-family: Helvetica;
}

a {
	text-decoration: none;
}

.signupLink {
	font-size: 16px;
	display: block;
	margin-top: 10px;
}

.signupLink:hover {
	text-decoration: underline;
}

body {
	background: url(http://www.onleads.ca/images/background.png);
	height: 100%;
	font-family: Helvetica;
}

.wrap {
	width: 100%;
	margin: 0 auto;
}

.wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#main {
	padding-top: 80px;
}

a {
	color: #6b88a0;
}

#header {
	background: rgba(255, 255, 255, 0.87);
	padding: 32px 0;
	position: fixed;
	z-index: 1000;
	width: 100%;

	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}

#header #logo {
	display: block;

	width: 220px;
	height: 41px;
	float: left;
	margin-right: 95px;
}

#header #navigation {
	padding-top: 12px;
}

#header #navigation li {
	float: left;
	padding: 0 12px;
	font-size: 18px;
}

#header #navigation li a {
	color: #6b88a0;
	font-family: ProximaNovaRegular;
}

#header #navigation li a:hover {
	color: #44657f !important;
	font-family: ProximaNovaRegular;
}

#header .buttons {
	float: right;
}

#header .buttons a {
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	border: 1px solid #4989c7;
	padding: 10px;
	border-radius: 4px;
	margin-left: 10px;

	background: -webkit-linear-gradient(#5193d0, #3678c0);
	background: -moz-linear-gradient(#5193d0, #3678c0);
	background: -o-linear-gradient(#5193d0, #3678c0);
	background: -ms-linear-gradient(#5193d0, #3678c0);
	background: linear-gradient(#5193d0, #3678c0);

	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

#header .buttons a:hover {
	background: -webkit-linear-gradient(#67a3d8, #4584c6);
	background: -moz-linear-gradient(#67a3d8, #4584c6);
	background: -o-linear-gradient(#67a3d8, #4584c6);
	background: -ms-linear-gradient(#67a3d8, #4584c6);
	background: linear-gradient(#67a3d8, #4584c6);
}

#header .buttons a:active {
	background: -webkit-linear-gradient(#3678c0, #5193d0);
	background: -moz-linear-gradient(#3678c0, #5193d0);
	background: -o-linear-gradient(#3678c0, #5193d0);
	background: -ms-linear-gradient(#3678c0, #5193d0);
	background: linear-gradient(#3678c0, #5193d0);
}

#header .buttons a.createAccount {
	border: 1px solid #679b68;

	background: -webkit-linear-gradient(#76ae77, #59965a);
	background: -moz-linear-gradient(#76ae77, #59965a);
	background: -o-linear-gradient(#76ae77, #59965a);
	background: -ms-linear-gradient(#76ae77, #59965a);
	background: linear-gradient(#76ae77, #59965a);
}

#header .buttons a.createAccount:hover {
	background: -webkit-linear-gradient(#8aba8b, #67a068);
	background: -moz-linear-gradient(#8aba8b, #67a068);
	background: -o-linear-gradient(#8aba8b, #67a068);
	background: -ms-linear-gradient(#8aba8b, #67a068);
	background: linear-gradient(#8aba8b, #67a068);
}

#header .buttons a.createAccount:active {
	background: -webkit-linear-gradient(#59965a, #76ae77);
	background: -moz-linear-gradient(#59965a, #76ae77);
	background: -o-linear-gradient(#59965a, #76ae77);
	background: -ms-linear-gradient(#59965a, #76ae77);
	background: linear-gradient(#59965a, #76ae77);
}

h1,h2 {
	text-align: center;
	color: green;
	color: #4f9250;
	font-size: 30px;
	border-bottom: 1px solid #d8dde0;
	padding-bottom: 20px;
	padding-top: 25px;
	font-family: AllerLight;
}

h1 {
	line-height: 1.1em;
	height: 100px;
	position: relative;
	padding-top: 0;
	margin-top: 20px;
}

.content {
	display: block;
	width: 100%;
        max-width: 700px;
        margin:
        0 auto;
}

#business {
	font-family: Aller;
	border-top: 1px solid #d8dde0;
	border-bottom: 1px solid #d8dde0;
	padding: 40px 0;
	margin-bottom: 20px;
	text-align: center;
	font-size: 26px;
	color: #647989;
}

#business p {
	padding-top: 10px;
}

#container {
	display: block;
	width: 100%;
        max-width: 700px;
        margin:
        0 auto;
}
#leftcolumn { width: 440px; float: left}
#rightcolumn { width: 540px; float: right}
.clear { clear: both;}

/* ----- MAIN DESCRIPTION ----- */

.homedescription {
	width: 357px;
	text-shadow: 0 1px 0 #FFF;
	display: table-cell;
	vertical-align: middle;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #4d4c4c;
}

.homedescription h3 {
	font-size: 30px;
	color: #405462;
	line-height: 1.1em;
}

/* ----- GREEN BUTTON ----- */

.green_btn {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	height: auto;
	border-radius: 4px;

	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
	font-family: AllerLight;
	border: 1px solid #679b68;
	
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);

	background: -webkit-linear-gradient(#76ae77, #59965a);
	background: -moz-linear-gradient(#76ae77, #59965a);
	background: -o-linear-gradient(#76ae77, #59965a);
	background: -ms-linear-gradient(#76ae77, #59965a);
	background: linear-gradient(#76ae77, #59965a);
	width: 340px;
	height: 40px;
	cursor: pointer;
}

.green_btn:hover {
	background: -webkit-linear-gradient(#8aba8b, #67a068);
	background: -moz-linear-gradient(#8aba8b, #67a068);
	background: -o-linear-gradient(#8aba8b, #67a068);
	background: -ms-linear-gradient(#8aba8b, #67a068);
	background: linear-gradient(#8aba8b, #67a068);
}