html, body {
	background-color: #303636;	
	background-image: url('../images/page_background.png');
	background-position: top;
	background-repeat: repeat-x;
}

a 
{
	color: Blue;
}

strong {
	font-weight: bold;
}

#hd {
	height: 130px;
}

#hd .utility {
	float: right;
	height: 40px;
	line-height: 40px;
	color: Silver;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}

#hd .utility a {
	color: Silver;	
}

#hd .logo {
	float: left;
}

#hd .logo a {
	display: block;
	text-indent: -900px;
	overflow: hidden;
	background-image: url('../images/header_logo.png');
	background-repeat: no-repeat;
	width: 196px;
	height: 126px;
}

#bd {
	position: relative;
	background-color: White;
	min-height: 300px;
}

#bd .ct {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#bd .cb {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

#bd .ct, #bd .ct div, #bd .cb, #bd .cb div {
	background-image: url('../images/body_corners.png');
	background-repeat: no-repeat;
	height: 10px;
}

#bd .ct div {
	background-position: 100% -10px;
}

#bd .cb {
	background-position: 0 -20px;
}

#bd .cb div {
	background-position: 100% -30px;
}

#bd .inner {
	padding: 3px;
}

#bd .leader {
	height: 303px;
	background-image: url('../images/leader_background.png');
	background-color: #353b3b;
	margin-bottom: 3px;
	position: relative;
}

#bd .leader .leader-ct, .leader .leader-ct div {
	background-image: url('../images/leader_corners.png');
	background-repeat: no-repeat;
	height: 8px;
}

#bd .leader .leader-ct div {
	background-position: 100% -10px;
}

#bd .leader .inner {
	padding-left: 47px;
	padding-top: 47px;
	width: 548px;
}

#bd .leader .inner h1 {
	color: White;
	font-size: 36px;
	font-weight: bold;
}

#bd .leader .inner .action {
	margin: 25px auto 0;
	display: block;
	width: 197px;
	height: 62px;
	background-image: url('../images/button_learnmore.png');
	text-indent: -900px;
	overflow: hidden;
}

#bd .leader .screenshot {
	position: absolute;
	right: 10px;
	bottom: 0;
}

#bd .main-wrapper {
	background-image: url('../images/subleader_background.png');
	background-repeat: repeat-x;
	background-position: top;
	min-height: 200px;
	padding: 21px 47px;
}

#bd .main-wrapper h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	color: #5f6666;
	font-size: 18px;
}

ul.benefits {
	width: 48%;	
}

ul.benefits li {
	margin-bottom: 13px;
	padding-left: 13px;
	background-image: url('../images/kiwi.gif');
	background-position: 0 4px;
	background-repeat: no-repeat;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.4em;
}

.tour {
	border-bottom: 1px dotted #c4c4c4;
	clear: both;
	margin: 10px 0 21px;
	padding: 12px;
	text-align: center;
	color: #555555;
}

.tour a 
{
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.sidebar {
	padding-right: 31px;
}

.testimonial {
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px dotted #c4c4c4;
}

.testimonial blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	margin-bottom: 4px;
	line-height: 1.6em;
}

.testimonial cite {
	display: block;
	text-align: right;
	font-size: 12px;
}

.testimonial cite img {
	vertical-align: middle;
}

#ft {
	padding: 5px 8px 10px;
	font-size: 10px;
	color: Silver;
	height: 1em;
}

#ft a {
	color: White;
}

#ft .nav {
	float: left;
}

#ft .nav li {
	float: left;
	margin-right: 1em;
}

#ft .copyright {
	float: right;	
}

#free-trial {
	margin: 28px 200px 20px;
	clear: both;
	border: 1px solid #dcdcdc;
	border-left: none;
	border-right: none;
	background-color: #efefef;
	padding: 12px;
}

#free-trial h4 {
	font-size: 22px;
	color: #222222;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 8px;
}

#free-trial .form {
	text-align: left;
}

#free-trial .form p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin-bottom: 1em;
	line-height: 1.4em;
}

#free-trial .form label {
	color: #555555;
	font-weight: bold;
	font-size: 12px;
}

#free-trial .form input.text {
	font-size: 16px;
	padding: 4px;
}

label.error {
	color: #cc0000 !important;
}

p
{
	line-height: 1.6em;
	margin-bottom: 1em;
}

span.req 
{
	color: #cc0000;
	font-weight: bold;
}