/*
 * Styles for Public Homepage
 * 
 * */
  

  
  body #container{
    padding:0;
    width:960px;
    margin:0 auto;
    max-width:960px;
  }
  
  #center{
    padding:0px;
    width:880px;
    margin:0 auto;
    float:none;    
    position:relative;
  }
  
  #footer{
    margin:0;
  }
  
  #header{
    margin:0 10px 0 10px;
  }
  
  #product{
    margin:0 10px 0 10px;
  }
  
  #publicHeader{
    height:381px;
    background:0 0 repeat-x url('/shop/images/public_header_logo.jpg');
    margin:0; padding:0;
    overflow:hidden;
  }

  
  #publicLogo {
    height:120px;
    left:47px;
    margin:0;
    overflow:hidden;
    padding:0;
    position:absolute;
    top:236px;
    width:465px;
  }
  
  #publicLogo a{
    display:block;
    padding-left:999px;
    width:100%;
    height:100%;
  }
  
  


  h1{    
    font-size:20px;
    line-height:0.9em;
    margin-bottom:10px;
    margin-top:10px;
    padding-bottom:2px;
    border-bottom:1px solid #666666;
  }  
  
  h1.noborder{
    border-bottom:none;
  }
  
  /*
   * RWF FAQ Tag
   * --------------------------------------------------- */
  

  #publicNavAccount{
    text-align:right;
    height:30px;
    position:absolute;
    width:50%;
    right:0;
    top:0;
    margin:6px 6px 0 0;
    color:#FFF;
    font-weight:bold;
    font-size:11px;
    line-height:23px;
  }
  
   /* Login Link
       ------------------------- */
      
      a#accountLogin:link,
      a#accountLogin:visited{
        display:block;
        width:57px;
        height:23px;
        overflow:hidden;
        background:0 0 no-repeat url('/shop/images/btn_login.png');
        text-indent:9999px;
        float:right;
        margin:0 0 0 5px;
      }
      
      a#accountLogin:hover{
        background-position:0 -23px;
      }
      
      a#accountLogin:active{
        background-position:0 -46px;
      }
      


  /*
   * Shopping Cart
   * --------------------------------------------------- */
    #cart_quantity{
      margin:20px 0px 0;
      overflow:auto;
    }
