/* @group Global Styles */
body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	min-width: 1200px;
}

h1 {
	font-size: 22pt;
	color: #006699;
}

h2 {
	font-size: 16pt;
	color: #999;
	font-weight: bold;
}

ol li,
ul li {
	margin-left: 20px;
}

.hidden {
	display: none;
}

a {
	color: #333333;
}

a.arrow_button {
	width: 33px;
	height: 33px;
	background-position: top;
	text-indent: -10000px;
}

a.arrow_button.left {
	background: url(/images/left_arrow_btn.png) no-repeat;
}

a.arrow_button.right {
	background: url(/images/right_arrow_btn.png) no-repeat;
}

a.arrow_button:hover {
	background-position: bottom;
}

div.preload {
	position: absolute;
	top: -100000px;
	left: -100000px;
}

/* @end Global Styles */

/* @group Notices */
div.notice {
	text-align: left;
	padding: 5px;
}

div.notice h4 {
	text-align: left;
	font-weight: bold;
	font-size: 12pt;
	color: #333;
}

div.notice p {
	padding: 0px 0px 0px 15px;
	font-size: 10pt;
	color: #333;
}

div.notice.success {
	background: #e8fff6;
	border: 5px solid #8cad90;
}

div.notice.error {
	background: #ffe7ea;
	border: 5px solid #8f3000;
}
/* @end Notices */


/* @group Header */

#header {
	background: url(/images/header_bg_rpt.png) repeat-x;
	width: 100%;
	height: 150px;
}

#header div.container {
	position: relative;
	width: 95%;
	height: 150px;
	margin: 0px auto 0px auto;
}

#header a.logo {
	position: absolute;
	top: 45px;
	left: 10px;
	display: block;
	background: url(/images/logo.png);
	width: 370px;
	height: 75px;
	text-indent: -10000px;
}

#header ul {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#header ul li {
	float: left;
	list-style-type: none;
}

#header ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	width: 136px;
	height: 33px;
	background: url(/images/tab.png) bottom center no-repeat;
	line-height: 33px;
	text-align: center;
	font-size: 9.5pt;
	padding-top: 13px;
}

#header ul li a:hover {
	background-position: 0 -78px;
	color: #15445f;
}

#header ul li.on a {
	background-position: top center;
	height: 46px;
	padding: 0px;
	line-height: 40px;
}

#header ul li.on a:hover {
	color: #fff;
}

/* @end Header */

/* @group Footer */
#footer {
	background: url(/images/footer_bg_rpt.png) repeat-x;
	width: 100%;
	height: 80px;
}

#footer div.container {
	position: relative;
	width: 95%;
	height: 80px;
	margin: 0px auto 0px auto;
}

#footer a.enormego {
	position: absolute;
	display: block;
	top: 25px;
	left: 10px;
	background: url(/images/mobclix.png);
	width: 129px;
	height: 36px;
	text-indent: -10000px;
}

#footer ul {
	position: absolute;
	right: 0px;
}

#footer ul li {
	display: inline;
	line-height: 80px;
	margin: 0px 5px 0px 5px;
	padding: 0px;
	color: #EBEBEB;
	font-size: 10pt;
}

#footer ul li.dvdr {
	margin: 0px 0px 0px 0px;
}

#footer ul li a {
	color: #EBEBEB;
	letter-spacing: 0.04em;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

/* @end Footer */

/* @group Bar */
#bar {
	width: 100%;
	height: 500px;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EBEBEB;
}

#bar div.container {
	position: relative;
	width: 80%;
	margin: 0px auto 0px auto;
	height: 500px;
}

div#bar.small {
	height: 80px;
}

div#bar.small div.container {
	height: 80px;
}

#bar div.half_column {
	position: relative;
	width: 50%; 
	float: left;
}

#bar p span {
	background: #9b0700;
	color: #fff;
	padding: 1px;
}

#bar div.buttons {
	margin: 30px auto 0px auto;
	width: 315px;
}

#bar a.button {
	display: block;
	float: left;
	width: 149px;
	height: 34px;
	background-position: top left;
	text-indent: -10000px;
}

#bar a.button.signup {
	background: url(/images/btn_signup.png) no-repeat;
	margin-right: 15px;
}

#bar a.button.tour {
	background: url(/images/btn_tour.png) no-repeat;
}

#bar a.button:hover {
	background-position: bottom left;
}

#bar div.screenshots {
	position: absolute;
	top: 50px;
	width: 385px; 
	height: 215px; 
	background: url(/images/home_screenshots.png) no-repeat; 
	margin: 0px 0px 0px 20px;
}

/* @end Bar */

/* @group Content */
#content {
	min-height: 500px;
}

#content div.container {
	position: relative;
	width: 80%;
	margin: 0px auto 0px auto;
}
/* @end Content */

/* @group Home */

body.home #bar h1 {
	text-indent: -10000px;
	background: url(/images/iphone_dev_best_friend_hdr.png) no-repeat;
	width: 657px;
	height: 46px;
	position: absolute;
	top: 30px;
}

body.home #bar a.tryit {
	display: block;
	text-indent: -10000px;
	background: url(/images/signupfree_btn.png) no-repeat;
	background-position: top;
	width: 199px;
	height: 34px;
	position: absolute;
	right: 0px;
	top: 35px;
}

body.home #bar a.tryit:hover {
	background-position: bottom;
}

#bar div.bar_container {
	position: absolute;
	top: 85px;
	left: 0px;
}

#bar div.white_box {
	background: white;
	position: relative;
	margin-top: 15px;
	width: 100%;
	height: 275px;
}

#bar div.white_box div.corner {
	width: 10px;
	height: 10px;
	background: url(/images/whitecorners.png) no-repeat;
	position: absolute;
	background-color: #ebebeb;
}

#bar div.white_box div.corner.top_left {
	background-position: top left;
	top: 0px;
	left: 0px;
}

#bar div.white_box div.corner.top_right {
	background-position: top right;
	top: 0px;
	right: 0px;
}

#bar div.white_box div.corner.bottom_left {
	background-position: bottom left;
	bottom: 0px;
	left: 0px;
}

#bar div.white_box div.corner.bottom_right {
	background-position: bottom right;
	bottom: 0px;
	right: 0px;
}

body.home #bar p {
	color: #333333;
}

/* @group Slide 1 */
body.home #bar div.slide.one div.white_box div.image,
body.trends #bar div.slide.one div.white_box div.image {
	border-top: 10px solid white;
	background: url(/images/home_tour/slide1.png) no-repeat;
	width: 904px;
	height: 262px;
	margin: 0px auto 0px auto;
}
/* @end Slide 1 */

/* @group Slide 2 */
body.home #bar div.slide.two h1 {
	background: url(/images/keep_track_of_sale_hdr.png) no-repeat;
	width: 437px;
	height: 46px;
}

body.home #bar div.slide.two div.white_box div.image {
	background: url(/images/home_tour/slide2.png) no-repeat;
	width: 904px;
	height: 262px;
	margin: 0px auto 0px auto;
}
/* @end Slide 2 */

/* @group Slide 3 */
body.home #bar div.slide.three h1 {
	background: url(/images/see_your_apps_sales_hdr.png) no-repeat;
	width: 622px;
	height: 46px;
}

body.home #bar div.slide.three div.white_box div.image {
	background: url(/images/home_tour/slide3.png) no-repeat;
	width: 888px;
	height: 236px;
	margin: 0px auto 0px auto;
	border-top: 20px solid white;
}
/* @end Slide 3 */

/* @group Slide 4 */
body.home #bar div.slide.four h1 {
	background: url(/images/find_out_more_about_hdr.png) no-repeat;
	width: 707px;
	height: 46px;
}

body.home #bar div.slide.four div.white_box div.image {
	background: url(/images/home_tour/slide4.png) no-repeat;
	width: 895px;
	height: 235px;
	margin: 0px auto 0px auto;
	border-top: 21px solid white;
}
/* @end Slide 4 */

/* @group Slide 5 */
body.home #bar div.slide.five h1 {
	background: url(/images/instantly_crash_reports_hdr.png) no-repeat;
	width: 582px;
	height: 47px;
}

body.home #bar div.slide.five div.white_box div.image {
	background: url(/images/home_tour/slide5.png) no-repeat;
	width: 888px;
	height: 227px;
	margin: 0px auto 0px auto;
	border-top: 25px solid white;
}
/* @end Slide 5 */
body.home #bar div.container ul.slide_tabs,
body.trends #bar div.container ul.slide_tabs {
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px auto 0px auto;
}

#bar ul.slide_tabs li {
	float: left;
	margin: 0px;
	padding: 0px;
	max-width: 20%;
}

#bar ul.slide_tabs li a {
	display: block;
	font-size: 11.5pt;
	color: #333333;
	padding: 0px 17px 0px 17px;
	text-decoration: none;
	border-right: 1px solid #cccccc;
	margin: 0px;
	height: 50px;
}

#bar ul.slide_tabs li a:hover {
	background: url(/images/slide_tab_highlight.png) repeat-x;
}

#bar ul.slide_tabs li a.on {
	background: url(/images/slide_tab_highlight.png) repeat-x;
}


body.home #bar a.arrow_button.right,
body.trends #bar a.arrow_button.right {
	position: absolute;
	right: -50px;
	top: 240px;
}

body.home #bar a.arrow_button.left,
body.trends #bar a.arrow_button.left {
	position: absolute;
	left: -50px;
	top: 240px;
}

table.features {
	background: #E7ECEE;
	width: 100%;
	margin: 50px 0px 0px 0px;
}

table.features td {
	padding: 20px;
	vertical-align: top;
}

table.features td a {
	text-decoration: none;
}

div.icon {
	float: left;
	width: 10%;
}

div.icon.sales {
	background: url(/images/icons/cash_register.png) no-repeat;
	width: 37px;
	height: 56px;
}

div.icon.crashes {
	background: url(/images/icons/medkit.png) no-repeat;
	width: 52px;
	height: 53px;
}

div.icon.balances {
	background: url(/images/icons/calc.png) no-repeat;
	width: 51px;
	height: 50px;
}

div.icon.stats {
	background: url(/images/icons/stats.png) no-repeat;
	width: 48px;
	height: 50px;
}

div.icon.reviews {
	background: url(/images/icons/heart.png) no-repeat;
	width: 49px;
	height: 47px;
}

div.icon.payments {
	background: url(/images/icons/books.png) no-repeat;
	width: 45px;
	height: 52px;
}

div.text {
	float: left;
	width: 75%;
}

div.text h2 {
	font-size: 11pt;
	color: #333;
	margin-left: 10px;
}

div.text p {
	font-size: 9pt;
	color: #333;
	margin-left: 10px;
}

h1.quote {
	background: url(/images/home_quote.png) no-repeat;
	width: 780px;
	height: 108px;
	text-indent: -10000px;
	margin: 50px auto 0px auto;
}

div.boxblock {
	float: left;
	width: 48%;
	margin: 50px 0px 50px 0px;
}

div.boxblock.dvdr {
	width: 4%;
}

div.boxblock.grey {
	background: #ebebeb;
}

body div.boxblock div.group {
	padding: 20px;
}

div.boxblock h2 {
	color: #333;
	font-size: 20pt;
	font-weight: normal;
	letter-spacing: -.06em;
	margin: 0px;
	padding: 0px;
}

div.boxblock p {
	font-size: 9pt;
	color: #333;
}

div.boxblock span {
	font-weight: bold;
}

/* @end Home */

/* @group Tour */
body.tour #bar h1 {
	display: block;
	text-indent: -10000px;
	background: url(/images/tour_hdr.png) no-repeat;
	width: 247px;
	height: 37px;
	position: absolute;
	top: 20px;
}

body.tour #bar p {
	position: absolute;
	right: 0px;
	line-height: 80px;
	font-size: 13pt;
}

body.tour div.boxblock {
	margin-bottom: 0px;
}

body.tour div.boxblock p {
	margin-bottom: 10px;
}

body.tour table {
	width: 100%;
	margin: 50px 0px 50px 0px;
}

body.tour td {
	vertical-align: top;
	padding: 0px 15px 0px 15px;
}

body.tour div.boxblock {
	width: 100%;
	margin: 0px;
}


body.tour td a:hover img,
body.tour td a img {
	margin: 0px auto 0px auto;
	border: 12px solid #333;
}


/* @end Tour */

/* @group Legal */
body.legal.privacy #bar h1 {
	display: block;
	text-indent: -10000px;
	background: url(/images/privacy_hdr.png) no-repeat;
	width: 251px;
	height: 57px;
	position: absolute;
	top: 20px;
}

body.legal.terms #bar h1 {
	display: block;
	text-indent: -10000px;
	background: url(/images/terms_hdr.png) no-repeat;
	width: 305px;
	height: 37px;
	position: absolute;
	top: 20px;
}

body.legal #bar p {
	position: absolute;
	right: 0px;
	line-height: 80px;
	font-size: 13pt;
	margin: 0px;
}

body.legal h2 {
	margin-top: 10px;
	font-size: 14pt;
}

body.legal ol li {
	list-style-type: decimal;
	list-style-position: inside;
}

body.legal li {
	font-size: 10pt;
}

body.legal p {
	margin: 5px 0px 5px 0px;
	font-size: 10pt;
	color: #333;
}

body.legal ul {
	font-size: 10pt;
	color: #333;
}

body.legal ul li {
	list-style-type: disc;
	list-style-position: inside;
	margin-top: 5px;
}

/* @end Legal */

/* @group FAQs */
body.faqs #bar h1 {
	display: block;
	text-indent: -10000px;
	background: url(/images/faqs_hdr.png) no-repeat;
	width: 92px;
	height: 40px;
	position: absolute;
	top: 22px;
}

body.faqs #bar p {
	position: absolute;
	right: 0px;
	line-height: 80px;
	font-size: 13pt;
	margin: 0px;
}

body.faqs div.boxblock {
	width: 100%;
	margin: 30px 0px 0px 0px;
}
/* @end FAQs */

/* @group Trends */

body.trends #bar h1 {
	background: none;
	width: 657px;
	height: 46px;
	position: absolute;
	top: 30px;
	color: #333;
	font-size: 45px;
	letter-spacing: -0.05em;
	font-weight: bold;
}

/* @end */

/* @group Sign Up */
body.signup #bar h1 {
	display: block;
	text-indent: -10000px;
	background: url(/images/signup_hdr.png) no-repeat;
	width: 308px;
	height: 46px;
	position: absolute;
	top: 22px;
}

body.signup.step_three #bar h1,
body.signup.step_two #bar h1 {
	background: url(/images/signup_two_hdr.png) no-repeat;
	width: 147px;
	height: 46px;
}

body.signup.step_three #bar p,
body.signup.step_two #bar p {
	display: none;
}

body.signup #bar p {
	position: absolute;
	right: 0px;
	line-height: 80px;
	font-size: 13pt;
	margin: 0px;
}

body.signup h1 {
	text-align: center;
	font-size: 14pt;
	padding: 20px 0px 0px 0px;
	font-weight: bold;
	letter-spacing: -0.06em;
	color: #9b0700;
}

body.signup div.boxblock {
	margin: 30px 0px 50px 0px;
}

table.packages {
	width: 100%;
	margin: 20px 0px 0px 0px;
}

table.packages td.empty,
table.packages th.empty {
	background: none;
}

table.packages td,
table.packages th {
	width: 15%;
	padding: 10px;
	text-align: right;
	font-size: 10pt;
	font-weight: bold;
	color: #333;
}

table.packages tr.feature td {
	background: #e7ecee;
}

table.packages tr.feature.alt td {
	background: #e1e9ec;
}

table.packages tr.feature.price td.package {
	font-size: 12pt;
	color: #066523;
	font-weight: bold;
}

table.packages td.package,
table.packages th.package {
	width: 15%;
	text-align: center;
	font-size: 14pt;
	font-weight: normal;
}

table.packages th {
	background: #e1e9ec;;
	font-weight: bold !important;
	letter-spacing: -0.06em;
}

table.packages tr.buttons td {
	background: none;
}

table.packages tr.buttons td a {
	display: block;
	width: 109px;
	height: 34px;
	line-height: 34px;
	text-indent: -10000px;
	background: url(/images/btn_small_signup.png) no-repeat;
	text-align: center;
	margin: 0px auto 0px auto;
}

table.packages tr.buttons td a:hover {
	background-position: bottom;
}

div.step {
	width: 100%;
	background: #ebebeb;
	margin: 0px 10px 20px 0px;
}

div.step h1 {
	text-align: left;
	margin: 0px;
	padding: 25px 0px 0px 25px;
	font-size: 20pt;
	color: #333;
	font-weight: normal;
}

div.step p {
	padding: 10px 100px 0px 60px;
	font-size: 10pt;
	color: #333;
}

body.signup div.left {
	width: 75%;
	float: left;
	margin-top: 50px;
}

body.signup div.right {
	float: right;
	width: 25%;
	margin-top: 50px;
}

body.signup.step_two input {
	padding: 2px 3px 2px 3px;
	font-size: 10pt;
	width: 200px;
}

body.signup.step_two select {
	width: 200px;
}

body.signup.step_two button {
	display: block;
	height: 34px;
	width: 149px;
	background: url(/images/btn_create_account.png) no-repeat;
	border: none;
	text-indent: -10000px;
	margin: 20px 0px 0px 60px;
}

body.signup.step_two button:hover {
	background-position: bottom;
	cursor: pointer;
}

body.signup.step_two table {
	margin: 15px 20px 0px 60px;
	font-size: 10pt;
	color: #333;
}

body.signup.step_two table td,
body.signup.step_two table th {
	padding: 10px;
}

body.signup.step_two table th {
	text-align: right;
	font-weight: bold;
	padding-right: 5px;
	width: 150px;
}

body.signup.step_two table td {
	font-weight: bold;
}

body.signup.step_two p.package {
	font-weight: bold;
}

body.signup.step_two p.error {
	padding: 2px 0px 0px 0px;
	margin: 0px;
	font-size: 9pt;
	color: #8f3000;
}

body.signup.step_three div.boxblock.top {
	margin: 30px 0px 0px 0px;
	width: 100%;
	background: #e7ecee;
}

body.signup.step_three p {
	padding-top: 5px;
}
/* @end Sign Up */