body {
	background: #070707;
	font-size: 12px;
	/*font-family: Helvetica,Arial,sans-serif;*/
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #222;
}
a,
a:visited,
a:active {
	color: #1550a0;
}
h5 {
	font-size: 16px;
	margin: 20px 0 15px 0;
}
#header_wrapper {
	width: 100%;
	background: url(/images/home/header_bg.jpg) top left repeat-x;
	overflow: hidden;
}
#navigation {
	width: 965px;
	height: 130px;
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
	position: relative;
}
#navigation h1 {
	float: left;
	width: 154px;
	height: 39px;
	margin: 35px 0 0 0;
	background: url(/images/home/starrup_logo.jpg) top left no-repeat;
}
#navigation a {
	color: #fff;
	text-decoration: none;
}
#navigation h1 a {
	float: left;
}
.login_trial {
	position: absolute;
	right: 10px;
	bottom: 12px;
}
ul.primary_nav {
	position: absolute;
	bottom: 0;
	_bottom: -1px;
	left: 0;
	margin-top: 35px;
}
ul.primary_nav li {
	float: left;
	margin-right: 1px;
}

ul.primary_nav li a {
	display: block;
	width: 123px;
	height: 39px;
	background: url(/images/home/nav_home.jpg) top left no-repeat;
	text-indent: -500em;
}
ul.primary_nav li.features a {
	background-image: url(/images/home/nav_features.jpg);
}
ul.primary_nav li.blog a {
	background-image: url(/images/home/nav_blog.jpg);
}
ul.primary_nav li.contact a {
	background-image: url(/images/home/nav_contact.jpg);
}
ul.primary_nav li.pricing a {
	background-image: url(/images/home/nav_pricing.jpg);
}
ul.primary_nav li a:hover {
	background-position: 0 -78px;
}
ul.primary_nav li.active a,
ul.primary_nav li.active a:hover {
	background-position: 0 -39px;
}


ul.secondary_nav {
	position: absolute;
	top: 0;
	right: 0;
}
ul.secondary_nav li {
	float: left;
	padding-top: 8px;
	padding-left: 10px;
}
#navigation ul.secondary_nav li a {
	color: #888;
	font-size: 10px;
}
#navigation ul.secondary_nav li a:hover {
	color: #fff;
}
#navigation ul.secondary_nav li {
	font-size: 12px;
}
#navigation ul.secondary_nav li.logged {
	padding-top: 6px;
	font-size: 12px;
	color: #ccc;
}
#navigation ul.secondary_nav li.logged a {
	font-size: 14px;
	padding-left: 2px;
	text-decoration: underline;
	color: #eee;
}
#navigation ul.secondary_nav li.logged a:hover {
	color: #fff;
}
ul.secondary_nav li.login {
	padding: 0;
}
ul.secondary_nav li.login a {
	display: block;
	width: 90px;
	height: 40px;
	background: url(/images/home/nav_login.jpg);
	text-indent: -500em;
	margin-right: 7px;
	margin-left: 20px;
}
ul.secondary_nav li.login a:hover {
	background-position: 0 -40px;
}
ul.secondary_nav li.welcome {
	font-size: 11px;
	padding-top: 1px;
}
#page_container {
	background: #f5f5f5;
	padding-bottom: 40px;
}
#container {
	width: 965px;
	margin: 0 auto;
}
#header {
	width: 100%;
	margin: 0 auto;
	color: #111;
	background: url(/images/home/showcase_bg.jpg) top left repeat-x;
	border-bottom: 1px solid #ddd;
}
#header_content {
	margin: 0 auto;
	position: relative;
	width: 990px;
	height: 233px;
	overflow: hidden;
}
.secondary #header {
	height: 80px;
}
.secondary #header_content {
	height: 80px;
}
#header .home_screenshot {
	float: left;
	width: 549px;
	height: 193px;
	background: url(/images/home/home_screenshot.jpg);
	position: absolute;
	bottom: 0;
	right: 0;
}
#header h2 {
	position: absolute;
	width: 397px;
	height: 34px;
	margin: 65px 0 0 15px;
	background: url(/images/home/header_showcase_your_talent_online.jpg) top left no-repeat;
	text-indent: -500em;
}
.secondary #header h2 {
	position: absolute;
	margin: 35px 0 0 15px;
	text-indent: 0;
	background: none;
	font-weight: normal;
	font-size: 16px;
	width: 700px;
}
#header h3 {
	position: absolute;
	width: 397px;
	height: 34px;
	margin: 105px 0 0 15px;
	background: url(/images/home/heading_entertainer_websites.jpg) top left no-repeat;
	text-indent: -500em;
}
#header ul.start_choices {
	position: absolute;
	top: 145px;
	margin-left: 15px;
}
#header ul.start_choices li {
	float: left;
	margin-right: 7px;
}
#header a.lets_get_started,
#header a.take_the_tour {
	width: 146px;
	height: 23px;
	display: block;
	background: url(/images/home/btn_lets_get_started.jpg) top left no-repeat;
	text-indent: -500em;
}
#header a.take_the_tour {
	width: 132px;
	background: url(/images/home/btn_take_the_tour.jpg) top left no-repeat;
}
/*#header h2.header_signup {
	position: absolute;
	width: 824px;
	height: 56px;
	margin: 40px 0 0 40px;
	text-indent: -500em;
	background: url(/images/headers_signup.gif) top left no-repeat;
}*/
#content {
	width: 100%;
	padding-top: 30px;
}
#primary {
	float: left;
	width: 625px;
/*	margin-left: 25px;*/
/*	margin-bottom: 30px;*/
	display: inline;
}
/* Feature Section */
.features #primary {
	float: left;
	width: 940px;
	margin-left: 0px;
/*	padding: 0 20px 20px 20px;
	margin-top: 20px;*/
}
.feature_section {
	clear: both;
	padding: 0 0 10px 0;
	background: url(/images/home/features_update.jpg) top right no-repeat;
	overflow: hidden;
	_height: 1%;
}
.feature_section .feature_text {
	float: left;
	width: 350px;
}
.feature_section.video {
	padding: 0 0 100px 0;
	background: url(/images/home/features_video.jpg) top left no-repeat;
}
.feature_section.video .feature_text {
	float: right;
	width: 450px;
	padding: 40px 35px 0 0;
}
.feature_section.templates {
	padding: 0 0 80px 0;
	background: url(/images/home/features_templates.jpg) top right no-repeat;
}

/*.secondary.features #secondary {
	width: 225px;
	border-left: none;
}
.features #secondary ul.feature_nav li {
	width: 100%;
}
.features #secondary ul.feature_nav li a {
	display: block;
	padding-left: 15px;
	line-height: 40px;
	background: #F2F2F2;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #333;
}
.features #secondary ul.feature_nav li.first a {
	border-top: 1px solid #ddd;
}
.features #secondary ul.feature_nav li a:hover,
.features #secondary ul.feature_nav li.active a,
.features #secondary ul.feature_nav li.active a:hover {
	background: #A9B6C4;
	color: #fff;
}*/

#primary.wide {
	width: 100%;
}
#primary h3 {
	margin: 10px 0 20px 0;
	font-size: 20px;
	color: #000;
	font-weight: bold;
}
ul.testimonials {
	width: 600px;
}
ul.testimonials li.highlight {
	margin-bottom: 10px;
	background: #FCFFD6;
	border: 1px solid #FFE2B6;

}
ul.testimonials h2 {
	color: #222222;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0 0 10px 0;
	padding: 10px 20px 0 10px;
}
ul.testimonials h2 cite {
	color: #666666;
	line-height: 28px;
	font-size: 14px;
}

ul.questions {
	width: 240px;
	margin-left: 3px;
}
ul.tour li {
	float: left;
	width: 280px;
	height: 190px;
	margin-right: 20px;
}
ul.tour li.clean {
	margin-right: 0;
}
ul.tour li img,
ul.testimonials li img {
	border: 1px solid #e2dac5;
}
ul.tour li img {
	border: none;
}
ul.tour li h4,
ul.testimonials li h4,
ul.questions li h4 {
	font-size: 14px;
	margin: 3px 0 3px 0;
}
ul.tour li h4 {
	margin: 6px 0;
}
ul.testimonials li h4 span {
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
}
ul.tour li p,
ul.testimonials li p,
ul.questions li p {
	margin: 0 0 4px 0;
}
ul.questions li p {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #cdcdcd;
}
ul.tour li p.desc,
ul.testimonials li p.desc,
ul.questions li p.desc {
	margin-bottom: 20px;
}
.test_profile {
	float: left;
}
.test_quote {
	margin-left: 90px;
}
#secondary {
	float: left;
/*	width: 275px; */
	width: 288px;
	margin: 50px 0 50px 10px;
	padding-left: 25px;
	border-left: 1px solid #cdcdcd;
	display: inline;
}
.secondary #secondary,
.free_signup #secondary {
	border-left: 1px solid #f5f5f5;
}
.signup {
	float: left;
	margin: 10px 6px 20px 0;
}
.signup.top {
	margin-top: 5px;
	padding-bottom: 7px;
}
.signup.top.home {
	border-bottom: 1px solid #cdcdcd;
}
.signup a {
	float: left;
	margin: 10px 10px 0 0;
}
.signup p.callout {
	float: left;
}
#footer {
	width: 100%;
	height: 100px;
	color: #fff;
	background: #070707;
}
#footer_content {
	width: 965px;
	margin: 0 auto;
	padding-top: 20px;
	font-size: 10px;
/*	background: #000 url(/images/primary_base_bg.gif) top left no-repeat;*/
}
#footer_content p {
	margin: 15px 0 0 0;
	color: #999;
}
#footer_content p.zg_logo {
	float: right;
	margin-right: 35px;
	margin-top: 10px;
}
#footer_content p.zg_logo a {
	display: block;
}
ul.footer_links {
	overflow: hidden;
	width: 600px;
}
ul.footer_links li {
	float: left;
	margin-right: 10px;
}
ul.footer_links li a {
	color: #666;
	text-decoration: underline;
}

/* Pricing and Signup */
#plan_select {
/*	background: url(/images/home/signup_bg_all.jpg) bottom left repeat-x; */
	width: 950px;
	overflow: hidden;
/*	height: 260px; */
/*	position: relative; */
	margin: 30px 0 40px 150px;
}
#plan_select .plan_caption {
	width: 100%;
	background: #fcffd6;
	border-bottom: 1px solid #e2dac5;
}
#plan_select .plan_caption p {
	margin: 0;
	padding: 5px 20px;
	font-size: 14px;
	color: #29952f;
}
#plan_select .plan {
	float: left;
	width: 305px;
	text-align: center;
	padding-bottom: 35px;
	background: url(/images/home/pro_signup_pro_bottom_bg.jpg) bottom left;
}
#plan_select .plan.free {
	margin-top: 33px;
	width: 207px;
	padding-bottom: 30px;
	background: url(/images/home/pro_signup_free_bottom_bg.jpg) bottom left;
}
.plan_or {
	float: left;
	width: 43px;
	height: 230px;
	margin: 40px 10px 0 10px;
	background: url(/images/home/pro_signup_or.jpg);
	text-indent: -500em;
}
#plan_select .plan.best_choice {
	width: 199px;
}
#plan_select .plan.first {
/*	border-right: 1px solid #bbb;*/
}
#plan_select ul.plan_choice {
	margin-top: 7px;
}
#plan_select .plan.best_choice ul.plan_choice {
	margin-top: 3px;
}
#plan_select ul.plan_choice li {
	float: none;
	width: 100%;
	border: none;
	font-size: 16px;
	color: #333;
/*	border-bottom: 1px dashed #e2dac5;*/
}
#plan_select ul.plan_choice li.plan_diff {
	font-size: 16px;
	font-weight: bold;
}
#plan_select .plan.best_choice ul.plan_choice li.plan_diff {
	font-size: 20px;
}
#plan_select ul.plan_choice li.plan_diff span {
	color: #d1612b;
}
#plan_select ul.plan_choice li.plan_diff span.unlimited {
	font-size: 80%;
}
#plan_select ul li.last {
	border-right: none;
}
#plan_select p.plan_choose {
	margin-top: 10px;
}
#plan_select p.plan_choose a {
	display: block;
	margin: 0 auto;
	width: 113px;
	height: 29px;
	text-indent: -500em;
	background: url(/images/home/signup_lg_all.png) top left no-repeat;
}
#plan_select h4 {
	background: url(/images/home/pro_signup_pro_top_bg.jpg) top left no-repeat;
	margin: 0 0 0 -1px;
	padding: 30px 0 0 0;
	font-size: 28px;
}
#plan_select .plan.free h4 {
	margin-left: 0;
	background: url(/images/home/pro_signup_free_top_bg.jpg) top left no-repeat;
}
#plan_select .plan.best_choice h4 {
	margin-top: 20px;
}
#plan_select h5 {
	margin: 0;
	font-weight: normal;
	font-size: 16px;
	color: #333;
}
#plan_select h6 {
	font-size: 14px;
	text-transform: uppercase;
	background: #28a00e;
	color: #fff;
	margin: 5px 12px 0 12px;
	padding: 8px 0;
}
.free_option {
	position: absolute;
	bottom: 5px;
	left: 20px;
	margin-top: 10px;
	font-size: 13px;
/*	border-top: 1px solid #E2DAC5;
	border-bottom: 1px solid #E2DAC5;*/
}
.free_option p {
	margin: 2px 0;
}
fieldset {
/*	margin: 0 0 15px 0;
	padding: 10px 10px 22px 10px;
	border: 4px solid #e2dac5;
	border-collapse: collapse;
	border: 1px solid #F3F6FD;
	background: #F7F9FE;
	background: url(/images/gradient_sm_bottom.gif) bottom left repeat-x;*/
	background-color:#F1F5FA;
	border-color:#9fcbe5;
	border-style:solid none none;
	border-width:1px 0 0;
	font-family:verdana;
	margin:0 0 25px;
	padding:15px;
}
form select {
	float: left;
}
form label {
	padding-left: 0;
	margin-top: 2px;
}
form input {
	margin-bottom: 5px;
}
form input#account_initial_subdomain {
	margin-bottom: 0;
}
form p {
	margin-top: 0;
}
form br.row {
	margin-bottom: 10px;
}
.note {
	font-style: italic;
	font-size: 10px;
}
.questions {
	float: left;
	overflow: hidden;
}
.questions .q_section {
	float: left;
	margin-right: 50px;
	width: 420px;
}

.highlight {
	background: #fcffd6;
}
.form-prompt-class {
	color: gray;
	text-align: right;
	padding: 3px 5px;
}


/* Signup from admin */
h4.callout {
	color: #488F17;
	margin-bottom: 10px;
}
h4.callout.planner {
	text-align: center;
	width: 100%;
	font-size: 24px;
	font-weight: normal;
}

table.account_choices {
	width: 100%;
	border-collapse: collapse;
	border: 4px solid #e2dac5;
	background: #fff url(/images/gradient_sm_bottom.gif) bottom left repeat-x;
	margin-bottom: 25px;
}
table.account_choices tr td,
table.account_choices tr th.side {
	border-bottom: 1px solid #e2dac5;
}
table.account_choices tr th.side {
	padding-left: 40px;
	text-align: right;
	font-size: 18px;
	background: #111;
	color: #999;
}
table.account_choices tr.header th.last {
	padding-right: 8px;
}
table.account_choices tr td.action {
	color: #ffb320;
	background: #111;
	padding: 5px 0;
}
table.account_choices tr td.action a {
	color: #F6F9FC;
	font-size: 18px;
}
table.account_choices tr td.action a:hover {
	color: #FCFFD6;
}
table.account_choices tr.your_plan td,
table.account_choices tr.your_plan th.side,
table.account_choices tr.your_plan td.action {
	background: #FCFFD6;
	color: #000;
}
table.account_choices tr.your_plan td.action strong span {
	color: red;
}
table.account_choices tr.promotion td {
	padding: 0 10px;
	background: #fcffd6;
	color: red;
}
table.account_choices tr.header th {
	color: #fff;
	text-align: center;
	padding: 5px 0;
	background: #000000 url(/images/admin/header_bg.gif) repeat-x scroll left bottom;
}
table.account_choices tr.header th.padit {
	font-size: 18px;
}
table.account_choices tr td {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}
table.account_choices tr td.no_downgrade {
	font-weight: normal;
	background: #fcffd6;
}
table.account_choices tr td.no_downgrade p {
	margin: 3px 0;
}

th.padit,
td.padit {
	padding-left: 10px;
}

p.offer_code strong {
	color: red;
}

.faqs {
	margin-top: 30px;
}
img.admin_video_screenshot {
	width: 130px;
	height: 97px;
	background-image: url(/images/throbber.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.form-prompt-class {
	color: #C0C7BF;
	padding-left: 4px;
}
.dragHandle {
	cursor: move;
}
input.error {
	border: 1px solid red;
}
/* END Signup from admin */

/* account form */
.subdomain {
	vertical-align: top;
}
ul.billing_details {
	overflow: hidden;
}
ul.billing_details li {
	float: left;
	margin-right: 3px;
}

/* Flash notices */
#flash {
border: 1px solid #CCCCCC;
font-size: 14px;
margin: 15px 0 0 0;
padding: 5px 5px 5px 30px;
text-align:left;
}
#flash.flash_notice {
background: #E2F9E3 url(/images/icons16/accept.png) no-repeat scroll 8px center;
border-color: #99CC99;
color: #006600;
}
#flash.flash_alert {
	border-color: #c99;
	color: #ce0b0b;
	background: #ffeded url(/images/icons16/delete.png) 8px center no-repeat;
}
#flash.flash_alert a {
  color: #fff;
}
#flash.flash_alert a:hover {
  background: #000;
}

p.signup_callout {
	background: #e5eeff;
	font-size: 16px;
	border: 1px solid #b1cbfd;
	padding: 10px 20px;
}

/* Featured Sites */
ul.featured_talent {
	
}
ul.featured_talent li {
	margin: 0 0 8px 0;
	overflow: hidden;
}
ul.featured_talent li img {
	float: left;
	border: 2px solid #fff;
	width: 61px;
	height: 76px;
}
ul.featured_talent li .featured_caption {
	width: 218px;
	height: 80px;
	margin-left: 70px;
	background: url(/images/featured_bg.jpg);
}
ul.featured_talent li .featured_caption h6 {
	overflow: hidden;
	margin: 0 0 2px 0;
	padding: 0;
}
ul.featured_talent li .featured_caption h6 a {
	float: left;
	margin: 0 8px 0px 8px;
	padding: 8px 0 0 0;
}
ul.featured_talent li .featured_caption h6 span a {
	margin: 0;
	padding: 8px 0 0 0;
	width: 52px;
	height: 15px;
	background: url(/images/featured_view_site.jpg) bottom left no-repeat;
	text-indent: -500em;
	overflow: hidden;
}
ul.featured_talent li .featured_caption p {
	margin: 0 8px 8px 8px;
	padding: 0;
	font-size: 11px;
	line-height: 15px;
}