/* -----[ Base ]--------------------------------------------------------------------- */

body {
	background: #EEE;
	color: #222;
	font: medium Arial, Helvetica, sans-serif;
}

a {
	color: #37F;
}

a:hover {
	color: #000;
}

h1 {
	line-height: 1.1;
}

h2 {
	margin: 2.0em 0 1em;
	line-height: 1.1;
}

h3 {
	margin: 1.2em 0 0.8em;
	color: #1D5099;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.1;
}

/* -----[ Layout ]--------------------------------------------------------------------- */

.wrapper {
	background: #FFF;
	border-top: 4px solid #1D5099;
}

.header {
	position: relative;
	width: 920px;
	margin: 0 auto;
	padding: 12px 0;
}

.logo {
	float: left;
	margin-bottom: 6px;
}

.content {
	width: 920px;
	padding: 30px 0 60px;
	margin: 0 auto;
}

.content .main {
	float: left;
	width: 700px;
}

.content .sidebar {
	float: left;
	width: 190px;
	padding-left: 30px;
	font-size: .9em;
}

/* -----[ Navigation ]--------------------------------------------------------------------- */

.navbar {
	float: right;
	padding-top: 34px;
}

.navbar li {
	float: left;
	list-style: none;
}

.navbar a {
	display: block;
	margin-right: 12px;
	padding: 5px 7px;
	background-color: #DAEDFF;
	color: #37C;
	font-size: 0.95em;
	font-weight: bold;
	text-decoration: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
}

.navbar a:hover {
	background-color: #4F92D7;
	color: #FFF;
}

.navbar a.here {
	background-color: #EEE;
	color: #000;
}

.navbar .navLogin {
	position: absolute;
	right: 0;
	top: 0;
	padding: 1px 12px 3px;
	background: #1D5099;
	color: #EEE;
	font-size: 11px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
}

.subnav {
	border-top: 1px solid #DDD;
}

.subnav li {
	padding: 10px 0;
	border-bottom: 1px solid #DDD;
	list-style: none;
}

.subnav a {
	font-weight: bold;
	text-decoration: none;
}

.subnav a.here {
	color: #000;
}


/* -----[ Feature Bar ]--------------------------------------------------------------------- */

.featureWrap {
	padding: 12px 0;
	background: url(/img/layout/feature-bg.png) repeat-x center top;
	border-top: 1px solid #1D5099;
}

.homepage .featureWrap {
	background-image: url(/img/layout/feature-bg-big.png);
}

.feature {
	width: 920px;
	padding: 20px 10px 20px 10px;
	margin: 0 auto;
}

.featurePromo {
	float: left;
	width: 400px;
}

.featurePromo h1 {
	margin: 0 0 12px;
	color: #FFF;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.1;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
}

.featurePromo h1 span {
	color: #FFF;
	font-size: 1.8em;
}

.featurePromo p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 1.1em;
	line-height: 1.3;
}

.featurePromo img {
	float: right;
}

.subpage .feature {
	padding: 0;
	color: #FFF;
}

.subpage .feature h1 {
	margin: 12px 0;
	font-size: 2.1em;
	font-weight: normal;
	letter-spacing: -1px;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
}

/* -----[ Home Page ]--------------------------------------------------------------------- */

.main .block {
	float: left;
	width: 270px;
	margin: 0 18px 48px 0px;
	padding-left: 60px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.main .block h2 {
	margin: 0 0 6px;
	font-size: 1.3em;
}

.main .block p {
	margin: 0;
	color: #666;
}

/* -----[ Buttons ]--------------------------------------------------------------------- */

.button {
	padding: 6px 18px;
	color: #FFF !important;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	border-radius: 2px;
	-moz-border-radius: 2px;
	cursor: pointer;
}

.buttonTry {
	background-color: #69b83b;
	background-image: -moz-linear-gradient(#88d85a, #69b83b); /* Firefox 3.6+ */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#88d85a), to(#69b83b)); /* Safari 4+, Chrome 1+ */
	background-image: -webkit-linear-gradient(#88d85a, #69b83b); /* Safari 5.1+, Chrome 10+ */
	border: 1px solid #69b83b;
}

.buttonFeatures {
	background-color: #2c7fd2;
	background-image: -moz-linear-gradient(#5a9fe4, #2c7fd2); /* Firefox 3.6+ */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5a9fe4), to(#2c7fd2)); /* Safari 4+, Chrome 1+ */
	background-image: -webkit-linear-gradient(#5a9fe4, #2c7fd2); /* Safari 5.1+, Chrome 10+ */
	border: 1px solid #2c7fd2;
}

.button:hover {
	background-image: none !important;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

.featurePromo .button {
	float: left;
	display: block;
	margin-right: 24px;
}

/* -----[ Testimonials ]--------------------------------------------------------------------- */

blockquote {
	margin: 0;
	margin-left: -30px;
	padding: 0;
	padding-left: 30px;
}

blockquote p,
blockquote ol {
	font-style: italic;
	line-height: 1.3;
}

blockquote .author {
	display: block;
	margin: 6px 0;
	color: #888;
	font-style: normal;
	line-height: 1.1;
}

.testimonialFull {
	margin: 0 0 30px;
	padding: 24px 36px 12px;
	background-color: #F4F4F4;
	background-position: 6px 24px;
	border: 1px solid #DDD;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

/* -----[ Pricing Table ]--------------------------------------------------------------------- */

.pricingTable {
	width: 100%;
	border: 1px solid #CCC;
}

.pricingTable th {
	width: 100px;
	padding: 18px 6px;
	color: #FFF;
	font-size: 2.2em;
	font-weight: normal;
	line-height: 1.0;
	text-align: center;
	vertical-align: middle;
}

.pricingTable th sup,
.pricingTable th sub {
	color: rgba(255, 255, 255, 0.9);
	font-size: .5em;
	vertical-align: top;
}

.pricingTable th sub {
	color: rgba(255, 255, 255, 0.5);
	font-size: .4em;
	vertical-align: bottom;
}

.pricingTable td {
	padding: 18px 6px;
	border: 1px solid #CCC;
	vertical-align: middle;
}

.pricingTable td span {
	color: rgba(0, 0, 0, 0.5);
}

.pricingTable td sub {
	color: rgba(0, 0, 0, 0.8);
	font-size: .9em;
	font-weight: normal;
	vertical-align: bottom;
}

.pricingTable .planCol1 {
	background-color: #F4F4F4;
	text-align: center;
}

.pricingTable .planCol2 {
	background-color: #EEEEEE;
	text-align: center;
}

.pricingTable .planCol3 {
	background-color: #E8E8E8;
	text-align: center;
}

.pricingTable .planCol4 {
	background-color: #E2E2E2;
	text-align: center;
}

.pricingTable .planCol5 {
	background-color: #DBDBDB;
	text-align: center;
}

.faqList tr {
	vertical-align: top;
}

.faqList th {
	padding-right: 1em;
}

/* -----[ Features Page ]--------------------------------------------------------------------- */

.mainFeatures h2 {
	margin-top: 0;
}

.mainFeatures img {
	padding: 6px;
	/*border: 1px solid #CCC;*/
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.nextFeature {
	margin-top: 2.4em;
	text-align: right;
}

.nextFeature .button {
	margin-left: 6px;
	background-color: #2c7fd2;
	background-image: -moz-linear-gradient(#5a9fe4, #2c7fd2); /* Firefox 3.6+ */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5a9fe4), to(#2c7fd2)); /* Safari 4+, Chrome 1+ */
	background-image: -webkit-linear-gradient(#5a9fe4, #2c7fd2); /* Safari 5.1+, Chrome 10+ */
	border: 1px solid #2c7fd2;
}

/* -----[ Contact Page ]--------------------------------------------------------------------- */

.contactDetails {
	line-height: 1.8;
}

.contactDetails span {
	color: #888;
}

/* -----[ Footer ]--------------------------------------------------------------------- */

.footerWrap {
	background: #EEE url(/img/layout/footer-bg.png) repeat-x left top;
	border-top: 1px solid #DDD;
	padding-bottom: 50px;
}

.footer {
	width: 920px;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 0.9em;
}

.footerNav {
	float: left;
}

.footerNav a {
	text-decoration: none;
}

.copyright {
	float: right;
	color: #888;
}

/* -----[ Buttons ]--------------------------------------------------------------------- */

.list {
	margin: 0 0 1.2em 1.2em;
}

.list li {
	padding-bottom: 12px;
	line-height: 1.1;
}

.note {
	color: #888;
	font-size: 0.9em;
}

.clear {
	clear: both;
}
