@import "../css/common.css";

/*-------------------------------------------------------- 
Offerpop Site Style Sheet
----------------------------------------------------------*/

* {
    border: 0;
    margin: 0;
    padding: 0;
}

html, body{
    height:100%; 
    margin:0; 
    padding:0; 
    background: #fff;
    font-family: helvetica, arial, sans-serif;
}

a {color:#ff8502; text-decoration: none;}      
a:visited {color:#ff8502; text-decoration: none;}
a:hover   {color:#ff8502; text-decoration: underline;}  
a:active  {color:#ff8502; text-decoration: none;}

a.quoteLink {color:#000000;}      
a.quoteLink:visited {color:#000000;}
a.quoteLink:hover   {color:#000000;}  
a.quoteLink:active  {color:#000000;}

/* Home Page Styles */


div.headerImgBackground {
    background-image: url('../images/home_bg_crowd.jpg');
    background-repeat: no-repeat;
    background-position:  center;
    height: 1px;
    width: 100%;
}

div.headerHomeContent { 
    width: 974px;
    height: 456px;
    margin: 0px auto;
    padding: 0px 20px 0px 20px;
}

div.SignIn{
    color:#fff;
    float:right;
    top:10px;
}

div.SignIn a{
    color:#fcee12;
}

span.fb_button_text{
    font-weight: normal !important;
    font-size: 10px !important;
}

div.topNav { 
    width: 974px;
    margin: 0px auto;
    padding: 0px;
}

div.topNavLeft { 
    float: left;
    width: 700px;
}

img.logo {
    margin-top: 16px;
    float: left;
}

div.topNavRight { 
    float: right;
    margin-top: 5px;
}

ul#primaryNav {
    margin: 44px 0px 0px 0px;
    padding: 0;
    float: right;
    list-style: none;
}

#primaryNav li {
    float: left;
    padding: 0px;
    margin: 0px 23px 0px 0px;
    font-size: 16px;
    line-height: 22px;
    color: #000;
}

#primaryNav li a {
    padding: 0px 0px 0px 0px;
    color: #808080;
    text-decoration: none;
}

#primaryNav li a:hover {
    color: #ff8502;
    text-decoration: none;
}

#primaryNav li a.selected {
    color: #808080;
    text-decoration: none;
}

ul#utilityNav {
    margin: 14px 0px 0px 0px;
    padding: 0;
    float: right;
    list-style: none;
}

#utilityNav li {
    float: left;
    padding: 0px;
    margin: 0px 0px 0px 16px;
    font-size: 12px;
    line-height: 22px;
    color: #000;
}

#utilityNav li a {
    padding: 0px 0px 0px 0px;
    color: #808080;
    text-decoration: none;
}

#utilityNav li a:hover {
    color: #ff8502;
    text-decoration: none;
}

#utilityNav li a.selected {
    color: #808080;
    text-decoration: none;
}

div.headerHomeLeft {
    float:left;
    width: 610px;
    color: #fff;
    font-size: 18px;
    line-height: 39px;
}

div.headerHomeLeftCopy {
    float:left;
    width: 610px;
    color: #fff;
    font-size: 54px;
    line-height: 54px;
    /* border-bottom: 3px solid #a45f00; */
    padding: 75px 0px 25px 0px;
    margin-bottom: 25px;
}

div.headerHomeRight {
    float: right;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-top: 147px;
}

ul#seePlans {
    margin: 0px 0px 15px 0px;
    padding: 0;
    float: left;
    list-style: none;
}

#seePlans li {
    float: left;
    padding: 14px 0px 14px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    background-image: url('../images/home_signup_button_bg.png');
    background-repeat:repeat-x;
}

#seePlans li.leftEnd {
    float: left;
    padding: 14px 0px 14px 0px;
    width: 25px;
    background-image: url('../images/home_signup_button_left.png');
}

#seePlans li.rightEnd {
    float: left;
    padding: 14px 0px 14px 0px;
    width: 25px;
    background-image: url('../images/home_signup_button_right.png');
}

#seePlans li a {
    padding: 0;
    color: #fff;
    text-decoration: none;
}

div.headerHomeRight a {color:#fcee12; text-decoration: none;}      
div.headerHomeRight a:visited {color:#fcee12; text-decoration: none;}
div.headerHomeRight a:hover   {color:#fcee12; text-decoration: underline;}  
div.headerHomeRight a:active  {color:#fcee12; text-decoration:n one;}


div.whatWhoWhy {
    margin: 0px
    width: 100%;
    background-image: url('../images/home_www_bar_bg.gif');
    background-repeat:repeat-x;
}

div.whatWhoWhyColumns {
    width: 285px;
    padding: 15px 0px 0px 0px;
    float: left;
}

div.whatWhoWhyColumns h1 {
    font-size: 24px;
    font-weight: normal;
}

div.whatWhoWhyColumns p {
    font-size: 12px;
    line-height: 17px;
    margin-top: 10px;
}

div.homeBodyContent { 
    width: 974px;
    margin: 0px auto;
    padding: 0px 20px 20px 20px;
}

div.whoWeNews { width: 974px; }

div.contentColumns {
    width: 285px;
    margin: 25px 0px 0px 0px;
    padding: 15px 0px 0px 0px;
    border-top: 2px solid #cccccc;
    float: left;
}

div.contentColumns h1 {
    font-size: 24px;
    font-weight: normal;
}

div.contentColumns p {
    font-size: 12px;
    line-height: 17px;
    margin-top: 17px;
}

div.contentColumns a {color:#ff8502; text-decoration: none;}      
div.contentColumns a:visited {color:#ff8502; text-decoration: none;}
div.contentColumns a:hover   {color:#ff8502; text-decoration: underline;}  
div.contentColumns a:active  {color:#ff8502; text-decoration: none;}


.homeFeature {
    width: 974px;
    margin: 0px auto;
    padding: 0px;
}

.homeHeadWrapper {
    width: 974px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 10px;
}

.homeHead {
    float: left;
}

.homeHead h1 {
    margin-top: 25px;
    font-size: 35px;
    line-height: 38px;
    text-transform:uppercase;
    text-align: justify;
    width: 505px;
}

.homeHead h2 {
    margin-top: 3px;
    padding-bottom: 25px;
    font-size: 18px;
    line-height: 24px;
    color: #666;
    font-weight: normal;
}

#homeSlideshow {
    /*background-position: bottom;*/
    height: 297px;
    width: 974px;
    position:relative;
    background: #FFF;
}

#homeSlideshow ul li {list-style-type:none;}

#homeSlideshow  img { 
    position:absolute;
    top:0px;
    left:0px;
}

#listicons { 
    background-image: url('../images/v2/cs_bg.gif'); 
    background-repeat:repeat-x;
    height:77px;
    padding-top: 3px;
}

#listicons  img { cursor:pointer; }

#contain { position:relative;}

.csLogo { margin: 0px 11px 0px 11px; }

#csArrow {
    position: relative;
    background-image: url('../images/v2/cs_arrow.png');
    top:-94px;
    left:42px;
    height: 18px;
    width: 33px;
    z-index:10;
}

.homeSubHeadArea {
    width: 974px;
    margin: 10px auto;
    padding: 0px;
    position: relative;
    top: -25px;
}

.callOuts {
    width: 727px;
    padding: 20px 0px 20px 0px;
    background-color: #fff;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-right: 10px solid #fff;
    float: left;
    height: 170px;
}

.homeSubCols { 
    float: left; 
    width: 220px;
    margin-right: 22px;
}

.homeSubCols p { 
    font-size: 12px;
    line-height: 18px;
}

.homeSubCols h2 { 
    font-size: 24px;
    line-height: 24px;
    text-transform:uppercase;
    letter-spacing: -.01em;
    padding-bottom: 3px;
}

.homeGetStarted {
    padding-top: 32px;
    float: right;
    width: 140px;
    text-align: right;
}

.homeGetStarted h2 {
    font-size: 10px;
    line-height: 12px;
    width: 120px;
    margin-left: auto;
    font-weight: normal;
    color: #666666;
    text-align: right;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.homeGetStarted p { 
    font-size: 12px;
    line-height: 18px;
}

#seeLiveCampaigns {
    background-image: url('../images/v2/get_started_arrow.png');
    background-repeat: no-repeat;
    background-position:right; 
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.homeQuotesRow {
    width: 974px;
    margin: 10px auto;
    padding: 0px;
}

.featuredApp {
    width: 230px;
    height: 180px;
    float: right;
    padding: 10px 0px 20px 0px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    background-image: url('../images/v2/featured_app_bg.jpg'); 
    background-repeat:repeat-x;
}

.featuredApp h2 { 
    color: black;
    font-size: 24px;
    line-height: 24px;
    text-transform:uppercase;
    letter-spacing: -.01em;
    padding: 10px 0px 0px 10px;
}

.featuredApp p { 
    font-size: 12px;
    line-height: 18px;
    padding: 12px 30px 10px 14px;
}

.featuredApp img {
  margin-top: 10px;
}

.newsEvents {
  float: left;
  width: 415px;
}

.newsEvents h2 { 
  font-size: 24px;
  line-height: 24px;
  text-transform:uppercase;
  letter-spacing: -.01em;
  margin-bottom: 20px;
}

.newsEvents p { 
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
}

/* Home page New App feature css */
.homeIntroAppIcon {
  vertical-align: middle;
  margin: 10px 7px 10px 0;
}

.homeIntroAppName {
  vertical-align: middle;
  display: inline;
}

.homeIntroImage {
  width: 280px;
  float: left;
  border: 1px solid #CCCCCC;
  margin-right: 10px;
}

.homeIntroDesc {
  float: left;
  width: 120px;
}

.homeIntroDesc a {
  display: block;
  margin-top: 7px;
}
/* End of Home page New App feature css */

/* White Label & 24/7 Customer Support css */
.home-feature-container {
  margin-top: 50px;
}

.home-feature-img {
  float: left;
  margin-right: 20px;
  width: 100px;
}

.home-feature-description {
  margin-left: 20px;
  margin-top: 20px;
}

.home-feature-link {
  font-size: 12px;
}
/* End of White Label & 24/7 Customer Support css */

.quotes {
    width: 490px;
    float: right;
    background-image: url('../images/v2/quotes.gif');
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 32px;
}

.quotes p {
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 20px;
}

.gray {color: #808080;}

div.footer {
    width: 974px;
    margin: 10px auto;
    padding: 10px 0px 10px 0px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #000;
    font-size: 12px;
}

.footerCol {
    margin: 0px 30px 30px 0px;
    font-size: 12px;
    float: left;
}
div.socialContent input {
    border:1px solid #7d7d7d;
    background:#cccccc;
    margin-left:20px;
    width: 150px;
}

.footerHead {
    color: #000;
    font-weight: bold;
}

.footerCol ul {
    margin: 0px;
    padding: 0;
    list-style: none;

}

.footerCol li {
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    line-height: 18px;
}

.footerCol li a {
    padding: 0px 0px 0px 0px;
    color: #808080;
    text-decoration: none;
}

.footerCol li a:hover {
    color: #ff8502;
    text-decoration: none;
}

.footerCol li a.selected {
    color: #808080;
    text-decoration: none;
}

.socialContent {
    float: right;
    width: 420px;
}

#linked-in-wrapper {
  margin-top: 10px;
}

.copyRow {
    width: 974px;
    margin: 10px auto;
    padding: 0px 0px 30px 0px;
    font-size: 12px;
    line-height: 18px;
}

.copyRow a {
    padding: 0px 0px 0px 0px;
    color: #808080;
    text-decoration: none;
}

.copyRow a:hover {
    color: #ff8502;
    text-decoration: none;
}


.siteSubs {
    width: 65px; 
    line-height: 18px;
    padding-bottom: 1px;
    margin-bottom: 1px;
}

.productSubs {
    width: 100px; 
    border-bottom :1px solid #cccccc;
    padding-bottom: 1px;
    margin-bottom: 1px;
}

.companySubs {
    width: 100px; 
    border-bottom :1px solid #cccccc;
    padding-bottom: 1px;
    margin-bottom: 1px;
}


/* Sub Page Styles */

.content {
    width: 974px;
    margin: 10px auto;
    padding: 15px 0px 30px 0px;
}

.subnav {
    width: 205px;
    float: left;
}

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

.subnav li {
    padding: 0px 0px 0px 38px;
    margin: 0px;
    font-size: 12px;
    line-height: 42px;
    font-weight: bold;
}

.subnav li a {
    padding: 0px 0px 0px 0px;
    color: #808080;
    text-decoration: none;
}

.subnav li a:hover {
    color: #ff8502;
    text-decoration: none;
}

.subnav li a.selected {
    color: #808080;
    text-decoration: none;
}

.subnav h1 {
    color: #000;
    font-size: 10px;
    line-height: 32px;
    font-weight: bold;
    text-transform: uppercase;
    border-top: 1px solid #d9d9d9;
}

.logoNav li {
    padding: 0px 0px 0px 38px;
    margin: 0px;
    font-size: 12px;
    line-height: 42px;
    font-weight: bold;
} 

.logoNav a {
    padding: 0px 0px 0px 0px;
    color: #808080;
    text-decoration: none;
}

.logoNav a:hover {
    color: #ff8502;
    text-decoration: none;
}

.logoNav a.selected {
    color: black;
    cursor: default;
}

div.topBar {
    width: 100%;
    height: 76px;
    margin: 0px auto;
    padding: 0px;
    background: #ededed;
    border-bottom: 4px solid #000;
}

div.subBodyContent { 
    width: 974px;
    margin: 0px auto;
    padding: 15px 0 30px 0;
}

div.subPageHead {
    margin: 27px 0px 27px 0px;
    font-size: 36px;
    line-height: 30px;
    float: left;
}

div.relatedNav {
    margin: 34px 0px 20px 0px;
    font-size: 12px;
    line-height: 30px;
    float: right;
}

div.relatedNav a {color:#ff8502; text-decoration: none; margin-left: 15px;}      
div.relatedNav a:visited {color:#ff8502; text-decoration: none;}
div.relatedNav a:hover   {color:#ff8502; text-decoration: underline;}  
div.relatedNav a:active  {color:#ff8502; text-decoration: none;}




/* Product Section Styles */

.navIcons {background-repeat: no-repeat; background-position: 0px 7px;}
.fbTug { background-image: url('../images/icons2/26x27/fb_tugofwar.jpg'); }
.fbRef { background-image: url('../images/icons2/26x27/fb_referral.jpg'); }
.fbPho { background-image: url('../images/icons2/26x27/fb_photo.jpg'); }
.fbSig { background-image: url('../images/icons2/26x27/fb_signup.jpg'); }
.fbFan { background-image: url('../images/icons2/26x27/fb_fanfaves.jpg'); }
.fbExc { background-image: url('../images/icons2/26x27/fb_exclusive.jpg'); }
.fbQui { background-image: url('../images/icons2/26x27/fb_quiz.jpg'); }
.fbHtm { background-image: url('../images/v2/icon_fb_htm.jpg'); }
.fbFun { background-image: url('../images/icons2/26x27/fb_fundraise.jpg'); }
.fbVid { background-image: url('../images/icons2/26x27/fb_videocontest.jpg'); }
.fbDea { background-image: url('../images/icons2/26x27/fb_deals.jpg'); }
.fbLoo { background-image: url('../images/icons2/26x27/fb_lookbook.jpg'); }
.fbFanProfiles { background-image: url('../images/icons2/26x27/fb_superfan.png'); }
.fbCaptionContest { background-image: url('../images/icons2/26x27/fb_essaycontest.png'); }
.fbFanStream { background-image: url('../images/icons2/26x27/fb_fanstream.png'); }
.twOff { background-image: url('../images/icons2/26x27/icon_tw_off.jpg'); }
.twVir { background-image: url('../images/icons2/26x27/icon_tw_vir.jpg'); }
.twExc { background-image: url('../images/icons2/26x27/icon_tw_exc.jpg'); }
.twNew { background-image: url('../images/icons2/26x27/icon_tw_new.jpg'); }

#getStartedOverlay {
    width: 506px;
    height: 313px;
    text-align: center;
    margin: 20px;
    font-size: 12px;
}

.getStartedBorders {
    margin: 10px auto;
    padding: 20px 0px 35px 0px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    width: 464px;
    font-size: 14px;
}

.getStartedText {
    font-size: 48px;
    line-height: 46px;
    color: #ffa300;
    text-transform: uppercase;
}

.runCampaignText {
    font-size: 32px;
    line-height: 24px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

#liveCampaignsOverlay {
    width: 506px;
    height: 313px;
    text-align: center;
    margin: 20px;
    font-size: 12px;
}

.liveCampaignsBorders {
    margin: 10px auto;
    padding: 20px 0px 20px 0px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    width: 464px;
    font-size: 14px;
}

.liveCampaignsText1 {
    font-size: 48px;
    line-height: 46px;
    color: #ffa300;
    text-transform: uppercase;
}

.liveCampaignsText2 {
    font-size: 32px;
    line-height: 24px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

#campaign_email {
    border:1px solid #7d7d7d;
    background:#cccccc;
    width: 200px;
    padding: 3px;
    float: left;
}

#campaign_button {
    margin: 2px 0px 0px 10px;
    float: left;
}

#subContent {
    width: 728px;
    float: right;
}

#subContentFullWidth {
    width: 100%;
}

#subContentHead {
    width: 520px;
    float: left;
}

#subContentHead h1 {
    font-size: 35px;
    line-height: 38px;
    text-transform:uppercase;
    text-align: justify;
}

#subContentHead h2 {
    margin-top: 3px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    color: #666;
    font-weight: normal;
    margin-bottom: 10px;
}

#subGetStarted {
    float: right;
    width: 128px;
    text-align: right;
    margin-bottom: 10px;
}

#subGetStarted p { 
    font-size: 12px;
    line-height: 14px;
    padding-top: 6px;
    color: #666666;
    text-align: right;
}

#subGetStarted h2 {
    font-size: 10px;
    line-height: 14px;
    width: 128px;
    margin-left: auto;
    font-weight: normal;
    color: #666666;
    text-align: right;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 5px;
    padding-bottom: 10px;
}

.productFeatureRows {
    width: 100%;
    border-top: 1px solid #d9d9d9;
    background-color: #ededed;
}

.productFloatNum {
    float: left;
    padding: 85px 10px 40px 20px;
}

.productFloatImg {
    float: left;
    padding: 40px 25px 20px 20px;
}

.productFloatText {
    float: left;
    width: 280px;
    font-size: 12px;
    line-height: 18px;
    padding-top: 70px;
}


/* Product Detail Styles */

.productPageHead {background-repeat: no-repeat; background-position: 0px 4px; padding-left: 45px;}
.tugHead { background-image: url('../images/icons2/34x34/fb_tugofwar.png'); }
.refHead { background-image: url('../images/icons2/34x34/fb_referral.png'); }
.phoHead { background-image: url('../images/icons2/34x34/fb_photo.png'); }
.sigHead { background-image: url('../images/icons2/34x34/fb_signup.png'); }
.fanHead { background-image: url('../images/icons2/34x34/fb_fanfaves.png'); }
.excHead { background-image: url('../images/icons2/34x34/fb_exclusive.png'); }
.quiHead { background-image: url('../images/icons2/34x34/fb_quiz.png'); }
.htmHead{ background-image: url('../images/v2/icon_fb_htm_head.png');}
.funHead { background-image: url('../images/icons2/34x34/fb_fundraise.png'); }
.vidHead { background-image: url('../images/icons2/34x34/fb_videocontest.png'); }
.deaHead { background-image: url('../images/icons2/34x34/fb_deals.png'); }
.looHead { background-image: url('../images/icons2/34x34/fb_lookbook.png'); }
.fanProfilesHead { background-image: url('../images/icons2/34x34/fb_superfan.png'); }
.captionContestHead { background-image: url('../images/icons2/34x34/fb_essaycontest.png'); }
.fanStreamHead { background-image: url('../images/icons2/34x34/fb_fanstream.png'); }
.twOffHead { background-image: url('../images/icons2/34x34/icon_tw_off_head.png'); }
.twVirHead { background-image: url('../images/icons2/34x34/icon_tw_vir_head.png'); }
.twExcHead { background-image: url('../images/icons2/34x34/icon_tw_exc_head.png'); }
.twNewHead { background-image: url('../images/icons2/34x34/icon_tw_new_head.png'); }

div.demoVideo {
    border-top:1px solid #d9d9d9;
    background-color: #ededed;
    padding: 20px;
}

.appHeads {
    font-size: 24px;
    line-height: 24px;
    text-transform:uppercase;
}

div.appDetails {
    margin-top: 30px;
    border-top:1px solid #d9d9d9;
    border-bottom:1px solid #d9d9d9;
    padding: 20px;
    font-size: 12px;
    line-height: 18px;
}

div.appDescription {
    margin-top: 20px;
    float: left;
    width: 320px;
}

div.appDescription p {
    margin-bottom: 18px;
}

div.appDescription ul {
    margin: 0px;
    padding: 0px;
}

div.appDescription li {
    margin-left: 15px;
    padding: 0px;
}


div#appSlideshow {
    float: right;
    width: 343px;
    margin: 0px;
    padding: 0px;
}

div.productNav {
    font-size: 12px;
    line-height: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#prevApp  {
    background-image: url('../images/v2/prev.gif');
    background-repeat: no-repeat; 
    background-position: 0px 4px; 
    padding-left: 10px;
    float: left;
}

#nextApp  {
    padding-right: 4px;
    float: right;
}

#nextAppArrow {
    background-image: url('../images/v2/next.gif');
    background-repeat: no-repeat;
    background-position: 0 5px;
    float: right;
}

.hidden
{
    display: none;
}


#prevNext {
    margin: 0;
}

#prevNext img {
    position: relative;
    top: -12px;
    left: 288px;
    z-index: 2;
    cursor: pointer;
}

div#slides {
    width: 343px;
    position: relative;
    top: 20px;
}

div#slides p {
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 10px;
    font-size: 12px;
    position: relative;
    top: -4px;
    line-height: 24px;
    height: 30px;
    background-color: #ededed;
}

#counter { 
    font-size: 12px;
    position: relative;
    z-index: 2;
    top: 10px;
    left: 240px;
    width: 50px;
}


/* Plans and Pricing Page Styles */

div.oneThird {
    width: 265px;
    float: left;
    font-size: 12px;
    padding: 20px 10px 10px 10px;
    border-top: 2px solid #cccccc;
    background-color: #fef8a0;
}

div.oneThird h1 {
    font-size: 24px;
    font-weight: normal;
}

div.oneThird h2 {
    font-size: 18px;
    font-weight: normal;
}

div.oneThird p {
    font-size: 12px;
    line-height: 17px;
}

.offerpopForFacebookForm {
    border:1px solid #7d7d7d;
    background:#cccccc;
    width: 160px;
    height: 20px;
    margin-right: 5px;
}

div.twoThirds {
    width: 615px;
    padding: 20px 0px 10px 0px;
    border-top: 2px solid #cccccc;
    float: right;
}

div.twoThirds h1 {
    font-size: 24px;
    font-weight: normal;
}

div.twoThirds h2 {
    font-size: 18px;
    font-weight: normal;
}

div.twoThirds p {
    font-size: 12px;
    line-height: 17px;
    margin-top: 17px;
}

div.twoThirds a {color:#ff8502; text-decoration: none;}      
div.twoThirds a:visited {color:#ff8502; text-decoration: none;}
div.twoThirds a:hover   {color:#ff8502; text-decoration: underline;}  
div.twoThirds a:active  {color:#ff8502; text-decoration: none;}

table.Pricing {
    font-size:12px;
    color:#00;
    background:#f5f5f5;
}

table.Pricing th {
    font-size:12px;
    padding:10px;
    text-align:left;
    font-weight: normal;
    border-bottom:2px solid #cccccc;
}

table.Pricing td {
    font-size:12px;
    border-bottom:1px solid #cccccc;
    padding:10px;
    text-align:left;
}

ul.noindent {
    font-size:12px;
    margin: 0;
    padding-left:18px;
}

/* Campaigns Section Styles */

.campaignRows {
    width: 100%;
    border-top: 1px solid #d9d9d9;
    padding: 20px 0px 30px 0px;
}

.campaignRows img {
    float: left;
    width:474px;
    height:372px;
}

.campaignRowsLiveCampaignText {
    float: right;
    width: 450px;
    padding-right: 25px;
    font-size: 12px;
    line-height: 18px;
}

.campaignRowsLiveCampaignText p {
    font-size: 12px;
    line-height: 18px;
}

.campaignRowsLiveCampaignText h1 {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    display: inline;
}

.campaignRowsLiveCampaignText h2 {
    color: #808080;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    display: inline;
}

.caseStudyDetailText {
    float: right;
    width: 235px;
    font-size: 12px;
    line-height: 18px;
}

.caseStudyQuote {
    margin: 20px 0px 20px 0px;
    padding: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #f2f2f2;
    color: #666666;
    font-size: 14px;
    line-height: 20px;
}

/* About Us Page Styles */

div.aboutOneThird {
    width: 285px;
    float: left;
    font-size: 12px;
    padding: 20px 0px 0px 10px;
    border-top: 2px solid #cccccc;
}

div.aboutOneThird h1 {
    font-size: 18px;
    font-weight: normal;
}

div.aboutOneThird p {
    font-size: 12px;
    line-height: 17px;
    margin-top: 17px;
}

div.aboutOneThird a {color:#ff8502; text-decoration: none;}      
div.aboutOneThird a:visited {color:#ff8502; text-decoration: none;}
div.aboutOneThird a:hover   {color:#ff8502; text-decoration: underline;}  
div.aboutOneThird a:active  {color:#ff8502; text-decoration: none;}

div.aboutTwoThirds {
    width: 615px;
    padding: 20px 0px 10px 0px;
    border-top: 2px solid #cccccc;
    float: right;
}

div.aboutTwoThirds h1 {
    font-size: 18px;
    font-weight: normal;
}

div.aboutTwoThirds p {
    font-size: 12px;
    line-height: 17px;
    margin-top: 17px;
}

div.aboutTwoThirds ul {
    margin:5px 0 5px 0;
    padding-left:1.5em;
}

div.aboutTwoThirds a {color:#ff8502; text-decoration: none;}      
div.aboutTwoThirds a:visited {color:#ff8502; text-decoration: none;}
div.aboutTwoThirds a:hover   {color:#ff8502; text-decoration: underline;}  
div.aboutTwoThirds a:active  {color:#ff8502; text-decoration: none;}

div.bio {
    border-bottom: 1px solid #cccccc;
    padding: 0px 0px 20px 0px;
}

div.bio img {
    float: left;
    margin: 20px;
    width: 73px; 
    height: 73px;
}

div.bio p {
    float:left; 
    width: 460px; 
    margin-right:40px
    font-size: 12px;
    line-height: 17px;
}


/* Plans and Pricing Styles */

.plansRowHead {
    width: 100%;
    margin-top: 30px;
    height: 45px;
    border: 1px solid #e6e6e6;
    background-repeat:repeat-x;
    background-position: top;
    background-image: url('../images/v2/plans_rowhead_bg.jpg');
}

.payPer {
    width: 100%;
    height: 60px;
    border: 1px solid #fff;
    background-color: #fff153;
}

.unlimited {
    width: 100%;
    height: 69px;
    border: 1px solid #fff;
    background-repeat:repeat-x;
    background-position: top;
    background-image: url('../images/v2/plans_unlimited_bg.jpg');
}

.plansFloat {
    float: left;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #000;
    padding-top: 15px;
}

.plansHighlight {
    margin-top: 6px;
    font-size: 22px;
    line-height: 18px;
    font-weight: bold;
    color: #000;
}

.plansPerMonth {
    color: black;
    font-style: italic;
    font-size:9px;
    font-weight:normal;
}

.orange {color: #ff8502;}

.plansSub {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #d9d9d9;
}

.plansSubCols {
    width: 230px;
}

.plansSubCols h1 {
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
}

.plansSubCols P {
    font-size: 12px;
    line-height: 18px;
}

.plansSubCols h2 {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -1px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.plansSubCols h2 a {
    font-weight: bold;
    color: #fc6c03;
    background-image: url('../images/v2/plans_arrow.gif');
    background-repeat: no-repeat;
    background-position:right; 
    padding-right: 20px;
    text-decoration: none;
}

.plansSubCols h2 a:hover {
    text-decoration: underline;
}

/* Contact Styles */

.contactLeft {
    width: 480px;
    float: left;
    margin-top: 30px;
}
.contactRight {
    width: 480px;
    float: left;
    margin-top: 30px;
    font-size: 12px;
    line-height: 18px;
}

#map {
    width: 445px;
    height: 262px;
    border: 3px solid #cccccc;
    margin-bottom: 10px;
}

.address {
    float: left; 
    width: 220px;
    padding-right: 30px;
    font-size: 12px;
    line-height: 18px;
}

.address h1 {
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
}

.address p {
    margin-bottom: 18px;
}


.contactField {
    border:1px solid #bbb;
    width: 210px;
    font-size:12px;
    padding:2px;
}

.dropdown {
    border:1px solid #bbb;
    width: 220px;
    font-size:12px;
    padding:2px;
}

.contactTextArea {
    border:1px solid #bbb;
    width: 210px;
    height: 60px;
    margin-bottom: 10px;
    font-size:12px;
    padding:2px;
}

.invalid {
    color:#ff0000;
    margin-bottom: 15px;
}

/* Case Studies Page Styles */

div.Case {
    margin:10px 0 20px 0;
}

div.CaseLogo {
    float:left;
    width:200px;
    text-align:center;
}

div.CaseCopy {
    float:left;
    margin-left:20px;
    width:340px;
    font-size:14px;
}

/* Privacy Page Styles */

div.Privacy {
    width: 910px;
    float: left;
    font-size: 12px;
    padding: 20px 10px 0px 10px;
    border-top: 2px solid #cccccc;
}

div.Privacy ul, div.Privacy ol {
    margin-left:17px;
}

div.Privacy ul li, div.Privacy ol li {
    margin-top:15px;
}

div.Privacy ul ul {
    margin-left:15px;
    margin-top:15px;
}

div.Privacy p {
    font-size: 12px;
    line-height: 17px;
    margin-top: 17px;
}

div.Privacy p span {
    font-weight: bold;
}

div.Privacy a {color:#ff8502; text-decoration: none;}      
div.Privacy a:visited {color:#ff8502; text-decoration: none;}
div.Privacy a:hover   {color:#ff8502; text-decoration: underline;}  
div.Privacy a:active  {color:#ff8502; text-decoration: none;}

.careers {
    width: 700px;
    font-size: 12px;
    line-height: 18px;
}

.careers #subContentHead{
    width: 600px;
}

.careers p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 18px;
}

.careers p.description {
    margin: 0px;
    color: #FF8502;
    font-weight: bold;
}
.careers h3 {
    margin-top: 20px;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
}

.careers ul {
    margin: 0px;
    padding: 0px 0px 20px 20px;
    list-style: disc;
}

.careers li {
    padding: 0px 0px 0px 5px;
    margin: 0px;
}

#plansLeft {
    width: 725px;
    float: left;
}

.numberHead {
    float: left;
    width: 235px;
    height: 65px;
    background-image: url('../images/v2/plans_number_bg.png');
    background-repeat: no-repeat; 
    background-position: 0px 0px; 
    border-bottom:1px solid #fff;
    text-align: center;
    padding-top: 46px;
}

.perHead {
    float: left;
    width: 244px;
    height: 111px;
    background-image: url('../images/v2/plans_per_bg.png');
    background-repeat: no-repeat; 
    background-position: 0px 0px; 
    border-bottom:1px solid #fff;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
    text-align: center;
}

.monthlyHead {
    float: left;  
    width: 244px;
    height: 111px;
    background-image: url('../images/v2/plans_popular_bg.png');
    background-repeat: no-repeat; 
    background-position: 0px 0px; 
    border-bottom:1px solid #fff;
    text-align: center;
}

.rowHeadCaps {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 3px;
    margin-top: 26px;
}

.rowHeadText {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
}

.numberRowData {
    text-align: center;
    background-color: #f0f0f0;
    border-bottom:1px solid #fff;
    float: left;
    width: 235px;
    font-size: 18px;
    padding: 13px 0px 13px 0px;
}

.perRowData {
    text-align: center;
    background-color: #fff8ac;
    border-bottom:1px solid #fff;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
    float: left;
    width: 244px;
    font-size: 18px;
    padding: 13px 0px 13px 0px;
}

.monthlyRowData {
    text-align: center;
    background-color: #fee46c;
    float: left;
    width: 244px;
    border-bottom:1px solid #fff;
    font-size: 18px;
    color: #fc6c03;
    padding: 8px 0px 8px 0px;
}

.boldData {
    font-weight: bold;
}


#plansRight {
    width: 230px;
    float: right;
}

.planRightDivider {
    border-bottom:1px solid #d9d9d9;
    width: 100%;
    margin-bottom: 10px;
}

.about {
	width: 730px;
	font-size: 12px;
	line-height: 18px;
	float: right;
}

#aboutHead {
	width: 480px;
	font-size: 12px;
	line-height: 18px;
	float: left;
}

#aboutText {
	width: 480px;
	font-size: 12px;
	line-height: 18px;
}

#aboutText P {
	margin-bottom: 18px;
}

.team {
	width: 730px;
	font-size: 12px;
	line-height: 18px;
	float: right;
}

#teamHead {
	width: 480px;
	font-size: 12px;
	line-height: 18px;
	float: left;
}

.bios {
	margin: 20px 0px 20px 0px;
	border-bottom:1px solid #d9d9d9;
}

.bioImage {
	width: 73px;
	float: left;
}

.bioText {
	width: 73px;
	float: right;
	width: 620px;
	margin-right: 15px;
	margin-bottom: 40px;
}

.careers {
	width: 730px;
	font-size: 12px;
	line-height: 18px;
	float: right;
}

#careerHead {
	width: 480px;
	font-size: 12px;
	line-height: 18px;
	float: left;
}

#careersOpenings {
	width: 730px; 	
	border-bottom:1px solid #d9d9d9;
	margin: 0px 0px 20px 0px;
	padding: 20px 0px 20px 0px;
}

.divider {
	margin: 18px 0px 10px 0px;
	border-bottom:1px solid #d9d9d9;
}

#careersCopy p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 18px;
}

#careersCopy h3 {
	margin-top: 20px;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
}

#careersCopy ul {
	margin: 0px;
	padding: 0px 0px 20px 20px;
	list-style: disc;
}

.careersCopy li {
	padding: 0px 0px 0px 5px;
	margin: 0px;
}

/* Landing Page Styles */
 
div.landingTopBar {
  width: 100%;
  height: 96px;
  margin: 0px auto;
  padding: 0px;
  background: #ededed;
}

div.landingTopNav {
  width: 974px;
  margin: 0px auto;
  padding: 0px;
}


div.landingTopNavLeft {
  float: left;
  width: 530px;
}

div.logo {
  margin-top: 16px;
  float: left;
}

div.landingHeadText {
  text-transform: uppercase;
  float: right;
  padding-left: 25px;
  background-image:url('../images/more_fb_likes/nav_bg.gif');
  background-position: left; 
  background-repeat:repeat-y;
  margin: 30px 115px 0px 0px;
}

div.landingTopNavRight {
  float: right;
  width: 420px;
}

ul#landingPrimaryNav {
  margin: 40px 0px 0px 0px;
  padding: 0;
  float: right;
  list-style: none;
}

#landingPrimaryNav li {
  float: left;
  padding: 0px 14px 0px 12px;
  margin: 0px;
  font-size: 12px;
  line-height: 18px;
  color: #666;
  background-image:url('../images/more_fb_likes/nav_bg.gif');
  background-position: right; 
  background-repeat:repeat-y
}

#landingPrimaryNav li a {
  padding: 0px 0px 0px 0px;
  color: #808080;
  text-decoration: none;
}

#landingPrimaryNav li a:hover {
  color: #ff8502;
  text-decoration: none;
}

#landingPrimaryNav li a.selected {
  color: #808080;
  text-decoration: none;
}

div#landingHeadline {
  width: 974px;
  margin: 40px auto 0px auto;
  padding: 0px;
  text-align: center;
  text-transform: uppercase;
}

div#landingHeadline h1 {
  font-weight: normal;
  color: #2d2d2d;
  font-size: 42px;
  line-height: 34px;
  padding-bottom: 10px;
}

div#landingHeadline h2 {
  font-weight: normal;
  color: #666666;
  font-size: 28px;
  line-height: 28px;
  padding-bottom: 10px;
}

div#landingHeadlineFeaturedApp {
  margin: 25px auto 0px auto;
  width: 275px;
}

div#landingHeadlineFeaturedApp img {
  float: left;
}

div#landingHeadlineLink {
  float: right;
  color: #000;
  font-size: 36px;
  line-height: 36px;
  margin-top: 8px;
}

div#landingHeadlineLink a {
  color: #000;
}

div#landingRow1 {
  width: 974px;
  margin: 10px auto 20px auto;
  padding: 0px;
}

div.landingRowLeft {
  float: left;
  width: 470px;
  background-color: #ebebeb;
  padding: 20px 0px 0px 20px;
}

div.landingRowLeft h1 {
  font-size: 24px;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 20px;
}

div.landingRowLeft p {
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  padding-top: 10px;
  margin-bottom: 35px;
  margin-top: 20px;
  width: 452px;
  color: #000;
}

div.landingRowRight {
  float: right;
  width: 446px;
}

div.landingRowRight h1 {
  font-size: 24px;
  line-height: 24px;
  font-weight: normal;
  text-transform: uppercase;
  color: #000;
}

div.landingRowRight ul {
  margin-top: 5px;
}

div.landingRowRight li {
  margin-left: 20px;
}

#landingPageCTA {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
  color: #666;
  font-size: 14px;
  line-height: 18px;
}

span.CTASmall {
  font-size: 14px;
  color: #000;
}

#productFeatures {
  float: left;
  text-align: left;
  padding-top: 0px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: #666;
  font-size: 15px;
  line-height: 24px;
  border-bottom: 1px solid #d9d9d9;
}

#productFeatures h2 {
  font-size: 24px;
  line-height: 24px;
  font-weight: normal;
  text-transform: uppercase;
  color: #000;
}

#productFeatures p {
  font-size: 15px;
  line-height: 17px;
  font-weight: normal;
  color: #666;
}

#producttitle {
  margin-bottom: 50px;
  color: #000;
}

.image-left{
  float: left; 
  margin-right: 10px;
}

#productFeatures2 {
  border-bottom: 1px solid #d9d9d9;
  text-align: left;
  padding-top: 0px;
  padding-bottom: 20px;
  color: #666;
  font-size: 15px;
  line-height: 24px;
}

#productFeatures2 h2 {
  font-size: 24px;
  line-height: 24px;
  font-weight: normal;
  text-transform: uppercase;
  color: #000;
}

#productFeatures2 p {
  font-size: 15px;
  line-height: 17px;
  font-weight: normal;
  color: #666;
}

div#landingRow2 {
  width: 974px;
  margin: 80px auto 45px auto;
  padding: 0px;
}

#haveQuestions {
  border-top: 1px solid #d9d9d9;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #666;
  font-size: 14px;
  line-height: 18px;
}

#haveQuestions h1, p {
  text-align: left;
  margin-bottom: 10px;
}

#getStarted {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
  color: #666;
  font-size: 14px;
  line-height: 18px;
}

#getStarted2 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
  color: #666;
  font-size: 14px;
  line-height: 18px;
}

#getStarted h1, p {
  text-align: left;
  margin-bottom: 10px;
}
  
/* End of Landing Page Styles */

/* New Styles for Platform Graphic */

div#platformGraphicRow1 {
  background-image:url('../images/v2/platform_r1_bg.gif');
  background-position: top; 
  background-repeat:no-repeat;
  height: 95px;
  width: 726px;
  background-color: #f2f2f2;
  text-transform: uppercase;
}

div#facebookApps {
  margin-top: 15px;
  width: 500px;
  float: left;
  text-align: center;
  font-size: 26px;
  line-height: 30px;
}

div#facebookApps img {
  border: 0px;
}

div#twitterApps {
  margin-top: 15px;
  padding-left: 15px;
  float: right;
  width: 200px;
  text-align: center;
  font-size: 26px;
  line-height: 30px;
  border-left: 1px solid #ababab;
}

div#twitterApps img {
	border: 0px;
}

div#platformGraphicRow2 {
  background-image:url('../images/v2/platform_r2_bg.gif');
  background-position: top; 
  background-repeat:no-repeat;
  height: 130px;
  width: 726px;
  background-color: #fffdb3;
}

div.platformGraphicTextBox {
  float: left;
  margin-left: 28px;
  margin-top: 32px;
  text-align: center;
}

div.comingSoon {
  background-image:url('../images/v2/platform_coming_soon.gif');
  background-position: top; 
  background-repeat:no-repeat;
}

div.platformGraphicTextBox h1 {
  font-size: 22px;
  line-height: 24px;	
  color: #000;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

div.platformGraphicTextBox p {
  font-size: 16px;
  line-height: 20px;
  color: #4D4D4D;
  margin: 0px;
  padding: 0px;
}

div#platformGraphicRow3 {
  background-image:url('../images/v2/platform_r3_bg.gif');
  background-position: top; 
  background-repeat:no-repeat;
  height: 125px;
  width: 726px;
  background-color: #fff260;
}

div#platformGraphicRow4 {
  background-image:url('../images/v2/platform_r4_bg.gif');
  background-position: top; 
  background-repeat:no-repeat;
  height: 125px;
  width: 726px;
  background-color: #ffe153;
}

div#platformGraphicRow5 {
  background-image:url('../images/v2/platform_r5_bg.gif');
  background-position: top; 
  background-repeat:no-repeat;
  height: 137px;
  width: 726px;
  background-color: #fcd73d;
}

/* End of Platform Graphic */