/* ------------ LAYOUT CSS ---------------*/
body {
    margin:0;
    padding:0;
    min-width: 860px;      /* 2x (LC fullwidth + CC padding) + RC fullwidth */
    margin: 10px 30px 0 30px;
    background: #dddddd;
    color: #333333;
    }
* { margin: 0px; padding: 0px; }
#Wrapper {
  background: #ffffff;
  font-family: verdana, sans-serif;
  font-size: small;
}

  #header {
    margin:0; padding:0;
    background:#ffffff;
    }
#container1, #container2 {
   clear:both;
    margin:0;
    padding:0;
    background:#ffffff;
    }
#container1 {
    background:#ffffff url("/_images/col-bg.gif") top left scroll repeat-y;
}
#container2 {
    background:transparent url("/_images/col-bg.gif") top right scroll repeat-y;
}

.cleaner {
    clear:both;
    height:1px;
    font-size:1px;
    border:none;
    margin:0px;
    padding:0px;
    background:transparent;
    }

  #left {
    float:left;
    width:180px;
    margin:0;
    padding:0;
    }
  #right {
    float:right;
    width:180px;
    margin:0; padding:0;
    }

  #center {
    margin:0 180px;
    background:#ffffff;
    }


/* ------------ GENERIC CSS ---------------*/

ul,li,form,fieldset,img {
  margin: 0;
  padding: 0;
  border: 0;
}
ul {
  list-style-type: none;
}
p {
  margin: 0 0 10px 0;
}
a {
  text-decoration: none;
  color: #993366;
}
a:hover {
  text-decoration: underline;
  color: #cc6699;
}
hr {
  height: 1px;
  color: #993366;
  border-top: 1px solid #993366;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
}
*:first-child+html hr { border: 1px solid #993366; }

#Banner {
  background: #ffffff;
  height: 68px;
}
#Search {
  float: right;
  text-align: right;
  padding: 16px 15px 0 0;
}
#Search label {
  font-weight: bold;
  color: #008080;
}
#Search strong {
  color: #993366;
}
#Search input {
  vertical-align: middle;
}
#Search #sbi {
  border: 1px #008080 solid;
}
#Search #sbb {
  background: #008080;
  border: 1px #008080 solid;
  color: #ffffff;
  font-weight: bold;
  height: 20px;
}
#Logo {
  float: left;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 15px 0 15px;
}
#Logo strong {
  font-weight: bold;
  color: #993366;
}
#Logo a {
  font-size: 16px;
  font-weight: bold;
  color: #008080;
}
#Logo a strong {
  font-size: 32px;
  font-weight: bold;
  color: #993366;
}
#Logo a:hover {
  text-decoration: none;
}

#Menu {
  background: #c0c0c0;
  height: 22px;
}
#Menu ul {
  float: left;
  margin-left: 179px;
  border-left: 1px #008080 solid;
}
#Menu li {
  display: inline;
  padding: 2px 12px 2px 15px;
  border-right: 1px #008080 solid;
  line-height: 21px;
}
#Menu li:hover {
  background: #cccccc;
}
#Menu a {
  color: #008080;
  font-weight: bold;
  font-size: 10px;
}
#Menu a:hover {
  text-decoration: none;
}

.column {
  background: #c0c0c0;
}
.column strong {
  background: #008080;
  color: #ffffff;
  font-size: 12px;
  display: block;
  padding: 5px 10px 5px 10px;
}
#Content strong {
  display:inline;
  padding: 0px;
  }
.column strong a {
  color: #ffffff;
  font-size: 12px;
}
.column ul {
  /*border-top: 1px #008080 solid;*/
}
.column li {
  padding: 1px 10px 5px 10px;
  border-bottom: 1px #008080 solid;
}
.column li:hover {
  background: #cccccc;
}
.column a {
  color: #993366;
  font-weight: bold;
  font-size: x-small;
}
.column a:hover {
  text-decoration: none;
}

#center {
  background: #ffffff;
}

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

#Breadcrumbs {
  margin: 0;
  padding: 0 0 0 10px;
  line-height: 25px;
  background: #eeeeee;
  color: #993366;
  font-size: 10px;
  text-align: left;
}
#Title {
  margin: 0 0 10px 0;
  padding: 0 0 0 10px;
  line-height: 30px;
  background: #993366;
  text-align: left;
}
#Title h1 {
  margin: 0;
  font-size: 15px;
  color: #ffffff;
}

#Content {
  padding: 0 15px 10px 15px;
}

#Content strong {
  background: none;
  color: #333333;
  font-size: 12px;
  padding: 0px;
}

#Content a { color: rgb(153,51,102); font-weight: normal; font-size:small; }
#MainCats {
  text-align: center;
}
.CatId { float: left; margin: 10px auto; }
#MainCats a, #MainCats a:visited {
  display: inline-block;
  width: 100px;
  height: 35px;
  margin: 10px;
  padding: 8px 5px;
  text-align: center;
  background: #eaeaea;
  color: #993366;
  font-weight: bold;
  border: 2px #008080 solid;
}
#MainCats a:hover {
  text-decoration: none;
  background: #dddddd;
  color: #CC6699;
}
#SubCats a {
  display: block;
  margin: 10px;
  padding: 10px 10px 10px 10px;
  text-align: left;
  border: 1px #008080 solid;
  min-height: 80px;
}
#SubCats a:hover {
  text-decoration: none;
  background: #dddddd;
}
#SubCats a strong {
  color: #008080;
    background:none;
  display: block;
    padding:0px;
  margin-bottom: 10px;
}
#SubCats a img {
  float: right;
  margin-left: 10px;
  /*max-height: 75px;
  height: expression( this.scrollHeight > 10 ? "75px" : "auto" );*/ /* sets max-height for IE */
}
#SubCats p {
  margin-bottom: 0;
}
#Products {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  width: 100%;
}
#Products .item:hover { background: #ddd; }
#Products span.dateSmall {
  color: #aaa;
  font-size:x-small;
}
#Products .item {
  display:block;
  /*height:80px;*/
  margin: 10px;
  padding: 10px 10px 10px 10px;
  text-align: left;
  border: 1px #008080 solid;
  font-size: small;
  color: #993366;
}
#Products .item:hover {
  cursor: hand;
  cursor: pointer;
}
#Products .item table {
  width: 100%;
}
#Products .item td.right {
  text-align: right;
  margin: 5px;
}
#Products .item a {
  font-weight: bold;
  color: #008080;
}
#ProductForm {
  background: #c0c0c0;
  border-left: 1px #008080 solid;
  border-right: 1px #008080 solid;
  border-bottom: 1px #008080 solid;
  padding-top: 0px;
  width: 470px;
  margin: 0px auto;
}
#ProductForm strong {
  background: #008080;
  color: #ffffff;
  font-size: 12px;
  display: block;
  padding: 5px 10px 5px 10px;
}
#ProductForm table {
  border: 0;
  width: 100%;
}
#ProductForm table tr td {
  border-bottom: 1px #008080 solid;
  padding: 5px;
  font-weight: bold;
  color: #993366;
}

#ProductForm .formlabel {
   font-size:x-small;
   font-weight:normal;
   width: 180px;
   vertical-align:top;
   font-weight: bold;
}
#ProductForm span.formErr { display:block; }

#ProductForm .smltext {
    width:240px;
}
#ProductForm .medtext {
    width:240px;
}
#ProductForm .lrgtext {
    width:240px;
}
#ProductForm .select {
    width:240px;
}
#ProductForm input {
  background: #ffffff;
  border: 1px #008080 solid;
}
#ProductForm textarea {
  background: #ffffff;
  border: 1px #008080 solid;
}

#ContactForm {
  width: 550px;
}
#ContactForm label {
  font-weight: bold;
  color: #008080;
}
#ContactForm input {
  clear: right;
  float: right;
  margin: 0 250px 10px 0;
  width: 150px;
  border: 1px #008080 solid;
}
#ContactForm input.submit {
  margin-right: 254px;
  background: #008080;
  color: #ffffff;
  font-weight: bold;
}
#PaymentForm input.submit {
  border: none;
  padding: 3px 6px;
  background: #008080;
  color: #ffffff;
  font-weight: bold;
}
#ContactForm textarea {
  clear: right;
  float: right;
  margin: 0 0 10px 0;
  width: 400px;
  height: 180px;
  border: 1px #008080 solid;
}

#footer-wrapper {
    background: #dddddd;
}

#footer {

  background: #eeeeee;
  height: 40px;
  margin: 0px 0 20px 0;
}
#footer ul {
  float: left;
}
#footer li {
  display: inline;
  line-height: 40px;
  padding: 0 10px 0 10px;
}
#footer a {
  color: #993366;
  font-size: 10px;
}
#Copyright {
  text-align: center;
  font-size: small;
    padding-bottom:40px;
}

/* form errors */
span.formNoErr { }
span.formErr { font-size: x-small; }
form {padding: 0px; margin: 0px;}
