/* masons catering new site */
body {
  text-align: center;
  font-family: verdana,Arial,sans-serif;
  font-size: small;
  font-weight: normal;

}

h1 {
  font-size:large;
}

h2 {
  font-size: 20px;
  color: #003300;
  padding: 20px;
}

h3 {
  font-size: 15px;
}

h5 {
  font-size:13px;
}

h6 {
  font-size: 13px;
  margin-left: 150px;

}


.frame {
  width:750px;
  text-align:left;
  margin-top:10px;
  margin-right: auto;
  margin-left: auto;

}

.header {
  float: left;
  width: 730px;
  height: 175px;
  margin-left: 15px;
  }

.main {
  float: left;
  width: 550px;
  background: #FFFFFF;
  padding: 20px 0 0 10px;
  margin: 0px 0px 0px 5px;
  text-align: justify;

}
.main img {
  margin-left: 2px;
  padding: 0;
}
.main a {
  color: #003300;
}
.main a:hover {
  color: #006400;
  text-decoration: none;
}


.navlist {
  float: left;
  width: 170px;
  font-family: Verdana,Arial,sans-serif;
  font-weight: bold;
  padding-top: 10px;
  text-align: center;
  
}

.navlist ul {
  list-style: none;
  margin: 10px 0px 0px 0px;
  padding: 5px 10px 5px 15px;
}
.navlist li{
  border-bottom: 1px solid #FFFFFF;
}

.navlist li a {
  display: block;
  padding: 5px 5px 5px 5px;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  background-color: #003300;
  color: #FFFFFF;
  text-decoration: none;
}

.navlist li a:hover {
  text-decoration: underline;
}

.logo {
  float: left;
  width: 150px;
  height: 180px;
}

.menu {
  width: 190px;
  height: 20px;
  text-align: center;
  background-color: #003300;
  border-bottom: 1px solid #FFFFFF;
}
.menu a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}
.menu a:hover {
  text-decoration: underline;
}

.head_terms {
  float: left;
  width: 190px;
  height: 155px;
  margin: 0 0 0 5px;
}
.head_terms h2 {
  float: left;
  margin-top: 35px;
  font-size: 20px;

}

.head_cont {
  float: left;
  width: 190px;
  height: 155px;
  margin-left: 1px;
  padding: 0;

}

.head_email {
  float: left;
  width: 190px;
  height: 155px;
  margin-left: 1px;

}

.foodlist {
  font-size: small;
  font-variant: small-caps;
  font-weight: bold;
  float: left;
  padding: 10px 0 0 25px;
  max-width: 550px
 }

  .price {
  font-size: 12px;
  font-weight: bold;
  text-align: center;

  }

  .testimonials  {

    font-weight: normal;
    font-size: small;
    padding-top: 30px;
    max-width: 550px;
    text-align: left;
      }

  .events {
  margin-left: 250px;
   }

 .gallery {
   background-color: #006400;
   float: left;
   width: 550px;
   padding: 5px 5px 5px 5px;
   margin: 0px 0px 0px 0px;
   text-align: justify;
 }

 /* begin contact form */

#contact {
  width:510px;
  height: auto;
  background-color:#E6FFCC;
  border: 1px solid #003300;
  margin-top: 20px;
  padding: 20px;
}

form {
  text-align: left;
}

input.txt {
   color: #003300;
   background-color: #FFFFFF; border: 1px inset #CCCCCC;
   width: 200px;
   margin-bottom: 2px;
}

input.btn {
   color: #FFFFFF;
   background-color: #003300;
   border: 1px outset #CCCCCC;
   margin-top: 10px;
}

form label {
	float: left;
	width: 40%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
}

form textarea {
   color: #7C3306;
   background-color: #FFFFFF;
   border: 1px inset #CCCCCC;
}

fieldset {
   border: 1px solid #CCCCCC;
   margin-top: 15px;
   margin-left: 5px;
   padding: 10px;
}

legend {
   font: Verdana;
   color: #003300;
   padding-top: 10px;
   padding-bottom: 10px;
}
/* end contact form */


.footer {
  float: right;
  width: 728px;
  height: 105px;
  color: #FFFFFF;
  text-align: center;
  margin: 10px 5px 0px 0px;
  background-color: #003300;
  font-weight: bold;
  padding: 5px 0 0 5px;
}
.footer img {
  float: left;
  margin: 0;
  padding: 0;
}
.footer p {
  margin-top: -2px;
}
.footer a {
  color: #FFFFFF;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}

/* IE-6 Hack Hides from IE-mac \*/
* html .navlist {padding-left: 15px;}
* html .footer {width: 720px; margin-left: 30px;}
/* End hide from IE-mac */