
/* Tags
-------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	color: #2f4461;
	text-shadow: #dde6f2 0px 1px 0px;
	background: #d4d1be url("../images/body_bg.gif");
	font: bold 13px/20px Helvetica, Arial, sans-serif;
	-webkit-text-size-adjust: none;
}

h1 {
	margin: 0 0 8px 0;
	padding: 120px 0 0 0;
	overflow: hidden;
	width: 450px;
	height: 0;
	font-size: 28px;
	line-height: 40px;
	background: url('../images/h1.png') no-repeat;
	}

p {
	margin: 0 0 10px 0;
	}

a {
	font-weight: bold;
	color: #30702b;
	text-decoration: none;
	}

a:hover {
	color: #10401b;
	}

a img {
	border: none;
	}



/* Structure
-------------------------------------------------- */

#site {
	position: relative;
	margin: 0 auto;
	padding: 60px 80px 0 80px;
	width: 800px;
	min-height: 650px;
	background: url("../images/map_bg.png") no-repeat;
	}

#header {
	width: 470px;
	}

#logo {
	float: left;
	padding-top: 2px;
	}

#credits {
	float: right;	
	padding-top: 21px;
	}



#credits {
	margin: 0 0 0 20px;
	float: right;
	}

	#credits a {
	display: block;
	overflow: hidden;
	padding: 21px 0 0 0;
	width: 202px;
	height: 0;
	background: url("../images/developed_by.png") no-repeat 0 0;
	}

	#credits a:hover {
	background-position: 0 -30px;
	}

#content {
	padding-top: 45px;
	width: 470px;
	}

#title {	
	}

#iphone {
	position: absolute;
	top: 45px;
	right: 34px;
	padding: 94px 0 0 31px; /* pushed the screenshot down and in */
	width: 305px;
	height: 555px;
	background: url("../images/iphone.png") no-repeat;
	}

#iphone_screenshots_wrapper {
	width: 243px;
	height: 365px;
	overflow: hidden;
	}

#iphone_screenshots {
	width: 243px;
	height: 1825px;
	background: url('../images/screenshots.png');
	}

#thumbnails {
	margin: 0 -5px 21px -5px;
	}

	#thumbnails ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

	#thumbnails ul li {
	float: left;
	margin: 0;
	padding: 0;
	}

	#thumbnails ul li a.thumbnail {
	display: block;
	margin-right: 20px;
	padding: 10px;
	width: 60px;
	height: 60px;
	overflow: hidden;
	background: url('../images/thumbnail_bg.png') no-repeat 0 0;
	}

	#thumbnails ul li a:hover {
	cursor: pointer;
	}

	#thumbnails ul li a.thumbnail_selected {
	background-position: 0 -80px;
	}

	#thumbnails ul li a.last {
	margin-right: 0;
	}

#purchase_link {
	margin: 4px 0 0 20px;
	float: right;
	}

	#purchase_link p {
	margin: 0;
	}

	#purchase_link a {
	display: block;
	overflow: hidden;
	padding: 61px 0 0 0;
	width: 176px;
	height: 0;
	background: url("../images/purchase_link.png") no-repeat 0 0;
	}

	#purchase_link a:hover {
	background-position: 0 -70px;
	}

#description {	
	}

#footer {
	padding-top: 70px;
	color: #a8a696;
	text-shadow: #eeeedd 0px 1px 0px;
	}

	#footer a {
	color: #8e8c80;
	}

	#footer a:hover {
	color: #6e6c60;
	}



/* Self-clearing floats
-------------------------------------------------- */

#header:after,
#content:after, 
#thumbnails:after
	{
	content: ".";
    display: block;
	overflow: hidden;
    height: 0;
    clear: both;
    visibility: hidden;
    }

/* ie6 - trigger hasLayout */
* html #header,
* html #content,
* html #thumbnails
	{
	height: 1%;
	}

/* ie7 - trigger hasLayout */
*:first-child+html #header,
*:first-child+html #content,
*:first-child+html #thumbnails
	{
	min-height: 1px;
	}

