@charset "UTF-8";
/* CSS Document */
/*
 * Red Barn Red rgb(139,14,4) #8b0e04;
 */

body {
  background-attachment: fixed;
  background-image: url(/images/old-red-barn.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  font-family: Helvetica, Arial, sans-serif;
}

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

a:hover {
  text-decoration: none;
}

#branding {
  background-image: url(/images/wood-texture-bkgd.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
}

#logo h1.logo {
  background-image:url(/images/red-barn.gif);
  background-repeat: no-repeat;
  height: 163px;
  margin-bottom: 0;
  text-indent: -9999px;
  width: 270px;
}

#made h2.made-in-usa {
  background-image: url(/images/made-in-the-usa.gif);
  background-position: 39px 0px;
  background-repeat: no-repeat;
  height: 163px;
  margin-bottom: 0;
  text-indent: -9999px;
  width: 220px;
}

#topSpacer {
  background-color: #000000;
  font-size: 9px;
  line-height: 9px;
  height: 12px;
}

div.news-updates {
  padding: 5px 0 5px 0;
}

div.image-caption {
  color: #333333;
  font-size: 0.8em;
  font-style: italic;
  text-align: center;
}

/* home page styles */
#homeBanner {
  background-color: #000000;
}

.reclaiming-timbers {
  background-image: url(/images/reclaiming-centuries-old-timbers.jpg);
  background-repeat: no-repeat;
  height: 44px;
  text-indent: -9999px;
}

#navigation {
  background-color: #000000;
}

#content {
  background-color: #FFFFFF;
  padding-bottom: 20px;
}

#homeCol1 {
  padding-top: 20px;
}

#homeCol1 strong,
#column1 strong {
  color: #990000;
  text-transform: uppercase;
}

#homeCol2 {
  padding-top: 20px;
}

#newFeaturedItem {
  background-image: url(/images/new-product-bkgd.jpg);
  background-repeat: no-repeat;
  color: #FFFFFF;
  height: 150px;
  padding: 10px 10px 10px 10px;
  width: 280px;
}

#newFeaturedItem a {
  color: #FFFFFF;
}

#newFeaturedItem h3 {
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

#column1 {
  padding-top: 20px;
}

#homeCol1 h1,
#column1 h1 {
  color: rgb(139,14,4);
  font-size: 18px;
  text-transform: uppercase;
}

#homeCol1 h2,
#column1 h2 {
  color: rgb(139,14,4);
  font-size: 16px;
}

#homeCol1 h3,
#column1 h3 {
  font-size: 14px;
}

#homeCol1 h4,
#column1 h4 {
  font-size: 13px;
}

#homeCol1 h5,
#column1 h5,
#homeCol1 h6,
#column1 h6 {
  font-size: 12px;
}

#column1 ul,
#column1 ul li {
  list-style: none;
  list-style-type: none;
}

.gallery_nav {
  background-image: url(/images/gallery-nav-bkgd.jpg);
  background-position: center top;
  background-repeat: repeat-y;
  color: #FFFFFF;
  font-size: 12px;
  min-height: 208px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

.gallery_nav h3 {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 15px;
  text-transform: uppercase;
}

.gallery_nav a {
  color: #FFFFFF;
  text-decoration: underline;
}

.gallery_nav a:hover {
  text-decoration: none;
}

#footer {
  background-color: #FFFFFF;
  color: rgb(139,14,4);
  font-size: 10px;
  padding-bottom: 24px;
  padding-top: 12px;
  text-align: center;
}

#footer a {
  color: rgb(139,14,4);
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}

/*Error Message Boxes*/
#errorMessage {
  border: solid 1px #000000;
  background-color: #e3e3e3;
  font-size: 12px;
  color: #CC0000;
  font-weight: bold;
  margin: 10px 5px 10px 5px;
  padding: 5px;
}

#successMessage {
  border: solid 1px #000000;
  background-color: #e3e3e3;
  font-size: 12px;
  color: #006600;
  font-weight: bold;
  margin: 10px 5px 10px 5px;
  padding: 5px;
}

/* contact section styles */
.formLabel {
  clear: both;
  float: left;
  margin: 0 0 2px 0;
  width: 68px;
}

#homeCol1 input[type="text"] {
  border: 1px solid #990000;
  font-size: 10px;
  margin: 0 0 5px 0;
  width: 200px;
}

#homeCol1 input[type="button"] {
  margin: 0 0 0 0;
}

#homeCol1 textarea {
  border: 1px solid #990000;
  font-size: 12px;
  padding: 1px;
  width: 275px;
}
