*{
  color: #666;
}

body, html, .container, #root{
  height: 100%;
}

body{
  font-family: Georgia, Times, "Times New Roman", serif;
  font-weight: 100;
  background: #FFF url() no-repeat scroll;
}

#root{
  background: #FFF url() no-repeat scroll;
}

#header{
  background: #000 url('images/header.png') no-repeat scroll center center;
  height: 100px;
  margin: 10px 0 0 0;
}

  #header h1{
    color: transparent;
  }

#menu{
  height: 30px;
}

  #menu ul{
    padding: 0;
    margin: 0 0 0 15px;
    list-style-type:none;
  }

    #menu ul li{
      float: left;
      margin: 0 15px 0 0;
      line-height: 30px;
    }

      #menu ul li a, #content span.product-mail a{
        text-decoration: none;
        color:#666;
        font-size: 125%;
      }
      
      #menu ul li a:hover, #content span.product-mail a:hover{
        color:#333;
      }

#content{
  background: #FFF url() no-repeat scroll;
}

  #content .product{
    margin: 1em 0 0 0;
  }
  
  #content #banner{
    margin: 0 0 2.5em 0;
    height: 300px;
    overflow: hidden;
  }
  
  #content #banner span{
    height: 300px;
    overflow: hidden;
    width: 100%;
    display:block
  }
  
  #content #banner a{
    text-decoration: none;
  }
  
  #content #banner a b{
    display: block;
    position: relative;
    height: 20px;
    margin: -20px 0 0 0;
    background: rgba(0, 0, 0, 0.5)!important;
    background: #333;
    color: #FFF;
    font: normal normal normal 1em/20px Georgia, Times, "Times New Roman", serif;
    text-align: center;
    text-indent: 10px;
    -webkit-text-stroke: 1px transparent;
    -moz-text-stroke: 1px transparent;
    text-stroke: 1px transparent;
  }

  #content hr.filigree{
    width: 100%;
    height: 16px;
    background: transparent url('images/filigree.png') no-repeat scroll center center;
    text-align: center;
  }
  
  #content p.edition{
    font-size: 120%;
    font-style: oblique;
  }
  
  #content p.product-head{
    font-size: 120%;
    font-weight: bold;
  }
  
  #content span.product-price{
    font-style: oblique;
    margin: 0 2em 0 0;
  }
  
  #content span.product-mail a{
    font-size: 100%;
  }
  
  #content .greybar{
    background-color: #DDD;
  }
  
  #content .greybar img{
    margin: 5px 0 5px 5px;
  }

  #content #products div.product{
    margin-bottom: 2em;
  }
  
    #content #products div.product h2{
      font-size: 140%;
    }

    #content #products div.product a{
      text-decoration: none;
    }

#tagline{
  text-align: center;
}

  #tagline h2 span.dark{
    color:#333;
  }
  
#sticky{
  background: #000 url('images/footer_bg.png') no-repeat fixed 50% 50%;
  width: 910px;
  height: 40px;
  margin: -40px auto 0 auto;
  clear: both;
}

  #sticky p{
    text-align: center;
    font: normal normal normal 80% "Futura", "Lucida Grande", Arial, sans-serif;
    line-height: 40px;
    margin: 0;
  }
  
    #sticky p span.contact{
      width: 40px;
      height: 40px;
      display: inline-block;
      background: transparent url('images/telephone_icon.png') no-repeat scroll center center;
    }
    
    #sticky p a{
      text-decoration: none;
      color: #666;
    }
    
    #sticky p a:hover;{
      color: #888;
    }
    
.tbContactform .antispam {
  display:  none;
  visibility: hidden;
}

  .tbContactform label {
    font-weight: normal;
    width:  95px;
    display:  inline-block;
    vertical-align: top;
    clear: both;
  }

  .tbContactform input.text,
  .tbContactform textarea {
    width:  225px;
    padding: 2px;
  }

  .tbContactform textarea {
    height:  115px;
  }

  .tbContactform input.submit
  {
    display: block;
    margin-left: 250px;
    width:  auto;
  }

  .tbContactform .tbErrors p
  {
    color: #FF0000;
  }
