/* ######################################################### */
/* # -------------------- BODY --------------------------- # */
/* ######################################################### */

body{
	background: #d2d2d2 url(../img/bg_body.gif);
	font-family: "Helvetica Neue", "Helvetica", "Arial", "Sans serif";
	-webkit-text-stroke:1px transparent;
}

.inner{
	display: block;
	position: relative;
	left: 50%; top:0%;
	width: 740px;
	margin: 0 0 0 -370px;
}

.left{
	display: block;
	width: 420px;
	float: left;
}

.right{
	display: block;
	width: 275px;
	float: right;
}

h1{
	-webkit-user-select:text;
	font-size: 19px;
	margin-bottom: 20px;
	font-weight: normal;
	color: #000000;
}

h2{
	-webkit-user-select:text;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 6px 0;
}

#toprightcorner{
	position: absolute;
	top:0px; left: 0px;
	z-index: 9999999999;
}



/* ######################################################### */
/* # -------------------- OVERLAY ------------------------ # */
/* ######################################################### */


#overlay{
	display: none;
	width: 100%; height: 100%;
	position: fixed;
	top:0px; left:0px;
	z-index: 99999;
	overflow: hidden;
	opacity:0;
	background-image: url(../img/bg_overlay.png);
}

#overlay #back{
	display: block;
	width: 100%; height: 100%;
	position: absolute;
	top:0px; left:0px;
}

#overlay #iphone{
	display: none;
	position: absolute;
	left:50%; top:50%;
	margin: -375px 0 0 -210px;
}

#overlay #close{
	background-image: url(../img/bg_close_overlay.gif);
	width: 72px; height: 72px;
	display: none;
	position: absolute;
	left:50%; top:50%;
	cursor: pointer;
	margin: 257px 0 0 -35px;
}

#overlay #close:hover{
	background-position: 0px -72px;
}

#overlay #closetop{
	position: absolute;
	right: 10px; top:10px;
	display: none;
	cursor: pointer;
}

#overlay #box{
	display: block;
	position: absolute;
	left:50%; top:50%;
	margin: -240px 0 0 -159px;
	width: 320px; height: 480px;
}

#overlay #box img{
	display: none;
}




/* ######################################################### */
/* # -------------------- TOPBAR ------------------------- # */
/* ######################################################### */

#topbar{
	-webkit-user-select:none;
	display: block;
	width: 100%; height: 43px;
	background: #c47917 url(../img/bg_topbar.gif);
	position: relative;
}

#topbar a{
	text-indent:-1000em;
	display: block;
	height: 43px;
	position: absolute;
}

#topbar #home{
	background: url(../img/bg_topbar_logo.gif);
	width: 93px;
}

#topbar #contact{
	background: url(../img/bg_topbar_contact.gif);
	width: 73px;
	right: 0px;
}

#topbar #contact:hover{
	background-position: 0 -43px;
}

#updated{
	position: absolute;
	top:-200px; left:-200px;
	z-index: 20;
}


/* ######################################################### */
/* # -------------------- MAINBAR ------------------------ # */
/* ######################################################### */

#mainbar{
	-webkit-user-select:none;
	display: block;
	width: 100%; height: 410px;
	background: #2c2c2c url(../img/bg_mainbar.gif);
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	position: relative;
	overflow: hidden;
}

#mainbar #inner{
	display: block;
	width: 1200px; height: 410px;
	position: absolute;
	left: 50%; top: 0px;
	margin: 0 0 0 -600px;
	background: url(../img/bg_mainbar_inner.gif);
}

#mainbar #appstore{
	display: block;
	position: absolute;
	left: 465px; top:286px;
	width: 275px; height: 74px;
	text-indent:-1000em;
	background: url(../img/bg_mainbar_appstore.png);
}

#mainbar #price{
	position: absolute;
	left: 140px; top:10px;
}

#mainbar #appstore:hover{
	background-position: 0px -74px;
}

#mainbar #keypoint{
	display: block;
	position: absolute;
	left: 450px; top:46px;
	width: 290px; height: 120px;
	text-indent:-1000em;
	background: url(../img/bg_mainbar_keypoint.png);
}

#mainbar #keypoint2{
	display: block;
	position: absolute;
	left: 450px; top:46px;
	width: 290px; height: 120px;
	text-indent:-1000em;
	background: url(../img/bg_mainbar_keypoint_2.png);
}

#mainbar #qoute{
	-webkit-user-select:text;
	position: absolute;
	left: 465px; top:188px;
	color: #EEEEEE;
	font-size: 18px;
	line-height: 24px;
	opacity:0.96;
	font-weight: normal;
	text-shadow: 0px 1px 1px #000;
}

#mainbar #phonetwo .phone{
	position: absolute;
	top: 126px; left:81px;
	opacity: 0.3;
	display: none;
}

#mainbar #phonetwo .shadow{
	position: absolute;
	top: 325px; left:81px;
	opacity: 0.1;
	display: none;
}

#mainbar #phonetwo .reflection{
	position: absolute;
	top: 357px; left:98px;
	opacity: 0.3;
	display: none;
}

#mainbar #phoneone .phone{
	position: absolute;
	top: 8px; left:11px;
	opacity: 0.3;
	display: none;
}

#mainbar #phoneone .shadow{
	position: absolute;
	top: 355px; left:-4px;
	opacity: 0.1;
	display: none;
}

#mainbar #phoneone .reflection{
	position: absolute;
	top: 386px; left:8px;
	opacity: 0.3;
	display: none;
}

#mainbar .dots{
	position: absolute;
	left: 71px; top:381px;
	height: 6px;
	display: none;
}

#mainbar .dots div{
	display: block;
	height: 6px; width: 6px;
	float: left;
	background-image: url(../img/bg_mainbar_dots.png);
	margin: 0 6px 0 0;
	background-position: 0 -6px;
}

#mainbar .dots .active{
	background-position: 0px 0px;
}

#mainbar .coverit{
	display: block;
	height: 410px; width: 450px;
	position: absolute;
	top: 0px; left:0px;
	background: url(../img/bg_coverit.gif);
}

#mainbar #theshow{
	display: block;
	width: 143px; height: 215px;
	position: absolute;
	top: 91px; left:27px;
	display: none;
}

#mainbar #theshow img{
	position: absolute;
	left: 0px; top:0px;
	opacity:0;
}




/* ######################################################### */
/* # -------------------- INFOBAR ------------------------ # */
/* ######################################################### */

#infobar{
	-webkit-user-select:none;
	display: block;
	width: 100%; height: 233px;
	background: #bbbbbb url(../img/bg_infobar.gif);
	position: relative;
}

#infobar div div{
	margin: 30px 0 0 0;
	color: #363636;
	text-shadow: 0px 1px 0px #EEE;
}

#infobar p{
	-webkit-user-select:text;
	font-size: 17px;
	line-height: 22px;
}

#infobar #screenshots{
	display: block;
	margin: 0 0 0 -10px;
	width: 285px;
}

#infobar #screenshots a{
	display: block;
	width: 85px; height: 58px;
	float: left;
	margin: 0 0 10px 10px;
}

#infobar #screenshots a:hover{
	background-position: 0 -58px;
}

#infobar #screenshots .one{ background-image: url(../img/screenshot_small_one.png); }

#infobar #screenshots .two{ background-image: url(../img/screenshot_small_two.png); }

#infobar #screenshots .three{ background-image: url(../img/screenshot_small_three.png); }

#infobar #screenshots .four{ background-image: url(../img/screenshot_small_four.png); }

#infobar #screenshots .five{ background-image: url(../img/screenshot_small_five.png); }

#infobar #screenshots .six{ background-image: url(../img/screenshot_small_six.png); }


#infobar #screenshots .oneTwo{ background-image: url(../img/screenshot_small_one_2.png); }

#infobar #screenshots .twoTwo{ background-image: url(../img/screenshot_small_two_2.png); }

#infobar #screenshots .threeTwo{ background-image: url(../img/screenshot_small_three_2.png); }

#infobar #screenshots .fourTwo{ background-image: url(../img/screenshot_small_four_2.png); }

#infobar #screenshots .fiveTwo{ background-image: url(../img/screenshot_small_five_2.png); }

#infobar #screenshots .sixTwo{ background-image: url(../img/screenshot_small_six_2.png); }





/* ######################################################### */
/* # -------------------- CONTENT ------------------------ # */
/* ######################################################### */

#content{
	display: block;
	width: 100%; 
	border-top:1px solid white;
	position: relative;
	border-bottom:1px white solid;
	-webkit-user-select:none;
	padding-bottom: 10px;
}

#content div div{
	margin: 30px 0 0 0;
	text-shadow: 0px 1px 0px #FFF;
}

#content #features li{
	padding:0 0 25px 35px;
	position: relative;
}

#content #features span{
	-webkit-user-select:text;
	color: #555555;
	font-size: 13px;
	line-height: 20px;
}

#content h1{
	-webkit-user-select:text;
	margin-bottom: 20px;
}

#content #features li img{
	position: absolute;
	top:0px; left:0px;
}

#content #tweet, #content #mail{
	width: 100%;
	display: block;
	margin-bottom: 40px;
	margin-top: 0px;
}

#content #tweet .top, #content #mail .top{
	display: block;
	width: 100%; height:15px;
	background-image: url(../img/bg_twitter_top.png);
}

#content #tweet .body, #content #mail .body{
	display: block;
	padding: 0px 15px 0px 15px;
	background-image: url(../img/bg_twitter_body.png);
}

#content #tweet .body p, #content #mail .body p{
	-webkit-user-select:text;
	font-size: 14px;
	line-height: 18px;
}

#content #tweet .body p a{
	color: #000;
	text-decoration: none;
}

#content #tweet .body em{
	-webkit-user-select:text;
	display: block;
	font-style: normal;
	margin-top: 10px;
	font-size: 12px;
	color: #555555;
}

#content #tweet .body .follow{
	display: block;
	margin-top: 15px;
	margin-left: -1px;
	text-indent:-1000em;
	height: 39px; width: 248px;
	background-image: url(../img/bg_twitter_btn.png);
}

#content #tweet .body .follow:hover{
	background-position: 0 -39px;
}

#content #tweet .bottom, #content #mail .bottom{
	display: block;
	width: 100%; height:15px;
	background-image: url(../img/bg_twitter_bottom.png);
}

#content #mail .text{
	background: none;
	background-image: url(../img/bg_signmeup_textfield.png);
	height: 34px;
	width: 100%;
	padding: 0px; 
	margin: 0px 0px 15px 0px;
	border: none;
	font-size: 14px;
	text-indent: 10px;
	text-shadow: 0px 1px 0px #FFFFFF;
	-webkit-appearance: none;
	color: #444;
	line-height: 34px;
}


@-moz-document url-prefix(){
	#content #mail .text{ 
		padding-top: 8px;
		height: 26px;
	}
}

#content #mail .text:focus, #content #mail .text:active{
	background-position: 0 -34px;
	color: #000;
}

#content #mail .body #submit{
	background: none;
	display: block;
	border: none;
	margin-left: -1px;
	text-indent:-1000em;
	height: 39px; width: 248px;
	cursor: pointer;
	background-image: url(../img/bg_signmeup_btn.png);
}

#content #mail .body #submit:hover{
	background-position: 0 -39px;
}



/* ######################################################### */
/* # -------------------- FOOTER ------------------------- # */
/* ######################################################### */

#footer{
	display: block;
	width: 100%; height: 70px;
	position: relative;
	border-bottom:1px solid #222;
	background-color: #2c2c2c;
	color: #999;
	font-size: 14px;
	line-height: 60px;
	background-image: url(../img/bg_mainbar.gif);
}

#footer #author{
	float: right;
}

#footer #author a{
	color: #BBB;
	text-decoration: none;
}

#footer #author a:hover{
	color: #EEE;
}



