@import url(reset.css);



/*============================================================
 Essentials
============================================================*/

body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #222;
	text-align: center;
	background: #f9fbf4;
	}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1em;
	font-weight: normal;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #222; 
	}

h1 { font-size: 32px; line-height: 1.2em; color: #fff; }
h2 { font-size: 13px; line-height: 1.4em; font-weight: bold; }
h3, h4 { font-size: 13px; font-weight:bold; }
h5, h6 { font-size: 10px; font-weight:bold; }

p, blockquote, li {
	font-size: 12px;
	line-height: 1.5em;
	color: #777;
	}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	}

ul, ol {
	list-style-type: disc;
	margin-left: 18px;
	}

ol {
	list-style-type: decimal;
	}

strong {
	font-weight: bold;
	}
	
em {
	font-style: italic;
	}

input,
textarea {
	padding: 4px 3px 3px 3px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.3em;
	}

a	{
	text-decoration: none;
	}

a:link, a:visited {
	color: #8eac1a;
	}

a:hover, a:active {
	color: #708c00;
	}

a img	{border: none;}

img { -ms-interpolation-mode:bicubic; }




/*============================================================
 Wrapper
============================================================*/

#bar {
	width: 100%;
	height: 5px;
	background: #222;
	}

#wrap {
	text-align: left;
	width: 720px;
	margin: 0 auto;
	padding: 0 90px;
	background: url(../images/content_bg.gif) 0 123px no-repeat;
	}




/*============================================================
 Buttons
============================================================*/

.button {
	display: block;
	width: 112px;
	height: 28px;
	background-position: 0 0;
	background-repeat: no-repeat;
	border: none;
	text-indent: -5000px;
	overflow: hidden;
	}

.button:hover, .button_hover {
	background-position: left bottom !important;
	}

/* ie8 fix */
button:hover:active {
	-ms-background-position-x: 1px !important;
	-ms-background-position-y: -27px !important;
	}

.button.static:hover {
	background-position: 0 0;
	}

button.button {
	margin: 0;
	padding: 0;
	background: transparent;
	outline: none;
	cursor: pointer;
	}

button#btn_sign_up {
	background-image: url(../images/btn_signup.gif);
	}

button#btn_send {
	background-image: url(../images/btn_send.gif);
	}




/*============================================================
 Header
============================================================*/

#header {
	float: left;
	position: relative;
	width: 100%;
	height: 128px;
	}

#logo {
	float: left;
	width: 200px;
	height: 72px;
	margin-top: 32px;
	}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/logo.png) 0 0 no-repeat;
	text-indent: -5000px;
	}

/* #logo a:hover {
	background-position: bottom left;    */
	}

#nav {
	float: right;
	margin: 70px 0 0 0;
	}

#nav li {
	float: right;
	display: inline;
	}

#nav a {
	display: block;
	height: 28px;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	outline: none;
	}

#nav_tour a {
	width: 64px;
	background-position: 0 0;
	}

#nav_tour a:hover {
	background-position: 0 bottom;
	}

#nav_examples a {
	width: 107px;
	background-position: -64px 0;
	}

#nav_examples a:hover {
	background-position: -64px bottom;
	}

#nav_help a {
	width: 69px;
	background-position: -171px 0;
	}
	
#nav_help a:hover {
	background-position: -171px bottom;
	}

#nav_signup a {
	width: 160px;
	background-position: -240px 0;
	}

#nav_signup a:hover {
	background-position: -240px bottom;
	}

#nav_supplement {
	position: absolute;
	top: 10px;
	right: 0;
	margin: 0;
	}

#nav_supplement li {
	float: left;
	display: inline;
	}

#nav_supplement a {
	display: block;
	height: 25px;
	background-image: url(../images/nav_supplement.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	outline: none;
	}

#nav_directory a {
	width: 112px;
	background-position: 0 0;
	}

#nav_directory a:hover {
	background-position: 0 bottom;
	}

/*#nav_help a {
	width: 73px;
	background-position: -99px 0;
	}

#nav_help a:hover {
	background-position: -99px bottom;
	}*/




/*============================================================
 Content
============================================================*/

#content {
	float: left;
	width: 100%;
	min-height: 300px;
	padding-bottom: 48px;
	}

#content_header {
	height: 82px;
	}

#content_header h1 {
	float: left;
	margin: 22px 0 0 0;
	font-size: 45px;
	color: #fff;
	line-height: .9em;
	}

#content_header p {
	float: left;
	margin: 18px 0 0 18px;
	padding: 18px 0 15px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	text-indent: 20px;
	color: #fff;
	background: transparent url(../images/hdr_dots.gif) no-repeat left center;
	}

.maincol,
.maincol_two {
	display: block;
	float: left;
	position: relative;
	width: 656px;
	padding: 32px;
	background: #fff;
	}

.maincol_two {
	width: 448px;
	}

.maincol h1 {
	font-size: 28px;
	font-weight: normal;
	color: #222;
	}

.sidebar {
	float: right;
	width: 135px;
	margin-right: 16px;
	padding: 16px;
	background: #fff;
	}
	
.sidebar_pod {
	font-size: 10px;
	}


/* Header images
------------------------------------------------------------*/

#site_tour h1,
#site_examples h1,
#site_signup h1,
#site_signup_form h1,
#site_contact h1,
#site_buzz h1,
#site_goodies h1,
#policies_index h1,
#site_blog h1 {
	height: 50px;
	text-indent: -9999em;
	behavior: url(../javascript/iepngfix.htc);
	background-repeat: no-repeat;
	}

#site_tour h1 {
	width: 95px;
	background-image: url(../images/tour_hdr.png);
	}

#site_examples h1 {
	width: 205px;
	background-image: url(../images/examples_hdr.png);
	}

#site_signup h1 {
	width: 150px;
	background-image: url(../images/pricing_hdr.png);
	}

#site_signup_form h1 {
	width: 155px;
	background-image: url(../images/signup_hdr.png);
	}

#site_contact h1 {
	width: 104px;
	background-image: url(../images/contact_hdr.png);
	}

#site_buzz h1 {
	width: 94px;
	background-image: url(../images/buzz_hdr.png);
	}

#site_goodies h1 {
	width: 175px;
	background-image: url(../images/goodies_hdr.png);
	}

#policies_index h1 {
	width: 156px;
	background-image: url(../images/policies_hdr.png);
	}

#site_blog h1 {
	width: 95px;
	background-image: url(../images/blog_hdr.png);
	}



/*============================================================
 Footer
============================================================*/

#footer {
	clear: both;
	float: left;
	width: 100%;
	padding: 20px 0 32px 0;
	text-align: left;
	background: url(../images/dots_row.gif) top left repeat-x;
	}

#footer_menu {
	float: left;
	padding-top: 4px;
	list-style: none;
	margin: 0;	
	}

#footer_menu li {
	float: left;
	font-size: 11px;
	}

#footer a,
#footer p {
	color: #808080;
	}

#footer a {
	padding: 4px 14px;
	}

#footer a:hover {
	color: #8eac1a;
	}
				
#copyright {
	float: left;
	margin: 1px 45px 0 0;
	padding-top: 4px;
	font-size: 10px;
	color: #333;
	}

#copyright a {
	padding: 4px;
	}

#copyright a #logo_indie {
	float: left;
	display: block;
	width: 114px;
	height: 23px;
	margin-top: -4px;
	padding-right: 1px;
	background: url(../images/logo_aerobrax.png) 0 0 no-repeat;
	}

/*#copyright a:hover #logo_indie {
	background-position: 0 bottom;
	}                               */




/*============================================================
 Home
============================================================*/

#site_index #content {
	height: inherit;
	}

#site_index #content_header {
	float: none;
	position: relative;
	height: 362px;
	margin: 32px 0 0 0;
	background: url(../images/home_bg.jpg) no-repeat #fff;
	}
	
#site_index #content_header a#cta_store {
	margin: 32px 0 0 0;
	width: 176px;
	height: 32px;
	background: url(../images/btn_home_cta.gif) no-repeat #fff;
	}

#site_index #content_header h1 {
	position: absolute;
	top: 110px;
	left: 32px;
	width: 529px;
	height: 131px;
	margin: 0;
	text-indent: -9999em;
	background: url(../images/home_hdr.png) no-repeat;
	}

#site_index #content_header p {
	position: absolute;
	top: 200px;
	right: 0;
	margin: 0;
	padding: 0 0 0 8px;
	width: 320px;
	line-height: 21px;
	text-indent: 0;
	color: #999;
	background: none
	}

#btn_home_more {
	width: 250px;
	height: 20px;
	margin: 9px 0 0 -7px;
	background-image: url(../images/home_btn_more.gif);
	line-height: 20px;
	}

#site_index #content_header.hover #btn_home_more {
	background-position: left bottom;
	}

.benefits {
	float: left;
	margin: 0;
	padding: 0 16px 16px 16px;
	width: 688px;
	overflow: hidden;
	list-style-type: none;
	background: #fff;
	}

.benefits .last_child {
	background: none;
	padding-right: 14px;
	}

.benefit {
	float: left;
	display: block;
	width: 197px;
	padding: 32px 16px 24px 16px;
	}

.benefit img {
	width: 197px;
	height: 138px;
	}

.benefit h3 {
	margin: 20px 0 8px 1px ;
	}

.benefit h2 a,
.benefit h2 a:visited {
	color: #222;
	}

.benefit h2 a:hover {
	color: #8eac1a;
	color: #708c00;
	}

.benefit p {
	margin-left: 1px;
	margin-bottom: .75em;	
	font-size: 11px;
	color: #777;
	}

.benefit a.cta {
	display: block;	
	padding: 2px 0;
	font-size: 11px;
	text-indent: 12px;
	background: url(../images/home_benefit_arrow.gif) left center no-repeat;
	}

#home_benefits {
	width: 100%;
	padding: 32px 0;
	background: #fff;
	}

#home_benefits .benefit {
	width: 180px;
	padding: 4px 28px 4px 32px;
	background: url(../images/dots_column.gif) repeat-y right top;
	}

#home_benefits .last_child {
	background: none;
	}



/*============================================================
 Tour
============================================================*/

#overview {
	/*width: 720px;
	height: 162px;
	background: url(/images/site/tour_overview.gif) 0 0 no-repeat;
	text-indent: -9999em;*/
	background: #222;
	}
	
#overview h2 {
	display: none;
	}

#overview p {
	margin-bottom: 0;
	padding: 30px;
	font-size: 14px;
	line-height: 24px;
	color: #999;
	text-align: justify;
	}
	
#overview p span {
	color: #76cac6;
	}

#process {
	float: left;
	width: 720px;
	margin-top: 16px;
	background: #fff;
	}

#site_tour #content h2 {
	margin: 0 32px;
	margin-bottom: 0;
	padding: 18px 0 4px 0;
	background-position: -1px 24px;
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	text-indent: -9999em;
	line-height: 18px;
	}

#process h2 {
	background-image: url(../images/tour_hdr_how.gif);
	}

#features h2 {
	background-image: url(../images/tour_hdr_why.gif);
	}

#process_steps {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #2;
	}

.process_step {
	float: left;
	width: 176px;
	padding: 30px 48px 40px 16px;
	color: #808080;
	background: url(../images/tour_process_arrow.gif) 210px 20px no-repeat;
	}
	
.process_step p {
	margin-bottom: 0;
	font-size: 11px;
	background: none;
	}

#process_step1 {
	margin-left: 16px;
	}

.process_step h3 {
	width: 90px;
	height: 18px;
	margin: 0 0 12px 0;
	background: url(../images/tour_process_hdr.gif) 0 0 no-repeat;
	text-indent: -9999em;
	}

#process_step2 h3 {
	background-position: -90px 0;
	}

#process_step3 {
	padding-right: 16px;
	background-image: none;
	}
	
#process_step3 h3 {
	background-position: -180px 0;
	}				

#features {
	float: left;
	margin-top: 16px;
	background: #fff;
	}

.tour_feature {
	float: left;
	width: 656px;
	margin: 0 32px;
	padding: 32px 0;
	background: url(../images/dots_row.gif) top left repeat-x;
	}

.tour_feature:first-child {
	background-image: none;
	}

.tour_feature img {
	float: right;
	width: 416px;
	height: 160px;
	}

.tour_feature h2,
.tour_feature p {
	float: left;
	width: 192px;
	}

.tour_feature h2 {
	margin: 16px 12px 8px 0;
	}
	
.tour_feature p {
	font-size: 11px;
	}

a#tour_faq_link {
	clear: both;
	float: left;
	width: 720px;
	height: 48px;
	margin-top: 16px;
	background: transparent url(../images/tour_faq_link.gif) no-repeat ;
	}




/*============================================================
 Examples
============================================================*/

#examples {
	width: 720px;
	overflow: hidden;
	background: #fff;
	}

#examples ul {
	float: left;
	margin: 0;
	padding: 32px 32px 16px 32px;
	list-style-type: none;
	}

#examples li {
	float: left;
	position: relative;
	width: 208px;	
	margin: 0 16px 16px 0;
	overflow: hidden;
	}

#examples .last_child {
	margin-right: 0;
	}

#examples li img {
	width: 208px;
	height: 128px;
	}	

#examples li div {
	padding: 13px 0 16px 0;
	text-align: center;
	}

#examples li h3 {
	margin: 0;
	font-size: 11px;
	line-height: 14px;
	}

#examples li p {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	}

#examples li p a {
	padding: 4px 0;
	color: #999;
	}

#examples li.hover {
	background: #222;
	}

#examples li.hover h3 {
	color: #fff;
	}

#examples li p a:hover,
#examples li.hover p a {
	color: #708c00;
	}

a#store_directory_link {
	width: 720px;
	height: 48px;
	margin-top: 16px;
	background: transparent url(../images/examples_explore_link.gif) no-repeat ;
	}




/*============================================================
 Prices
============================================================*/

#plans {
	float: left;
	}

.plan {
	float: left;
	width: 240px;
	background: url(../images/dots_column.gif) repeat-y right top #fff;
	}

#plan_diamond {
	background-image: none;
	}

.plan h2 {
	display: block;
	width: 240px;
	height: 76px;
	margin-bottom: 8px;
	background: url(../images/plans_hdr.gif) 0 0 no-repeat #222;
	text-indent: -5000px;
	}

#plan_platinum h2 {
	background-position: -240px 0;
	}

#plan_diamond h2 {
	background-position: -480px 0;
	}

.plan ul {
	margin: 0 32px 0 16px;
	list-style: none;
	}

.plan li {
	padding: 0 0 0 16px;
	font-size: 12px;
	color: #666;
	background: url(../images/icon_plus.gif) 2px center no-repeat;
	}
	
.plan li span.tip {
	display: block;
	width: 100%;
	padding: 8px 0;
	background: url(../images/dots_row.gif) left bottom repeat-x;
	cursor: pointer;
	}

.plan li.sol {
	color: #ccc;
	}

#plan_gold .limit {
	font-weight: bold;
	color: #222;
	}

#plan_platinum .limit {
	font-weight: bold;
	color: #76cac6;
	}

#plan_diamond .limit {
	font-weight: bold;
	color: #8eac1a;
	}

#plans a.signup {
	width: 112px;
	height: 28px;
	margin: 24px 0 32px 32px;
	text-align: center; 
	background-image: url(../images/btn_signup.gif);
	}

#prices_faq {
	float: left;
	width: 100%px;
	padding: 16px 0 0 0;
	}

#prices_faq h2 {
	float: left;
	font-weight: bold;
	}

#prices_faq dl {
	float: left;
	width: 320px;
	}
	
#prices_faq dt {
	margin-top: 32px;
	padding-left: 32px;	
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;	
	background: url(../images/icon_question.jpg) 8px 0 no-repeat transparent;
	}

#prices_faq dd {
	width: 288px;
	padding-left: 32px;
	}

#prices_faq dd p {
	margin-bottom: 0;
	font-size: 11px;
	line-height: 16px;
	color: #808080;
	}
	
#faq_col2 {
	margin-left: 48px;
	}

#prices_faq dt#more_faq {
	background-image: url(../images/icon_plus.png);
	font-weight: normal;
	}




/*============================================================
 Signup
============================================================*/

#signup_form {
	clear: both;
	float: left;
	width: 720px;
	padding: 32px 0 0 0;
	background: #fff;
	}

#signup_form form {
	margin: 0 32px;
	}

#signup_form legend {
	display: none;
	}

#signup_form fieldset {
	display: block;
	/*margin-bottom: 8px;*/
	padding-bottom: 24px;
	background: url(../images/dots_row.gif) left bottom repeat-x #f3f6ea;
	}
	
#signup_form fieldset h2 {
	float: left;
	margin: 26px 0 28px 131px;
	text-indent: -9999em;
	}
	
#signup_form #signup_store {
	width: 279px;
	height: 28px;
	background: url(../images/signup_hdr_store.gif) no-repeat;
	}
	
#signup_form #signup_paypal {
	width: 363px;
	height: 28px;
	background: url(../images/signup_hdr_paypal.gif) no-repeat;
	}
	
#signup_form #signup_you {
	width: 214px;
	height: 28px;
	background: url(../images/signup_hdr_you.gif) no-repeat;
	}				

#signup_form fieldset dl {
	float: left;
	width: 100%;
	}

#signup_form fieldset dt {
	clear: both;
	float: left;
	width: 160px;
	margin-right: 16px;
	padding: 8px 0 2px 0;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #403f3d;
	}

#signup_form fieldset dd {
	float: left;
	width: 432px;
	padding-bottom: 16px;
	font-size: 11px;
	color: #918862;
	}

#signup_form fieldset input {
	float: left;
	margin: 0;
	width: 374px;
	height: 24px;
	}

#signup_form fieldset input#account_subdomain {
	width: 256px;
	}

#signup_form fieldset select {
	width: 192px;
	margin: 9px 0 0 0;
	}

dd#subdomain span,
#user_agreement label {
	float: left;
	display: block;
	padding: 12px 0 0 4px;
	font-size: 12px;
	color: #333;
	}

fieldset#fieldset_you {
	background-image: none;
	}

fieldset#fieldset_plan {
	padding-top: 16px;
	padding-bottom: 6px;
	background: #222;
	}

fieldset#fieldset_plan dt {
	padding-top: 2px;
	color: #999;
	}

fieldset#fieldset_plan dd p {
	width: 368px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #999;	
	}

fieldset#fieldset_plan span.plan_name {
	color: #76cac6;
	}

#signup_form fieldset ul {
	padding-top: 3px;
	}

#signup_form fieldset li {
	line-height: 18px;
	}

#signup_form fieldset li label {
	padding-left: 4px;
	font-weight: bold;
	}

#signup_form dd p,
#signup_form #form_footer p  {
	clear: both;
	float: left;
	margin: 5px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	line-height: 15px;
	color: #999;
	}

#signup_form dd#user_agreement {
	padding-top: 6px;
	}

#signup_form fieldset input#account_agreement {
	width: auto;
	height: auto;
	margin-top: 4px;
	padding: 0;
	}

#user_agreement label {
	padding: 6px 0 0 8px;
	}

#signup_form #form_footer {
	margin: 32px 0 48px 0;
	}

#signup_form button#btn_sign_up {
	margin: 0 0 0 176px;
	}

#signup_form #form_footer p {
	clear: none;
	float: none;
	width: 368px;
	margin: 12px 0 0 176px;
	padding: 0;
	}

#subdomain_results em {
	font-weight: bold;
	}

#subdomain_results p.good {
	color: #76cac6;
	}
	
#subdomain_results p.bad {
	color: #e92e6c;
	}


/* Form Errors
------------------------------------------------------------*/
	
#message.error {
	margin-bottom: 8px;
	background: #e92e6c;
	}
	
#message.error h2,
#message.error p {
	display: none;
	}
	
#message.error ul {
	margin: 0;
	padding: 0;
	font-size: 10px;
	}
	
#message.error ul li {
	margin: 0;
	padding: 4px 24px 3px 24px;
	background: url(../images/icon_arrow_error.jpg) 9px 8px no-repeat;
	border-bottom: 1px solid #ed5889;
	font-size: 12px;
	color: #fff;
	}

#contact_form #message.error {
	margin-bottom: 24px;
	padding: 4px 24px 3px 24px;
	background: url(../images/icon_arrow_error.jpg) 9px 8px no-repeat #e92e6c;
	border-bottom: 1px solid #ed5889;
	font-size: 12px;
	line-height: 1.5em;
	color: #fff;
	}
		
#signup_form .fieldWithErrors {
	color: #e92e6c;
	}
	



/*============================================================
 Buzz
============================================================*/

#buzz_container {
	position: relative;
	width: 720px;
	overflow: hidden;
	background: #fff url(../images/buzz_bg_dots.gif) repeat-y top right;
	}

#buzz {
	float: left;
	width: 400px;
	margin-right: 0;
	padding: 32px 32px 0 32px;
	}

#buzz h2 {
	width: 171px;
	height: 17px;
	margin-bottom: 0;
	text-indent: -9999em;
	background: transparent url(../images/buzz_hdr_tookind.jpg) no-repeat;
	}

#buzz .word {
	padding: 24px 32px 28px 32px;
	background: url(../images/dots_row.gif) top left repeat-x;
	}

#buzz #buzz_1 {
	background-image: none;
	}

#buzz blockquote {
	margin-bottom: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #222;
	}

#buzz cite {
	font-size: 10px;
	color: #999;
	}	


/* Pull Quote
------------------------------------------------------------*/

#buzz #pull_quote {
	margin: 24px 0 8px 0;
	padding: 0 0 30px 0;
	background: #222;
	border-bottom: none;
	}

#buzz #pull_quote blockquote {
	padding: 24px 32px 0 32px;
	margin-bottom: .8em;
	font-size: 18px;
	font-weight: normal;
	line-height: 27px;
	color: #ffffff;
	}

#buzz #pull_quote cite {
	margin: 32px;
	color: #ccc;
	}


/* Twitter Column
------------------------------------------------------------*/

#buzz_twitter {
	padding-bottom: 0;
	}
	
#buzz_twitter h2 {
	width: 101px;
	height: 14px;
	text-indent: -9999em;
	background: transparent url(../images/buzz_hdr_twitter.jpg) no-repeat;
	}
	
#twitter_favorites {
	position: relative;
	top: 14px;
	font-size: 11px;
	color: #999999;
	}

.tweet {
	padding: 0 0 24px 0;
	}
	
#buzz_twitter blockquote {
	margin: 0;
	padding: 13px 16px 28px 16px;
	font-size: 11px;
	color: #eee;
	background: url(../images/buzz_bg_quote.gif) no-repeat left bottom #777;
	}

#buzz_twitter cite {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 10px;
	color: #999;
	}

.tweet img {
	position: relative;
	top: 9px;
	margin: -17px 0 0 0;
	width: 26px;
	height: 26px;	
	padding-right: 5px;
	}	
	

/* More Links
------------------------------------------------------------*/

#buzz_more {
	width: 100%;
	margin-bottom: 0;
	}		
	
#buzz_more p {
	display: block;
	margin: 16px 32px 32px 32px;
	padding-top: 16px;
	font-size: 12px;
	font-weight: normal;
	border-top: 2px solid #eee;
	}
	
#buzz_more_testimonials {
	width: 400px;
	float: left;
	}
	
#buzz_more_twitter{
	width: 192px;
	float: right;
	}	

#buzz_twitter,
#buzz_press {
	float: left;
	width: 192px;
	padding: 32px;
	}


/* Contact & Goodies CTA
------------------------------------------------------------*/

#buzz_contact{
	float: left;
	width: 463px;
	margin-top: 16px;
	background: #d6f1e4 url(../images/buzz_contact_illo.jpg) no-repeat 242px center;
	}
	
#buzz_contact h2 {
	width: 189px;
	height: 17px;
	margin: 0 0 4px 0;
	padding: 24px 0 0 32px;
	text-indent: -9999em;	
	}
	
#buzz_contact h2 a {
	width: 189px;
	height: 17px;
	background: transparent url(../images/buzz_cta_contact.jpg) no-repeat;
	}
	
#buzz_contact p {
	width: 200px;
	padding: 0 0 0 32px;
	}
	
#buzz_press {
	float: left;
	margin-top: 16px;	
	padding: 24px 32px 0 32px;
	background: #d6f1e4 url(../images/buzz_cta_dots.gif) repeat-y left top;
	}	
	
#buzz_contact p,
#buzz_press p {
	margin-bottom: 24px;
	font-size: 11px;
	line-height: 15px;
	color: #777;
	}
	
#buzz_press h2 {
	width: 146px;
	height: 17px;
	margin: 0 0 4px 0;
	text-indent: -9999em;
	}
	
#buzz_press h2 a {
	width: 149px;
	height: 17px;
	background: transparent url(../images/buzz_cta_goodies.jpg) no-repeat;
	}
	
#buzz_press p {
	padding: 0;
	}





/*============================================================
 Policies
============================================================*/

.policies .maincol {
	width: 656px;
	margin-top: 32px;
	padding: 0 32px 0 32px;
	}

#policies_list {
	float: right;	
	width: 144px;
	margin: 27px 0 32px 0;
	border-bottom: 1px solid #eee;
	
	}

#policies_list h2 {
	width: 64px;
	height: 14px;
	margin-bottom: 16px;
	text-indent: -9999em;	
	background: transparent url(/images/site/policies_hdr_policies.jpg) no-repeat 0 0;
	}
	
#policies_list li {
	font-size: 11px;
	list-style-type: none;
	border-top: 1px solid #eee;
	}
	
#policies_list li.first_child {
	border: none;
	}	

#policies_list li a {
	display: block;
	width: 100%;
	padding: 7px 0 6px 0;
	}
	
#policies_list #selected_policy a {
	color: #ccc;
	}

ol#copyright_procedure {
	list-style-type: upper-latin;
	}
	
#policies_content {
	float: left;
	width: 448px;
	margin: 0;
	padding: 32px 32px 32px 0;
	background: transparent url(/images/site/dots_column.gif) repeat-y top right;
	}

#policies_content h2 {
	margin: 1.5em 0 .75em 0;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.3em;
	}

#policies_content p,
#policies_content ul li,
#policies_content ol li{
	font-size: 12px;
	}




/*============================================================
 Goodies
============================================================*/

#goodies {
	width: 720px;
	padding: 32px 0 0 0;
	overflow: hidden;
	background: #ffffff;
	}
		
#goodies .goodies_download {
	float: left;
	width: 656px;
	margin: 0 0 0 32px;
	padding: 24px 0 0 0;
	background: #fff url(../images/dots_row.gif) repeat-x top left;
	}

#goodies #goodies_logo {
	background-image: none;
	}

#goodies .goodies_download h3, #goodies .goodies_download p.goodies_byline {
	float: left;
	width: 144px;
	margin-left: 2px;
	}

#goodies .goodies_download p {
	clear: left;
	font-size: 11px;
	color: #999999;
	}

#goodies .goodies_download span {
	display: block;
	float: right;
	position: relative;
	top: -28px;
	width: 468px;
	margin: 0 0 32px 0;
	}
	
#goodies .goodies_download span#goodies_logo a{
	height: 84px;
	width: 469px;
	background: transparent url(../images/goodies_logo.gif) no-repeat;
	}
	
#goodies .goodies_download span textarea {
	width: 300px;
	height: 32px;
	margin-top: 8px;
	padding: 0;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	overflow: auto;
	}
	
#goodies .goodies_download #goodies_disclaimer {
	position: relative;
	top: 0;
	}




/*============================================================
 Contact
============================================================*/

#contact_body {
	clear: both;
	float: left;
	width: 100%;
	margin: -32px 0 32px 0;
	padding-top: 32px;
	}

#contact_copy {
	float: left;
	width: 384px;
	margin-top: -4px;
	}

#contact_copy p {
	margin: 0;
	}

#contact_hours {
	float: right;
	width: 208px;
	margin: -32px 0 0 0;
	padding: 28px 0 0 32px;
	background: url(../images/dots_column.gif) repeat-y left top;
	}

#contact_hours h3 {
	/*margin: 3px 0 5px 0;*/
	margin: 0;
	font-size: 11px;
	line-height: 19px;
	}

#contact_hours p {
	margin: 0;
	font-size: 11px;
	}

#office_status {
	display: inline;
	text-transform: uppercase;
	color: #76cac6;
	}
	
#response_time {
	font-weight: bold;
	font-style: italic;
	}

#contact_form, #contact_sent {
	clear: both;
	width: 530px;
	padding: 32px 64px 8px 64px;
	background: #f3f6ea;
	}
#contact_form2, #contact_sent {
	clear: both;
	width: 592px;
	padding: 32px 64px 8px 64px;
	background: #f3f6ea;
	}

input#subject {
	width: 99%;
	}

#live_help {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 24px;
	}

#live_help h3 {
	margin-bottom: .7em;
	font-size: 14px;
	font-weight: bold;
	}

#live_help ul {
	margin: 16px 0 32px 0;
	list-style: none;
	background: url(../images/dots_row.gif) top left repeat-x;
	}

#live_help ul li {
	font-size: 12px;
	color: #808080;
	background: url(../images/dots_row.gif) bottom left repeat-x;
	}

#live_help ul li a {
	display: block;
	width: auto;
	padding: 6px 8px 6px 24px;
	background-position: 0 8px;
	background-repeat: no-repeat;
	}

#live_help ul li.article a {
	background-image: url(../images/icon_article.gif);
	}

#live_help ul li.faq a {
	background-image: url(../images/icon_question_green.gif);
	}

#live_help_close {
	font-size: 14px;
	}
	
#live_help.searching #live_help_close {
	display: none;
	}

#live_help.searching li,
#live_help.noresults li {
	padding: 6px 0;
	}

#contact_form fieldset {
	display: block;
	}

#contact_form fieldset dl {
	float: left;
	}

#contact_form fieldset dt {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: .7em;
	font-size: 14px;
	font-weight: bold;
	}

#contact_form fieldset dt.summarize {
	font-size: 18px;
	}

#contact_form fieldset dd {
	float: left;
	width: 100%;
	padding-bottom: 24px;
	font-size: 11px;
	color: #918862;
	}

#contact_form fieldset input,
#contact_form fieldset textarea {
	float: left;
	margin: 0;
	width: 98%;
	line-height: 18px;
	}

#contact_form fieldset textarea {
	height: 120px;
	}

#contact_form dd p {

	float: left;
	margin: 5px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
    line-height: 14px;
	color: #999;
	}

#contact_form input#store {
	width: 400px;
	}

.domain {
	float: left;
	padding: 9px 0 6px 4px;
	font-size: 13px;
	color: #333;
	}

#contact_form #btn_send {
	margin: 8px 0 24px 0;
	}

#contact_sent {
	padding-top: 32px;
	padding-bottom: 16px;
	}
	
#contact_sent h2 {
	margin-bottom: .5em;
	font-size: 18px;
	}

#contact_form2 fieldset {
	display: block;
	}

#contact_form2 fieldset dl {
	float: left;
	}

#contact_form2 fieldset dt {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: .7em;
	font-size: 14px;
	font-weight: bold;
	}

#contact_form2 fieldset dt.summarize {
	font-size: 18px;
	}

#contact_form2 fieldset dd {
	float: left;
	width: 100%;
	padding-bottom: 24px;
	font-size: 11px;
	color: #918862;
	}

#contact_form2 fieldset input,
#contact_form2 fieldset textarea {
	float: left;
	margin: 0;
	width: 98%;
	line-height: 18px;
	}

#contact_form2 fieldset textarea {
	height: 120px;
	}

#contact_form2 dd p {

	float: left;
	margin: 5px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
    line-height: 14px;
	color: #999;
	}

#contact_form2 input#store {
	width: 400px;
	}

#contact_form2 #btn_send {
	margin: 8px 0 24px 0;
	}




/*============================================================
 Debris
============================================================*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#links_direita {
	float: left;
	text-align: left;
	width: 280px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
#links_direita a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #339900;
	text-decoration: none;
}
#links_direita a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#339900;
	text-decoration: none;
}
#links_esquerda {
	float: left;
	text-align: left;
	width: 280px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}

#links_esquerda a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#339900;
	text-decoration: none;
	}
#links_esquerda a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#339900;
	text-decoration: none;
}