.home #banner-text {
	position: absolute;
	top: 50%;
	margin-top: -141px;
	left: 40px;
	background: url(../img/banner_text_home.png) no-repeat;
	width: 559px;
	height: 282px;
	z-index: 5;
}
.home #banner-image {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../img/banner_image_home.jpg) no-repeat;
	width: 500px;
	height: 348px;
	z-index: 4;
}
/*
 *  Left
 */
#body-left ul.checklist {
	list-style: none;
	margin-top: 10px;
}
#body-left ul.checklist li {
	float: left;
	width: 250px;
	padding-left: 45px;
	padding-right: 15px;
	color: #BBBBBB;
	background: url(../img/tick.png) no-repeat 25px 7px;
	line-height: 225%;
	font-size: 13px;
}
ul.headlines {
	list-style: none;
}
ul.headlines li {
	width: 172px;
	margin-left: 30px;
	float: left;
	margin-top: 25px;
}
ul.headlines #head1 {
	background: url(../img/headlines_1.png) no-repeat;
	display: block;
	width: 172px;
	height: 102px;
	border: 0;
	text-indent: -5000px;
}
ul.headlines #head2 {
	background: url(../img/headlines_2.png) no-repeat;
	display: block;
	width: 172px;
	height: 102px;
	border: 0;
	text-indent: -5000px;
}
ul.headlines #head3 {
	background: url(../img/headlines_3.png) no-repeat;
	display: block;
	width: 172px;
	height: 102px;
	border: 0;
	text-indent: -5000px;
}
ul.headlines #head1:hover, ul.headlines #head2:hover, ul.headlines #head3:hover {
	border: 0;
}
/*
 *  Right
 */
#free {
	width: 212px;
	background-color: #AA2222;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #CF3838;
	display: block;
	padding: 15px 0px 15px 20px;
	color: #FF9999;
	text-decoration: none;
	margin: 10px 0px 20px 5px;
	font-size: 14px;
}
#free img {
	position: absolute;
	top: 18px;
	right: 20px;
}
#free span {
	display: block;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	margin-top: 3px;
}
#free:hover {
	background-color: #AA2222;
	color: #FFFFFF;
}
#body-right h2 {
	color: #FFFFFF;
	font-weight: normal;
	font-family: "Lucida Grande",Verdana,sans-serif;
	font-size: 14px;
	padding-bottom: 6px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #333333;
	text-align: left;
}
#testimonials {
	color:#AAAAAA;
	margin-bottom: 20px;
}
#testimonials p {
	color: #FFFFFF;
	line-height: 150%;
	font-size: 12px;
	padding: 0px 10px;
}
#testimonials span {
	display: block;
	font-size: 11px;
	color: #999999;
	padding-bottom: 5px;
	border-bottom: 1px dotted #222222;
	margin-bottom: 5px;
	font-style: italic;
}
#testimonials p.last span {
	padding: 0;
	border-bottom: 0;
}
#newsletter {
	text-align: center;
	margin: 15px 0px;
}
#newsletter p.button {
	text-align: left;
}
#newsletter input.text {
	color: #AAAAAA;
	background-color: #000000;
	border: 2px solid #333333;
	width: 200px;
	padding: 3px 5px;
	margin-bottom: 5px;
	font-size: 15px;
}
#newsletter .success {
	padding: 15px 0px;
	border: 2px solid #336600;
	background-color: #b6e580;
	color: #336600;
	font-weight: bold;
}
#newsletter .fail {
	padding: 10px 0px;
	border: 2px solid #336600;
	background-color: #b6e580;
	color: #336600;
	font-weight: bold;
	margin-bottom: 10px;
}
#newsletter #signup {
	position: relative;
	top: 0px;
	left: 68px;
	width: 102px;
	height: 34px;
	display: block;
	padding: 0;
	text-indent: -5000px;
}
#newsletter #signup {
	background: url(../img/news_signup.png) no-repeat center 0px;
}
#newsletter #signup:hover {
	background: url(../img/news_signup.png) no-repeat center -34px;
}
#newsletter #signup:active {
	background: url(../img/news_signup.png) no-repeat center -68px;
}
