/* CSS Document */

* {margin: 0; padding: 0;}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#top-bar {
	height: 6px;
	width: 100%;
	background-color: #57ba07;
}
#wrapper #footer {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #57ba07;
	margin-top: 20px;
	margin-bottom: 10px;
}

#top-gradient #top-gradient-logo {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#top-gradient {
	background-image: url(images/body-gradient.png);
	background-repeat: repeat-x;
	height: 100px;
}
#header {
	background-image: url(images/Header-Background.png);
	height: 120px;
	width: 100%;
	background-repeat: repeat-x;
}

#header h1 {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 28px;
	text-align: center;
	margin: 10px 0;
	color: #FFFFFF;
}
h2 {
	font-family: "Trebuchet MS", Arial;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
}


#wrapper {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

p, #wrapper ul {
	color: #333333;
	padding-bottom: 20px;
	font-size: 14px;
	line-height: 24px;
}

#wrapper #right-box {
	position: relative;
	float: right;
	height: 330px;
	width: 245px;
	background-image: url(images/ecover.png);
	background-repeat: no-repeat;
}
h3 {
	background-image: url(images/red-house-bullet.png);
	background-repeat: no-repeat;
	padding-bottom: 27px;
	padding-left: 65px;
	padding-top: 10px;
}


#wrapper #leftcol {
	width: 550px;
}

#wrapper ul {
	margin-left: 50px;
}

.features li {
	background-image: url(images/green-bullet.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0 0 10px 40px;
	list-style-type: none;
}

.indent li {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0 0 10px 70px;
	list-style-type: none;
}

.bonus1 {
	background-image: url(images/bonus1.gif);
	background-repeat: no-repeat;
}

.bonus2 {
	background-image: url(images/bonus2.gif);
	background-repeat: no-repeat;
}

