@charset "UTF-8";
/* CSS Document */

#coming-soon h1 {
	display: block;
	font-size: 36px;
	margin-top: 100px;
	margin-bottom: 100px;
}

#products {
	display: block;
	width: 728px;
	height: 500px;
}

.product {
	display: block;
}

.product-image {
	display: block;
	float:left;
	height: 100%;
}

.product-image #badge {
	position:relative;
	left: -90px;
	top: -430px;
	z-index: 99;
	background-color: none;
}

.product-description {
	display: block;
	width: 60%;
	height: 100%;
	float:left;
	padding-right: 40px;
}

.product-description p {
	line-height: 1.75em;
}

.product-description h2 {
	font-weight:bold;
	padding-top: .75em;
	padding-bottom: .75em;
	color:#4088B5;
}

.coming-soon {
	text-align: center;
	margin-bottom: 10px;
	font-weight:bold;
	font-size: 40px;
	color: #F00;
}

#app_store_badge {
	display: block;
	padding: 0;
	margin: 0;
	margin-top: 20px;
	margin-left: 120px;
}

#pmcalc_image {
	height: 100%;	
}
