@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#4e5659;
	color:#fff;
}

.clear {
	clear:both;
}

/*** Header ******************************************************************************/
#header_wrap {
	background-color:#3d4242;
}

#header {
	margin:0 auto;
	padding:0;
	width:910px;
	height:212px;
}

#logo {
	float:left;
	margin:15px 0 0 15px;
	width:460px;
	height:48px;
}

#graph_man {
	float:right;
	background-image:url(/image/frontend/graph_man.jpg);
	background-repeat:no-repeat;
	width:370px;
	height:212px;
}

#nav {
	float:left;
	margin:100px 0 0 0;
	padding:0 0 0 7px;
	background-image:url(/image/frontend/nav_back.jpg);
	background-repeat:no-repeat;
	width:331px;
	height:49px;
	clear:left;
}

#nav ul  {
	margin:0;
	padding:0;
	list-style-type:none;
}

#nav ul li {
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
}

#nav ul li a {
	display:block;
	float:left;
	padding:20px 0 0 0;
	color:#ffffff;
	width:75px;
	height:29px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

#nav ul li a.joinnow {
	color:#fcfe68;
}

#point {
	float:right;
	margin:0 130px 15px 0;
	background-image:url(/image/frontend/point.jpg);
	background-repeat:no-repeat;
	width:72px;
	height:28px;
}

/*** Content ******************************************************************************/
#main_wrap {
	min-height:400px;
	background-color:#50a3ba;
}

#main {
	margin:0 auto;
	padding:0;
	width:910px;
	min-height:470px;
}

#screenshot {
	float:right;
	width:469px;
	height:355px;
}

#content_txt {
	float:left;
	margin:70px 0 0 0;
	width:425px;
	color:#fff;
	font-size:20px;
}

#button_wrap {
	float:left;
	margin:10px 0 0 0;
	width:441px;
}

.button {
	float:left;
	background-image:url(/image/frontend/big_btn.jpg);
	background-repeat:no-repeat;
	width:189px;
	height:47px;
}

.button a {
	display:block;
	padding:13px 0 0 0;
	width:189px;
	height:34px;
	color:#fff;
	font-size:15px;
	text-align:center;
	text-decoration:none;
}

#or {
	float:left;
	margin:15px 10px 0 10px;
	color:#fff;
	width:20px;
	height:20px;
	font-size:16px;
}

/*** Footer ******************************************************************************/
#footer_wrap {
	margin:0;
	padding:0;
	background-image:url(/image/frontend/footer_repeat.jpg);
	background-repeat:repeat-x;
	background-color:#4E5659;
}

#footer {
	margin:0 auto;
	padding:60px 0 0 0;
	width:910px;
	height:325px;
	color:#fff;
}

#footer td {
	padding:0 10px;
	width:300px;
}

.left_bracker {
	float:left;
}

.right_bracker {
	float:right;
}

.footer_heading {
	margin:5px 0 3px 0;
	font-size:21px;
	text-align:center;
}

.footer_txt {
	margin:0 0 25px 0;
	font-size:15px;
	text-align:center;
}

#testimonial_wrap {
	height:75px;
}

#testimonial {
	font-size:21px;
	font-style:italic;
}

#testimonial_source {
	font-size:16px;
}

#copyright_wrap {
	border-top:1px solid #C0CECF;
	background-color:#3E4243;
}

#copyright {
	margin:0 auto;
	padding:3px 0;
	width:910px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

#copyright a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

#copyright td {
	vertical-align:top;
}

#blog_heading {
	font-size:16px;
	font-weight:bold;
	border-bottom:1px dotted #fff;
}

#blog_view_all {
	padding:3px 0 0 0;
	border-top:1px dotted #fff;
}

#copyright ul {
	margin:0 0 3px 0;
	padding:0;
	list-style-type:none;
}

#copyright ul li {
	margin:3px;
}


/*** Signup (plans) ******************************************************************************/
#plans_wrap {
	padding:20px 0;
}

#freetrial {
	font-size:18px;
	font-weight:bold;
}

#plans_wrap table {
	margin:0;
	padding:0;
	color:#000;
	background-image:url(/image/frontend/plans_header.jpg);
	background-repeat:no-repeat;
	text-align:center;
}

#plans_wrap table th {
	height:50px;
	border:none;
	color:#fff;
}

#plans_wrap table th .heading {
	font-size:15px;
}

#plans_wrap table th .subheading {
	font-size:11px;
	color:#dbdbdb;
}

#plans_wrap table td {
	border-left:1px solid #3C4242;
	border-bottom:1px solid #575757;
	height:35px;
}

#plans_wrap table td.desc {
	font-weight:bold;
	text-align:right;
	color:#3E4243;
}

#plans_wrap table td.highlighted {
	background-color:#FFF8AF;
	font-weight:bold;
	border-left:2px solid #3C4242;
	border-right:1px solid #3C4242;
}

#plans_wrap table td.plain {
	background-color:#50A3BA;
	border:none;
	height:35px;
}

#plans_wrap table tr.odd {
	background-color:#fff;
}

#plans_wrap table tr.even {
	background-color:#E0EEEF;
}

#plans_wrap table td .signup {
	color:#50A3BA;
}

/*** Signup (step1) ******************************************************************************/
#signup_form_wrap {
	float:left;
	padding:0 0 15px 0;
	width:500px;
}
#signup_heading {
	margin:5px 0;
	padding:5px 0 5px 160px;
	font-size:20px;
}

#signup_form_wrap label.signup_label {
	float:left;
	padding:3px 0 0 0;
	width:160px;
	text-align:right;
	font-weight:bold;
}

#signup_form_wrap .signup_textbox {
	margin:0 0 0 5px;
	padding:2px;
	width:300px;
	border:1px solid #dbdbdb;
}

#signup_form_wrap .domain {
	width:170px;
}

#signup_form_wrap #terms {
	padding:0 0 0 160px;
}

#signup_form_wrap #button {
	float:left;
	margin:0 0 0 160px;
	background-image:url(/image/frontend/big_btn.jpg);
	background-repeat:no-repeat;
	background-color:#454A4D;
	width:189px;
	height:47px;
	border:none;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
}

ul.errorlist {
	margin:0;
	padding:0;
	list-style-type:none;
}

ul.errorlist li {
	margin:0 30px 0 165px;
	padding:3px;
	list-style-type:none;
	font-weight:bold;
	color:#fff;
	background-color:#FF0000;
}

#step1_txt_wrap {
	float:right;
	padding:50px 0 0 30px;
	width:370px;
	height:275px;
	border-left:1px solid #fff;
}

#step1_txt_wrap .heading {
	font-size:16px;
	font-weight:bold;
}

#step1_txt_wrap .txt {
	margin:0 0 15px 0;
}

/*** Signup (step2) ******************************************************************************/
#step2_wrap {
	float:right;
	padding:55px 0 0 30px;
	width:370px;
	height:375px;
	border-left:1px solid #fff;
}

#paypal_link {
	margin: 0;
	padding:10px 0;
}

#paypal_link a {
	color:#fff;
	text-decoration:none;
}

#paypal_link img {
	border:1px solid #454A4D;
}

/*** faq *****************************************************************************************/
#faq_wrap {
	padding:15px 0;
}

#faq_wrap .block {
	padding:10px 0;
	border-bottom:1px solid #fff;
}

.q {
	font-size:16px;
	font-weight:bold;
}

.a {
}

/*** Tour ***************************************************************************************/
.tour_wrap {
	float:left;
	width:650px;
	height:440px;
}

.tour_img_wrap {
	float:left;
	margin:0 10px 10px 0;
	width:200px;
	border:3px solid #4E5659;
}

.tour_img_wrap img {
	border:none;
}

.tour_features_wrap {
	float:right;
	width:250px;
}

.tour_features_wrap h2 {
	margin:0 0 5px 5px;
	padding:0;
	font-size:20px;
	border-bottom:1px solid #fff;
	width:245px;
}

.tour_features_wrap ul {
	margin:0 0 0 30px;
	padding:0;
}

.tour_features_wrap ul li {
	margin:5px 0;
}

/*** Privacy / TOS ******************************************************************************/
#privacy_tos_wrap {
	padding:10px 0 20px 0;
	width:600px;
}

/*** Other ***************************************************************************************/
a {
	color:#fff;
}

h1 {
	margin:5px 0;
	padding:0;
	font-size:20px;
}

p {
	margin:7px 0;
	padding:0;
}

form {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}















