body {
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #d3d8dc;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  background: white url('../images/background.png') left top repeat-x; }

h1, h2, h3, h4 {
  font-family: Georgia, serif;
  letter-spacing: -0.03em; }

h2 {
  font-size: 1.8em; }

li {
  list-style: none; }

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

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

a:hover {
  text-decoration: underline; }

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

#header2 {
  display: block;
  height: 114px;
  background: #fff url('../images/masthead_interior.png') center top no-repeat; }

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

#content {
  padding: 28px 0px;
  background-color: #243e4e; }
  #content h2 {
    margin-top: 2em; }
  #content h3 {
    color: #95b7e1; }
  #content ul {
    margin-top: 2em; }
  #content li h3 {
  line-height: 0.8em;
    }
  #content li p {
    font-size: 12px; }

span.quote {
  font-style: italic;
  float: right; }

p.phone {
  font-weight: bold; }

.contactinfo h3, .contactinfo p {
  margin-bottom: 0; }
  
#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;}


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

#footer {
  display: block;
  padding: 20px 0px;
  font-size: 0.8em;
  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; }
  #footer .location h3 {
    font-size: 14px;
    color: #95B7E1; }
  #footer .location h3, #footer .location p {
    line-height: 1.1em;
    margin: .5em 0; }

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

#sidebar {
  min-height: 678px;
  padding-top: 42px;
  padding-bottom: 1em;
  background: url('../images/sidebar_background.png') left top no-repeat;
  line-height: 1.1em; }
  #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; }

#cooler { 
  background: url(../images/sidebar_cooler.png) bottom center no-repeat;
  height: 689px;

}

#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;}


