/*********************************************************************/
/* General */

body { 
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  color: #006940;
  font-family: Verdana, Arial, sans-serif;
  font-size: 70%;
  line-height: 1.5em;
  background-image: url('../img/bg-home.jpg');
  background-repeat: no-repeat;
  background-position: 255px 0px;
}

/*********************************************************************/
/* Layout elements */

table#main {
  width: 870px;
}

table#main td {
  vertical-align: top;
}

td#one {  
  width: 249px; 
}

td#two {
  width: 402px;
}

td#three {
  width: 219px;
}

div.logo {
  margin-left: 75px;
}

/* Menu */

div.menu {
  padding-left: 34px;
}

/*********************************************************************/
/* Page elements */

/* Mission */

div.mission {
  text-align: center;
  margin: 15px 10px 0px 0px;
}

div.mission div.mission-text {
  color: #ffffff;
  font-size: 110%;
  line-height: 1.4em;
  margin-top: 0.5em;
  margin-bottom: -5px;
}

/* The three statements */

div.food-animation {
  margin: 20px 0px 0px 15px;
}

div.statement-1 {
  width: 220px;
  line-height: 1.3em;
  margin: 15px 0px 20px 3px; 
}

div.statement-1 div.statement-text {
  margin: 7px 0px 0px 14px;
}

div.statement-2 div.statement-text {
  line-height: 1.4em;
  font-weight: bold;
  text-align: center;
  margin: 10px 35px 0px 20px;
}

div.statement-3 div.statement-text {
  margin: 15px 0px 0px 41px;
  line-height: 1.3em;
}

div.statement-3 div.statement-text ul {
  margin: 5px 0px 0px 0px;
  padding-left: 15px;
}

div.statement-3 div.statement-text ul li {
  margin-top: 5px;
}

div.statement-link, div.testimonial-link {
  margin-top: 4px;
  font-weight: normal;
  font-size: 90%;
}

/* Testimonial */

div.testimonial {
  width: 220px;
  margin: 40px 0px 20px 17px; 
}

div.testimonial div.testimonial-text {
  margin-top: 0.5em;
  line-height: 1.8em;
  font-size: 110%;
}

div.testimonial span.testimonial-name {
  font-style: italic;
  font-weight: bold;
}
