﻿* html 
{
    display: inline;
}
body 
{
    background: #FFFFFF url(../images/body_bg.jpg) repeat-x top left;
    text-align: center;
    margin: 0;
    font-family: 'Arial', Sans-Serif;
}
.clear
{
    clear:both;
}
a:link, a:visited 
{
    color: #005fa9;
    text-decoration: underline;
}
a:hover, a:active
{
    text-decoration: none;
}
a img 
{
    border: none;
}
input.text-box, textarea.text-box, select
{
    background: #ffffff url(../images/textbox_bg.jpg) repeat-x top left;
    border: 1px solid #bac6ca;
}
input.input-button 
{
    width: auto;
}
.caption 
{
    font-size: 9px;
    font-style: italic;
}
#wrappa 
{
    position: relative;
    margin: 0 auto;
    width: 880px;
    text-align: left;
}
#top-nav 
{
    float: left;
    position: relative;
    width: 880px;
    height: 126px;
    background: transparent url(../images/top-nav_bg.jpg) no-repeat top left;
    margin: 0 0 19px 0;
}
    #nav 
    {
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 95px;
        left: 136px;
    }
        #nav li 
        {
            float: left;
            padding: 0 14px;
            line-height: 12px;
        }
        #nav li.border-right 
        {
            border-right: 1px solid #9D8948;
        }
        #nav li.border-left 
        {
            border-left: 1px solid #9D8948;
        }
        #nav li.current 
        {
            background: transparent url(../images/topnav-arrow.gif) no-repeat bottom center;
            height: 23px;
            border: none;
        }
            #nav li a 
            {
                font-size: 12px;
                font-weight: bold;
                color: #7e620a;
            }
            #nav li.current a
            {
                color: #026a00;
                text-decoration: none;
            }
    #home-logo 
    {
        display: block;
        position: absolute;
        top: 8px;
        left: 18px;
    }
#content 
{
    background: #ffffff;
    float: left;
    position: relative;
    width: 822px;
    padding: 29px;
}
#content-left
{
    float: left;
    display:inline;
    width: 560px;        
    margin: 0 20px 0 0;        
    padding: 0;
}    
#content-right
{
    float: left;
    width: 228px;
    margin: 0;
    padding: 0;
}
#footer
{
    float: left;
    width:100%;
    text-align:right;
    font-size:10px;
    color:#333333;
    margin-top:20px;
    border-top:1px solid #c9caca;
    padding:20px 0;
}
    #footer a
    {
        color:#333333;
    }
h1 
{
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 31px;
    font-weight: bold;
    color: #026a00;
}
h2, span.h2, span.h2-italic 
{
    font-size: 19px;
    font-weight: bold;
    color: #7e620a;
    margin: 0 0 15px 0;
    padding: 0;
    width: auto;
}
.sub-head 
{
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    margin: 0 0 10px 0;
    display: block;
}
p 
{
    font-size: 13px;
    color: #000000;
    margin: 0 0 10px 0;
}
  #slider-counter {
    width: 100%;
    padding: 0;
    position: relative;
  }
  #slider-counter li {
    position: absolute;
    text-align: center;
    width: 21px;
    margin-left: -10px;
    list-style: none;
    float: left;
    padding: 0;
  }
  #slider-wrapper {
    width: 454px;
    position: relative;
    margin: 15px 0 0 22px;
  }
  #total-wrapper {
    float: left;
    position: relative;
    width: 405px;
    display: inline;
  }
    #total-wrapper p 
    {
        font-size: 11px;
        color: #333333;
        margin: 0;
        padding: 0;
    }
  #human-total-wrapper, #panther-total-wrapper {
    float: left;
    position: relative;
    width: 49%;
    text-align: center;
    display: inline;
  }
  #human-total, #panther-total {
    font-size: 48px;
    font-weight: bold;
    display: block;
    margin: 5px 0;
    color: #005fa9;
  }
  #human-image, #panther-image 
  {
      display: block;
      float: left;
      margin-top: 61px;
  }
  #get-coupon 
  {
      float: left;
      position: relative;
      display: inline;
      margin: -19px 0 0 160px;
  }
  #left-arrow
  {
    position: relative;
    float: left;
    left: -25px;
    top: -21px;
    background: transparent url(/images/left-arrow_bg.gif) no-repeat top left;
    width: 15px;
    height: 17px;
    margin-bottom: -17px;
    cursor: pointer;
    }
    #right-arrow {
        position: relative;
        float: left;
        left: 464px;
        top: -21px;
        background: transparent url(/images/right-arrow_bg.gif) no-repeat top left;
        width: 15px;
        height: 17px;
        margin-bottom: -17px;
        cursor: pointer;
    }
  #slider-label-wrapper 
  {
      float: left;
      position: relative;
      width: 500px;
      margin: 10px 0 0 0;
  }
  .slider-label 
  {
      float: left;
      width: 45%;
      font-size: 12px;
      font-weight: bold;
      color: #000000;
      line-height: 12px;
  }
    .slider-label.left 
    {
        text-align: left;
    }
    .slider-label.right 
    {
       float:right;
       text-align:right;
    }
#home-panther-caption 
{
    position: absolute;
    top: 372px;
    left: 395px;
    text-align: right;
    font-size: 10px;
}
#home-bottom-wrapper 
{
    margin: 48px -29px 0 -29px;
    width: 880px;
    float: left;
    display: inline;
}
.home-bottom-column 
{
    float: left;
    width: 252px;
    margin: 0 55px 0 0;
    padding: 0;
    display: inline;
}
.home-bottom-column.last 
{
    margin-right: 0;
}
    .home-bottom-column p 
    {
        font-size: 12px;
        color: #000000;
        margin: 10px 0;
    }
    .home-bottom-column a 
    {
        color: #04567c;
    }
    .home-bottom-column label 
    {
        display: block;
        font-size: 11px;
    }
    .home-bottom-column input.text-box 
    {
        display: block;
        width: 250px;
        margin: 0 0 10px 0;
    }
    .home-bottom-column em 
    {
        font-size: 11px;
    }
#steps 
{
    position: relative;
    float: left;
    width: 824px;
    height: 44px;
    margin: 0 -1px 15px -1px;
}
    #steps.step2 
    {
        background: transparent url(../images/step2_bg.jpg) no-repeat top left;
    }
    #steps.step3 
    {
        background: transparent url(../images/step3_bg.jpg) no-repeat top left;
    }
    #steps.step4 
    {
        background: transparent url(../images/step4_bg.jpg) no-repeat top left;
    }
    #steps ul 
    {
        float: left;
        list-style: none;
        width: 824px;
        height: 44px;
        margin: 0;
        padding: 0;
    }
    #steps ul li 
    {
        float: left;
        margin: 0;
        padding: 16px 0 0 0;
        vertical-align: middle;
        text-align: center;
    }
    #steps ul li, #steps ul li a 
    {
        font-size: 11px;
        color: #555555;
    }
    #steps ul li.current 
    {
        padding-top: 14px;
        font-size: 13px;
        font-weight: bold;
        color: #000000;
    }
        #steps #step1
        {
            width: 217px;
        }
        #steps #step2
        {
            width: 193px;
        }
        #steps #step3
        {
            width: 200px;
        }
        #steps #step4
        {
            width: 210px;
        }
#coupon-form 
{
    float: left;
    width:822px;
}
.coupon-form 
{
    float: left;
    width: 240px;
    padding: 0;
    margin: 0 0 15px 0;
}
    .coupon-form.left 
    {
        margin-right: 35px;
    }
    .coupon-form.two-wide 
    {
        width: 490px;
    }
    .coupon-form label 
    {
        font-size: 11px;
        display: block;
    }
    .coupon-form input.text-box 
    {
        width: 235px;
    }
    .coupon-form input.text-box.zip 
    {
        width: 89px;
    }
    .coupon-form a 
    {
        font-size: 11px;
        color: #8c7526;
    }
    .coupon-form label.checkbox 
    {
        text-indent: -22px;
        margin-left: 22px;
    }
    .coupon-form input.checkbox 
    {
        margin-left: -18px;
    }
    #captcha-image 
    {
        float: left;
        width: 290px;
    }
    #captcha-label 
    {
        float: left;
        display:inline;
        margin-left:10px;
        width: 170px;
        padding-top: 20px;
        font-size: 11px;
    }
    #captcha-error
    {
        color:#ff0000;
        margin-left:5px;
        display:none;
        font-size:12px;
    }
#savings-review 
{
    background: transparent url(../images/savings-review_bg.jpg) no-repeat top left;
    float: left;
    position: relative;
    width: 228px;
    height: 287px;
    margin: 0;
    padding: 0;
}
    #human-text, #panther-text 
    {
        font-size: 10px;
        font-weight: bold;
        color: #333333;
        width: 105px;
        margin: 0;
        padding: 0;
    }
    #human-savings, #panther-savings 
    {
        font-size: 40px;
        font-weight: bold;
        color: #005fa9;
        width: 80px;
        margin: 0;
        padding: 0;
    }
    #human-text 
    {
        position: absolute;
        top: 27px;
        left: 22px;
    }
    #human-savings 
    {
        position: absolute;
        top: 90px;
        left: 18px;
    }
    #panther-text 
    {
        position: absolute;
        top: 166px;
        left: 22px;
    }
    #panther-savings 
    {
        position: absolute;
        top: 216px;
        left: 18px;
    }
    #edit-savings 
    {
        display: block;
        background: transparent url(../images/edit-savings_bg.jpg) no-repeat top left;
        position: absolute;
        top: 133px;
        left: 64px;
        width: 103px;
        height: 19px;
    }
.review-label 
{
    float: left;
    font-size: 11px;
    color: #000000;
    line-height: 11px;
    padding: 3px 0 0 0;
    margin: 0 15px 0 0;
    width: auto;
}
.review-content 
{
    float: left;
    font-size: 18px;
    color: #026a00;
    line-height: 18px;
    margin: 0 15px 0 0;
    width: auto;
}
#print-title 
{
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    line-height: 40px;
    vertical-align: middle;
}
#print-title #amount 
{
    font-size: 40px;
    color: #005fa9;
    line-height: 40px;
    vertical-align: middle;
    padding: 0 10px;
}
#test-printer 
{
    display: block;
    margin: 0 auto;
}
#example-coupon 
{
    margin: 12px 0 33px 120px;
    width: 580px;
    height: 254px;
}
#print-coupon 
{
    display: block;
    margin: 0 auto 30px auto;
    width: 198px;
    height: 31px;
}

#partnership-left 
{
    float: left;
    width: 528px;
    margin: 0 30px 0 0;
    padding:  0 30px 0 0;
    border-right: 1px solid #cfcfcf;
}
#partnership-right 
{
    float: left;
    width: 232px;
    margin: 0;
    padding: 0;
}
#partnership-carbon-free-wrapper 
{
    float: left;
    width: auto;
    margin: 0 15px 0 0;
    padding: 54px 0 0 0;
}
#partnership-video 
{
    display: block;
    float: left;
    margin: 0 0 15px 0;
}
#partnership-coupon 
{
    display: block;
    margin: -20px 0 25px 0;
    width:234px;
}
    #partnership-right label
    {
        display: block;
        font-size: 11px;
    }
    #partnership-right input.text-box
    {
        display: block;
        width: 230px;
        margin: 0 0 15px 0;
    }
/* Steakishness */
span.req
{
    font-size:11px;
    font-style:italic;
    display:block;
    margin:15px 0;
}
#contact-form 
{
    float:left;
    margin:0;
    padding:0;
}
#contact-left
{
    float:left;
    width:520px;
}
    #contact-left p
    {
        float:left;
        display:inline;
        width:220px;
        margin:0 25px 15px 0;
    }
        #contact-left p label, #contact-left p span
        {
            font-size:11px;
        }
        #contact-left p input, #contact-left p select, #contact-left p textarea
        {
            float:left;
            clear:left;
            margin:2px 0;
            width:210px;
        }
        #contact-left p input, #contact-left p textarea
        {
            padding:2px;
        }
        #contact-left p#contact-comment, #contact-left p#contact-comment textarea
        {
            width:465px;
        }
        #contact-left p.state-select
        {
            width:50px;
        }
            #contact-left p.state-select select
            {
                width:50px;
            }
        #contact-left p.zip-field
        {
            width:100px;
        }
            #contact-left p.zip-field input
            {
                width:80px;
            }
            #contact-left p.opt-in 
            {
                width:400px;
            }
                #contact-left p.opt-in span
                {
                    float:left;
                }
            #contact-left p.opt-in input
            {
                width:10px;
                float:left;
            }
            #contact-left p.opt-in label
            {
                float:left;
                display:inline;
                margin-left:10px;
                width:360px;
                color:#333333;
                font-size:11px;
            }
#contact-right
{
    float:left;
    width:250px;
    height:500px;
    margin-top:40px;
    padding:0 0 0 40px;
    border-left:1px solid #cccccc;
}
    #coupon-callout 
    {
        width:234px;
        height:95px;
        background:url(../images/coupon-callout.jpg) no-repeat top left;
        float:left;
        position:relative;
    }
        #coupon-callout h3
        {
            font-size:15px;
            color:#026a00;
            margin:25px 0 10px 20px;
        }
        #coupon-callout p
        {
            color:#333333;
            font-weight:bold;
            font-size:12px;
            margin:0 20px;
        }
    #contact-share
    {
        width: 241px;
        /*height: 72px;*/
        padding: 10px 0 0 0;
        margin-top:10px;
        float:left;
    }
    #contact-share.open 
    {
        border-bottom: 1px solid #cfcfcf;
    }
    #contact-share a 
    {
        float: left;
        display: block;
        margin: 0 5px 0 0;
        padding: 37px 0 0 0;
        width: 43px;
        text-align: center;
        color: #000000;
        font-size: 9px;
    }
    #contact-share h4
    {
        font-size:14px;
        color:#333333;
    }
    #contact-share #facebook 
    {
        background: transparent url(../images/contact-facebook.jpg) no-repeat top center;
    }
    #contact-share #twitter
    {
        background: transparent url(../images/contact-twitter.jpg) no-repeat top center;
    }
    #contact-share #digg 
    {
        background: transparent url(../images/contact-digg.jpg) no-repeat top center;
    }
    #contact-share #delicious 
    {
        background: transparent url(../images/contact-delicious.jpg) no-repeat top center;
        margin-right: 0;
        display: inline;
        height: 1%;
    }
    #contact-share #email-friend
    {
        background: #ffffff url(../images/contact-email.jpg) no-repeat top center;
        padding-top: 33px;
        z-index: 5000;
    }
.newsletter-signup
{
    float:left;
    height:auto;
}
#newsletter-confirm
{
    height:auto;
    padding:20px 0;
    text-align:center;
    display:none;
}
/* End Steakishness */       

/* Social Networking */
#home-share 
{
    background: transparent url(../images/home-share_bg.jpg) no-repeat top left;
    width: 246px;
    height: 72px;
    position: absolute;
    top: 320px;
    right: 0px;
    padding: 10px 0 0 10px;
}
    #home-share a 
    {
        float: left;
        display: block;
        margin: 0 5px 0 0;
        padding: 37px 0 0 0;
        width: 45px;
        text-align: center;
        color: #000000;
        font-size: 9px;
    }
    #home-share #facebook 
    {
        background: transparent url(../images/home-share-facebook.jpg) no-repeat top center;
    }
        /*#home-share #facebook:hover 
        {
            background: transparent url(../images/home-share-facebook_o.jpg) no-repeat top center;
        }*/
    #home-share #twitter
    {
        background: transparent url(../images/home-share-twitter.jpg) no-repeat top center;
    }
        /*#home-share #twitter:hover
        {
            background: transparent url(../images/home-share-twitter_o.jpg) no-repeat top center;
        }*/
    #home-share #digg 
    {
        background: transparent url(../images/home-share-digg.jpg) no-repeat top center;
    }
        /*#home-share #digg:hover
        {
            background: transparent url(../images/home-share-digg_o.jpg) no-repeat top center;
        }*/
    #home-share #delicious 
    {
        background: transparent url(../images/home-share-delicious.jpg) no-repeat top center;
        margin-right: 0;
        display: inline;
        height: 1%;
    }
        /*#home-share #delicious:hover
        {
            background: transparent url(../images/home-share-delicious_o.jpg) no-repeat top center;
        }*/
    #home-share #email-friend
    {
        background: transparent url(../images/home-share-email.jpg) no-repeat top center;
        padding-top: 33px;
    }
        /*#home-share #email-friend:hover
        {
            background: transparent url(../images/home-share-email_o.jpg) no-repeat top center;
        }*/
    #home-email-to-friend
    {
        background-color: #ffffff;
        position: absolute;
        bottom: 82px;
        right: 0px;
        padding: 10px;
        width: 236px;
        display: inline;
    }
    #contact-email-to-friend
    {
        float: left;
        border: 1px solid #cfcfcf;
        border-top: none;
        width: 210px;
        padding: 15px;
    }
        #home-email-to-friend label, #contact-email-to-friend label 
        {
            display:inline;
            font-size: 11px;
        }
        #home-email-to-friend input.text-box, #contact-email-to-friend input.text-box 
        {
            display: block;
            margin-bottom: 5px;
            width: 205px;
        }
        
#contact-share #email-friend.open 
{
    border: 1px solid #cfcfcf;
    border-bottom: 2px solid #ffffff;
    width: 41px;
    margin-top: -1px;
    margin-bottom: -1px;
    z-index: 5000;
}
#contact-email-to-friend 
{
    z-index: -1;
    background-color: #ffffff;
}
#home-email-to-friend textarea, #contact-email-to-friend textarea 
{
    margin: 0 0 10px 0;
    font-family: 'Arial';
    font-size: 11px;
    width: 201px;
    height: 75px;
}
.staf-error 
{
    color: #ee1111;
    font-size: 11px;
    display: none;
}
#ajax-loader, #email-to-friend-success 
{
    text-align: center;
}
a#email-again 
{
    width: 100%;
    display: block;
    font-size: 13px;
    color: #005fa9;
    text-align: center;
    padding: 0;
}
#partnership-right #ajax-loader, #contact-right #ajax-loader, #partnership-right #email-to-friend-success, #contact-right #email-to-friend-success
{
    border: 1px solid #cfcfcf;
    border-top: none;
    float: left;
    width: 231px;
    padding: 5px;
}
#replacement-form {
    margin:24px 0 0 75px;
}