@import url(reset.css);

/** ===typography
************************************************************
************************************************************/
body{
  color: #db8f50;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1.3125; 
  font-size: 13px;
}
a{ 
  color: #d49a61;
  text-decoration: none;
  border-bottom: 1px solid #ac6122;
}
a:hover{
  color: #FFB976;
  text-decoration: none;
  border-bottom: 1px solid #E2802E;
  
}
a.img{
  border-bottom: 0;
}
h1,h2,h3,h4,h5,h6{
	line-height: 1em;
}
h1{
	font-size: 30px;
}
h2{
	font-size: 24px;
}
h3{
	font-size: 18px;
}
h4{
	font-size: 16px;
}
h5{
	font-size: 14px;
}
h6{
	font-size: 12px;
	font-weight: bold;
}
#intro {
  font-size: 12px;
}
#intro,
#intro a{
  color: #561c00
}
#intro a:hover{
  color: #B24E23;
}

/** ===structure
************************************************************
************************************************************/
html,
body,
#wrapper{
  /*contains positioned elements on window resize*/
  min-width: 785px;
  position: relative;
}
.container{
  width: 785px;
  margin: 0 auto;
}
body{
	background: #bd5f20 url(/assets/images/bg-wood.jpg);
}
#wrapper{
  background: url(/assets/images/bg-wall.png) repeat-x;
  min-height: 578px;
  position: relative;
  z-index: 2;
}
#content{
  z-index: 10;
  position: relative;
}
#extra {
  background: url(/assets/images/bg-carpet.png);
  height: 110px;
  position: relative;
}
#footer{
  text-align: center;
  margin: 24px 0;
  font-size: 14px;
}

/** =intro
************************************************************
************************************************************/
#intro {
  background: url(/assets/images/intro-matte.png) no-repeat;
  width: 524px;
  height: 300px;
  position: relative;
  margin: 0 auto;
}
#intro .inner{
  padding: 113px 60px 0;
}
#branding{
  position: absolute;
  letter-spacing: -1em;
  text-indent: -1000em;
  top: 0;
  left: 50%;
  margin-left: -167px;
  background: url(/assets/images/logo-star.png) no-repeat 50% 0;
  overflow:hidden;
}
#branding a,
#branding{
  width: 335px;
  height: 74px;
  display:block;
  border: 0;
}

/** =badges
************************************************************
************************************************************/
#badges{
  position: relative;
  background: url(/assets/images/badge-shadows.png) no-repeat 0 100%;
  height: 253px;
  margin-top: 48px;
  margin-bottom: 40px;
}
#badges h2{
  background: url(/assets/images/txt-holiday-set.png) no-repeat;
  width: 215px;
  height: 45px;
  letter-spacing: -1em;
  text-indent: -1000em;
  position: absolute;
  left: 12px;
  top: -43px;
}

#badges li{
  position: absolute;
  bottom: 8px;
}
#badges li.b1{ left: 8px; }
#badges li.b2{ left: 130px; z-index: 10; }
#badges li.b3{ left: 257px; }
#badges li.b4{ left: 384px; z-index:10; }
#badges li.b5{ left: 506px; }
#badges li.b6{ left: 633px; }

#badge-info{
  display: none;
}

/** =extra
************************************************************
************************************************************/
#extra .instructions {
  background: url(/assets/images/gift-and-tag.png) no-repeat;
  width: 373px;
  height: 135px;
  position: absolute;
  left: 50%;
  top: -37px;
  margin-left: -186px;
  letter-spacing: -1em;
  text-indent: -1000em;
}

/** ===decoration
************************************************************
************************************************************/
#window,
#fireplace{
  position: absolute;
  z-index: 1;
}
#window {
  background: url(/assets/images/bg-window.png) no-repeat;
  width: 199px;
  height: 276px;
  left: 0;
  top: 27px;
}
#fireplace {
  background: url(/assets/images/bg-hearth.png) no-repeat;
  width: 338px;
  height: 669px;
  right: 0;
  top: 1px;
}
#snowglobe{
  width: 52px;
  height: 45px;
  position: absolute;
  background: #000;
  letter-spacing: -1em;
  text-indent: -1000em;
  right: 40px;
  top: 221px;
  z-index:100;
  background: url(/assets/images/snow-static.gif) no-repeat 0 0;
  border: 0;
  overflow:hidden;
}
#snowglobe:hover{
  background-image: url(/assets/images/snow-anim.gif);
}


/** =dropcaps
************************************************************
************************************************************/
.dropcap {
  width: 27px;
  height: 25px;
  letter-spacing: -1em;
  text-indent: -1000em;
  float: left;
  position: relative;
  top: 6px;
  margin-right: 5px;
}
.n{ background: url(/assets/images/dropcaps/n.png) no-repeat; }

/** ==order overlay
************************************************************
************************************************************/
#badge-info .tab {
  background: url(/assets/images/buy-matte.png) no-repeat scroll top left;
  width: 198px;
  height: 133px;
  position: absolute;
  top: 50px;
  left: 20px;
  z-index: 1;
  padding: 12px 18px 0 22px;
}
#badge-info img{
  position: relative;
  z-index: 5;
}
#badge-info dt{
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 8px;
}
#badge-info dd{
  margin-left: 64px;
  color: #b3ba60;
  font-size: 14px;
}
#badge-info dl{
  margin: 0 0 10px;
}

#badge-info {
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -120px;
  z-index: 101;
  text-align: left;
}
#badge-info .popup {
  position: relative;
}
#badge-info .badge {
  width: 340px;
}
#badge-info .loading {
  text-align: center;
}
#badge-info img {
  border: 0;
  margin: 0;
}

/** ==overlay
************************************************************
************************************************************/
#overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.overlay-bg {
  background-color: #000;
  z-index: 99;
}
div.overlay-hide {
  z-index:-100;
}

#overlaybar {
  position: fixed;
  display: none;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 31px;
  z-index: 102;
  background:  url(/assets/images/overlay-close-bar.png) repeat-x 0 0;
}
#overlay-close {
  width: 100%;
  height: 31px;
  position: absolute;
  background:  url(/assets/images/overlay-close-bar.png) no-repeat 50% -39px;
}
/** =thankyou
************************************************************
************************************************************/
body#thankyou #intro{
  margin-bottom: 310px;
  text-align: center;
}
body#thankyou #intro p{
  margin-bottom: .5em;
}
body#thankyou #intro .inner{
  padding-top: 100px;
}