.teal {
  color: #12638f; }

.caps {
  font-variant: small-caps; }

a {
  color: #b0afaa;
  text-decoration: none !important; }
  a:hover {
    color: #d9ab0c; }

h1, h2, h3, h4, h5, h6 {
  color: #421915;
  font-weight: normal; }

h1 {
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: .1em; }

h2 {
  font-size: 1.1em; }
  h2 a {
    color: #421915; }
    h2 a:hover {
      color: #d9ab0c; }

h3 {
  color: #efedea;
  font-size: 1.1em;
  letter-spacing: .1em; }

h4 {
  font-size: 1.3em; }

h5 {
  color: #fff;
  font-size: 1.2em;
  margin: 5px 0; }

h6 {
  font-size: 1em; }

ul, ol {
  list-style-position: inside; }

body {
  background: #243b41;
  line-height: 1;
  color: #421915;
  position: relative;
  font-size: .8em;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif; 
  letter-spacing: 0.02em;
}

#wrapper {
  width: 896px;
  margin: 0 auto; }

#header {
  background: #243b41 url('/images/tab_title.gif') no-repeat 10px 33px;
  width: 100%;
  height: 15px;
  margin: 0 auto;
  padding: 80px 0 0 0;
  text-align: right;
  position: relative; }
  #header a#title_landscape, #header a#title_nursery, #header a#title {
    background: transparent url('/images/title.jpg') no-repeat top;
    width: 186px;
    height: 132px;
    position: absolute;
    top: 22px;
    left: 30px;
    z-index: 2; }
  #header a#title_landscape {
    background-position: top center; }
    #header a#title_landscape:hover {
      background-position: bottom center; }
  #header a#title_nursery {
    background-position: top right; }
    #header a#title_nursery:hover {
      background-position: bottom right; }
  #header a#title {
    background-position: top left; }
    #header a#title:hover {
      background-position: bottom left; }
  #header span {
    color: #dbdbd8;
    padding: 0 10px 0 0; }

#outer_container {
  background: #102b30;
  width: 100%;
  height: auto;
  padding: 0 0 12px 0; }

  #outer_container #inner_container {
    background: #dbdbd8;
    width: 97%;
    padding-left: 10px;
    margin: 0 auto;
    position: relative; }
    #outer_container #inner_container a:hover {
      color: #d9ab0c; }
    #outer_container #inner_container a.button:hover {
      color: #8896b0; }

#nav {
  display: block;
  float: left;
  margin: 0 0 28px 283px;
  padding: 0 0 10px 0;
  z-index: 900; }
  #nav ul {
    list-style: none;
    display: inline;
    position: relative; }
    #nav ul li {
      position: relative;
      display: block;
      float: left;
      text-align: center; }
      #nav ul li:hover {
        background: #3d5653; }
      #nav ul li:hover a {
        color: #d9ab0c; }
      #nav ul li:hover ul {
        display: block; }
      #nav ul li:hover ul li a {
        color: #b0afaa; }
      #nav ul li a {
        display: block;
        color: #b0afaa;
        padding: 10px 26px 6px 26px;
        text-decoration: none; }
      #nav ul li ul {
        position: absolute;
        z-index: 600;
        display: none;
        width: 100%;
        top: 2em;
        left: 0px;
        background: transparent url('/images/dd_bg.png') repeat; }
        #nav ul li ul li {
          float: none; }
          #nav ul li ul li:hover {
            background: none; }
          #nav ul li ul li:hover a {
            color: #d9ab0c; }
          #nav ul li ul li a {
            display: block;
            color: #b0afaa;
            padding: 6px 0 4px 0; }

.buttons {
  text-align: center;
  margin: 10px 0 0 0; }
  .buttons a.button {
    font: .9em normal Lucida Sans Unicode, Lucida Grande, sans-serif;
    display: inline-block;
    background: #4f5f5d;
    width: 30%;
    margin: 0 10px;
    padding: 4px 0px 3px 0px;
    border: 1px solid #cc9933;
    color: #B0AFAA !important; }
    .buttons a.button:hover {
      background: #cc9933;
      color: #102B30 !important; }
  .buttons a.alone {
    width: auto;
    padding: 8px 10px 4px 10px;
    background: #97b4b0;
    border: none; }
    .buttons a.alone:hover {
      background: #97b4b0; }

#sidebar a.button {
  display: block;
  background: #3c5055;
  width: 100%;
  margin: 10px auto;
  padding: 6px 0px 4px 0px;
  text-align: center;
  color: #fff;
  font-size: 1em; }
  #sidebar a.button:hover {
    background: #D9AB0C;
    color: #220606 !important; }

#listings a.button {
  display: block;
  background: #fff;
  width: 90%;
  padding: 8px 0px 4px 0px;
  text-align: center;
  color: #220606;
  font-size: 1em; }
  #listings a.button:hover {
    background: #D9AB0C;
    color: #220606 !important; }

#flash_notice, #flash_error {
  padding: 0px 10px 0 10px; }

#flash_notice {
  color: #243B41; }

#flash_error {
  color: red; }
