@import url("../css/reset.css");

body {
  font-size: 62.5%;
  line-height: 2em;
  font-family: Arial, Verdana, sans-serif;
  background: url(../images/bg.gif);
  background-repeat: repeat-x;
  background-color: #af610f;
  color: #003744;
}
#bodyWrapper {
  background: url(../images/bg_bodyWrap.gif);
  background-repeat: repeat-y;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
a {
  color: #003744;
  text-decoration: underline;
}
a:hover {
  color: #af610f;
}

h1 {
  border-bottom: 1px solid #c3853c;
  text-transform: uppercase;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 2em;
}
  .header {
    border-bottom: 1px solid #c3853c;
    width: 100%;
    padding-bottom: 1em;
    display: block;
  }
h2 {
  border-top: 1px solid #c3853c;
  font-size: 1.4em;
  font-weight: bold;
  margin-top: 1em;
  padding-top: .5em;
}
  h1 + h2, span.header + h2,  #whats_new.links h2 {
    border-top: none !important;
    padding-top: .2em;
  }
h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 1em;
}
p {
  font-size: 1.2em;
  line-height: 1.8em;
  margin-top: 1em;
}
  h2 + p, h3 + p {
    margin-top: 0;
  }

#about_us a.about_us, #designers a.designers, #services a.services, #whats_new a.whats_new, #contact_us a.contact_us {
  color: #af610f;
}
#about_us a.about_us:hover, #designers a.designers:hover, #services a.services:hover, #whats_new a.whats_new:hover, #contact_us a.contact_us:hover {
  color: #003744;
}
#whats_new.news a.news,
#whats_new.accolades a.accolades,
#whats_new.events a.events,
#whats_new.promotions a.promotions,
#whats_new.links a.links {
  font-weight: bold;
}
#header {
  position: absolute;
  top: 146px;
  left: 200px
}

#nav_and_footer {
  position: absolute;
  top: 383px;
  width: 100%;
}
  #mainNavigationWrapper {
    width: 100%;
    background: #fff;
    margin-bottom: 18px;
  }
    ul#mainNavigation {
      width: 360px;
      text-align: right;
      padding: 23px 0;
      text-transform: uppercase;
    }
    #mainNavigation a {
      font-weight: bold;
      text-decoration: none;
    }
    ul#mainNavigation ul {
      display: none;
      text-transform: none;
    }
    #whats_new ul#mainNavigation ul {
      display: inline;
    }
      ul#mainNavigation ul li {
        line-height: 1.2em;
        margin-bottom: .5em;
      }
      ul#mainNavigation ul li a {
        color: #af610f;
        font-weight: normal;
      }
      ul#mainNavigation ul li a:hover {
        color: #003744;
      }
  #footerWrapper {
    color: #fff;
  }
    #footerLeft {
      margin: 0 72px 0 232px;
      float: left;
      text-align: right;
    }
    #footerRight {
      position: relative;
      z-index: 20;
      float: left;
      margin: 0;
      width: 420px;
    }

#contentWrapper {
  position: absolute;
  z-index: 10;
  background-color: #c3853c;
  top: 0;
  left: 400px;
  width: 453px;
  padding: 84px 24px 24px;
}
  #home #contentWrapper {
    width: 500px;
    padding: 83px 0;
  }
  #content {
    background-color: #fff;
    padding: 64px 28px;
    min-height: 320px;
  }
  #home #content {
    padding: 0;
  }
  #content a img {
    border: 1px solid #af610f;
    margin-top: .3em;
  }
  #content img#topSection {
    margin: -64px 0 28px -28px;
    border: none;
  }
  #content ul {
    list-style-type: disc;
  }
    #content ul li {
      font-size: 1.2em;
      line-height: 1.5em;
      margin: 0 0 .3em 2.4em;
    }
.Designers {
	text-align: center;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}