/* --------- /stylesheets/public.css --------- */ 
/* 

Fetch, Seamless digital delivery
Copyright (c) Pixellent, LLC All rights reserved.

*/

/* @group CSS Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1.22em;
	font-family: inherit;
	vertical-align: baseline;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul {
	list-style: none;
}

/* @group Structure */

body {
	color: #161616;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: center;
	background-color: #F3F9F8;
}

.container {
	text-align: left;
	width: 960px;
	margin: 0 auto;
}



.container:after, #tagline:after, #screens:after, .step:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* @end */



#subscribe {
	padding: 40px 0;
	background-color: #e8e8e8;
	min-width: 960px;
}

.testimony {
	padding: 20px 23px 0;
	background: url("bubble.gif"/*tpa=http://www.fetchapp.com/images/bubble.gif*/) no-repeat;
}

.testimony-down {
	font-size: 12px;
	background: url("bubble.gif"/*tpa=http://www.fetchapp.com/images/bubble.gif*/) no-repeat 0 bottom;
	padding: 60px 0 0 13px;
	margin-bottom:20px;
}

.testimony-down a {
	color: #049ed0;
	text-decoration: underline;
}

.testimony-down a:hover {
	text-decoration: none;
}

#subscribe-tbl {
	font-size: 12px;
	background-color: #fff;
}

#subscribe-tbl th#features {
	background-color: #e8e8e8;
}

#select-one {
	background: url("select-one.gif"/*tpa=http://www.fetchapp.com/images/select-one.gif*/) no-repeat;
	height: 27px;
	margin: 6px 0 0 15px;
}

#select-one a {
	text-indent: -9999px;
	width: 121px;
	height: 0;
	padding-bottom: 17px;
	display: block;
	overflow: hidden;
}

#subscribe-tbl th#plan-free, #subscribe-tbl th#plan-basic, #subscribe-tbl th#plan-plus, #subscribe-tbl th#plan-premium, #subscribe-tbl th#plan-max {
	background-color: #f5f5f5;
}

#subscribe-tbl th#plan-free, #subscribe-tbl th#plan-basic, #subscribe-tbl th#plan-plus, #subscribe-tbl th#plan-premium, #subscribe-tbl th#plan-max, #subscribe-tbl td {
	text-align: center;
	border-top: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
	border-left: 1px solid #c6c6c6;
		border-bottom: 1px solid #c6c6c6;
}

#subscribe-tbl th h6 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 6px;
	padding-bottom: 2px;
}

#subscribe-tbl th p {
	padding-bottom: 12px;
}

#subscribe-tbl th p a {
	color: #049ed0;
	text-decoration: underline;
}

#subscribe-tbl th p a:hover {
	text-decoration: none;
}

#subscribe-tbl .feature {
	width: 122px;
	padding: 10px 0 5px 8px;
	text-align: left;
}

#subscribe-tbl td {
	width: 85px;
}

#subscribe-tbl td.check {
	background: url("check.gif"/*tpa=http://www.fetchapp.com/images/check.gif*/) no-repeat center center;
}

#subscribe-tbl td.end {
	border-bottom: 2px solid #c6c6c6;
}



/* @end */


