body {
  font-family: "trebuchet ms", sans-serif;
  font-size: 12px;
  background-color: #FFF;
  color: #333;
}

a {
  color: #10284e;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: 0;
}

input {
  font-family: "trebuchet ms", sans-serif;
  font-size: 11px;
}

div.clearer {
  clear: both;
  line-height: 1px;
}

div#wrapper {
  width: 727px;
  margin: 0 auto;
}

div#footer {
  text-align: center;
}

/* ----------------- HEADER --------------------- */
div#head1 {
  background-repeat: no-repeat;
  width: 727px;
  height: 87px;
  line-height: 16px;
  z-index: -1000;
}
/* ----------------- END HEADER ----------------- */

/* ----------------- MENU ----------------------- */
div#menubar {
  height: 26px;
  padding-left: 200px;
  padding-top: 41px;
  font-size: 11px;
}
      
div#menubar a {
}

div#menubar a:hover {
}
/* --------------- END MENU --------------------- */

/* ----------------- CONTACT -------------------- */
div#contact {
  color: #333;
  font-size: 11px;
  padding-left: 210px;
}

div#contact a {
  color: #333;
  text-decoration: none;
}

div#contact a:hover {
  text-decoration: underline;
}
/* --------------- END CONTACT ------------------ */

/* ----------------- LEFT COL ------------------- */
div#leftcol {
  float: left;
  width: 185px;
}

div.left_menu {
  margin: 0 30px 0 10px;
  border-bottom: 1px dotted #999;
  padding: 10px 0 10px 0; 
  font-size: 11px;
}

span.left_menu_title {
  color: #19365F;
  font-weight: bold;
}

div.left_menu a {
  color: #19365F;
  text-decoration: none;
}

div.left_menu a:hover {
  text-decoration: underline;
}

span.left_arrow {
  color: red;
  font-weight: bold;
}
/* --------------- END LEFT COL ----------------- */

/* ---------------- RIGHT COL ------------------- */
div#rightcol {
  float: right;
  width: 542px;
}

div.inside_content {
  padding: 10px;
  line-height: 18px;
}
/* -------------- END RIGHT COL ----------------- */

/* ------------ HOME PAGE STUFF ----------------- */
td.featured_product {
  vertical-align: top;
  background-color: #ccc;
  color: #444;
  padding: 10px;
  width: 100%;
}

td.featured_product h3 {
  color: #19365F;
  font-size: 14px;
  margin: 0 0 5px 0;
}

div.featured_title {
  font-weight: bold;
  margin-bottom: 5px;
}

div.seperator {
  border-bottom: 1px solid #999;
  margin-right: 10px;
  margin-bottom: 5px;
}

td#home_content {
  vertical-align: top;
  padding-left: 20px;
  line-height: 18px;
}
/* ---------- END HOME PAGE STUFF --------------- */

