/******* HasOffers - Main Site CSS ********/

/*****************************************
               BASIC STYLES
*****************************************/

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:28px;
	background: #FFF;
	color:#444444;
}
a {
	text-decoration:underline;
	color:#0066cc;
	font-weight:bold;
}
a:hover {
	color: #1487c4;
}

.clear {
	clear: both;
}

.spacer {
	clear: both;
	height:24px;
	float:left;
}

img {
	border:0px;
}

/*****************************************
                HEADER
*****************************************/

#header {
	width:100%;
	height:118px;
	margin:36px 0px 0px 0px;
}

#header-i {
	width: 960px;
	height:118px;
	margin: auto;
}


#logo {
	width: 442px;
	height:70px;
	margin:0px 0px 0px 14px;
	float:left;
	display:inline;
	background: url(../images/logo.png) top left no-repeat;
	cursor:pointer;
}

/*****************************************
                  NAV
*****************************************/


#nav {
	width:960px;
	height:43px;
	float:left;
	margin:3px 0px 12px 0px;
	font-size:13px;
	clear:both;
	background:url(../images/nav-bg.png) top left repeat-x;
	display:inline;
	z-index:99;
	position:relative;
}

#nav a {
	text-decoration:none;
}

#nav-l {
	width:12px;
	height:43px;
	float:left;
	background:url(../images/nav-l.png) top left no-repeat;
}

#nav-r {
	width:12px;
	height:43px;
	float:right;
	background:url(../images/nav-r.png) top left no-repeat;
}


#jsddm
{	margin: 2px 0px 0px 0px;
	padding: 0px;
	float:left;
}

#jsddm li
{	float: left;
	list-style: none;
	font: 12px;
}

#jsddm li a
{	display: block;
	background: transparent;
	padding: 5px 23px;
	text-decoration: none;
	color: #FFF;
	white-space: nowrap;
	border-right:1px solid #2377a4;
}

#jsddm li a:hover
{	background: #0f5e88;
}

#jsddm li ul
{	margin: 0;
	padding: 0px 0px 0px 0px;
	position: absolute;
	visibility: hidden;
	border:1px solid #166f9e;
	background: #2a89bc;
}

#jsddm li ul li
{	float: none;
	display: inline
}

#jsddm li ul li a
{	width: auto;
	background: #2a89bc;
	color: #FFF;
	padding: 0 16px;
}

#jsddm li ul li a:hover
{	background: #0f5e88;
}

.powering {
	width:220px;
	height:30px;
	background:url(../images/powering.png) top left no-repeat;
	margin:7px 10px 0px 21px;
	float:right;
	border:none;
	cursor: pointer;
	cursor: hand;
	font-size:17px;
	font-weight:bold;
	padding:11px 0px 0px 42px;
	color:#1e84bc;
}

.signup-button {
	width:145px;
	height:39px;
	background:url(../images/signup-button.png) top left no-repeat;
	margin:11px 0px 0px 4px;
	float:right;
	border:none;
	cursor: pointer;
	cursor: hand;
}

/*****************************************
                 SPLASH
*****************************************/

#splash-home {
	width:960px;
	height:234px;
	margin:-5px 0px 12px 0px;
	clear:both;
	background:url(../images/splash-home.png) top left no-repeat;
	float:left;
	display:inline;
}

#splash-network-features {
	width:960px;
	height:194px;
	margin:7px 0px 12px 0px;
	clear:both;
	float:left;
	display:inline;
}

#splash-affiliate-features {
	width:960px;
	height:194px;
	margin:7px 0px 12px 0px;
	clear:both;
	float:left;
	display:inline;
}

#splash-affiliate-tools {
	width:960px;
	height:194px;
	margin:7px 0px 12px 0px;
	clear:both;
	float:left;
	display:inline;
}

#splash-about {
	width:960px;
	height:194px;
	margin:7px 0px 12px 0px;
	clear:both;
	float:left;
	display:inline;
}

#splash-get-started {
	width:960px;
	height:194px;
	margin:7px 0px 12px 0px;
	clear:both;
	float:left;
	display:inline;
}

#splash-signup {
	width:960px;
	height:194px;
	margin:7px 0px 12px 0px;
	clear:both;
	float:left;
	display:inline;
}

/*****************************************
                MAIN
*****************************************/

#main {
	width: 100%;
	float:left;
	display:inline;
	padding:0px 0px 20px 0px;
	background: #e3edf2 url(../images/bg.png) top left repeat-x;
}

#main-i {
	width: 960px;
	margin: auto;
}

#content-top {
	width:960px;
	clear:both;
	background:url(../images/content-top.png) top left no-repeat;
	height:24px;
}

#content-bottom {
	width:960px;
	background:url(../images/content-bottom.png) top left no-repeat;
	height:16px;
	clear:both;
	float:left;
	margin: 0px 0px 0px 0px;
	display:inline;
}

#content {
	width: 960px;
	margin: -6px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	background:url(../images/content-bg.png) top left repeat-y;
	float:left;
	display:inline;
}

#content-i {
	width: 940px;
	margin: 0px 0px 0px 20px;
	float:left;
	display:inline;
}

div#content-i p {
	display:block;
	float:none;
	width:100%;
}

/*****************************************
                LIST
*****************************************/

ul {
	margin:0px 0px 20px 0px;
	list-style:none;
	padding:0px;
}

li {
	list-style:none;
	padding:0px;
	margin:0px 0px 10px 0px;
	height:50px;
}

/*****************************************
                FOOTER
*****************************************/

#footer {
	width:100%;
	height:333px;
	clear:both;
	color:#333333;
	background:#FFFFFF url(../images/footer-bg.png) top left repeat-x;
	border-top:1px solid #cbe1e7;
}

#footer-i {
	width: 960px;
	margin: auto;
	height:293px;
	line-height:14px;
	font-size:9px;
	text-decoration:none;
	font-weight:normal;
}

.footer-links {
	float:left;
	display:inline;
	width:800px;
	text-align:center;
}

.footer-links-top {
	float:left;
	margin:43px 0px 0px 220px;
	display:inline;
}

.footer-links-bottom {
	float:left;
	margin:4px 0px 0px 239px;
	display:inline;
}

.footer-copyright {
	float:left;
	margin:12px 0px 0px 360px;
	display:inline;
	width:210px;
}

.footer-link {
	margin:8px 0px 0px 0px;
	float:left;
	display:inline;
}

.footer-link a {
	color:#3793c4;
	font-size:11px;
	font-weight:bold;
	margin:0px 12px 0px 12px;
}

.footer-copyright .footer-link a {
	color:#3793c4;
	font-size:11px;
	font-weight:bold;
	margin:0px 0px 0px 3px;
}

#footer .signup-button {
	width:145px;
	height:40px;
	background:url(../images/signup-button.png) top left no-repeat;
	margin:50px 0px 14px 0px;
	float:right;
	display:inline;
	cursor: pointer;
	cursor: hand;
}


/*****************************************
               HEADINGS
*****************************************/

h1 {
	font-size:32px;
	line-height:42px;
	color:#1e84bc;
	margin:0px 0px 38px 0px;
	font-weight:normal;
}


h2 {
	font-size: 19px;
	line-height:21px;
	color:#333333;
	font-weight:bold;
	margin:0px 0px 16px 0px;
	clear:both;
}

h3 {
	font-size: 12px;
	line-height:18px;
	color:#333333;
	font-weight:normal;
	margin:0px 0px 6px 0px;
	font-weight:bold;
	clear:both;
}

h4 {
	font-size: 16px;
	line-height:26px;
	color:#333333;
	font-weight:normal;
	margin:0px 0px 6px 0px;
	font-weight:regular;
	clear:both;
}


.feature h3 {
	font-size: 16px;
	line-height:18px;
	color:#1e84bc;
	font-weight:normal;
	margin:0px 0px 6px 0px;
	font-weight:bold;
	clear:both;
}


p {
	clear:both;
	margin:0px 0px 32px 0px;
	float:left;
	display:inline;
}

.terms-service p {
	width:640px;
}

/*****************************************
                COLS
*****************************************/

.col-big {
	float:left;
	display:inline;
	width:900px;
	margin:10px 40px 0px 20px;
}

.col-main {
	float:left;
	display:inline;
	width:670px;
	margin:20px 26px 0px 16px;
}

.col-main h1 {
	width:600px;
}

.col-mini {
	width: 270px;
	float: left;
	display: inline;
	margin:10px 10px 0px 0px;
	font-size:12px;
	line-height:24px;
	padding:0px 0px 0px 15px;
}

.col-mini h2 {
	font-size: 14px;
	line-height:21px;
	color:#333333;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	clear:both;
}

.col-mini p {
	margin:0px 0px 6px 0px;
	clear:both;
}

.col-home-l {
	width: 520px;
	float: left;
	display: inline;
	margin:34px 0px 20px 24px;
}

.col-home-l h1 {
	color:#333333;
	font-size:21px;
	line-height:26px;
	width:440px;
	font-weight:bold;
	margin:0px 0px 18px 0px;
}

.col-home-r {
	width: 210px;
	float: left;
	display: inline;
	margin:12px 0px 20px 0px;
}

.col-div {
	float: left;
	display: inline;
	margin:20px 0px 0px 0px;
	width:4px;
	height:133px;
	background: url(../images/div.png) top left no-repeat;
}

.col-features-l {
	width: 300px;
	float: left;
	display: inline;
	margin:10px 30px 0px 0px;
	font-size:12px;
	line-height:24px;
}

.col-features-r {
	width: 300px;
	float: left;
	display: inline;
	margin:10px 0px 0px 0px;
	font-size:12px;
	line-height:24px;
}

.main-page-title {
	font-size:32px;
	line-height:30px;
	color:#1e84bc;
	margin:0px 0px 38px 0px;
	font-weight:normal;
}

.page-header {
	margin:0px 10px 20px 0px;
	float:left;
	width:380px;
}

.page-header h1 {
	margin:24px 0px 12px 0px;
	width:380px;
}

.page-header h2 {
	font-size: 14px;
	line-height:30px;
	color:#333333;
	font-weight:normal;
	margin:0px 0px 10px 0px;
	clear:both;
}

.checkmark {
	float:left;
	margin:7px 8px 0px 0px;
	width:19px;
	height:15px;
	background: url(../images/checkmark.png) top left no-repeat;
	display:inline;
}

.feature .advantage {
	float:left;
	clear:both;
	margin:0px 0px 6px 0px;
	background: url(../images/checkmark.png) top left no-repeat;
	padding:0px 0px 0px 27px;
	width:520px;
}


.feature-text .advantage {
	float:left;
	clear:both;
	margin:0px 0px 6px 0px;
	background: url(../images/checkmark.png) top left no-repeat;
	padding:0px 0px 0px 27px;
	width:220px;
}

.advantage-col {
	float:left;
	margin:0px 0px 4px 0px;
	width:320px;
}

.advantage-text {
	float:left;
	margin:0px 0px 0px 0px;
	width:500px;
}

.advantage-col .advantage  {
	float:left;
	margin:0px 0px 6px 0px;
	width:300px;
}

.pricing-tier {
	font-size:14px;
	margin:10px 0px 0px 0px;
}

.price-signup {
	float:left;
	clear:both;
	margin:10px 0px 10px 0px;
	font-size:12px;
	font-weight: bold;
}

/*****************************************
              HOME
*****************************************/


#feature-network {
	float: left;
	display: inline;
	margin:0px 0px 16px 0px;
	width:250px;
	height:140px;
}

#feature-affiliates {
	float: left;
	display: inline;
	margin:0px 0px 16px 0px;
	width:250px;
	height:140px;
}


#feature-tools {
	float: left;
	display: inline;
	margin:0px 0px 16px 0px;
	width:250px;
	height:140px;
}

#index-promo {
	float: left;
	display: inline;
	margin:0px 0px 0px 55px;
	width:265px;
	height:133px;
	background: url(../images/index-promo.png) top left no-repeat;
}

/*****************************************
              FEATURE
*****************************************/

.feature {
	float:left;
	clear:both;
	width:640px;
	margin:20px 0px 20px 0px;
}

.feature-text {
	float:left;
	display:inline;
	margin:0px 0px 0px 0px;
	width:430px;
	line-height:26px;
	font-size:13px;
}

.icon {
	float:left;
	display:inline;
	width:180px;
}

.feature ul {
	float:left;
	clear:both;
	margin:0px 0px 10px 0px;
}

.feature li {
	float:left;
	clear:both;
	width:600px;
	margin:3px 0px 8px 0px;
	height:auto;
}
.feature li b {
	font-size:14px;
}
.feature-mini {
	float:left;
	clear:both;
	width:680px;
	margin:20px 0px 20px 0px;
}

.feature-mini .icon {
	float:left;
	clear:both;
	width:50px;
	margin:0px 20px 0px 0px;
}

.feature-mini .feature-text {
	float:left;
	display:inline;
	margin:0px 0px 0px 0px;
	padding:3px 0px 0px 0px;
	width:600px;
	line-height:24px;
}

.screen-l {
	float:left;
	display:inline;
	width:270px;
	margin-right:26px;
}

.screen-r {
	float:left;
	display:inline;
	width:270px;
	margin-left:20px;
}

.screen .feature-text {
	float:left;
	display:inline;
	margin:0px 0px 0px 0px;
	width:330px;
	line-height:26px;
	padding:3px 0px 0px 0px;
}

/*****************************************
               SIDEBAR
*****************************************/

.col-sidebar {
	float:left;
	display:inline;
	width:212px;
	margin:20px 0px 0px 0px;
}

.sidebar-nav {
	float:left;
	display:inline;
	width:212px;
	background: url(../images/sidebar-bg.png) top left repeat-y;
	margin:0px 0px 21px 0px;
}

.sidebar-header {
	float:left;
	display:inline;
	width:212px;
	height:18px;
	margin:0px 0px 0px 0px;
	background: url(../images/sidebar-header.png) top left no-repeat;

}

.sidebar-bottom {
	float:left;
	display:inline;
	width:212px;
	height:16px;
	margin:4px 0px 0px 0px;
	background: url(../images/sidebar-bottom.png) top left no-repeat;

}

.sidebar-header-text {
	float:left;
	display:inline;
	height:18px;
	margin:12px 0px 4px 18px;
	color:#000;
	font-size:12px;
	font-weight:bold;
}

.sidebar-link {
	float:left;
	display:inline;
	width:212px;
	height:38px;
	margin:0px 0px 0px 0px;
	background: url(../images/sidebar-link-bg.png) top left no-repeat;
}

.sidebar-link a {
	float:left;
	display:inline;
	margin:4px 0px 0px 20px;
	font-size:11px;
	text-decoration:none;
	color:#2d739e;
}

.sidebar-link-on {
	float:left;
	display:inline;
	width:212px;
	height:38px;
	margin:0px 0px 0px 0px;
	background: url(../images/sidebar-link-bg-on.png) top left no-repeat;
}

.sidebar-link-on a {
	float:left;
	display:inline;
	margin:4px 0px 0px 20px;
	font-size:11px;
	text-decoration:none;
	color:#FFFFFF;
}

.sidebar-content {
	float:left;
	display:inline;
	width:170px;
	margin:12px 0px 12px 24px;
	font-size:12px;
	line-height:18px;
}

.sidebar-content-header {
	float:left;
	display:inline;
	width:190px;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	margin:0px 0px 12px 0px;
}

.sidebar-content-text {
	float:left;
	display:inline;
	width:170px;
	font-size:13px;
	line-height:21px;
	margin:0px 0px 0px 0px;
}

.sidebar-content-link {
	float:left;
	display:inline;
	width:170px;
	font-size:14px;
	line-height:21px;
	margin:12px 0px 0px 0px;
}

.limited-promo {
	float:left;
	display:inline;
	clear:both;
	width:206px;
	height:357px;
	margin:0px 0px 0px 0px;
	background: url(../images/limited-time-offer.png) top left no-repeat;
}

#pricing-call {
	font-size: 12px;
	float:left;
	display:inline;
	font-weight:bold;
	color:#000;
	margin:18px 0px 0px 0px;
}


#tier-basic {
	width:224px;
	float:left;
	margin: 56px 12px 0px 24px;
}
#tier-pro {
	width:330px;
	padding:36px 0px 0px 36px;
	float:left;
	height:715px;
	background:url(http://www.go2media.org/images/pro-bg.png) top left no-repeat;
}
#tier-enterprise {
	width:240px;
	float:left;
	margin:56px 0px 0px 0px;
}

/*****************************************
               GLOSSARY
*****************************************/


.glossary-nav {
	float:left;
	display:inline;
	margin:10px 0px 30px 0px;
	clear:both;
	width:640px;
	display:inline;
}

.glossary-num {
	float:left;
	display:inline;
	margin:0px 4px 0px 0px;
	font-weight:bold;
}

.glossary-num a {
	color:#0074b8;
}

.glossary h2 {
	font-size: 14px;
	line-height:34px;
	color:#00578A;
	font-weight:bold;
	margin:0px 0px 12px 0px;
	clear:both;
}

.glossary p {
	clear:both;
	margin:0px 0px 18px 0px;
	float:left;
}

/*****************************************
               FORM
*****************************************/

.form {
	width:600px;
	float:left;
	clear:both;
}

dt {
	width:250px;
	text-align:right;
	float:left;
	color:#4a5c6e;
	font-size:13px;
	font-weight:bold;
	margin:0px 18px 10px 0px;
	line-height:21px;
	clear:both;
}

dd {
	width:300px;
	float:left;
	color:#4a5c6e;
	margin:0px 0px 10px 0px;
}

dd select {
	width: 280px;
	height: 20px;
	font-size: 12px;
 	border:1px solid #AEC1CE;
}

.form-input {
 	width: 280px;
	height: 20px;
	font-size: 12px;
}

.form-note {
   margin:-6px 0px 20px 268px;
   font-size:12px;
   color:#4a5c6e;
   font-style:italic;
   float:left;
   display:inline;
}

#create-account h1 {
	margin:20px 0px 0px 20px;
	font-size:21px;
	width:700px;
}

#create-account h2 {
	margin:20px 0px 20px 60px;
	font-size:16px;
	float:left;
	dsiplay:inline;
}

#create-account .signup-button {
	width:180px;
	height:40px;
	background:url(../images/signup-button.png) top left no-repeat;
	margin:12px 0px 14px 0px;
	float:left;
	border:none;
	cursor:pointer;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
   background-color: lightyellow;
   border: 2px solid #ccc;
}
input[type=checkbox] {
   margin:0px 6px 0px 0px;
}

/*****************************************
               TERMS
*****************************************/

#terms h1 {
	margin-bottom:0px;
	font-weight:bold;
}

#terms #content {
	margin-top:0px;
}

#terms #content-i {
	color:#334456;
}

/*****************************************
             COMING SOON
*****************************************/


.form-email{
	width:100%;
	margin:6px 0px 0px 0px;
}

.fine-print{
	font-size:10px;
	font-style:italic;
}
.soon-message{
	font-size:14px;
}
.form-label{
	font-size:14px;
	color:026ee0;
	font-weight:bold;
}
.form-email{
	width:300px;
}

.support-title {
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 21px;
	padding: 0px 0px 3px 0px;
	width: 504px;
	clear:both;
	margin:10px 0px 10px 0px;
}

.support-input {
	display: inline-block;
	height: 14px;
	padding: 5px;
	width: 440px;
}

.support-textarea {
	display: inline-block;
	height: 100px;
	padding: 5px;
	width: 440px;
	margin-right:100px;
}

.support-button {
	clear:both;
	float:left;
	display:inline;
	margin:18px 200px 20px 0px;
	font-size:13px;
	padding:2px 12px 2px 12px;
}


.features-table {
	width:100%;
	background: #e8e8e8;
	cellpadding:1px;
	cellspacing:1px;
	clear:both;
	margin:24px 0px 0px 0px;
	float:left;
}

.features-table td {
	background: #FFF;
	padding:0px 0px 0px 6px;
}

.features-table td {
	background: #FFF;
	padding:0px 0px 0px 6px;
}


#account-confirmation {
	margin:24px;
	width:600px;
}

#account-confirmation h1 {
	font-size:24px;
	font-weight:bold;
}


#alert-bar {
	padding:16px 70px 18px 70px;
	font-size:20px;
	font-weight:bold;
	margin: 12px 0px 12px 12px;
	width:750px;
	white-space:normal;
	background:#F7F2C9 url(../images/alert-bar.png) top left no-repeat;
	border:2px solid #E5E0AC;
	height:auto;
}
#upgrade-main {
	background:url(../images/upgrade-main1.png) top left no-repeat;
	width:813px;
	height:130px;
	margin:20px 0px 12px 30px;
	padding:50px 0px 0px 10px;
	font-size:21px;
	line-height:30px;
}
#upgrade-advantages {
	width:900px;
	height:270px;
	float:left;
	background:url(../images/upgrade-advantages.gif) top left no-repeat;
	margin: 12px 0px 24px 0px;
}
#upgrade-left-col {
	 width:380px;
	 margin:90px 30px 0px 48px;
	 float:left;
}
#upgrade-right-col {
	width:360px;
	margin:90px 0px 0px 24px;
	float:left;
}
#upgrade-select {
	clear:both;
	height:30px;
	margin:0px auto 36px auto;
	font-size:16px;
	font-weight:bold;
	width:240px;
}
#upgrade-button {
	width:314px;
	clear:both;
	height:60px;
	background:url(../images/continue-signup-b.png) top left no-repeat;
	margin:0px auto 36px auto;
	cursor:pointer;
}

#tier-pro .advantage, #tier-basic .advantage, #tier-enterprise .advantage {
	width: 250px;
}

.tiny {
	font-size: 9px;
	line-height: 13px;
	margin-bottom: 2px;
	margin-top: 4px;
}
/*****************************************
                PRICING
*****************************************/


.pricing-help {
	width: 892px;
	background: transparent url(../images/help-bg.png) top left repeat-y;
}
.pricing-help table {
	padding: 52px 20px 0px 20px;
	background: transparent url(../images/help-top.png) top left no-repeat;
}
.pricing-help tr, .pricing-help td {
	background: transparent;
}
.pricing-help-btm {
	width: 892px;
	height: 18px;
	background:url(../images/help-bottom.png) top left no-repeat;
}

#p-col-free {
	width: 216px;
	margin-top: 20px;
	padding: 0 10px 0 0;
	float: left;
	background: transparent url(../images/column-bg.png) top left repeat-y;
}
#p-col-basic {
	width: 216px;
	margin-top: 20px;
	padding: 0 10px 0 0;
	float: left;
	background: transparent url(../images/column-bg.png) top left repeat-y;
}
#p-col-pro {
	width: 216px;
	margin-top: 20px;
	padding: 0 10px 0 0;
	float: left;
	background: transparent url(../images/column-bg.png) top left repeat-y;
}
#p-col-enterprise {
	width: 216px;
	margin-top: 20px;
	padding: 0 10px 0 0;
	float: left;
	background: transparent url(../images/column-bg.png) top left repeat-y;
}

.p-col-features li {
	height:19px;
	background: transparent url(../images/checkmark.png) center left no-repeat;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 10px 0 16px;
	padding:2px 0 4px 24px;
}
li.p-col-f-off {
	background-image: url();
}
li.p-col-f-end {
	background-image: url();
	font-size: 15px;
}
