body {
	background: #fff;
	color: #333;
	font-size: 12px;
	padding: 0 0 40px 0;
	font-family: Tahoma, Arial, "MS Trebuchet", sans-serif;
}

a {
	color: #33ccff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Georgia, serif;
	font-weight: normal;
}

h2 {
	padding: 10px 0 0;
	margin: 10px 0 0;
	text-align: left;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 18px;
}

h5 {
	padding:0;
	margin: 0 0 5px 0;
}

blockquote{ 
	text-align:center; 
	margin: 40px 0px;
	font-family: Georgia, Arial, "MS Trebuchet", sans-serif;
	font-size: 18px;
	font-style: italic;
}

p {
	border: 0px solid #666;
	overflow: hidden;
	padding: 10px 0;
	text-align: left;
}

#header{
	background: #333;
	height: 50px;
	font-size: 18px;
	margin-bottom: 40px;
}

.blog .post{
	float:left; 
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	background: url('/images/post.jpg') no-repeat top center; 
	width: 60px; 
	height: 60px;
	text-align: center;
	padding-top: 5px;
	margin: 2px 10px 0 0;
	
}

.blog .post label{ display: block; font-size: 14px; } 
.blog p{ margin-bottom: 5px;}

/* Error Message */
.errorExplanation {
  width: 400px;
  border: 2px solid #c00;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

.errorExplanation ul{
  margin-top: 15px;
}	

.errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

.errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

.errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

.-----fieldWithErrors {
  padding: 2px;
  border-left: 3px solid red;
  display: table;
}

/* end error */


#header ul{ position: absolute; top: 10px; right: 50px;  }
#header ul li{ float: left; }
#header a{ color: #fff;}

.footer p{ text-align:center; padding: 0;}
.footer { padding-top: 15px;}

.icon{ margin: 0 10px 0 0;}
.logo{ margin: 5px 0 15px 0;}

.prices{ width: 80%; margin:0 auto;}
.prices th{ background: #33ccff; color: #fff; padding: 15px; font-size: 16px;}
.prices tr{ border-bottom: 1px solid #ccc;}
.prices td{ text-align: center; font-size: 13px;}
.prices .item{ text-align: center; font-weight: bold; font-size: 14px; padding: 15px;}
.prices .item span{ font-weight: normal;font-size: 12px;}

.signup{ font-weight: normal; font-size: 14px; padding: 10px; color: #333; }

form{ padding-left: 10px; width: 80%;}
form label{ display: block; margin-top: 10px;}
form input{ border: 1px solid #ccc; padding:8px; margin-top:5px;}

.seperator{ padding:0 5px; color:#999999;}

.greybox{ background: #eee; padding: 10px 10px 15px 10px; border: 2px solid #ccc; margin: 5px 0 0 11px;}

.plugin{ margin: 15px 0 15px 0; border: 2px solid #ccc;}

fieldset{ border-left: 3px solid #33ccff; padding: 10px 15px 25px 15px;}

.bar{ background: url(/images/bar.png) no-repeat top center; color: #fff; height: 88px; line-height: 15px;}
.bar img { float: left; padding-right: 10px;}
.bar span{ }
.bar ul { list-style: none; padding: 8px 0 0 20px;}
.bar ul li{ float: left; width: 215px; padding: 0; margin:5px;}
.bar a{ color: #fff;}

.intro h1{
	font-size: 26px; 
	font-weight: lighter; 
	font-family: Tahoma, Arial, "MS Trebuchet", sans-serif;
	margin-bottom: 0px;
}
.intro h2{
	font-size: 20px; 
	text-align: left; 
	font-weight: lighter; 
	font-family: Tahoma, Arial, "MS Trebuchet", sans-serif;
}
/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_2 {
	margin-left: auto;
	margin-right: auto;
	width: 920px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 2 Columns
----------------------------------------------------------------------------------------------------*/

.container_2 .grid_1 {
	width:440px;
}

.container_2 .grid_2 {
	width:900px;
}

.container_2 .grid_3 {
	width:660px;
}


/* Prefix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/

.container_2 .prefix_1 {
	padding-left:460px;
}



/* Suffix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/

.container_2 .suffix_1 {
	padding-right:460px;
}



/* Push Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/

.container_2 .push_1 {
	left:460px;
}



/* Pull Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/

.container_2 .pull_1 {
	left:-460px;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}