﻿@charset "utf-8";
/* CSS Document */

/* //////////////// Global Parameters /////////////// */
body {
	margin:15px 0 0 0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#58595B;
	font-size:12px;
	background:#fff;
}

h1 {
	font-size: 24px;
	color: #D65902;
	font-weight: normal;
}

.mainHold {
	width: 960px;
	text-align: left;
}

.rowHold {
	float:left;
	width:960px;
}

.header {
	float:left;
	width:930px;
	height:97px;
	padding:15px 15px 0 15px;
	background:url(/images/header_bg.gif) no-repeat;
}

img {
	border:0;
}

.logo {
	float:left;
	width:247px;
	height:58px;
}

.rightItems {
	position: relative;
	float:right;
	text-align:right;
	font-size:14px;
	font-weight:bold;
}

.phone {
	float:left;
	padding:0px 5px 0 0;
}

.loginLayer {
	display: none;
	position: absolute;
	top: 25px;
	left: 103px;
	width: 174px;
	height: 95px;
	background-image: url('/images/bg_login.gif');
	background-repeat: no-repeat;
	background-position: top;
	color: #808080;
	font-size: 12px;
	font-weight: normal;
	margin-top: -1px;
	padding: 0px;
	background-color: transparent;
	text-align: left;
	z-index: 100;
}

.loginLayer div {
	padding: 15px 10px 10px 10px;
}

.loginLayer input {
	width: 150px;
	height: 16px;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}

.loginLayer a.forgotLink {
	color: #c4cdbf;
	font-size: 11px;
}

.customerLogin {
	z-index: 1;
}

.goBtn {
	margin-right: 10px;	
}

.FreeProposalBtn {
	cursor: pointer;
	margin-right: 10px;
}

.SubmitBtn {
	cursor: pointer;
}

a {
	color: #2E2E2E;	
}

a.customerLogin {
	float:left;
	height:25px;
	width:auto;
	padding:0 5px 0 0;
	background:url(/images/login_bg_right.gif) top right no-repeat;
	display:block;
	text-transform:uppercase;
	color:#fff;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
}

a.customerLogin span {
	float:left;
	height:20px;
	width:auto;
	padding:5px 10px 0 35px;
	background:url(/images/login_bg_left.gif) top left no-repeat;
	cursor:pointer;
	display:block;
}

a.customerLogin:hover {
	background-position:bottom right;
}

a.customerLogin:hover span {
	background-position:bottom left;
}

ul.mainNav 
{
	float:right;
	clear:both;
	margin:0;
	padding:0;
}

ul.mainNav li 
{
	float:right;
	height:27px;
	list-style-type:none;
	display:inline;
	font-size:11px;
	margin-right:1px;
	padding-top:12px;
}

ul.mainNav li.isOn {
	height:27px;
	width:auto;
	padding:0 4px 0 0;
	background:url(/images/tab_right.png) bottom right no-repeat;
	text-transform:uppercase;
	color:#fff;
	margin-top:12px;
}

ul.mainNav li.isOn span {
	float:right;
	height:21px;
	width:auto;
	padding:6px 15px 0 20px;
	background:url(/images/tab_left.png) bottom left no-repeat;
}

ul.mainNav li a {
	float:right;
	height:27px;
	width:auto;
	padding:0 4px 0 0;
	background:url(/images/tab_right.png) top right no-repeat;
	display:block;
	text-transform:uppercase;
	color:#D65902;
	text-decoration:none;
}

ul.mainNav li a span {
	float:right;
	height:21px;
	width:auto;
	padding:6px 16px 0 20px;
	background:url(/images/tab_left.png) top left no-repeat;
	cursor:pointer;
	display:block;
}

ul.mainNav li a:hover {
	background-position:bottom right;
	color:#fff;
}

ul.mainNav li a:hover span {
	background-position:bottom left;
	color:#fff;
}


ul.mainNavL 
{
	float:left;
	clear:both;
	margin:0;
	padding:0;
}

ul.mainNavL li 
{
	float:left;
	height:27px;
	list-style-type:none;
	display:inline;
	font-size:11px;
	margin-right:1px;
	padding-top:12px;
}

ul.mainNavL li.isOn {
	height:27px;
	width:auto;
	padding:0 4px 0 0;
	background:url(/images/tab_right.png) bottom right no-repeat;
	text-transform:uppercase;
	color:#fff;
	margin-top:12px;
}

ul.mainNavL li.isOn a {
	float:left;
	height:27px;
	width:auto;
	padding: 0 0px 0 0;
	background:url(/images/tab_right.png) bottom right no-repeat;
	display:block;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
}

/*
ul.mainNavL li.isOn span {
	float:left;
	height:21px;
	width:auto;
	padding:6px 15px 0 20px;
	background:url(/images/tab_left.png) bottom left no-repeat;
}
*/

ul.mainNavL li.isOn a span {
	float:left;
	height:21px;
	width:auto;
	padding:6px 15px 0 20px;
	background:url(/images/tab_left.png) bottom left no-repeat;
	cursor:pointer;
	display:block;
}

ul.mainNavL li a {
	float:left;
	height:27px;
	width:auto;
	padding:0 4px 0 0;
	background:url(/images/tab_right.png) top right no-repeat;
	display:block;
	text-transform:uppercase;
	color:#D65902;
	text-decoration:none;
}

ul.mainNavL li a span {
	float:left;
	height:21px;
	width:auto;
	padding:6px 16px 0 20px;
	background:url(/images/tab_left.png) top left no-repeat;
	cursor:pointer;
	display:block;
}

ul.mainNavL li a:hover {
	background-position:bottom right;
	color:#fff;
}

ul.mainNavL li a:hover span {
	background-position:bottom left;
	color:#fff;
}



.promopricing {
	background:url(/images/promo_bg_pricing.jpg) no-repeat;
	float: left;
	width: 960px;
	height: 299px;
	margin-top: 10px;
	padding: 0px;	
}

.promo {
	background:url(/images/promo_bg.png) no-repeat;
	float: left;
	width: 960px;
	height: 299px;
	margin-top: 10px;
	padding: 0px;	
}

.promotion {
	width:50px;
	height:45px;
	float:left;
    margin: 18px 10px 0px 400px;
	padding:0px 15px 0 85px;
	}

.promo h1 {
	text-align:center;
	font-size:24px;
	font-weight:normal;
	color:#666666;
	float:right;
	width:600px;
	margin:20px 15px 10px 0;
}

.promo h1 .highlight {
	color:#D65902;
}

.promo .domainStart {
	background:url(/images/domain_select_bg_badge.png) no-repeat;
	float:left;
	position:relative;
	width:459px;
	height:204px;
	margin:0px 0 0 136px;
}

.promo .reasons {
	
	float:left;
	position:relative;
	width:450px;
	height:250px;
	margin:15px 0 0 136px;
}

.promoppc {
	background:url(/images/promo_bg_partner4.png) no-repeat;
	float: left;
	width: 960px;
	height: 422px;
	margin-top: 10px;
	padding: 0px 0px 0px 0px;
}

.promoppc h1{
	font-size:26px;
	color:#666666;
	margin:25px 0 0px 60px;	
	position: absolute;		
}

.promoppc h1 .highlight {
	color:#D65902;
}

.promoppc h2{
	font-size:16px;
	color:#666666;
	margin:65px 0 0px 100px;	
	position: absolute;	
}

.ppcProHeader {
	margin: 10px 0 0 67px;
	width: 200px;
    position: absolute;
	font-weight: bold;
	font-size: 22px;
}

.promoppc .features {
	background:url(/images/what-you-get.png) no-repeat;
	position:absolute;
	width:271px;
	height:371px;
	margin: 16px 0 0 636px;
}

.promoppc .ppcProFeatures {
	margin: 58px 0 0 50px;
	width: 228px;
    position: absolute;
	font-weight: bold;
	font-size: 16px;
}

.ppcProSubset {
	margin: 178px 0 0 80px;
	width: 200px;
    position: absolute;
	font-weight: bold;
	font-size: 14px;
}

.ppcProButton {
	margin: 310px 0 0 28px;
	width: 223px;
    position: absolute;
}

.ppcProFeatures a {
	color: #666666;
}

.ppcProFeatures a:link  {
	color: #666666;
}

.ppcProFeatures a:visited  {
	color: #666666;
}

.ppcProFeatures a:hover  {
	color: #D65902;
}

.ppcProFeatures a:active  {
	color: #666666;
}

.ppcProSubset a {
	color: #666666;
}

.ppcProSubset a:link  {
	color: #666666;
}

.ppcProSubset a:visited  {
	color: #666666;
}

.ppcProSubset a:hover  {
	color: #D65902;
}

.ppcProSubset a:active  {
	color: #666666;
}

.promoppc .note {
	background:url(/images/promo_pinned_note_todo3.png) no-repeat;
	position:absolute;
	width:312px;
	height:304px;
	margin: 50px 0 0 610px;
}
.promoppc .blanknote{
	background: url(/images/promo_pinned_note.png) no-repeat;
	position:absolute;
	width:312px;
	height:304px;
	margin: 50px 0 0 610px;
}
.promoppc .blanknote h1{
padding:0px;
margin:55px 60px;
font-size:x-large;
}
.promoppc .blanknote .formstep1{
	padding: 0px;
	margin: 80px 50px;

}
.promoppc .noteCopy {	
	position:absolute;
	width:312px;
	height:304px;
	margin: 110px 0 0 680px;
	font-size:22px;
}

.promoppc .signup {	
	position:absolute;
	width:224px;
	height:56px;
	margin: 345px 0 0 640px;
}

.promoppc .box {	
	position:absolute;
	width:537px;
	height:264px;
	margin: 119px 0 0 40px;
}

.promoppc .boxContent {	
	position:absolute;
	width:440px;
	height:250px;
	margin: 118px 0 0 112px;
	padding: 15px;
	font-size:16px;
}

.promoppc .icon1 {	
	position:absolute;
	width:62px;
	height:62px;
	margin:142px 0 0 55px;
}

.promoppc .icon2 {	
	position:absolute;
	width:62px;
	height:62px;
	margin:226px 0 0 55px;
}

.promoppc .icon3 {	
	position:absolute;
	width:62px;
	height:62px;
	margin:305px 0 0 55px;
}

.promoppc .contentItemDemo {
	background:url(/images/step1.png) no-repeat;
	width:235px;
	float:left;
	padding:5px 15px 0 57px;
}

.promop {
	background:url(/images/promo_bg_partner2.png) no-repeat;
	float: left;
	width: 960px;
	height: 422px;
	margin-top: 10px;
	padding: 0px 0px 0px 0px;	
}

.promop h1{
	font-size:26px;
	color:#666666;
	margin:15px 0 0px 180px;
	float:left;	
}

.promop h1, h2 .highlight {
	color:#D65902;
}

.promop h2{
	font-size:14px;
	color:#666666;
	margin:0px 0 0px 100px;
	float:left;	
}

.promop .video {
	float:left;
	position:absolute;
	width:425px;
	height:344px;
	margin:63px 0 0 100px;
}

.promop .plp {
	background:url(/images/promo_pinned_note_plp.png) no-repeat;
	float:left;
	position:absolute;
	width:300px;
	height:344px;
	margin:60px 0 0 540px;
}

.promop .plp a {
	text-decoration:none;
	color:#FFFFFF;
}

.promop .plp h1 {
	font-size:18px;
	color:#FFFFFF;
	margin:303px 0 0px 90px;
	float:left;
}

.promop .badge {
	background:url(/images/badge.png) no-repeat;
	float:left;
	position:absolute;
	width:150px;
	height:344px;
	margin:73px 0 0 815px;
}

.promop .badge h4 {
	font-size:18px;
	color:#FFFFFF;
	margin:30px 0 0px 12px;
	float:left;
	font-weight:bold;
}

.promop .badge h5 {
	font-size:12px;
	color:#FFFFFF;
	margin:5px 0 0px 25px;
	float:left;
	font-weight:bold;
}

.promo .domainStart h3 {
	font-size:21px;
	color:#D65902;
	margin:0px 0 5px 45px;
	float:left;
	font-weight:bold;
}

.promo .domainStart h5 {
	font-size:24px;
	color:#D65902;
	margin:0px 0 5px 45px;
	float:left;
	font-weight:bold;
}

.promo .domainStart h6 {
	font-size:18px;
	color:#D65902;
	margin:0px 0 5px 45px;
	float:left;
	font-weight:bold;
}

.promo .domainStart a {
text-decoration: none;
}

.promo .domainStart h4 {
	font-size:11px;
	color:#666666;
	margin:0px 0px 0px 45px;
	float:left;
	font-weight:bold;
}

.actionItem1 {
	width:235px;
	height:45px;
	float:left;
    margin: 27px 10px 0px 50px;
	padding:0px 15px 0 85px;
}

.actionItem2 {
	background:url(/images/videoicon.png) no-repeat;
	width:235px;
	height:45px;
	float:left;
    margin: 20px 10px 0px 50px;
	padding:0px 15px 0 85px;
}


.actionItem3 {
	background:url(/images/questionicon.png) no-repeat;
	width:235px;
	height:45px;
	float:left;
    margin: 10px 10px 0px 50px;
	padding:0px 15px 0 85px;
}


img.imageleft {
	float:left;
    margin: 0px 0px 0px -85px;
	padding:0px 15px 0 0px;
}

.signUp {
	color:#D65902;
	font-weight:bold;
	font-size:20px;
}

.subtitle {
	color:#666666;
	font-size:12px;
}

.subtitle a:link {
	color:#666666;
	font-size:12px;
}

.subtitle a:visited {
	color:#666666;
	font-size:12px;
}

.subtitle a:hover {
	color:#569917;
	font-size:12px;
}

.subtitlePromo {
	color:#569917;
	font-size:12px;
}

.subtitlePromo a:link {
	color:#569917;
	font-size:12px;
}

.subtitlePromo a:visited {
	color:#569917;
	font-size:12px;
}

.subtitlePromo a:hover {
	color:#569917;
	font-size:12px;
}

input {
	height:18px;
	border: 1px solid #CCCCCC;
}

select {
	height:20px;
	width:80px;
	border:1px solid #cccccc;
	margin-left:10px;
	margin-bottom: 5px;
}

.promo .domainStart .startBtn {
	background:url(/images/btn_promo_start.png) no-repeat;
	float:left;
	font-size:18px;
	color:#fff;
	padding-top:17px;
	height:56px;
	width:271px;
	text-align:center;
	margin:0 0 0 55px;
}

.promo .domainStart .startBtn a {
	display:block;
	color:#fff;
	text-decoration:none;
	width:271px;
}

.promoNote {
	background:url(/images/promo_pinned_note.png) no-repeat;
	position:relative;
	width:312px;
	height:304px;
	float:left;
	margin-top:-6px;
}

.promoNote div {
	float:left;
	width:240px;
	margin:50px 0 0 30px;
}

.promoNote div h2 {
	background:url(/images/note_header_check.png) no-repeat;
	width:240px;
	float:left;
	font-size:16px;
	font-weight:bold;
	color:#D65902;
	margin: 8px 0 0 0;
	padding:4px 0 0 35px;
	height:32px;
	text-align:left;
}

.promoNote div .notes {
	float:left;
	width:200px;
	margin:-10px 0 0 35px;
	color:#666666;
}

.promoNoteLaunch {
	background:url(/images/promo_pinned_note_launch.png) no-repeat;
	position:relative;
	width:312px;
	height:304px;
	float:left;
	margin-top:-6px;
}

.promoNoteLaunch div {
	float:left;
	width:240px;
	margin:50px 0 0 30px;
}

.promoNoteLaunch div h1 {	
	width:240px;
	float:left;
	font-size:22px;
	font-weight:bold;
	color:#33CCFF;
	margin: 0px 0 0 68px;
	height:38px;
	text-align:left;
}

.promoNoteLaunch div h2 {
	background:url(/images/note_header_check.png) no-repeat;
	width:240px;
	float:left;
	font-size:16px;
	font-weight:bold;
	color:#D65902;
	margin: 8px 0 0 0;
	padding:4px 0 0 35px;
	height:32px;
	text-align:left;
}

.promoNoteLaunch div h3 {	
	width:240px;
	float:left;
	font-size:13px;
	font-weight:bold;
	color:#666666;
	margin: 0px 0 0 10px;
	height:20px;
	text-align:left;
}

.promoNoteLaunch div .notes {	
	float:left;
	width:230px;
	margin:10px 0 0 15px;
	color:#666666;
}

.promoNoteLaunch div .notes2 {
	background:url(/images/note_header_check_bird.png) no-repeat;
	float:left;
	width:230px;
    padding:4px 0 0 27px;
	margin:10px 0 0 15px;
	color:#666666;
}

h4 {
	font-size:24px;
	color:#569917;
	margin:15px 0 10px 0;
	font-weight:normal;
}

.content {
	width:960px;
	float:left;
}




.contentItem1 {
	background:url(/images/step1.png) no-repeat;
	width:235px;
	float:left;
	padding:5px 15px 0 57px;
}

.contentItem2 {
	background:url(/images/step2.png) no-repeat;
	width:235px;
	float:left;
	padding:5px 15px 0 57px;
}

.contentItem3 {
	background:url(/images/step3.png) no-repeat;
	width:235px;
	float:left;
	padding:5px 15px 0 57px;
}
.contentItem1New {
	background:url(/images/content-item-faqs.png) no-repeat;
	width:235px;
	float:left;
	padding:5px 15px 0 57px;
}

.contentItem2New  {	
	width:300px;
	height:170px;
	float:left;
	padding:0px 0px 0 0px;
}

.contentItem3New  {
	background:url(/images/content-item-articles.png) no-repeat;
	width:235px;
	float:left;
	padding:5px 15px 0 47px;
}


.pricecontentItem1 {
	background:url(/images/moneybubble.png) no-repeat;
	width:235px;
	float:left;
	padding:5px 15px 0 57px;
}

.pricecontentItem2 {
	background:url(/images/questionbubble.png) no-repeat;
	width:235px;
	float:left;
	padding:5px 15px 0 57px;
}

.pricecontentItem3 {
	background:url(/images/infobubble.png) no-repeat;
	width:235px;
	float:left;
	padding:5px 15px 0 57px;
}

.vDot {
	float:left;
	width:1px;
	height:176px;
	background:url(/images/vDot.gif) no-repeat;
	margin-right:10px;
}

.orange {
	color:#D65902;
	font-weight:bold;
	font-size:15px;
}

.green {
	color:#569917;
	font-size:13px;
}

.productCardItem {
	float: left;
	width: 336px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

.productCardItemHeader {
	width: 336px;
	height: 27px;
	margin: 0px;
	padding: 0px;
	background-image: url('/images/bg_product_card_header.gif');
	background-repeat: no-repeat;
	background-position: top;
}

.productCardItemHeader div {
	padding: 7px 5px 0px 15px;
	color: #ffffff;
}

.productCardItemBody {
	width: 274px;
	height: 150px;
	margin: 0px;
	padding: 30px;
	border-left: 1px solid #bcbdc0;
	border-right: 1px solid #bcbdc0;
	background-color: #ffffff;
}

.productCardItemBody ul {
	margin: 0px;
	padding: 0px;
	list-style-type: square;
}

.productCardItemBody ul li {
	margin: 0px 0px 10px 0px;
}

.productCardItemFooter {
	width: 336px;
	height: 12px;
	margin: 0px;
	padding: 0px;
	background-image: url('/images/bg_product_card_footer.gif');
	background-repeat: no-repeat;
	background-position: top;
}

.newsCardItem {
	float: left;
	width: 268px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.newsCardItemHeader {
	width: 268px;
	height: 27px;
	margin: 0px;
	padding: 0px;
	background-image: url('/images/bg_news_card_header.gif');
	background-repeat: no-repeat;
	background-position: top;
}

.newsCardItemHeader div {
	padding: 7px 5px 0px 15px;
	color: #ffffff;
}

.newsCardItemBody {
	width: 236px;
	height: 190px;
	margin: 0px;
	padding: 10px 20px 10px 10px;
	border-left: 1px solid #bcbdc0;
	border-right: 1px solid #bcbdc0;
	background-color: #ffffff;
}

.newsCardItemFooter {
	width: 268px;
	height: 12px;
	margin: 0px;
	padding: 0px;
	background-image: url('/images/bg_news_card_footer.gif');
	background-repeat: no-repeat;
	background-position: top;
}

.newsItem {
	margin: 10px;	
}

.navBlock {
	float: left;
	width: 226px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

.navCardItem {
	float: left;
	width: 226px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.navCardItemHeader {
	width: 226px;
	height: 27px;
	margin: 0px;
	padding: 0px;
	background-image: url('/images/bg_nav_card_header.png');
	background-repeat: no-repeat;
	background-position: top;
}

.navCardItemHeader div {
	padding: 7px 5px 0px 15px;
	color: #ffffff;
}

.navCardItemBody {
	width: 194px;
	margin: 0px;
	padding: 10px 20px 10px 10px;
	border-left: 1px solid #bcbdc0;
	border-right: 1px solid #bcbdc0;
	background-color: #ffffff;
}

.navCardItemBody ul {
	margin: 0px;
	padding: 5px;	
}

.navCardItemBody ul li {
	list-style-type: none;
	margin-top: 5px;
}

.navCardItemBody ul li a {
	text-decoration: none;
	color: #4d4d4f;
}

.navCardItemBody ul li a.isOn {
	text-decoration: none;
	color: #D65902;
}

.navCardItemFooter {
	width: 226px;
	height: 12px;
	margin: 0px;
	padding: 0px;
	background-image: url('/images/bg_nav_card_footer.gif');
	background-repeat: no-repeat;
	background-position: top;
}

.navItem {
	margin: 10px;	
}

.quote {
	color: #D65902;
}

.openingQuote {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 40px;
	background-image: url('/images/bg_opening_quote.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

.closingQuote {
	padding-right: 35px;
	background-image: url('/images/bg_closing_quote.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.bodyBlock {
	float: left;
	width: 720px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}

hr {
	height: 1px;
	margin: 20px 0px 10px 0px;
	border: 0px solid #808080;
	border-top: 1px solid #bcbdc0;
}

hr.subhr {
	height: 1px;
	margin: 10px 0px 10px 0px;
	border: 0px solid #808080;
	border-top: 1px dotted #bcbdc0;
}

.footer {
	width: 960px;
	text-align: left;
	margin-top: 0px;
	padding: 0px;
	color: #666666;
	font-size: 11px;
}

.footer ul.lefty {
	float: left;
	list-style: none;
	display: block;
	margin: 0px;
	padding: 0px;
}

.footer ul.lefty li {
	display: inline;
	padding: 0px;
	font-weight: bold;
}

.footer ul.lefty li a.footerLink {
	color: #D65902;
	text-decoration: none;
	padding: 5px;
}

.footer ul.righty {
	float: right;
	list-style: none;
	display: block;
	margin: 0px;
	padding: 0px;
}

.footer ul.righty li {
	display: inline;
	padding: 0px;
	color: #77787b;
	font-weight: bold;
}

.learnMoreBtn {
	cursor: pointer;
	margin-top: 10px;	
}

.clearBoth {
	clear: both;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.breadcrumb {
	
}

.breadcrumb ul {
	list-style: none;
	display: block;
	margin: 0px;
	padding: 10px 0px 0px 20px;
}

.breadcrumb ul li {
	display: inline;
	padding-right: 0px;
	font-weight: bold;
}

.breadcrumb ul li span {
	padding: 10px;
	font-weight: bold;
}

.bodyContent {
	padding-left: 20px;
}

.pricingFeatures {
	padding-left: 0px;
	background:url(/images/pricing-bare.png) no-repeat;
	height: 500px;
}

.basicContent {
	margin: 60px 0 0 0;
	float: left;
	width: 293px;
	height: 440px;
}

.basicHeader {
	margin: 18px 0 0 92px;
	width: 100px;
    position: absolute;
	font-weight: bold;
	font-size: 40px;
}

.basicPrice {
	margin: 80px 0 0 48px;
	width: 200px;
    position: absolute;
	font-weight: bold;
	font-size: 22px;
}

.basicFeatures {
	margin: 123px 0 0 50px;
	width: 200px;
    position: absolute;
	font-weight: bold;
	font-size: 20px;
}

.basicSubset {
	margin: 227px 0 0 90px;
	width: 200px;
    position: absolute;
	font-weight: bold;
	font-size: 15px;
}

.basicButton {
	margin: 369px 0 0 40px;
	width: 223px;
    position: absolute;
}

.basicMore {
	margin: 420px 0 0 105px;
	width: 165px;
    position: absolute;
	font-size: 12px;
}

.proContent {
	margin: 0px 0 0 0;
	float: left;
	width: 193px;
	height: 440px;
}

.proHeader {
	margin: 7px 0 0 116px;
	width: 100px;
    position: absolute;
	font-weight: bold;
	font-size: 40px;
}

.proPrice {
	margin: 70px 0 0 50px;
	width: 200px;
    position: absolute;
	font-weight: bold;
	font-size: 22px;
}

.proFeatures {
	margin: 115px 0 0 50px;
	width: 500px;
    position: absolute;
	font-weight: bold;
	font-size: 20px;
}

.proSubset {
	margin: 269px 0 0 90px;
	width: 200px;
    position: absolute;
	font-weight: bold;
	font-size: 15px;
}

.proButton {
	margin: 429px 0 0 40px;
	width: 223px;
    position: absolute;
}

.proMore {
	margin: 479px 0 0 115px;
	width: 165px;
    position: absolute;
	font-size: 12px;
}

.pricingFeatures a {
	color: #666666;
}

.pricingFeatures a:link  {
	color: #666666;
}

.pricingFeatures a:visited  {
	color: #666666;
}

.pricingFeatures a:hover  {
	color: #D65902;
}

.pricingFeatures a:active  {
	color: #666666;
}

.pricingQuote {
	color: #D65902;
}

.pricingOpeningQuote {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 40px;
	background-image: url('/images/bg_opening_quote.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

.pricingClosingQuote {
	padding-right: 35px;
	background-image: url('/images/bg_closing_quote.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.pricingvDot {
	float:left;
	width:1px;
	height:176px;
	background:url(/images/vDot.gif) no-repeat;
	margin-right:10px;
margin-top:60px;
}

.contentTestimonial {	
	width:375px;
	float:left;
	padding:0px 45px 0 10px;
}

.contentDemo {	
	width:480px;
	float:left;
	padding:0px 0px 0 35px;
}

.caseStudy {	
	width:480px;
	float:left;
	padding:30px 0px 0 15px;
}

.dashes {
	font-weight: none;
}

.ContactbodyContent {
	padding-left: 20px;
	background-image: url('/images/bg_fadelogo.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

div#qTip {
 padding: 8px;
 border: 1px solid #666;
 border-right-width: 2px;
 border-bottom-width: 2px;
 display: none;
 background: #FDEDCC;
 color: #666;
 font: 9px Verdana, Arial, sans-serif;
 text-align: left;
 position: absolute;
 z-index: 1000;
}

.panelEvaluations
{
	border: solid 1px #A0A0A0;
	padding:15px;
}
.panelCompetitorBackLinks
{
	border: solid 1px #A0A0A0;
	padding:15px;
	margin-top:150px;
}
.panelEvaluations h3
{
	margin-bottom:2px;
	margin-top:10px;
}
.panelSuggestionHeader, .panelCompetitorHeader
{
	height:15px;
	padding-bottom:10px;
}
.panelBackLinkHeader
{
	height:15px;
	padding-bottom:10px;
	margin-left:25px;
}
.panelSuggestionHeaderText, .panelCompetitorHeaderText, .panelBackLinkHeaderText
{
	padding-left:15px;
}
.panelSuggestionHeaderImage, .panelCompetitorHeaderImage, .panelBackLinkHeaderImage
{
	width:15px;
	height:15px;
}
.gridViewBackLinkDomainPages
{
	margin-left:auto;
	margin-right:auto;
}
.panelSuggestion, .panelCompetitor
{
	padding-top:0px;
	padding-bottom:0px;
}
.panelGoodSuggestions
{
	background-color: #FCECCF;
	border: solid 1px #FA7C27;
	width:500px;
	margin-left:auto;
	margin-right:auto;
	padding:8px;
}
.divTransparentOverlay
{
	background-color:White;
	width:960px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	opacity:0.75;
	visibility:hidden;
}
