/**
 * Main Content
 */

h3 {
  color: #8b1771;
  padding-top: 10px;
}


div.product {
  float: left;
  font-size: 9px;
  width: 130px;
  background: #d6dde4;
  border: 2px solid #d6dde4;
  margin: 10px 3px 10px 0;
}

div.product div.image {
  height: 143px;
  background: #fff;
  text-align: center;
}

div.product h5 {
  color: #8b1771;
  font-size: 12px;
  margin: 8px;
  text-align: center;
}

div.product ul {
  list-style: none;
  margin: 8px;
  padding: 0;
  height: 145px;
}

div.product ul li {
  background: url(/images/buttons/carrot.gif) 1px 7px no-repeat;
  margin: 0 0 5px 0;
  padding-left: 8px;
}

div.product p {
  margin: 8px;
}

div.product p a {
  color: #8b1771;
  font-weight: bold;
}


/**
 * Our Site
 */

div.our-site {
  background: url('/images/backgrounds/leftside-gradient.jpg');
  width: 178px;
  margin-left: 10px;
  padding-top: 1px;
}

div.our-site p {
  color: #666;
  font-family: "Verdana";
  font-size: 11px;
  margin: 8px;
}

div.our-site img {
  margin: 4px 0;
}

div.our-site a {
  color: #2b557f;
}

div.our-site strong {
  color: #2b557f;
  font-weight: bold;
}


.footer {
 text-align: center;
}

a:hover {
  color: #8b1771;
}

a:visited {
  color: #8b1771;
}