/*
CSS for Charles Field Furniture site
*/

body {
     font-family: "Book Antiqua", Verdana, Helvitica, sans-serif;
     color: black;
     margin: 5px;
     background-color: #fbf6cf;
     width: 788px;
}

h1 {
   font-family: "Book Antiqua", Verdana, Helvitica, sans-serif;
   font-size: 33px;
   font-style: italic;
   font-weight: bold;
   color: black;
   margin: 0;
   padding-top: 15px;
   padding-left: 5px;
   padding-bottom: 20px;
   background: url(photos/header-bg.jpg);
   line-height: 75%;
   border-left: 5px solid #f1ce8c;
   border-top: 5px solid #f1ce8c;
   border-right: 5px solid #f1ce8c;
} 

h2 {
   font-family: "Book Antiqua", Verdana, Helvitica, sans-serif;
   font-size: 150%;
   font-style: normal;
   font-weight: bold;
   color: black;
}  
  
a:link {
       color: gray;
       font-weight: bold;
       text-decoration: none;
}

a:visited {
          color: gray;
          font-weight: bold;
          text-decoration: none;
}

a:hover {
        text-decoration: none;
        font-weight: bold;
        color: black;   
}

a:active {
         text-decoration: none;
         font-weight: bold;
         color: #774f02;
}   

#bodycontent {
  padding-left: 75px;
  padding-right: 75px;
  border: 5px solid #f1ce8c;
  background-color: #fbf19d;
}

.logopic {
  float: center;
  padding-left: 200px;
  line-height: 50%;
}

.about1 {
  float: left;
  padding-right: 10px;
}

.about2 {
  float: right;
  margin: 20px;
}

#slogan p {
   font-family: "Book Antiqua", Verdana, Helvitica, sans-serif;
   font-size: 130%;
   font-style: normal;
   color: black;
   text-align: center;
}

table.portfolio {
  border-collapse: collapse;
  border: 2px solid #f1ce8c;
  margin-left: 50px;
}

table.portfolio th {
  text-align: center;
  background-color: #fbf6cf;
  color: black;
  border: 2px solid #f1ce8c;
  padding-left: 2px;
  padding-right: 2px;
}

table.portfolio td {
  border: 1px solid black;
  padding: 1px;
}


table.menu {
  border-collapse: collapse;
  border-top: 5px solid #f1ce8c;
  border-left: 5px solid #f1ce8c;
  border-right: 5px solid #f1ce8c;
  width: 788px;
}

table.menu th {
  text-size: x-large;
  text-align: center;
  background-color: #fbf6cf;
}

table.menu td{
  border: 1px solid black;
  padding: 1px;
}

form.contact fieldset {
  border: 2px solid navy;
  padding: 10px;
}

form.contact legend {
  font-weight: bold;
  font-size: small;
  color: navy;
  padding: 5px;
}

form.contact {
  padding: 0;
  margin: 0;
  margin-top: 5px;
}

form.contact label.fixedwidth {
  display: block;
  width: 140px;
  float: left;
}

form.contact .buttonarea input{
  text-align: center;
  padding: 4px;
}

form.contact .buttonarea {
  text-align: center;
  background-colour: white;
  padding: 10px;
}

#portdesc {
  text-align: center;
}

#portimage {
  padding-left: 80px;
}

#navbuttons
{
list-style-type: none;
text-align: center;
}

#navbuttons li { display: inline; }

#navbuttons li a
{
float: center;
padding-top: 1px;
padding-bottom: 1px;
padding-left: 30px;
padding-right: 30px;
  background-color: #fbf6cf;
  border: 2px solid #f1ce8c;
text-decoration: none;
}

