/*------------------------------------------
	Reset
------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}

a{outline: none;}

body {
	color: #aaa;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	background-color: #090909;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	background-position: 50% 0;
}
#container {
	width: 960px;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#p{	
	font-size: 13px;
	color: #aaa;
}
#p a{
	color: #fff;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#nav ul {
	list-style-type: none;
	padding-top: 17px;
	text-align: center;
}
#nav ul li {
	display: inline;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 30px;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
#nav ul li a em {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
}
#nav ul li a {
	color: #999999;
	text-decoration: none;
	display:inline-block;
}
#nav ul li a:hover, #nav ul li a.current {
	color: #000;
}
#footer ul {
	list-style-type: none;
	text-align: left;
}
#footer ul li {
	display: inline;
	margin-right: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footer ul li a {
	color: #fff;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	display:inline-block;
}
#footer ul li a:hover, #footer ul li a.current {
	border-bottom-color: #fff;

}
#productimage {
	margin-top: 16px;
	background-image: url(images/iphone.png);
	background-repeat: no-repeat;
	height: 280px;
}
#contentimage {
	float: left;
	display: inline;
	margin-top: 16px;
	background-image: url(images/freeiphone_large.png);
	background-repeat: no-repeat;
	width: 300px;
	height: 515px;
}
#content {
	float: left;
	display: inline;
	margin-left:50px;
	margin-top: 60px;
	width: 610px;
	line-height: 19px;
}
#content p{	
	font-size: 13px;
	color: #aaa;
}
#content p a{
	color: #fff;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#content p a:hover{
	border-bottom-color: #fff;
}
#useful_links1 {
	float: left;
	display: inline;
	margin-top: 20px;
	margin-right: 50px;
	width: 275px;
	line-height: 19px;
}
#useful_links2 {
	float: left;
	display: inline;
	margin-top: 20px;
	width: 275px;
	line-height: 19px;
}
h1 {
	font-weight: bold;
	font-size: 22px;
	margin-bottom:15px;
	color: #fff;
	letter-spacing: -1px;
}
h2 {
	font-weight: bold;
	font-size: 15px;
	color: #fff;
}
.explain div {
	padding-left: 60px;
	width: 160px;
	float: left;
	display:inline;
	margin-right: 20px;
	font-size: 12px;
	line-height: 18px;
}
.explain h2 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom:5px;
	color: #fff;
}
.explain p {
	font-size: 12px;
	color: #9ed5d8;
}
.explain p a {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background-color: #00c900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url(images/abutton.jpg);
	background-repeat: repeat-x;
}
.explain p a:hover {
	background-color: #089300;
	text-decoration: none;
	background-image: url(images/hoverbutton.jpg);
	background-repeat: repeat-x;
}
.explain .signup {
	background-image: url(images/signup.png);
	background-repeat: no-repeat;
}
.explain .completeoffer {
	background-image: url(images/completeoffer.png);
	background-repeat: no-repeat;
}
.explain .referfriends {
	background-image: url(images/referfriends.png);
	background-repeat: no-repeat;
}
.explain .freeiphone {
	background-image: url(images/freeiphone.png);
	background-repeat: no-repeat;
}
#GettingStarted {
	margin-top: 90px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	height: 145px;
}
#GettingStarted p{
	font-size: 12px;
	line-height: 18px;
	color: #999999;
}
#GettingStarted p a{
	color: #fff;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#GettingStarted p a:hover{
	border-bottom-color: #fff;
}
#GettingStarted h2{
	font-weight: bold;
	font-size: 14px;
	margin-bottom:5px;
	color: #fff;
}
#GettingStarted img{
	display:inline;
	float: left;
	margin-right: 30px;	
}
#HowItWorks {
	margin-top: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	height: 145px;
	clear: both;
}
#HowItWorks p{
	font-size: 12px;
	line-height: 18px;
	color: #999999;
}
#HowItWorks p a{
	color: #fff;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#HowItWorks p a:hover{
	border-bottom-color: #fff;
}
#HowItWorks h2{
	font-weight: bold;
	font-size: 14px;
	margin-bottom:5px;
	color: #fff;
}
#HowItWorks img{
	display:inline;
	float: left;
	margin-right: 30px;	
}
#ProofItWorks {
	margin-top: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	height: 145px;
	clear: both;
}
#ProofItWorks p{
	font-size: 12px;
	line-height: 18px;
	color: #999999;
}
#ProofItWorks p a{
	color: #fff;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#ProofItWorks p a:hover{
	border-bottom-color: #fff;
}
#ProofItWorks h2{
	font-weight: bold;
	font-size: 14px;
	margin-bottom:5px;
	color: #fff;
}
#ProofItWorks img{
	display:inline;
	float: left;
	margin-right: 30px;	
}
#footer {
	margin-top: 60px;
	margin-bottom: 40px;
	clear: both;
	
/*CONTACT FORM STYLE*/

}

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 400px;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px 0px 10px 0px;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
		border: 2px solid #00c900;

}

#contact-area input.submit-button {
	margin-left:103px;
	border:none;
	outline:none;
	width: 100px;
	float: left;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background-color: #00c900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url(images/abutton.jpg);
	background-repeat: repeat-x;
}

label {
	float: left;
	text-align: left;
	margin-right: 5px;
	width: 100px;
	padding-top: 5px;
	font-size: 13px;

