@charset "UTF-8";
/* CSS Document */
body {
	background-color:#456b90;
	background-image: url(../images/iphone_bg.jpg);
	background-repeat: repeat-x;
}
#iphone {
	visibility: visible;
	background-color:#FFFFFF;
	margin-top:20px;
	margin-left: 5px;
	margin-right: 0px;
	padding-top:10px;
	padding-bottom:15px;
	padding-left:10px;
	padding-right:10px;
	overflow:visible;
	height:200px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #000000;
	border-left-color: #333333;
}

#iphone p {
	font-size: 12px;
	font-family: "Myriad Web", "Lucida Grande", "Helvetica Neue", Arial, sans-serif, Verdana;
}

#iphone h1 {
	font-size: 14px;
	font-weight:bold;
	font-family: "Myriad Web", "Lucida Grande", "Helvetica Neue", Arial, sans-serif, Verdana;
}

#iphone a {
	font-size: 14px;
	font-weight:bold;
	font-family: "Myriad Web", "Lucida Grande", "Helvetica Neue", Arial, sans-serif, Verdana;
	text-decoration: none;
}

#iphone li {
	list-style:none;
	line-height: 1.6em;
}

#iphone_content {
	position: relative;
	left: 10px;
	top: -20px;	
	background-color:#FFFFFF;
	float:left;
	}
	
#left {
	overflow:hidden;
	float: left;
	text-align:center;
	margin-bottom:0px;
	margin-top:20px;
	margin-left:35px;
	}
	
#middle {
	overflow:hidden;
	float: left;
	text-align:center;
	margin-top:20px;
	margin-left:40px;
	margin-bottom:0px;
	}

#right {
	overflow:hidden;	
	float:left;
	text-align:center;
	margin-top:20px;
	margin-left:40px;
	margin-bottom:0px;
}

.iphone_header {
	position: relative;
	top: -25px;
	left:39px;
	margin-right:700px;
}
h4 {
	float:left;
	padding-left:50px;
	text-align:center;
	font-family: "Myriad Web", "Lucida Grande", "Helvetica Neue", Arial, sans-serif, Verdana;
	font-size: 9px;
	color: #8ea5bc;
}
#iphone_footer {
	top: 220px;
	position:relative;
	margin-top:-20px;
	padding-left:10px;
	text-align:center;
	font-family: "Myriad Web", "Lucida Grande", "Helvetica Neue", Arial, sans-serif, Verdana;
	font-size: 9px;
	color: #8ea5bc;
}

#iphone_footer a {
	text-decoration:none;
	color: #8ea5bc;
}
#footer {
	visibility:hidden;
	}
