@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:0 0 0 15px;
    padding:70px 0 0 0;
	width:460px;
	height:48px;
}

#graph_man {
	float:right;
	background-image:url(/static_serve/image/frontend/graph_man.jpg);
	background-repeat:no-repeat;
	width:370px;
	height:212px;
}

#nav {
	float:left;
	margin:45px 0 0 0;
	padding:0 0 0 27px;
	background-image:url(/static_serve/image/frontend/nav_back.jpg);
	background-repeat:no-repeat;
	width:307px;
	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;
    margin:0 20px 0 0;
	padding:20px 0 0 0;
	color:#ffffff;
	height:29px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

#nav ul li a:hover {
	color:#fcfe68;
}

#nav ul li a.joinnow {
	color:#fcfe68;
}

#point {
	float:right;
	margin:0 130px 15px 0;
	background-image:url(/static_serve/image/frontend/point.jpg);
	background-repeat:no-repeat;
	width:72px;
	height:28px;
}

/*** Generic Forms ************************************************************/

ul.errorlist {
	margin:0;
	padding:0;
	list-style-type:none;
}

ul.errorlist li {
	margin:5px 30px 0 0;
	padding:4px 5px;
	list-style-type:none;
	font-weight:bold;
	color:#fff;
	background-color:#BF2323;
    width:512px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

}

input, textarea {
	font-family:Verdana, Arial, Helvetica;
    font-size:12px;
}

.form_label {
    font-size:14px;
}

.form_tb {
	margin:3px 0 10px 0;
	padding:4px 10px;
	width:400px;
    height:24px;
	border:1px solid #3C4242;
	background-color:#fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.form_lm {
	margin:3px 0 10px 0;
	padding:8px 2px;
	width:370px;
	border:1px solid #3C4242;
	background-color:#fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.form_ta {
	margin:3px 0 0 0;
	padding:10px;
	width:500px;
	border:1px solid #3C4242;
	background-color:#fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


.form_buuton {
	margin:10px 0 35px 0;
	background-image:url(/static_serve/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;
}

/*** Front Page Content *******************************************************/
#main_wrap {
    padding:0 0 30px 0;
	min-height:400px;
	background-color:#50a3ba;
}

#main {
	margin:0 auto;
	padding:0;
	width:910px;
	min-height:470px;
}

#screenshot {
	float:right;
	width:470px;
	height:353px;
    border:1px solid #3C4242;
}

#content_txt {
	float:left;
	margin:60px 0 0 0;
	width:412px;
	color:#fff;
	font-size:20px;
    text-align:justify;
}

#button_wrap {
	float:left;
	margin:10px 0 0 0;
	width:420px;
}

.button {
	float:left;
	background-image:url(/static_serve/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;
}

/*** Generic Content Wrap *****************************************************/
#heading_wrap {
    float:right;
	background-image:url(/static_serve/image/frontend/heading_bubble.jpg);
	background-repeat:no-repeat;
    width:610px;
    height:62px;    
}

#heading {
    padding:15px 0 0 0;
    font-size:26px;
    text-align:center;
}

#content_wrap {
    float:right;
    width:610px;      
}

#content {
    float:right;
    margin:15px 0;
    padding:0 10px;
    width:590px;
}

.tab_content {
    display:none;
    float:right;
    width:610px;    
}

.tab_content img {
    border:none;
}

/*** Siderbar *****************************************************************/
#sidebar_wrap {
    float:left;
    margin:0 0 20px 5px;
    width:243px;
}

#sidebar_wrap img {
    border:none;
}

#sidebar_top {
	background-image:url(/static_serve/image/frontend/sidebar_back_top.jpg);
	background-repeat:no-repeat;
    height:13px;
}

#sidebar {
	background-image:url(/static_serve/image/frontend/sidebar_back_repeat.jpg);
	background-repeat:repeat-y; 
}

#sidebar ul {
    margin:0;
    padding:0;
    list-style-type:none;
}

#sidebar ul li a {
    display:block;
    margin:0 0 0 0;
    padding:6px 0 5px 16px;
    color:#72c8e0;
    font-size:18px;
    text-decoration:none;
    width:195px;
    height:28px;
}

#sidebar ul li a.active, #sidebar ul li a:hover {
    display:block;
    margin:0 0 0 -7px;
    padding:6px 0 5px 23px;
	background-image:url(/static_serve/image/frontend/sidebar_active.jpg);
	background-repeat:no-repeat;
    color:#3d4242;
    font-size:18px;
    text-decoration:none;
    width:220px;
    height:28px;
}

/* sub nav */
#sidebar ul li ul {
    margin:12px 0;
    padding:0;
    list-style-type:none;
    
}
#sidebar ul li ul li a {
    display:block;
    margin:0 0 0 0;
    padding:6px 0 0 27px;
	background-image:url(/static_serve/image/frontend/sidebar_arrow.jpg);
	background-repeat:no-repeat;
    background-position:right;
    color:#fff;
    font-size:14px;
    text-decoration:none;
    width:175px;
    height:20px;
}

#sidebar ul li ul li a:hover {
    display:block;
    margin:0 0 0 0;
    padding:6px 0 0 27px;
	background-image:url(/static_serve/image/frontend/sidebar_arrow.jpg);
	background-repeat:no-repeat;
    background-position:right;
    color:#fff;
    font-size:14px;
    text-decoration:underline;
    width:175px;
    height:20px;
}

#sidebar ul li ul li a.active {
    display:block;
    margin:0 0 0 0;
    padding:6px 0 0 27px;
	background-image:url(/static_serve/image/frontend/sidebar_arrow.jpg);
	background-repeat:no-repeat;
    background-position:right;
    color:#fff;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    width:175px;
    height:20px;
}

#sidebar_bottom {
	background-image:url(/static_serve/image/frontend/sidebar_back_bottom.jpg);
	background-repeat:no-repeat;   
    height:10px;  
}


/*** Footer *******************************************************************/
#footer_wrap {
	margin:0;
	padding:0;
	background-image:url(/static_serve/image/frontend/footer_repeat.jpg);
	background-repeat:repeat-x;
	background-color:#4E5659;
}

#footer {
	margin:0 auto;
	padding:60px 0 0 0;
	width:910px;
	height:275px;
	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:25px 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;
	color:#fff;
}

#plans_wrap table {
	margin:0;
	padding:0;
	color:#000;
	background-image:url(/static_serve/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:#EEEF4A;
    /* background-color:#fcfe68; */
	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 35px 0;
	width:500px;
}
#signup_heading {
	margin:5px 0 0 0;
	padding:5px 0 2px 160px;
	font-size:20px;
}

#signup_sub_heading {
	margin:0 0 5px 0;
	padding:0 0 0 160px;
	font-size:14px; 
	font-weight:bold; 
	color:#FCFE73;
}

#signup_form_wrap label.signup_label {
	float:left;
	padding:5px 0 0 0;
	width:160px;
	text-align:right;
	font-weight:bold;
}

#signup_form_wrap .signup_textbox {
	margin:0 0 5px 5px;
	padding:2px;
	width:300px;
    height:20px;
	border:1px solid #3C4242;
	background-color:#fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#signup_form_wrap .signup_listbox {
	margin:0 0 0 0;
	padding:2px;
	width:304px;
	border:1px solid #3C4242;
	background-color:#fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#signup_form_wrap .signup_listbox_small {
	margin:0 0 0 0;
	padding:2px;
	border:1px solid #3C4242;
	background-color:#fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#signup_form_wrap .domain {
	width:170px;
}

#signup_form_wrap #terms {
	padding:0 0 0 160px;
}

#signup_form_wrap #button {
	float:left;
	margin:10px 0 0 160px;
	background-image:url(/static_serve/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;
}

#signup_form_wrap ul.errorlist {
	margin:0;
	padding:0;
	list-style-type:none;
}

#signup_form_wrap ul.errorlist li {
	margin:0 30px 0 165px;
	padding:3px;
	list-style-type:none;
	font-weight:bold;
	color:#fff;
	background-color:#BF2323;
	width:300px;
}

#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;
}

/*** 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;
}

*/

/*** Tour *********************************************************************/
#tour_img {
    float:right;
    margin:0 0 60px 0;
    width:610px;
}

/*** Support ******************************************************************/
.support_content {
    float:right;
    width:610px;    
}

.support_heading {
    margin:20px 0 0 0;
    padding:20px 0 0 0;
    font-size:18px;
    border-top:solid 1px #fff;
}

#support_text {
    margin:0 0 25px 0;
}

.form_search_tb {
	margin:3px 5px 10px 0;
	padding:4px 10px;
	width:535px;
    height:24px;
	border:1px solid #3C4242;
	background-color:#fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.form_search_btn {
    float:right;
	margin:3px 0 0 0;
    padding:0;
	background-image: url(/static_serve/image/frontend/search_btn.jpg);
	background-repeat:no-repeat;
	background-color:#454A4D;
    border:none;
	width:27px;
	height:34px;
	border:none;
	color:#fff;
	cursor:pointer;
}

/* search */
ul.search_results {
    margin:0;
    padding:0;
    list-style-type:none;
}

ul.search_results li {
    margin:7px 0 0 0;
}

/* faq */
.question_heading {
    margin:20px 0 0 0;
    padding:20px 0 0 0;
    font-size:18px;
    border-top:1px dotted #fff;
}

.question_heading a {
    text-decoration:none;
}

.help_questions_wrap {
    border-bottom:1px dotted #fff;
}

.questions {
    margin:10px 0;
}

.questions ol {
    margin:5px 0 0 45px;
    padding:0;
}

.questions ol li {
    margin:5px 0;
}

.questions ol li a {
    text-decoration:none;
}

.questions ol li a:hover {
    text-decoration:underline;
}

#answers {
    margin:20px 0 0 0;
}

.answer {
    margin:5px 0;
    padding:20px 0;
    border-top:solid 1px #fff;
}

.q {
	font-size:16px;
	font-weight:bold;
}

.a {
    margin:12px 0 0 0;
    font-style:italic;
}


/*** 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;
}
















