/* RESET */
* {
	margin:0;
	padding:0;
}
img { border:none; }


/* TYPOGRAPHY */
body {
	font-family:arial, sans-serif;
	color:#;
}
h1,h2 {
	text-indent:-9999px;
	background-repeat:no-repeat;
}
h1 {
	background-image:url('../img/h1.gif');
	width:351px;
	height:90px;
	margin: -7px 0 20px 0;
	position: relative;
	z-index: 100;
}
h1.thankyou {
	background-image:url('../img/h1-thankyou.gif');
	width:351px;
	height:49px;
	margin: -7px 0 20px 0;
	position: relative;
	z-index: 100;
}
h2 {
	margin-top: -95px;
	background-image:url('../img/download_free.gif');
	width:100%;
	height:57px;
	margin-bottom:20px;
}
p, li {
	font-size:11px;
	color:#444;
	line-height:20px;
}
p, ul {
	margin-bottom:10px;
}
p.reset {
	margin:0;
}
p.strong, strong {
	color:#000;
	font-weight:bold;
}
li {
	margin-left:25px;
	font-style:italic;
}
a {
	color:#8dae92;
}

/* LAYOUT */
.wrap {
	width:800px;
	margin:auto;
}
.background {
	width:780px;
	padding:0 10px;
	float:left;
	background:url('../img/bg_shadow.gif') repeat-y;
	overflow:hidden;
}
	#own{
		background: url('../img/product.jpg') no-repeat;
		width: 480px;
		height: 253px;
		display: block;
		margin: -172px 0 0 295px;
		z-index: 55;
		position: relative;
	}
	#own2{
		background: url('../img/product.gif') no-repeat;
		width: 480px;
		height: 253px;
		display: block;
		margin: -1px 0 0 295px;
		z-index: 55;
		position: relative;
	}

#header {
	float:left;
	width:778px;
	background: #8dae92;
	height:171px;
	position:relative;
	border:solid #999;
	border-width:0 1px;	
	z-index: 1;
}
	#header #logo {
		position:absolute;
		top:-1px;
	}
	#header #sixsteps {
		position:absolute;
		right:36px;
		top:0px;
	}
	
/* main */
#main {
	width:780px;
	float:left;
}
#content {
	width:390px;
	float:left;
	margin:40px 50px 0px 44px;
	display:inline;
}
	#signature {
		margin-bottom:-10px;
	}
	
/* side */
#side {
	float:left;
	width:220px;
	margin-right:74px;
	padding-top:175px;
	display:inline;
}
.input {
	margin-bottom:10px;
	float:left;
	width:100%;
	font-size:12px;
}
	label {
		font-size:10px;
		letter-spacing:1px;
		width:100%;
		margin-bottom:1px;
		float:left;
	}
		label span {
			color:#bbb;
		}
	.text input, .text textarea {
		background:url('../img/input_shadow.gif') repeat-x top;
		border:1px solid #ccc;
		width:217px;
		padding:2px 0;
		float:left;
		clear:left;
	}
	.submit input {
	
	}
#side p {
	text-align:center;
	color:#999;
}


/* footer */
#footer .background {
	background:url('../img/bg_footer.gif') repeat-y;
	height:50px;
}
	#footer p {
		color:#999;
		font-size:10px;
		margin:10px 0 0 44px;
	}