body {
	margin: 0;
	font-family: 'Helvetica', 'Lucida Grande', Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	border-top: 10px solid #838689;
	color: #B8C4D0;
	background-color:	#24282c;
}

a:link, a:visited {
	color: #6cf;
	text-decoration: none;
	border-bottom: 1px solid #6cf;
}

a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

h2 {
	margin: 0;
	padding: 10px 20px;
	font-size: 130%;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
}

h2 span {
	padding: 0 10px;
	background: #24282c;
}

h2 img {
	margin-bottom: -5px;
}

p {
	margin: 0;
	padding: 10px 10px;
	line-height: 1.5em;
}

a:link, a:hover img {
	border: 0 !important;
}

.highlight {
	font-size: 20px;
	font-weight: bold;
	color: #f5746e;
}

#footer {
	margin: 10px 0 0 0;
	font-size: 12px;
	color: #595F64;
	border-top: 2px solid #343739;
	width: 800px;
}

#content {
	width: 800px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
}

#logo {
	margin-bottom: 25px;
}

#nav {
	font-size: 18px;
	margin: 0px 75px 4px 0;
	text-align:	right;
}

#description {
	font-size: 16px;
	line-height: 20px;
}

.featurette {
	padding: 5px 15px 15px 15px;
}

.stylized_input {
	padding: 			3px 4px;
	border: 			3px solid #24282e;
	font: 				bold 18px 'Helvetica', 'Lucida Grande', Arial, sans-serif;
	color: 				#444;
	width: 				13em;
}

input:focus {
	outline: none;
	background-color: #FFFE9D;
}

.subdomain {
	width: 				12em;
}

.why-right {
	margin: 				20px 15px 0 0;
}

.why-left {
	margin-left: 		15px;
}

#heart img {
	margin: 				0 -4px 1px -4px;
}

#ie_notice {
	border: 				2px solid red;
	padding: 			0.5em;
	margin-bottom: 	1.5em;
	background-color: #ffd8d8;
	color:				#444;
	font: 				bold;
	width:				500px;
}

#ie_notice a {
	color: 				red;
}

#ie_notice img {
	margin-bottom: -2px;
}

#notice {
	border: 				2px solid red;
	padding: 			0.5em;
	margin-top:			0.5em;
	margin-bottom: 	0.5em;
	background-color: #ffd8d8;
	color:				#555;
	font: 				bold smaller;
	width:				340px;
}

#success {
	border: 				2px solid #7fcf00;
	padding: 			0.5em;
	margin-top:			0.5em;
	margin-bottom: 	0.5em;
	background-color: #daffcd;
	color:				#555;
	font:			 		bold smaller;
	width:				340px;
}

#close_flash img {
	float:				right;
}

.signup_form {
	text-align:	right;
}

.video_tour {
	margin-top: 20px;
}

fieldset {
	background-color: #292D32;
	border-style:		solid none none;
	border-width:		2px 0 0;
	width:				400px;
}
fieldset i {
	font-size: 12px;
}

fieldset hr {
	width:	85%;
}

.errorbox {
	background-color:#292D32;
	border:	5px solid red;
	width: 400px;
	padding: 0 10px 10px 10px;
}

.error {
  color: 	red;
}

fieldset div.fieldWithErrors {
	display:inline;
}

/* Pricing Tables */

.button_link img {
	border: none;
	border-bottom: none !important;
}

.button_link a {
	border: transparent;
}

#pricing_list {
	width: 800px;
}

.table_title {
	font-size: 20px;
	color: #f5746e;
}

.odd_row {
	line-height: 2.0em;
}

.even_row {
	line-height: 2.0em;
	background-color: #383e44;
}

.plan_name {
	font-size: 21px;
	text-align: center;
}

.price_cell {
	font-size: 18px;
	text-align: center;
}

.normal_cell {
	text-align: center;
}

.highlight2 {
	background-color: #fff;
	color:	#000;
}

/* Intro Table */

#intro_table {
	width: 800px;
	margin-top: 10px;
}

.segment_title {
	font-size: 20px;
	font-weight: normal;
	color: #f5746e;
}

.segment_list {
	margin-top: -3px;
}

.segment_moreinfo {
	padding-left: 17px;
}

.segment_bulletpt {
	margin-left: -15px;
}

/* FAQ */

.faq_category {
	margin-left: 65px;
}

.faq_category a {
	font-size: 22px;
}

.faq_category_items {
	margin-top: 10px;
	margin-left: 100px;
}

.faq_questions a {
	
}

.faq_answers {
	margin-left: 20px;
	margin-bottom: 20px;
}