body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #d3d8dc;
  background: #fff url('../images/background.png') left top repeat-x; }

/*
TYPOGRAPHY
**************/

h1, h2, h3, h4 { font-family: Georgia, serif; }
h2 {  font-size: 24px; }

a { color: #00a994; text-decoration: none; }
a:hover { text-decoration: underline; }

p { font-size: 14px; line-height: 20px; }

  #content h3 { color: #95b7e1; }

blockquote { margin-bottom: 20px; }
span.quote { font-style: italic; float: right; }

p.phone { font-weight: bold; }

.contactinfo h3, .contactinfo p { margin-bottom: 0; }

  #footer .location h3 {
    font-size: 14px;
    color: #95B7E1; }
  #footer .location h3, #footer .location p {
    line-height: 1.1em;
    margin: .5em 0; }



/* 
LAYOUT
************/

#header {
  display: block;
  height: 383px;
  background: url('../images/masthead-2011.png') center top no-repeat; 
}

#header2 {
  display: block;
  height: 144px;
  margin-bottom: -30px;
  background: url('../images/logo.png') left top no-repeat; 
}

#header h1, #header2 h1 {
  margin: 0;
  text-indent: -5000px; 
}

#content {
  padding: 28px 0px;
  background-color: #243e4e; }

#content ul { margin-top: 2em; }

#footer {
  display: block;
  padding: 20px 0px;
  background-color: #252525; }
  #footer ul {
    margin: 0;
    margin-top: 20px;
    padding: 0;
    list-style-type: none; }
    #footer ul li {
      padding: 6px 0px; }
      #footer ul li a {
        color: #95b7e1;
        text-decoration: none; }


#footernav li {
  float: left;
  margin-right: 24px; }
  
/*
NAV
***********/

#nav {
  display: block;
  margin-bottom: 0px;
}
  #nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float:right; 
  }
    #nav ul li {
      float: left;
      background-color: #00a994;
    }
      #nav ul li a {
        display:block;
        padding: 8px 15px;
        font-size: 14px;
        color: #fff;
        text-decoration: none; 
      }
      
    #nav ul li:hover {
      background: #059785; }
    #nav ul li.active {
      background: #243e4e; }




/* 
SIDEBAR
************/

#sidebar {
  min-height: 678px;
  padding-top: 42px;
  padding-bottom: 1em;
  background: url('../images/sidebar_background.png') left top no-repeat;
}
  
  #sidebar h3, #sidebar p { margin: 0; }
  
  #sidebar h3 {
    margin-top: 1.3em;
    margin-bottom: 0.3em;
    color: #95b7e1; }
  
  #sidebar p { font-size: 0.8em; }
  
  #sidebar .section { margin-top: 60px; line-height: 1.6em; }
  
  #sidebar #industry-leaders { line-height: 1.6em; }
    
    #sidebar #industry-leaders p {  padding: 1em 0px;  font-size: 1em; }
    
    #sidebar #industry-leaders h3 {  margin-top: 0; }


/*
CONTENT
***********/

li {  }

hr {
  height: 0;
  background: none;
  border: 0;
  border-bottom: 1px dashed #95b7e1;
  margin: 10px 0;
  display:block;
  clear:both; 
}

#product-photo {
  background: url(../images/eaucool-product.jpg) top left no-repeat;
  position: relative;
  margin-top: 42px;
  height: 753px;
}
#product-photo img { border: 0;  cursor: pointer;}

/* 
FORMS
***********/

#contactform { font-size: 0.825em; color: #243E4E; line-height: 1.2em; width: 500px; padding-bottom: 20px;}
#contactform input[type=text]{ width: 230px;}
.LV_validation_message{ display: block; }
.LV_valid{ display: none;}
.LV_invalid { color: red;}


