@charset "utf-8";
/*-------------------------------------------------------------- CSS 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;
}

/*-------------------------------------------------------------- COMMON ELEMENTS */
body{
	background:#5c6570 url(../images/bg.jpg) no-repeat top center;
	color:#e8e8e8;;
	font:14px Arial, Helvetica, sans-serif;
	line-height:21px;
	}
a{
	color:#fff;
}
a:hover{
	text-decoration:none;
}
/*-------------------------------------------------------------- HEADER */
#header{
	width:100%;
	height:29px;
	padding-top:8px;
	background: url(../images/headerbg.png) repeat-x;

}
	#logo{
		display:block;
		position:absolute;
		top:0px;
		width:87px;
		height:34px;
		background:url(../images/logo.png) no-repeat;
	}
		#logo strong{
			display:none;
		}
		
/*-------------------------------------------------------------- CONTENT - TOP */

#mainwrapper{
	width:980px;
	height:280px;
	margin:0px auto;
	position: relative;
	padding-top:70px;
}
	h1{
		line-height:1em;
		font-size:42px;
		color:#3d434a;
		font-weight:bold;
		width:550px;
		text-shadow: 0px 1px 0px #c0c7cf;
	}
	.subheader{
		width:550px;
		padding-top:18px;
		color:#fff;
		text-shadow: 0px 1px 3px rgba(0,0,0,.3);
	}
	#phones{
		position: absolute;
		width:417px;
		height:480px;
		z-index: 500;
		top:-40px;
		right:0px;
		background: url(../images/phones.png) no-repeat;
	}
	
	#form{
		width:600px;
		height:86px;
		margin-top:35px;
		margin-left:-4px;
		position:relative;
	}
		#form .appstore{
			width:230px;
			height:86px;
			display: block;
			float: left;
			overflow: hidden;
			text-indent:400px;
			margin-right:30px;
			background-repeat: no-repeat;
			background-position: 0px 0px;
		}
			#form .appstore:hover{
				background-position: 0px -86px;
			}
			#form .appstore:active{
				background-position: 0px -172px;
			}			
			#form .appstore.apple{background-image: url(../images/appstore.png)}
			#form .appstore.samsung{background-image: url(../images/appstore_samsung.png)}
			
		
#successmessage{
	display: none;
	width:490px;
	line-height:32px;
	margin:10px auto;
	padding:25px 0 0 40px;
	background: url(../images/check.png) 0px 24px no-repeat;
	font-size:20px;
}
	#twitter_icon{
		display:block;
		float:right;
		width:32px;
		height:32px;
		background: url(../images/twitter_32.png) no-repeat;
	}
		#twitter_icon strong, #facebook_icon strong{
			display: none;
		}
	#facebook_icon{
		display: block;
		float: right;
		width: 32px;
		height:32px;
		background: url(../images/facebook_32.png) no-repeat;
		margin-left:10px;
	}
/*-------------------------------------------------------------- CONTENT - FEATURES */
#featureswrapper{
	width:920px;
	height:150px;
	margin:0px auto;
	position: relative;
	padding:200px 30px 0;
	background: url(../images/features.png) no-repeat;
}
	.feature{
		width:208px;
		margin-right:30px;
		font-size:12px;
		line-height:20px;
		color:#c7ced7;
		text-shadow: 0px 1px 3px rgba(0,0,0,.3);
		float:left;
	}
	.feature.last{
		margin-right:0px;
		width:206px;
	}
	.feature h3{
		color:#fff;
		font-size:14px;
		line-height:22px;
		margin-bottom:10px;
	}
/*-------------------------------------------------------------- FOOTER */

#footer{
	width:560px;
	padding:0 100px;
	margin:5px auto 30px;
	text-align:center;
	color:#515962;
	font-weight:bold;
	text-shadow:0px 1px 0px #7c8897;
}
	#footer a{
		color:#33383e;
		text-decoration: none;
	}
	#footer a:hover{
		text-decoration: underline;
	}
