.plants_header h1, .preload_and_hide, .nav_bar, .faq_badge, .app_store, .tt_logo, .wpd_logo, .copyright span, .home_screenshots_left img, .home_screenshots_right img, .home_content h2, .contact img  {display: none;}

body {
    background-color: #fff;
    color: #333;
    font-family: Helvetica;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

a, a:visited {border: none; text-decoration: none; color: #166101; cursor: pointer;}

h2 {padding: 0 0 1px 17px; font-weight: normal; font-size: 120%;}

.plants_wrapper {
	width: 480px;
	margin: 0;
	padding: 0;
}

.plants_header {
	background: url(../img/misc/LandscapeHomeHeader.png) 0 0 no-repeat;
	width: 480px;
	height: 180px;
}

.plants_content_wrapper {
	margin: 0;
	padding: 10px 0 100px 5px;
    overflow: hidden;
}

.plants_content {
	background: transparent;
	height: auto;
	margin:  30px 0;
	padding: 0;
	position: relative;
}

.plants_content h2 {
	margin:  0 10px 40px 0;
	line-height: 1.7em;
}

.plants_content p {
    -webkit-text-size-adjust: 140%;
	padding: 0 5px 0 20px;
	margin: -25px 10px 50px 0;
	text-align: justify;
}

.home_content {
	width: 480px;
	padding: 0;
}

.home_content img {
	margin: 40px 0 10px;
	padding: 0 0 0 15px;
}

.home_content p {
    -webkit-text-size-adjust: 130%;
	margin: 0 20px 0 15px;
	text-align: justify;
}

.plants_footer {
	display: block;
	height: 130px;
}

.badge {border: none; vertical-align: middle; margin: 0;}

.footer_pots {
	display: block;
	text-align: center;
	margin: 0 0 10px 140px;
	position: relative;
	width: 202px;
	height: 103px;
}

.copyright {
	color: #333;
	font-family: sans-serif;
	text-align: center;
    -webkit-text-size-adjust: 110%;
    margin: 0;
    width: 480px;
}

.contact {
	border: 2px solid #ddd;
	-webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#bbb));
	position: absolute;
	bottom: -100px;
	left: 140px;
	padding: 8px;
	z-index: 1000;
}

.contact a {
    -webkit-text-size-adjust: 120%;
	display: block;
	cursor: pointer;
	font-weight: bold;
}

.mobile_badge {
	background: url(../img/misc/FAQtext.png) 0 0 no-repeat;
	position: absolute;
	top: 90px;
	left: 280px;
	width: 33px;
	height: 23px;
}