@import url(reset.css);

body {
	background-color: #f2f2f2;
	font: 12px Helvetica, Arial, sans-serif;
}

.clear {
	clear: both;
}

/* HEADER */

#header {
	width: 100%;
	height: 244px;
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
}

#header-content {
	width: 900px;
	height: 244px;
	position: relative;
	background-image: url(../images/header_coins.png);
	background-repeat: no-repeat;
	background-position: 248px 121px;
	margin: 0 auto;
}

#header-content .text {
	position: absolute;
	top: 33px;
	right: 41px;
}

#header-content .offer-text {
	position: absolute;
	top: 62px;
	left: 251px;
}

#header-content .logo {
	position: absolute;
}

#header-content .top_curve {
	position: absolute;
	bottom: -1px;
	left: -9px;
	width: 918px;
	height: 38px;
	background-image: url(../images/top_curve.png);
}

#content-wrapper .top_curve_offers {
	position: absolute;
	width: 918px;
	height: 38px;
	top: -38px;
	left: 1px;
	background-image: url(../images/top_curve.png);
}

/* CONTENT */

#content-wrapper {
	width: 920px;
	margin: 0 auto;
	z-index: 2;
	position: relative;
}

#content {
	width: 858px;
	margin: 0 auto;
	background-image: url(../images/content_bg.png);
	background-repeat: repeat-y;
	padding: 0 30px;
	overflow: hidden;
	clear: both;
}

#btn_skip {
    margin: 20px 0 0 60px;
    float:left;

}

/* iFrame */

.iframe {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* BUTTONS */

#btn1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


#left_section {
	float: left;
}

.pbar { 
    margin: 20px 50px 0;
    float:right;
}

#content h1 {
	font-weight: bold;
	font-size: 28px;
	color: #333333;
	text-align: center;
}

#content h3 {
    font-weight: bold;
	font-size: 22px;
	color: #333333;
	text-align: center;
}

#steps ul li {
	width: 455px;
	clear: both;
	margin-bottom: 30px;
}

#steps ul li .step_circle1 {
	width: 58px;
	height: 57px;
	background-image: url(../images/step_circle1.png);
	float: left;
	margin-right: 10px;
}

#steps ul li .step_circle2 {
	width: 58px;
	height: 57px;
	background-image: url(../images/step_circle2.png);
	float: left;
	margin-right: 10px;
}

#steps ul li .step_circle3 {
	width: 58px;
	height: 57px;
	background-image: url(../images/step_circle3.png);
	float: left;
	margin-right: 10px;
}

#steps ul li p.step_number {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	line-height: 54px;
	margin-left: 21px;
}

#steps ul li h1 {
	font-size: 18px;
	text-align: left;
	margin-bottom: 5px;
}

#steps ul li p {
	font-size: 15px;
	line-height: 1.5em;
	color: #333;
}

#testimonials  {
	margin-top: 40px;
}

#testimonials h1 {
	font-size: 25px;
	color: #ff6c00;
	text-align: left;
}

#testimonials ul li {
	width: 385px;
	clear: both;
    padding-top: 25px;
	margin-left: 25px;
}

#testimonials ul li img {
	float: left;
	border: 1px solid #ccc;
	margin-right: 15px;
	
}

#testimonials ul li h2 {
	color: #0066cc;
	margin-bottom: 15px;
}

#testimonials ul li p {
	margin-bottom: 10px;
}

#testimonials ul li span {
	font-weight: bold;
}

#right_section {
	margin-bottom: 10px;
}

#userform {
	width: 390px;
	float: right;
}

#userform .form_top_curve {
	width: 370px;
	height: 13px;
	background-image: url(../images/form_top_curve.png);
	margin: 0 auto;
}

#userform .form_bottom_curve {
	width: 370px;
	height: 14px;
	background-image: url(../images/form_bottom_curve.png);
	background-repeat: no-repeat;
	margin: 0 auto;
}

#userform .form_content {
	width: 368px;
	background-color: #f2f0f0;
	border-left: 1px solid #c4c4c4;
	border-right: 1px solid #c4c4c4;
	margin: 0 auto;
	padding: 60px 0 10px;
}

#userform  .form_header {
	width: 390px;
	height: 54px;
	background-image: url(../images/form_header_bg.png);
	position: absolute;
}

#userform  .form_header h1 {
	text-align: center;
	line-height: 43px;
	color: #fff;
}

#userform .form_box {
    width: 250px;
	margin: 0 auto;
	font-size: 14px;
}

#userform .form_box .row {
    padding-bottom: 12px;
    width: 100%;
}

#userform .form_box .gender {
	padding: 5px 0 13px;
	margin: 0 auto;
    width: 220px;
	position: relative;
}

#userform .form_box .gender label {
	margin: 0 15px;
}

#userform .form_box .gender input[type="radio"] {
	position: absolute;
    top: 6px;
}

#userform .form_box .row input[type="text"] {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #676767;
    color: #333333;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 6px 7px;
    width: 238px;
}

#userform .form_box .select_row {
	padding: 5px 0 13px;
	margin: 0 auto;
    width: 220px;
}

#userform .form_box select[name="age"] {
	margin-left: 10px;
	width: 50px;
}

#userform .form_box select[name="state"] {
    margin-left: 10px;
}


#userform .button_box .row input.btn {
    background: url(../images/join_now_button.png) no-repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    height: 57px;
    width: 224px;
	margin: 10px 72px 0;
}

#userform .button_box .member {
    padding-top: 10px;
    text-align: center;
    width: 100%;
}

#content-wrapper .bottom_curve {
	position: absolute;
	width: 918px;
	height: 38px;
	background-image: url(../images/bottom_curve.png);
	background-repeat: no-repeat;
	left: 1px;
	bottom: -37px;
}

#laststep p.laststep {
	font-size: 47px;
	font-weight: normal;
	color: #fff;
	position: absolute;
	left: 340px;
	top: 3px;
}

#content p.heading {
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	color: #333333;
	margin: 0 0 15px;
}

#content p.smallerHeading {
    font-weight: bold;
	font-size: 25px;
	text-align: center;
	color: #f30f04;
	margin: 0 0 10px;
}

#content p.warning {
    font-weight: bold;
    font-size: 18px;
    text-align:center;
    color: #f30f04;
    margin: 20px 0 2px;
}

#content p.smallWarning {
    font-weight: bold;
    font-size: 18px;
    text-align:center;
    color: #f30f04;
    margin: 1px 0 2px;
}


ul#offers li {
	width: 698px;
	background-color: #f8f8f8;
	border: 3px solid #f1f1f1;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 18px;
	overflow: hidden;
}

#offers .offer_header {
	width: 698px;
	height: 38px;
	background-image: url(../images/offer_header_bg.png);
	background-repeat: repeat-x;
	margin: 0 auto;
	margin-bottom: 20px;
}

#offers .offer_header h2 {
	color: #ffffff;
	font-size: 24px;
	font-weight: normal;
	line-height: 38px;
	margin-left: 10px;
}

.offer_img {
	border: 5px solid #dedede;
	float: left;
	margin-right: 20px;
}

.offer_info {
	width: 700px;
}

.offer_info p {
	font-size: 20px;
	color: #333333;
	margin-bottom: 20px;
}

a.claim_button  {
	display: block;
	width: 400px;
	margin-left: 210px;
}

/* FOOTER */

#outer_footer {
    background: none repeat scroll 0 0 #F2F2F2;
    float: left;
    margin-top: -30px;
    position: relative;
    width: 100%;
    z-index: 1;
}

#outer_footer .wrapper {
	margin: 0 auto;
    position: relative;
    width: 920px;
    z-index: 2;
}

#footer {
    float: left;
    padding: 95px 0 30px;
    text-align: center;
    width: 920px;
}
#footer p {
    color: #5e5e5e;
    float: left;
    font-size: 12px;
    text-align: center;
    width: 100%;
}
#footer ul {
    float: left;
    list-style: none outside none;
    margin-top: 10px;
    padding: 0;
    width: 100%;
}
#footer ul li {
    background: url("divider.gif") no-repeat scroll left center transparent;
    display: inline;
    font-size: 12px;
    margin: 0;
    padding: 0 5px;
    width: auto;
}

#footer ul li a {
    color: #5e5e5e;
    margin: 0;
    text-decoration: underline;
}


.red {
	border: 1px solid red;
	background-color: #F8DBDB;
}
.errorDiv {
	display:none;
	color: #BE0000;
	font-size: 13px;
	margin-top:5px;
	margin-bottom:5px;
	text-align: left;
}


div.claimrewardsbutton { display:none; }
div.claimrewardsbutton.img { display:none; }


