body {
  font-size: 1.0em;
  font-family: bitstream vera sans, sans-serif;
  padding: 0px;
  margin: 0px;
  /*margin: 3px 0px 0px 5px;*/
  background-image: url(images/background.jpg);
  background-repeat: no-repeat;
}

h1 {
  font-size: 98%;
  margin: 20px 0px 2px 0px;
  color: #B39A0A;
}
h2 {
  font-size: 90%;
  margin: 10px 0px -5px 0px;
  color: #B39A0A;
}

p {
  font-size: 90%;
  margin: 0px 0px 5px 5px;
  padding: 7px 0px 0px 0px;
  color: #333333;
}
ul {
  margin: 0px 0px 5px 0px;
}

li {
  font-size: 90%;
  margin: 0px 0px 0px 0px;
  list-style: circle;
  color: #333333;
}

a {
  text-decoration: none;
  color: #000000;
}
  a:hover {
    text-decoration: underline;
    color: #A28B09;
  }

img {
  border: 0px solid transparent;
}

div#header {
  width: 100%;
  margin-bottom: 10px;

}
  div#header img {
    margin: 15px 0px 15px 15px;
  }


div#navigation {
  background-color: #d7c97e;
  border-bottom: 1px solid #e0dbbe;
  padding: 2px 2px 2px 8px;
  margin: 0px 0px 0px 0px;
  position: relative;
  z-index: 1;
}
  div#navigation a {
    margin-right: 10px;
    font-size: 90%;
    font-weight: bold;
    color: #B39A0A;
  }

div#productCategories {
  float: left;
  width: 200px;
  height: 405px;
 
  background: #ffffff url(images/nav-background.jpg) no-repeat 130% 120%;
}
  div#productCategories ul {
    /*margin-top: 35px;*/
  }

  div#productCategories li {
    list-style: none;
    margin: 4px 0px 0px -25px;
  }
  * html div#productCategories li {
    list-style: none;
    margin: 4px 0px 0px 5px;
  }
  div#productCategories li a {
    color: #B39A0A;
    font-weight: bold;
  }

   div#productCategories div#contact li {
    font-size: 75%;
    color: #333333;
  }
  div#productCategories div#contact li a {
    color: #333333;
    font-weight: normal;
  }
  div#productCategories div#contact li a:hover {
    color: #A28B09;
  }

div#content {
  margin-left: 220px;
  margin-top: 40px;
  margin-bottom: 20px;
}

div#content div#catrange {
  margin: 30px 0px 0px 0px;
}

div#content div#categoriesMainPage {
  float: left;
  margin: 30px 40px 10px 0px;
  font-size: 80%;
  position: relative;
  height: 130px;
}
div#content div#categoriesMainPage span {
  display: block;
  width: 87px;
  text-align: center;
}
div#content div#categoriesMainPage a img {
  border: 1px solid #000000;
  display: block;
}
div#content div#categories {
  float: left;
  margin: 10px 40px 10px 0px;
  font-size: 80%;
  position: relative;
  height: 110px;
}
div#content div#categoriesList {
  float: left;
  margin: 30px 40px 10px 0px;
  font-size: 80%;
  position: relative;
  height: 160px;
}
div#content div#categories span {
  display: block;
  width: 78px;
  text-align: center;
}
div#content div#categoriesList span {
  display: block;
  width: 155px;
  text-align: center;
}

div#content div#categories a img,  div#content div#categoriesList a img {
  display: block;
  border: 1px solid #000000;
}


div#content div#catlist a img {
  border: 1px solid #000000;
  margin: 0px 5px 5px 0px;
}

div#content div#product h1 {
  font-size: 110%;
  margin: 0px 0px 0px -10px;
  color: #333333
}
div#content div#product h2 {
  font-size: 80%;
  color: #666666;
}
div#content div#product p {
  font-size: 80%;
}

div#stylesSizes {
  background: url(images/sizes-background.jpg);
  background-repeat: no-repeat;
  background-position: 90% 30%; 
}

div#content div#orderingPrices {
  background: url(images/ordering-background.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
  min-height: 535px;
}

div#content div#fabrics {
  background: url(images/fabrics.jpg);
  background-repeat: no-repeat;
  background-position: 100% 70%;
}
div#content div#fabrics div {
  position: relative;
}

div#content div#fabrics div ul.col1 {  
  margin-right: 70px;  
  float: left;
  position: relative;
}  

div#contactForm label {
  display: block;
  margin: 15px 0px 0px 0px;
}
div#contactForm textarea {
  display: block;
}
div#contactForm textarea, div#contactForm input, div#contactForm select {
  border: 1px solid #A28B09;
  padding: 2px;
}
div#contactForm input.button {
  margin: 15px 0px 0px 0px;
  border: 1px solid #666666;
  background: #999999;
  color: #000000;
}
img.catcover {
  border: 1px solid #000000;
  margin: 10px 0px 0px 0px;
}

div#contactForm span.req {
  font-size: 75%;
  color: #ff0000;
  margin: 0px 0px 0px 2px;
}


div#catalogCovers {
  margin: 15px 0px 0px 0px;
}
th {
  background-color: #FFC559;
}

td.peach {
  background-color: #FAE15E;

}
table, th, td {
  border: 1px solid #FFDFA5;
  padding: 3px;
  margin: 0px;  
  font-weight: normal;
} 
table {
  margin: 5px 0px 0px 0px;
}

.bold {
  font-weight: bold;
}
.small {
  font-size: 70%;
}
.shrtwrap {
  width: 380px;
}


fieldset {
  border: 0px solid #ffffff;
}

div#testimonials {
    clear: both;    
    position: relative;
    overflow-y: scroll;
    height: 13em;
    margin-left: 250px;
    margin-top: 1em;
    width: 70%;
}
