/*****  GLOBAL *****/   

* { margin: 0; padding: 0; }

body {
  background: #333;
  margin: 0; padding: 0; 
  font-size: 75%;
  font-family: "Lucida Grande",Verdana, sans-serif;
  color: #333;
}

a { color: #F72F2F; }

a img { border: none; }

h1, h2, h3 {
  font-family: "Times New Roman", Georgia, sans-serif;
  font-weight: normal;
  margin-bottom: 0em;
  line-height: 1.8em; 
}

    h1 { font-size: 2.2em; }
    
    h2 { font-size: 1.8em; } 
    
    h3 { font-size: 1em; } 


p { 
  margin: .25em 0 1em 0;
  line-height: 1.5em;
}


ul {  
  margin: .5em 0; 
  list-style-type: none;  
}

  ul li {
    padding: 0 0 1em .5em; 
  }
  
  ul li { line-height: 1.5em; }
      
  .inline li {
    float: left; 
    margin-right: 2em;
    
  }

fieldset {
  border: 1px solid #ccc;
  padding: .5em 2em 1em 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

    legend {
      text-transform: uppercase;
      font-size: .9em;
      color: #ff6600;
      padding: 0 .5em .2em .5em; 
    }
    
option { padding-right: 1em; }

.input { margin-bottom: 1.5em; }

    .input label {
      font-size: .9em;
      text-transform: uppercase;
      display: block;
      margin-bottom: .5em;
    }
   
    .inline *, .inline input, .inline label { display: inline; }
    
    .inline { margin-bottom: 1em; }
    
    .inline label { padding: 0 1em; }
   
/*****  CUSTOM CLASSES *****/   

.swatch1 { color: #9E632B !important; }

.mute { 
  color: #666; 
  font-size: .8em; 
  text-transform: 
  uppercase; 
}

.cf { display:block; } 

.cf:after {
  content: ".";
  display: block; 
  height: 0; 
  clear: both !important;
  visibility: hidden;
}

.cf { display:inline-block; } 
    
* html .cf {height: 1%;}    

.cursor { 
  cursor: pointer;
  text-decoration: underline;
} 

.error-message {
  padding: .5em;
  color: #990000;
  display: inline;
  font-weight: bold;
}

.big_error_message {
  color: #990000;
  border: 1px solid #990000;
  padding: 1em;
  text-align: center;
}

/*****  DEFAULT LAYOUT *****/

#header_container { background-color: #fff; }

#header, #content, #footer { width: 900px; margin: 0 auto; }

#header { position: relative; }

#header h1 {
  background: url(img/header.jpg) no-repeat 0 0;
  width: 750px; height: 270px;
  margin: 0 auto;
}

    #header h1 span, #header a span, #header h2 { display: none; }
    
    #header a {
      position: absolute; 
      top: 35px;
      right: 135px;
      height: 225px;
      width: 225px;
      display: block;
    }
    
    
#container { background: #fff; }

#content { padding-bottom: 15px; }


#footer_container { 
  background: #333 url(img/footer_bg.png) repeat-x top;
  padding: 4em 0 1em 0;
  color: #fff;
}

    #footer  {
      clear: both;
      text-align: center;
    }
    
    
    #footer li {
      width: 375px;
      text-align: center; 
      float: left;
      padding: 0 25px;
      margin-bottom: 1em;
    }
    
    #footer h3 {
      font-size: 1.5em;
      font-family: Tahoma;
    }
    
    #footer h2 {
      clear: both;
    }
    
    #footer p {
      text-transform: uppercase;
      font-size: .9em;
      color: #999;
      padding: .5em;
      margin-bottom: 0;
    }