@charset "UTF-8";
/* CSS Document */
html{
	height:100%;
	-webkit-font-smoothing:antialiased;
	margin:0;
	padding:0;
	border:0;
	overflow-y:scroll;
}

body{
	height:100%;
	font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;
	margin:0;
	padding:0;
	border:0;
	background:#1c687f url('../images/body_bg.png') no-repeat center;
}

img {
	border:none;
}

.bigtext{
	color:#002d36;
	font-size:50px;
	text-shadow:0 1px 1px rgba(255,255,255,0.33);
}

h1{
	color:#fff;
	font-size:80px;
	font-weight:bold;
	text-shadow:0 1px 4px rgba(0,0,0,0.68);
	letter-spacing:-1px;
	text-transform:uppercase;
	/*margin:0*/
}

h2{
	color:#fff;
	font-size:30px;
	font-weight:bold;
	text-shadow:0 1px 4px rgba(0,0,0,0.68);
	letter-spacing:-1px;
}

h3 {
	color:#fff;
	font-size:12px;
	text-shadow:0 1px 4px rgba(0,0,0,0.68);
	text-align:center;
}

p{
	color:#002d36;
	font-size:18px;
	line-height:24px;
	text-shadow:0 1px 1px rgba(255,255,255,0.33);
}

#apps {
	background-color:#002d36;
	background-image:url(../images/app_bg.png);
	height:80px;
	display:none;
	text-align:center;
}

#panels {
	margin-top:20px;
	height:471px;
 	overflow:hidden;
}

#iphone {
	background-image:url(../images/iphone4.png);
	width:225px;
	height:471px;
	background-repeat:no-repeat;
}

#iphone img {
	margin-top:78px;
	margin-left:-1px;
}

.max {
	height:471px;
}

.screens
{
	background-color:#247082;
	width:285px;
	height:410px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.screens img
{
	width:130px;
	margin-top:5px;
	margin-left:5px;
}

hr
{
	border:1px #247082 solid;
}

#header {
	height:90px;
}

#header a 
{
	display:inline-block;
	background-color:#002d36;
	color:#FFF;
	font-size:12px;
	height:20px;
	text-decoration:none;
	text-shadow:0 1px 4px rgba(0,0,0,0.68);
	padding:0 10px 0 10px;
	line-height:20px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.33);
 	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.33);
 	box-shadow: 0px 1px 1px rgba(255,255,255,0.33);
}

#apps a
{
	display:inline-block;
	margin-top:11px;
	margin-left:11px;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.33);
 	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.33);
 	box-shadow: 0px 2px 5px rgba(0,0,0,0.33);
	
}
