#content-wrapper {
	padding: 0;
	width: 940px;
}
#intro {
	background: #fff url(/static/images/bg_apps.jpg) bottom left no-repeat;
	height: 312px;
	overflow: hidden;
	zoom: 1;
	border-bottom: solid 2px #c8c8c8;
}
#intro #info {
	float: left;
	width: 417px;
	padding: 30px 18px 0 25px;
}
#intro #screen {
	float: left;
	height: 304px;
	width: 469px;
	padding-top: 8px;
}
#intro h2 {
	padding-left: 10px;
	font-family: "Helvetica Neue","Lucida Grande",Helvetica,arial,sans-serif;
	color: #004d7b;
	text-shadow: 0 1px 0 #fff;
	font-size: 2.5em;
	font-weight: normal;
}
#intro p {
	margin-top: 10px;
	padding-left: 10px;
	color: #525f66;
	font-family: "Helvetica Neue","Lucida Grande",Helvetica,arial,sans-serif;
	text-shadow: 0 1px 0 #fff;
	font-size: 1.4em;
}
#intro p.view_packages {
	margin-top: 15px;
	width: 199px;
	height: 57px;
	background: transparent url(/static/images/apps/btn_plans.png) center center no-repeat;
}
#intro p.view_packages a {
	display: block;
	width: 199px;
	height: 57px;
	font-size: 0.1em;
	text-decoration: none;
	text-indent: -9999px;
}

#features {
	overflow: hidden;
	zoom: 1;
	padding: 20px 0 20px 20px;
}

#features #featurelist li {
	display: block;
	float: left;
	width: 210px;
	margin: 10px 20px 20px 0;
}
#features #featurelist li h3 {
	font-family: "Helvetica Neue","Lucida Grande",Helvetica,arial,sans-serif;
	color: #004d7b;
	font-weight: normal;
	font-size: 1.2em;
	height: 38px;
	text-shadow: 0 1px 0 #fff;
}
#features #featurelist li h3 img {
	float: left;
	padding-right: 8px;
}
#features #featurelist li p {
	color: #424242;
	font-family: "Helvetica Neue","Lucida Grande",Helvetica,arial,sans-serif;
	height: 105px;
}

#features h1.autoexposure {
	font-size: 0.1em;
	height: 50px;
	background: transparent url(/static/images/apps/autoexposure/features.png) top left no-repeat;
	text-indent: -9999px;
}



/* Packages Page */
/*#packages .package.last {
	padding: 0 0 0 20px;
	border-right: none;
}
#packages .package {
	display: block;
	padding: 0 19px 0 20px;
	border-right: solid 1px #A2A2A2;
	float: left;
}

#packages .package h3 {
	font-size: 1.8em;
	color: #3465A3;
	padding-bottom: 8px;
	margin-bottom: 10px;
	border-bottom: solid 1px #A2A2A2;
}
#packages .package ul {
	list-style-type: disc;
	list-style-position: inside;
	font-size: 0.95em;
	display: block;
	height: 165px;
}
#packages .package ul li {
	margin-bottom: 2px;
}
#packages .package .package-price {
	width: 60px;
	float: left;
	padding: 0;
	margin: 0;
}
#packages .package .package-price .package-amount {
	font-size: 3.0em;
	color: #BB48A7;
	font-weight: bold;
	font-family: "Myriad Pro","Trebuchet MS",Verdana,san-serif;
	padding: 0;
	margin: 0;
	height: 1.0em;
}
#packages .package .package-price .package-amount sup {
	font-size: 0.5em;
	float: left;
}
#packages .package .package-increment {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #A2A2A2;
}

#packages .package .view-packages {
	width: 130px;
	height: 37px;
	padding-top: 8px;
	margin: 0 auto;
}

#package-list li.package {
	background-color: #EEE;
	border: solid 1px #A2A2A2;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding: 10px;
	margin-bottom: 20px;
	min-height: 145px;
	width: 417px;
	margin-right: 20px;
	float: left;
}
#package-list li.package.odd {
	margin-right: 0;
}

#package-list li.package h3 {
	padding-bottom: 8px;
	margin-bottom: 10px;
	border-bottom: solid 1px #CCC;
	font-size: 1.3em;
}
#package-list li.package .call-to-action {
	width: 130px;
	padding-right: 10px;
	border-right: solid 1px #CCC;
	float: left;
}
#package-list li.package .package-price {
	padding: 0;
	margin: 0 auto;
	text-align: center;
}
#package-list li.package .package-price .package-amount {
	font-size: 3.0em;
	text-align: center;
	color: #BB48A7;
	font-weight: bold;
	font-family: "Myriad Pro","Trebuchet MS",Verdana,san-serif;
	padding: 0;
	margin: 0 auto;
	height: 1.0em;
}
#package-list li.package .package-price .package-amount sup {
	font-size: 0.5em;
	height: 1.0em;
	vertical-align: top;
}
#package-list li.package .package-increment {
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
	color: #A2A2A2;
}
#package-list li.package .continue-button {
	width: 106px;
	margin: 12px auto 0 auto;
}

body #package-list li.package .informational {
	margin-left: 142px;
	padding-left: 20px;
}

body #package-list li.package .package-features ul {
	list-style-type: disc;
	list-style-position: inside;
}

body #package-list li.package .package-features ul li {
	
}*/