
/*---------------
  footer
----------------*/

#footer{ width:100%; background-color: #2d2d2d; color:#cccccc; }

  #footer a{ color:#999; }

  #footer-content{ padding:20px 0 20px 0; color:#777; line-height: 180%; width: 1020px; margin: 0 auto; }

    #guide-nav{ width:100%; height: 20px; border-bottom:1px solid #555; padding:0 0 10px 0; }
      #guide-nav ol li{ float:left; margin-right:5px; }
      #guide-nav ol li a{ float:left; font-size: 14px; background-image:url(../images/gray-arrow.png); background-repeat: no-repeat; background-position: 0 3px; padding-left:20px; }
      #guide-nav .index{ background-image: none; padding-left:0px; }

    #directory-nav{ display: inline-block; width:100%; padding-top:10px; vertical-align: top; }
      #directory-nav table{ width:100%; }
      #directory-nav dl{ line-height: 250%; }
      #directory-nav dl dt{ font-size:14px; color:#cccccc; font-weight: bold; }
      #directory-nav dl a{ font-size:14px; }
      #directory-nav dl a:hover{ text-decoration: underline; }

      .download-center{ border:1px solid #999; border-radius: 4px; padding:5px 10px 5px 10px; }
      .download-center:hover{ border:1px solid rgba(153, 153, 153, 0.5); text-decoration: none !important; }
      .store{ float:left; margin-top:10px; background-color: #fd5845; color:#fff !important;  border-radius: 4px; padding:2px 48px 2px 48px;  }
      .store:hover{ background-color: #fb412b; text-decoration: none !important; }
      #directory-nav .national-flag{ float:left; margin:3px 5px 0 0; }

      #newsletter-email-input{
        float:left;
        background-color: #2d2d2d; border:1px solid #999; width:205px; height: 42px; line-height: 42px; color:#fff; font-size: 14px; text-indent: 10px;
        border-top-left-radius: 4px; border-bottom-left-radius: 4px;
      }
      #newsletter-submit-button{
        border:1px solid #999; color:#fff; height: 44px; width:37px; margin-left:-1px;
        background-color: #2f4793;
        background-repeat: no-repeat;
        background-position: 8px 10px;
        border-top-right-radius: 4px; border-bottom-right-radius: 4px;
        background-image:url(../images/footer/arrow.png);
      }

  #footer-nav-and-copyright{ text-align: center; color:#999999; background-color: #000000; padding:30px 0 25px 0; line-height: 200%; }
    #footer-nav-and-copyright a{ color:#999999; }

    #follow-us{ margin:10px 0 20px 0; }

    #share-facebook,
    #share-twitter,
    #share-google,
    #share-youtube{ display: inline-block; margin-right:5px; width:64px; height: 64px; background-image: url(../images/footer/share.png); }

    #share-twitter{ background-position: -64px 0; }
    #share-google{ background-position: -128px 0; }
    #share-youtube{ background-position: -192px 0; }

    #share-facebook:hover{ background-position: 0 -64px; }
    #share-twitter:hover{ background-position: -64px -64px; }
    #share-google:hover{ background-position: -128px -64px; }
    #share-youtube:hover{ background-position: -192px -64px; }

