@charset "UTF-8";

#mobile_tour {
	background: url(../../images/iphone_tour_bkgd.jpg) no-repeat left top;
	height: 567px;
	width: 300px;
	overflow: hidden;
	float: left;
	margin-top: 30px;
}
#scroller {
	height: 320px;
	width: 213px;
	margin-top: 100px;
	margin-left: 47px;
	position: relative;
	overflow: hidden;
}
.section {
	width: 213px;
	height:320px;
}
#contentContainer {
	width:755px;
}
#content_main {
	padding:0px;
	float:right;
	width: 445px;
	margin: 10px 0em 0em;
}
#content_main h1 {
	background: url(../../images/mobile_header_r3.png) no-repeat left top;
	text-indent: -9999em;
	height: 100px;
	margin:0;
	width: 100%;
}
#tour_nav {
	margin: 1em 2em 1.5em;
	padding: 0;
	list-style: none;
}
#tour_nav li {
	margin: 0;
	padding: 0;
	font-size: 1.08em;
	text-align: center;
}
/*
#tour_nav li.current {
	background: url(../../images/bullet_arrow-left.png) no-repeat left 50%;
}
#tour_nav a {
	text-indent: -9999em;
	height: 38px;
	width: 445px;
	display: block;
	background: url(../../images/mobile_header_r1.png) no-repeat -310px -105px;
}
#tour_nav a#mn-2 {
	background: url(../../images/mobile_header_r1.png) no-repeat -310px -143px;
}
#tour_nav a#mn-3 {
	background: url(../../images/mobile_header_r1.png) no-repeat -310px -181px;
}
#tour_nav a#mn-4 {
	background: url(../../images/mobile_header_r1.png) no-repeat -310px -219px;
}
#tour_nav a#mn-5 {
	background: url(../../images/mobile_header_r1.png) no-repeat -310px -257px;
}
*/
#tour_nav a {
	display: block;
	text-decoration: none;
	padding: 0.5em 0;
	border-bottom: 1px dotted #C4DD91;
}
#tour_nav .marker {
	vertical-align: -4;
	display: none;
}
#tour_nav a:link, #tour_nav a:visited {
	color:#89BF56
}
#tour_nav a:hover {
	color:#00349A
}
#tour_nav a.current {
	color: #000000;
}
#tour_nav a.current .marker {
	display: inline;
}
#content_body {
	margin: 1.5em 0em 3em 0;
	width: 445px;
}
#content_body p {
	line-height: 1.5;
}
#appstore {
	margin: 0 0 1em 20px;
	float: right;
	width: 180px;
}
#appstore a {
	display: block;
	margin: 0em 0em 1em;
}
#share {
	position: relative;
	height: 3em;
}
#features {
	background: #f2f2f2;
	padding: 25px 0;
	clear: both;
	margin: 3em 0em;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
	width:100%;
}
#features ul {
	margin: 0em;
	padding: 0em;
	list-style: none;
	overflow: hidden;
}
#features li {
	float: left;
	width: 247px;
	margin: 0em;
}
#features .icon {
	float: left;
	height: 90px;
	width: 70px;
	background: url(../../images/mobile_icons_10-10.png) no-repeat left -65px;
	margin: 0px 5px 0px 15px;
	display: inline;
}
#features .text {
	float: right;
	width: 150px;
}
#features #reminders .icon {
	background: url(../../images/mobile_icons_10-10.png) no-repeat left -267px;
}
#features #providers .icon {
	background: url(../../images/mobile_icons_10-10.png) no-repeat left -480px;
}
.first {
	margin-top:o;
}

