* { margin:0; padding:0; }

body
{ 
	background:#101010;
	font:12px Tahoma, Arial; color:#000000;
	background-image: url('images/background.png');
	background-repeat: repeat-x;
}

A:link {text-decoration: underline; color: #FFFFFF;}
A:visited {text-decoration: underline; color: #FFFFFF;}
A:active {text-decoration: underline; color: #FFFFFF;}
A:hover {text-decoration: none; color: #FFFFFF;}

#container {
	width:1024px; height:auto;
	margin:0 auto;
	background-image: url('images/bgcontent.png');
	background-repeat: repeat-y;
}

#banner {
	width: 899px; height: 223px;
	background-image: url('images/banner.png');
	margin-left: 29px;
}

.tryitfree {
	font: 28px Tahoma, Arial; color: #98170e;
	font-weight: bold;
	margin: -63px 50px 0 0;
	text-align: right;
}

#logo {
	width: 338px; height: 90px;
	border: 0px;
	margin: 0 50px 0 10px;
}

.slogan {
	font: 34px Tahoma, Arial; color: #dadada;
	font-weight: bold;
	padding: 54px 0 0 300px;
}

#leftcontent {
	width: 585px;
	padding: 10px 0 0 40px;
	line-height: 15px;
	float: left;
}

	h1 {
		font: 18px Tahoma, Arial; color: #761f25;
		font-weight: bold;
		margin-bottom: -15px;
	}

#rightcontent {
	width: 253px; height: 244px;
	color: #FFFFFF;
	margin: 10px 110px 0 0px;
	padding: 19px 5px 0 5px;
	line-height: 15px;
	float: right;
	background-image: url('images/rightbg.png');
}

	h2 {
		font: 19px Tahoma, Arial;
		text-align: center;
	}

.formedit {
	font: 14px Tahoma, Arial;
	line-height: 30px;
	text-align: right;
	padding: 19px 9px 0 0;
}

.textinput {
	height: 21px; width: 187px;
}

.submit {
	width: 198px; height: 41px;
	margin: 13px 16px 0 0;
	cursor:pointer;
	border: 0px;
	background:url(images/tryitnow.png);
	float: right;
}

.clear {
	clear: both;
}

#customertitle {
	font: 18px Tahoma, Arial;
	font-weight: bold;
	text-align: center;
	padding: 5px 50px 10px 0;
}

.testimonial {
	width: 863px; height: auto;
	margin: 0 0 0 38px;
	background:url(images/gradientbg.png);
	background-color: #520104;
	background-repeat: no-repeat;
	border: 1px solid #000000; 
	color: #FFFFFF;
	padding: 6px 8px 6px 8px;
}

.testimonialauthor {
	text-align: right;
	padding-right: 10px;
}

.testimonialspacer {
	margin-left: 38px;
}

#footer {
	width: 1050px; height: 40px;
	margin:0 auto;
	background:url(images/footer.png);
	background-repeat: no-repeat;
	padding: 50px 40px 0 0;
	text-align: center;
	color: #FFFFFF;
}