body {
  font-family: arial, sans-serif;
  font-size: 10pt;
  text-align: center;
  margin: 0px;
  padding: 0px;
  background: url(../Images/background.jpg) top center repeat-y #DDE1CB;
  min-width: 755px;
}

#layout {
  margin: 0px auto;
  background: url(../Images/header.jpg) top center no-repeat;
  height: 218px;
  text-align: center;
}
   
#navigation {
  color: #777;
  width: 740px;
  margin: 0px auto;
  padding: 13px 0px;
  text-align: right;
}

#navigation a {
  color: #292D08;
  font-weight: bold;
  text-decoration: none;
  margin: 0px 2px;
}

#navigation a:hover {
  text-decoration: underline;
}

#apple-mark {
  float: right;
  height: 90px;
  width: 90px;
}

#body {
  text-align: left;
  width: 700px;
  margin: 50px auto 0px auto;
  color: #333;
}

#body h1 {
}

#footer {
  color: #555;
  text-align: center;
  font-size: .9em;
  margin: 40px 0px 0px 0px;
  padding-bottom: 30px;
}

#footer a {
  color: #555;
}

.error {
    border: 1px solid #CAA;
    background-color: #FDD;
    font-weight: bold;
    padding: 5px;
    margin-bottom: 10px;
}

.field {
    clear: both;
    margin-top: 5px;
}

.field .label {
    width: 100px;
    float: left;
    text-align: right;
    font-weight: bold;
}

.field .input {
    margin-left: 105px;
}

.field .help {
    margin-left: 105px;
    font-size: .9em;
    font-style: italic;
    color: #555;
}

.listing {
    border-spacing: 0px;
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #6E7726;
    border-width: 1px 1px 0px 1px;
}

.listing th {
    text-align: left;
    padding: 4px;
    background-color: #BCC19E;
    border-bottom: 1px solid #6E7726;
}

.listing td {
    padding: 4px;
    border-bottom: 1px solid #6E7726;
}

.listing .row-even td {
    background-color: #E6EACC;
}

.listing .row-odd td {
    background-color: #F2F7EB;
}

.product {
  width: 211px;
  height: 230px;
  float: left;
  text-align: center;
  font-size: 1.2em;
}
 
.product a img {
    border: none;
}

.product-title {
    text-decoration: none;
    font-weight: bold;
    color: #333;
}

.product-image {
    text-align: center;
}

.product-image img {
    border: 3px solid #656E18;
}

.product-image p {
    text-align: center;
}
