div#appContainer {
	width: 830px;
	margin: 0px auto;
	padding-top: 20px;
}

div#leftContainer {
	background: transparent url( /assets/images/iphone.png ) no-repeat scroll 0 0;
	float: left;
	height: 600px;
	text-align: center;
	width: 310px;
}

div#leftColumn {
	float: left;
	width: 310px;
	height: 
}

div#rightColumn {
	width: 480px;
	float: right;
}


/* IPAD CSS */
div#iPadAppContainer {
	width: 830px;
	margin: 0px auto;
}

div#iPadHeader {
	background-color: #e8e8e8;
	padding-top: 20px;
	margin-bottom: 20px;
	height: 85px;
}

div#iPadLeftColumn {
	float: left;
	width: 415px;
}

div#iPadRightColumn {
	width: 415px;
	float: right;
}

a.iPadAppStoreLink {
	float: right;
	display: block;
	margin-right: 40px;
}

img.iPadLogo {
	margin-left: 40px;
}

div.iPadShell {
	width: 329px;
	height: 432px;
	padding: 47px 0px 0px 43px;
	margin: 0 auto;
	position: relative;
	background-image: url(/assets/images/iPadShell.png);
}

div.iPhoneShell {
	width: 224px;
	height: 385px;
	padding: 76px 0 0 22px;
	margin: 20px auto 0px auto;
	background-image: url(/assets/images/iPhoneShell.png);
}

#iPadSliderImages {
	position: relative;
	overflow: hidden;
	width: 202px;
	height: 302px;
}

img.iPadScreenShot {
	width: 288px;
	height: 384px;
	position: absolute;
	left: 43px;
	top: 47px;
	border: none;
	display: block;
}



img.appStoreLink {
	margin-left: 110px;
	margin-bottom: 20px;
	margin-top: 20px;
}

ul.features {
	list-style-type: disc;
	margin: 0 0 20px 0;
	padding-left: 35px;
}

ul.features li {
	line-height: 1.4em;
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 3px;
}

#sliderImages {
	position: relative;
	overflow: hidden;
	width: 228px;
	height: 342px;
	margin: 100px 0 0 42px;
	*margin: 100px 0 0 -114px;
}

#sliderImages img, #iPadSliderImages img {
	position: absolute;
	left: 0;
	top: 0;
	border: none;
	display: block;
}


#rightColumn h4 {
    font-size: 20px;
    margin-bottom: 5px;
	padding: 5px 0 10px 40px !important;
	color: #222;
	font-weight: bold;
}

h4.features {
	background: url( /assets/images/fileStack.png ) no-repeat;
}

h4.checkList {
	background: url( /assets/images/checkList.png ) no-repeat;
}

h4.fileStack {
	background: url( /assets/images/fileStack.png ) no-repeat;
}

h4.google {
	background: url( /assets/images/google.png ) no-repeat;
}

h4.heart {
	background: url( /assets/images/heart.png ) no-repeat;
}

h4.gift {
	background: url( /assets/images/gift.png ) no-repeat;
}

h4.twitter {
	background: url( /assets/images/twitterLogo.png ) no-repeat;
}

h4.clean {
	background: url( /assets/images/clean.png ) no-repeat;
}

h4.wifi {
	background: url( /assets/images/wifiMan.png ) no-repeat;
}

h4.magnifier {
	background: url( /assets/images/magnifier.png ) no-repeat;
}
