body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: small/1.35 "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #303030;
	background: #2f2f2f /*url(../images/bg-head.gif) 0 36px repeat-x*/;
}

a:link 		{ color: #069; }
a:hover 	{ color: #09C; }
a:visited 	{ color: #7a7e7e; }
a:visited:hover { color: #09C; }

a.js-link {
	text-decoration: none;
	border-bottom: 1px dashed #069;
}
a.js-link:link 		{ color: #069; }
a.js-link:hover 	{ color: #09C!important; border-color: #09C; }
a.js-link:visited 	{ color: #069; }

h1 {
	margin: .125em 0 .55em;
	font-size: 247%;
	line-height: 1.125;
	color: #000;
}
h2 {
	margin: 0;
	padding: .75em 0 .5em;
	font-size: 150%;
	line-height: 1em;
	color: #000;
}
h3 {
	margin: .5em 0 0;
	padding: 0;
	font-size: 115%;
}
p {
	margin: 0 0 1.35em;
	padding: 0;
}

/* Tables globals */
table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
	table th {
		text-align: left;
	}
	table td {
		vertical-align: top;
		border-bottom: 1px solid #F3F3F3;
	}

.light {
	color: #99A;
	font-size: .85em;
}


#page {
	margin: 0 auto;
/*	background: url(../images/bg-head-pattern.gif) no-repeat 50% 36px;*/
/*	padding-bottom: 15px;*/
}
	#head {
/*		height: 146px;*/
	}
		/* Navigation section */
		#head .navigation {
			text-align: center;
			background-color: #1b1b1b;
	color: #ccc;
}
			#head .navigation .wrapper {
				margin: 0 auto;
				padding: 9px 120px;
				font-size: .95em;
				text-align: left;
				/*background: url(../images/bg-head-meta.gif) 0 0 no-repeat;*/
				width: 702px;
				height: 18px;
				overflow: hidden;
			}
			#head .navigation ul {
				margin: 0;
				padding: 0;
			}
				#head .navigation ul li {
					float: left;
					margin-right: 1.5em;
					list-style: none;
				}
				
				#head .navigation ul li a:link,
				#head .navigation ul li a:visited {
					color: #e1e1e1;
					text-decoration: none;
					border-bottom: 1px solid #534B38;
					//border: 0;
					//text-decoration: underline;
				}
				#head .navigation ul li a:hover {
					color: #FC0;
					border-color: #AE9F75;
				}
				#head .navigation ul li.active {
					color: #FC0;
				}
				
			#head .main-nav {
				float: left;
			}
			#head .meta-nav {
				float: right;
			}
				#head ul.meta-nav li {
					margin-left: 1.5em;
					margin-right: 0;
				}
				.meta-nav .nav-signup {
					font-weight: bold;
				}
					#head ul.meta-nav li.nav-signup a:link,
					#head ul.meta-nav li.nav-signup a:visited {
						color: #92D87F;
						border-color: #5D7F4D;
					}
					#head ul.meta-nav li.nav-signup a:hover {
						color: #B2F8AF;
						border-color: #92D87F;
					}

	#content {
		margin: 0 auto;
		text-align: left;
		width: 803px;
		background: url(../images/page-bottom.gif) 0 100% no-repeat;
		overflow: hidden;
	}
		#content .wrapper {
			margin-bottom: 18px;
			padding: 0 6px;
			background: #FFF url(../images/page-bg.gif) 0 0 repeat-y;
		}
		
		/* Layout
		----------*/
		
		.content-wrapper {
			padding: 20px 43px;
			overflow: hidden;
			width: 705px;
		}	
			.col1, .col2, .col3,
			.col4, .col5, .col6 {
				float: left;
				xmargin-right: -3px;
			}
			.col1 { width: 105px; }
			.col2 { width: 225px; }
			.col3 { width: 345px; }
			.col4 { width: 465px; }
			.col5 { width: 585px; }
			.col6 { width: 705px; margin-left: 0; }
			
			
			.push1, .push2, .push3,
			.push4, .push5, .push6 {
				float: none;
			}

			.push1 { margin-left: 120px; }
			.push2 { margin-left: 240px; }
			.push3 { margin-left: 360px; }
			.push4 { margin-left: 480px; }
			.push5 { margin-left: 600px; }
			.push6 { margin-left: 705px; }
			
			.float { float: left; display: inline;}
		
		/* Heading section */
		#content .heading {
			margin-top: 10px;
			padding-top: 6px;
			background: #fff url(../images/page-top.png) 0 0 no-repeat;
			overflow: hidden;
			//height: 1%;
		}
			#content .heading .wrapper {
				position: relative;
				margin: 0 6px;
				padding: 20px 0 0 42px;
				background: none;
				background-image: url(../images/page-title-bg.jpg);
				background-position: 8px 6px;
				background-repeat: no-repeat;
				border-bottom: 1px solid #B8CDB6;
				width: 749px;
				overflow: hidden;
			}
			#content .heading h1 {
				margin: .5em 0 .25em 0;
				line-height: 1;
			}
			#content .heading p {
				margin: 0 0 1em .125em;
			}
		
/* Quick Tour on the Home Page */
#tour {
	height: 234px;
	overflow: hidden;
}
	#tour .container {
		width: 10000px;
	}	
		#tour .frame {
			float: none;
			margin-right: 40px;
			width: 749px;
			overflow: hidden;
		}
		html>body #tour .frame { float: left; }

		#tour .descr {
			float: left;
			margin: 10px 0 0 0;
			width: 340px;
		}
			#tour .descr h1 {
				font-size: 150%;
			}
			#tour .descr p {
				line-height: 1.5;
			}
			#tour .descr p strong {
				font-weight: normal;
				background-color: #EFA;
			}
		
		#tour .gfx {
			float: right;
		}
			#tour .gfx img {
				display: block;
				margin: 0;
				padding: 0;
			}
		
	/* Tour navigation */
	.tour-nav {
		background-color: #E1F1FA;
		border-top: 1px solid #FFF;
		border-bottom: 1px solid #C7D5E1;
		//height: 1%;
	}
		.tour-nav ul {
			margin: 0 42px;
			padding: .5em 0;
			font-size: .95em;
			overflow: hidden;
			zoom: 1;
		}
		.tour-nav li {
			float: left;
			margin: 0;
			padding: 0;
			list-style: none;
			width: 19.9%;
		}
			.tour-nav li a {
				display: block;
				margin: 0;
				padding: .5em 1em .5em .5em;
				line-height: 1.3;
				height: 27px;
				border-left: 1px solid #C7D5E1;
			}
			.tour-nav li a:link,
			.tour-nav li a:visited {
				color: #069;
				text-decoration: underline;
			}
			.tour-nav li a:hover {
				color: #036;
				background-color: #b6ffff;
				text-decoration: none;
			}
			.tour-nav li a.active:link,
			.tour-nav li a.active:visited {
				color: #000;
				background-color: #FFC;
				text-decoration: none;
			}

		
	
/* Killing Features block */
#features {
	position: relative;
	margin: 1em 0 1em -14px;
	padding: 0 1em;
	background-color: #F5FAFD;
	overflow: hidden;
	//height: 1%;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
	#features dl {
		float: left;
		margin: 1em 0;
		padding: 0;
		width: 50%;
	}
		#features dl dt {
			margin: 0 2em 0 0;
			padding: 0 0 0 18px;
			font-weight: bold;
			background: url('../images/bul-leaf-1.gif') 0 2px no-repeat;
			
		}
		#features dl dd {
			margin: 0 2em 1em 0;
			padding: 0 0 0 18px;
			font-size: .85em;
			line-height: 1.3;
			color: #999;
		}
		
/* Testimonials */
blockquote.testimonial {
	margin: 0;
	padding: .125em 0 1em;
}
	.testimonial p {
		margin: .5em 0 .25em;
		padding: 0;
		font-size: 100%;
		line-height: 1.25;
	}
		.testimonial p span {
			margin-left: -.35em;
		}
		.testimonial p em {
			font-style: normal;
		}

	.testimonial p.source {
		margin: 0 0 0 1.75em;
		padding: 0;
		text-align: right;
		font: italic 90% Georgia, "Times New Roman", Times, serif;
		color: #999;
	}

/* Contact us list */
#contactus ul {
	margin: .85em 0 0;
	padding: 0;
}
	#contactus ul li {
		margin: .25em 0 1.25em;
		padding: 0;
		list-style: none;
		font-size: 110%;
		line-height: 1.125;
	}
	
	
/* Forms */
form {
	margin: 0 0 1.5em;
	padding: 0;
}
form fieldset {
	margin: 10px 0 5px;
	border: 0;
	border-bottom: 1px solid #C7D5E1;
	padding: .5em 0;
	overflow: hidden;
}
	form fieldset legend {
		display: block;
		margin: 0;
		padding: 0;
		font-size: 100%;
		font-weight: bold;
		color: #322D20;
		//margin-left: -.55em;
	}

.form-row {
	padding: .2em 0 .4em;
	overflow: hidden;
	//height: 1%;
}
	.form-label {
		float: left;
		width: 105px;
		padding: .2em 0 0;
	}
	.form-field {
		margin-left: 120px;
	}
	.form-comment {
		margin-left: 120px;
		color: #7E898C;
		font-size: 85%;
	}
	
	.form-row .negative-http {
		margin-left: -25px;
	}
	html>body .form-row .negative-http {
		margin-left: -2.75em;
		//margin-left: -25px;
	}
	
	form .hint {
		margin: 0 0 .5em 0;
		font: italic 100%/1.3em Georgia, "Times New Roman", Times, serif;
		font-size: .9em;
		color: #99A;
	}
	
	.field-required {
		color: #CCD;
		font-size: .85em;
	}
	
	/* Page error message */
	.error-msg {
		margin: 0 0 2em;
	}
	.error-msg p {
		margin: 0 -.5em;
		padding: .5em;
		font-weight: bold;
		color: #930;
		background-color: #FED;
		border: 1px solid #C63;
	}
	
	/* Error fields */
	form .form-error {
		float: left;
		display: inline;
		margin-left: 14px!important;
		padding: 1px;
		background-color: #FCC;
		border: 1px solid #C99;
	}
		form .error-msg {
			margin-left: 510px;
			padding-left: 20px;
			font-size: 90%;
			font-weight: bold;
			color: #930;
			background: url(../images/error-arrow.gif) 0 1px no-repeat;
		}
	
	/* Big button */
	a.big-button:link,
	a.big-button:visited,
	button.big-button {
		display: block;
		margin: 0;
		padding: 0;
		font: 100%/1.3 "Lucida Grande", Arial, sans-serif;
		text-decoration: none;
		text-align: center;
		height: 41px;
		color: #322D20;
		background: url(../images/but-big-left.gif) 0 0 no-repeat;
		border: 0 solid;
		overflow: hidden;
		text-shadow: #BEB 1px 1px 0;
		cursor: pointer;
	}
		a.big-button strong,
		button.big-button strong {
			display: block;
			padding: 11px 10px 10px;
			font-weight: bold;
			background: url(../images/but-big-right.gif) 100% 0 no-repeat;
			height: 41px;
			overflow: hidden;
		}

	a.big-button:hover {
		color: #FFF;
		text-shadow: #393 1px 1px 0;
		background-position: 0 -41px;
	}
		a.big-button:hover strong {
			background-position: 100% -41px;
		}
		
	.wrapper .big-button 		{ background-image: url(../images/but-big-left-dark.gif); }
	.wrapper .big-button strong { background-image: url(../images/but-big-right-dark.gif); }
	
	/* Next button override */
	#tour a.next-frame {
		float: left;
		font-size: 115%;
		width: 90px;
	}
	
	/* Sign up button */
	a.signup-btn {
		float: left;
		font-size: 115%!important;
		width: 180px;
	}
	
	/* Submit button */
	.submit-but {
		font-size: 135%;
		width: 170px;
	}
	
	.form-links {
		font-size: 90%;
		color: #A5B49D;
	}
	
/* Blog section */
.blog-meta {
	margin-bottom: 1.75em;
	color: #999;
	font-size: .85em;
}

.excerpt {
	font-size: 135%;
	line-height: 1.3;
	color: #000;
}

.blog-comments {
	clear: left;
	margin: 1em -7px 1em -14px;
	padding: 0 1em;
	background-color: #F5FAFD;
	overflow: hidden;
	zoom: 1;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}

/* Sidebar lists for archives and categories */
.blog-sidebar {
	margin: 1.35em 0 0 597px;
}
* html .blog-sidebar {
	padding-top: 1.35em;
}
.blog-sidebar ul {
	margin: .5em 0;
	padding: 0;
}
	.blog-sidebar ul li {
		margin: 0;
		padding: 0;
		color: #CCC;
		list-style: none;
	}
		.blog-sidebar ul li .counter {
			margin-left: .25em;
			font-size: .9em;
			white-space: nowrap;
			color: #DDD;
		}
			.blog-sidebar ul li .counter strong {
				color: #AAA;
				padding: 0 .125em;
			}
	
/* Pricing and Plans section */
table.plans {
	font-size: 100%;
}
	table.plans th,
	table.plans td {
		border-bottom: 1px solid #F3F3F3;
		padding: 1em .5em;
		font-weight: normal;
		text-align: center;
		vertical-align: middle;
	}

	table.plans thead th {
		padding-top: 0;
		border-bottom: 2px solid #C7D5E1 !important;
		background-color: #FFF !important;
		color: #000;
		font-size: 175%;
		font-weight: bold;
	}

	table.plans tbody th {
		text-align: left;
	}


	table.plans .highlight th,
	table.plans .highlight td {
		background-color: #F5FAFD;
		border-color: #E1F1FA;
	}
		table.plans .highlight th {
			font-weight: bold;
		}
		
	table.plans tr.price td {
		color: #999;
		font-size: .9em;
	}
		table.plans tr.price td strong {
			display: block;
			color: #666;
			font-size: 150%;
		}

	table.plans strong.yes {
		position: relative;
		display: block;
		margin: 0 auto;
		color: #999;
		font-size: 135%;
	}

/* Footer section */
#footer {
	margin: 2em;
	font-size: .95em;
	color: #a1a1a4;
	text-align: center;
}
	#footer a:link {
		color: #AE9F75;
	}
	#footer a:visited {
		color: #875;
	}
	#footer a:hover {
		color: #CEBF95;
	}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 1%;
}