#banner {
	background: url(/images/home/bg-banner-clouds.png) 50% 0;
}
#banner .bg {
	background: url(/images/home/bg-banner-outer.jpg) no-repeat 50% 0;	
	height: 350px;
}
#banner .inner {
	height: 350px;
	background: url(/images/home/bg-banner-inner.png) no-repeat 50% -20px;
	width: 990px;
	text-align: center;
}
#banner .inner h2 {
	position: absolute;
	left: -9999em;
}

a.btnSignUpForFree {
	display: block;
	background: url(/images/page/form/buttons/btn-sign-up-free.png) no-repeat 0 0;
	height: 50px;
	width: 200px;
	text-indent: -999em;
	overflow: hidden;
	margin: 0 auto;
}
a.btnSignUpForFree:hover {
	background-position: 0 -50px;
}

#banner div.text {
	width: 490px;
	height: 162px;
	padding-top: 110px;
	text-align: center;
	font-size: 1.5em;
	margin: 0 auto;
}
#banner div.text p {
	line-height: 1.3em;
	margin-top: 0;
}

#content {
	background: #fff;
}
#content .inner {
	padding-top: 20px;
}
div.praise {
	margin: 30px 0 0;
}
div.praise blockquote {
	background: #fff url(/images/home/quotemark.png) no-repeat 0 0;
	padding: 0 20px 0 35px;
	margin: 0 0 10px;
	font-size: 1.1em;
	line-height: 1.5em;
	font-style: italic;
}
div.praise cite {
	color: #999999;
	margin-left: 40px;
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

#bottomSignupButton {
	margin-top: 50px;
}
#bottomSignupButton a.btnSignUpForFree {

}
.twoColumnLayout .cA {
	width: 520px;
	margin-right: 65px;
	padding-top: 20px;
}
.twoColumnLayout .cB {
	width: 345px;
	background: url(/images/home/screenshot.png) no-repeat 40% 0;
	padding-top: 260px;
}
.twoColumnLayout h2 {
	text-transform: capitalize;
	margin-top: 0;
}
.twoColumnLayout h3 {
	margin: 1.5em 0 0.5em 0;
	font-size: 1.4em;
	font-weight: bold;
}
.twoColumnLayout .cA p {
	line-height: 1.4em;
}
#newsletterForm {
	border: 5px solid #ccc;
	background: #fff;
	width: 300px;
	padding: 15px;
	margin: 20px 0 0;
}
#newsletterForm h3 {
	margin: 0;
}
#newsletterForm label {
	clear: none;
	float: none;
	display: inline;
	line-height: auto;
}
#newsletterForm input.text {
	width: 250px;
}
#newsletterForm div.subscribe {
	margin-top: 5px;
}
#newsletterForm p {
	margin-bottom: 0;
	font-size: 1.1em;
	line-height: 1.4em;
}
