
/**
 * HTML Tags
 */

a {
  outline: none;
}

body {
  background: #000 url(../images/bgs/body.gif) center top repeat-x;
  color: #49493b;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin: 0;
  padding: 0;
  text-align: center;
}

h1, h2, h3 {
  font-family: Georgia;
  font-weight: bold;
}

img {
  border: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}



/**
 * Wrapper
 */

#wrapper {
  position: relative;
  width: 880px;
  background: #fff url(../images/bgs/wrapper.jpg) left bottom no-repeat;
  border: 10px solid #fff;
  margin: 26px auto;
}


/**
 * Header
 */

#header {
  width: 880px;
  height: 100px;
  border-bottom: 1px solid #fff;
}


/**
 * Banner
 */

#banner {
  width: 880px;
  height: 300px;
}


/**
 * Heading
 */

h1 {
  position: absolute;
  width: 880px;
  height: auto;
  color: #641411;
  font-family: Georgia;
  font-size: 46px;
  font-weight: bolder;
  margin: 0;
  padding: 0;
  text-align: center;
  top: 495px;
}

h1 strong {
  display: block;
  color: #8d1c18;
  font-family: Georgia;
  font-size: 26px;
}


/**
 * Christmas Trees
 */

#christmas-trees {
  height: 195px;
}

#christmas-trees li {
  float: left;
  width: 33%;
  padding-top: 10px;
  text-align: center;
}

#christmas-trees li h2 {
  font-size: 22px;
  margin: 0;
}

#christmas-trees li em {
  font-weight: bolder;
}

#christmas-trees li strong {
  display: block;
  color: #8d1c18;
  font-family: Georgia;
  font-size: 22px;
}


/**
 * Locations
 */

#locations {
  width: 540px;

  margin: 0 auto;
}

#locations li {
  float: left;
  width: 270px;
  text-align: center;
}

#locations li h3 {
  font-size: 18px;
  margin: 0;
}

#locations li address {
  display: block;
  font-style: normal;
  font-weight: bold;
  margin: 8px 0;
}

#locations li address em {
  font-size: 16px;
  font-style: normal;
}

#locations li strong {
  color: #8d1c18;
}


/**
 * Misc Classes
 */

.left {
  float: left;
}

.right {
  float: right;
}
