/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Reset End */

/* General */

body {
	font: 11px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: rgb(69,69,69);
}
a {
	color: rgb(122,34,14);
}
a:hover {
	color: rgb(115,152,223);
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}

#wrapper {
	width: 780px;
	margin: 0 auto 0 auto;
	border-left-color: rgb(211,218,219);
	border-left-style: solid;
	border-left-width: 6px;
	border-right-color: rgb(211,218,219);
	border-right-style: solid;
	border-right-width: 6px;
}
.clear {
	clear: both;
}
#header {
	width: 780px;
	height: 147px;
	background: gray;
	font-size: 20px;
}

/* Main Content */

#column1 {
	float: left;
	width: 390px;
	height: 423px;
	background: url(../images/column1_bg.png);
}
.copy {
	margin: 20px 0 0 25px;
}

/* Benefits Setup */

#benefits {
	margin: 30px 0 0 0;
}
.benefit {
	width: 330px;
	height: 64px;
	margin: 15px 0 0 0;
	background: url(../images/benefit_bg.png);
}
.benefit_icon {
	float: left;
	margin: 10px 0 0 0;
}
.benefit_copy {
	float: left;
	margin: 10px 0 0 15px;
}
#column2 {
	position: relative;
	float: left;
	width: 390px;
	height: 423px;
	background: url(../images/column2_bg.png);
}

/* Register Button */

#signup_wrap {
	width: 192px;
	text-align: center;
	margin: 100px auto 0 auto;
}
#signup_btn {
	display: block;
	text-indent: -9999px;
	width: 192px;
	height: 43px;
	background: url(../images/signup_btn.png);
}
/* Steps Setup */

#steps_wrap {
	margin: 20px 0 0 0;
	width: 390px;
}
#steps_icons {
	width: 280px;
	height: 38px;
	background: url(../images/steps_icons.png);
	margin: 0 auto 0 auto;
}
.steps_copy {
	float: left;
	text-align: center;
}
#steps_copy01 {
	margin: 0 0 0 24px;
}
#steps_copy02 {
	margin: 0 0 0 36px;
}
#steps_copy03 {
	margin: 0 0 0 36px;
}

/* Offers Setup */

#offers {
	position: relative;
	width: 780px;
	height: 330px;
	background: white url(../images/offers_bg.png) no-repeat;
}
#offers_tab {
	position: absolute;
	width: 229px;
	height: 42px;
	text-indent: -9999px;
	background: url(../images/offers_tab.png);
	top: -27px;
	left: 25px;
}
#offers_imgs {
	position: absolute;
	height: 256px;
	top: 35px;
	left: 25px;
}
.offers_img {
	float: left;
	margin: 0 50px 0 0;
}

#footer {
	width: 780px;
	height: 74px;
	background: gray;
	font-size: 20px;
}
