@charset "UTF-8";
/* CSS Document */

@import "reset.css";

body {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #003300;
	background-color: #8CC640;
	background-image: url(../images/iPhone/background.gif);
	background-repeat: repeat-x;
}
h1 {
	font-size: 1.75em;
}
h2 {
        font-size: 1.5em;
}
h3 {
	font-size: 1.25em;
}
hr {
	color: #025C31;
}
p {
        font-size: 1.25em;
}
ul {
	list-style-image: url(../images/iPhone/bullet.gif);
	padding-left: .5em;
	list-style-position: inside;
}
ul li {
	font-size: 1.2em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
.topImg {
	width: 400px;
	background-image: url(../images/iPhone/header.gif);
	background-repeat: no-repeat;
}
.topImg a {
	height: 96px;
	width: 181px;
	position: absolute;
	left: 7px;
	top: 24px;
}
.mainContent, .contactContent, .appContent {
	margin: 0 20px;
	position: absolute;
	top: 200px;
	width: 480px;
	z-index: 69;
}
.footer {
	background-color: #8CC640;
	background-image: url(../images/iPhone/bush.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.footer p {
	color: #fff;
	font-size: 1em;
}
.footer a {
	color: #fff;
	font-size: 1em;
}
.footer #copyright {
        display: none;
}
.extra-pad {
	margin: 0 .5em;
}
.description {
	height: 400px;
	padding-right: 2em;
}
.description_left {
}
.description_center {
	width: 460px;
}
.description_right {
	float: right;
	clear: right;
}
#mainContent #teaser {
	display: none;
}
.appHeader {
	height: 75px;
	width: 460px;
}
.appIcon {
	float: left;
}
.appName {
	float: left;
	padding-left: 0.5em;
	padding-top: .25em;
}
.appStore {
	float: right;
	clear: right;
	padding-top: 17px;
}
.appDescription {
	padding-top: 1em;
	padding-right: 1em;
	padding-left: 1em;
}
.appDescription h3 {
	padding-left: 0em;
}
.appDescription .brief {
	padding-left: 3em;
}
.appDescription p {
	padding-left: 1em;
	font-size: .75em;
}
.appSection {
	background-image: url(../images/iPhone/section_background.gif);
	background-repeat: repeat-x;
	height: 45px;
	width: 460px;
	margin-top: 2em;
}
.appSectionLeft {
	background-image: url(../images/iPhone/section_left.gif);
	background-repeat: no-repeat;
	float: left;
}
.appSectionCenter {
	float: left;
}
.appSectionRight {
	background-image: url(../images/iPhone/section_right.gif);
	float: right;
	clear: right;
}
.iphone {
        display: none;
}
.iphone #iphone_content {
        display: none;
}
#sun {
	position: absolute;
	height: 83px;
	width: 87px;
	left: 390px;
	top: 1px;
}
#bunny {
	display: none;
}
#chicken {
	display: none;
}
#appContent .appDescription img {
	float: left;
	padding-top: 0.5em;
	padding-right: 1em;
}
#contactContent #contact {
	padding-left: 1em;
}
#contactContent #contact p {
	font-size: .75em;
}
.intro {
        display: none;
}
#e-mail, #subject, #message, #submit {
        font-size: 1.25em;
}
