@charset "utf-8";

/* rules to ensure consistent rendering for all browsers */
html, body,
h1, h2, h3, h4, h5, h6,
p, div, span,
ul, ol, dl,
img, fieldset {
  margin: 0;
  border: 0;
  padding: 0;
  outline: 0;
  vertical-align: top;
}
ul, ol, dl {
  list-style: none;
}
img, fieldset {
  display: block;
}

/* site style */
html {
  background-color: #a60203;
}
body {
  margin: 0 auto;
  width: 1010px;
  background: #a60203 url("../images/background.png");
  font: 100% helvetica, arial, sans-serif;
}
body a {
  color: #a50203;
  text-decoration: none;
  cursor: pointer;
}
body a:hover {
  text-decoration: underline;
}
body abbr {
  border: 0;
}

sup {
  font-size: 0.5em;
}

/* Generic style for hiding content */
.hidden {
  position: absolute !important;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#head,
#main {
  position: relative; /* for absolutely positioning children */
  margin-left: 64px;
  margin-right: 62px;
  width: 884px;
}

#head {
  height: 152px;
  background: url("../images/head.png") repeat-x;
  color: #fff;
}
#head a.back {
  position: absolute;
  top: 7px;
  left: 13px;
  width: 201px;
  height: 20px;
  background-image: url("../images/back.png");
  text-indent: -9999px; /* hide text */
  outline: none;
}
#head h1 a {
  position: absolute;
  top: 12px;
  left: 231px;
  width: 420px;
  height: 107px;
  background-image: url("../images/heading.png");
  text-indent: -9999px; /* hide text */
  outline: none;
}

#main {
  padding-bottom: 16px;
  background: #ff810f url("../images/main.png") repeat-x;
  color: #333;
}
#main #howitworks {
  position: absolute;
  top: -5px;
  left: 268px;
  width: 604px;
  height: 110px;
  z-index: 3;
}
#main #howitworks h2 {
  position: absolute;
  top: 27px;
  width: 126px;
  height: 34px;
  background: url("../images/navigation/heading.png");
  text-indent: -9999px; /* hide text */
}
#main #howitworks ol {
  position: absolute;
  top: 0;
  left: 47px;
  width: 557px;
  height: 110px;
  background: url("../images/navigation/background.png");
}
#main #howitworks ol li span {
  position: absolute;
  text-indent: -9999px; /* hide text */
  z-index: 2;
  outline: none;
}
#main #howitworks ol li#drink span {
  top: 64px;
  left: 22px;
  width: 61px;
  height: 39px;
  background: url("../images/navigation/drink.png");
}
#main #howitworks ol li#join span {
  top: 41px;
  left: 142px;
  width: 67px;
  height: 54px;
  background: url("../images/navigation/join.png");
}
#main #howitworks ol li#enter span {
  top: 56px;
  left: 258px;
  width: 74px;
  height: 36px;
  background: url("../images/navigation/enter.png");
}
#main #howitworks ol li#earn span {
  top: 47px;
  left: 410px;
  width: 71px;
  height: 54px;
  background: url("../images/navigation/earn.png");
}
#main #sidebar {
  position: absolute;
  top: -2px;
  left: 0;
  width: 311px;
  height: 469px;
  background: url("../images/fridge.png");
  z-index: 2;
}
#main #sidebar h2 {
  position: absolute;
  top: 55px;
  left: 97px;
  width: 119px;
  height: 72px;
  background: url("../images/sidebar/join.png") 50% no-repeat;
  text-indent: -9999px; /* hide text */
  outline: none;
  cursor: pointer;
  cursor: hand;
}
body.member #main #sidebar h2 {
  padding: 1em 0 0;
  background: none;
  color: #209820;
  font-size: 85%;
  text-indent: 0; /* show text */
  text-align: center;
  line-height: 1.5em;
}
#main #sidebar ul {
  position: absolute;
  top: 245px;
  left: 42px;
  width: 168px;
  height: 136px;
  padding: 14px 2px;
}
#main #sidebar ul li {
  padding: 4px 2px;
  color: #a50203;
  font-size: 95%;
  font-weight: bold;
}
#main #sidebar #search {
  position: absolute;
  top: 429px;
  left: 44px;
  height: 23px;
  background: url("../images/search.png") no-repeat; /* ie not supporting background image on text input */
}
#main #sidebar #search input.text,
#main #sidebar #search input.submit {
  border: 0;
}
#main #sidebar #search input.text {
  margin: 0 6px;
  width: 99px;
}
#main #sidebar #search input.submit {
  width: 25px;
  height: 21px;
  background: url("../images/go.png") 50% 70% no-repeat;
  text-indent: -9999px; /* hide text */
  cursor: pointer;
}
#main #sidebar a {
  text-decoration: none;
}
#main #sidebar #callouts {
  position: absolute;
  top: 480px;
  left: 20px;
}
#main #sidebar #callouts a {
  display: block;
}
#main #sidebar #callouts a span {
  display: none;
}
#main #sidebar #callouts #mobile-callout {
  background: url("../images/sidebar/mobile_callout.png") no-repeat;
  width: 181px;
  height: 154px;
}

#main #page {
  padding: 105px 0 96px 0;
  margin-left: 208px;
  width: 655px;
  background: url("../images/page/foot.png") left bottom no-repeat;
}
#links {
  position: relative; /* for absolutely positioning children */
  height: 47px;
  background: #fff url("../images/page/head.png") left bottom no-repeat;
}
#links ul {
  position: absolute;
  top: 10px;
  right: 11px;
  border: 1px solid #cf797a;
  background-color: #a50203;
}
#links ul li {
  display: inline;
  border-left: 1px solid #fff;
  padding: 0 7px;
  font-size: 72%;
  letter-spacing: 0.05em;
  line-height: 16px;
}
#links ul li a {
  color: #fff;
}
#links ul li.initial {
  border: none;
}
#content {
  padding: 16px 20px 16px 88px;
  min-height: 342px;
  background: #fff url("../images/page/background.png") repeat-y;
}
#content * {
  position: relative; /* necessary for z-indexing */
  z-index: 3;
}
#content h3,
#content h4,
#content h5,
#content .points {
  color: #a50203;
}
#content h3 {
  margin-bottom: 8px;
  padding: 3px 36px 0;
  height: 39px;
  line-height: 40px;
  background: url("../images/banner/large.png") no-repeat;
  font-size: 145%;
  text-align: center;
}
#content ol,
#content ol li .description p,
#content ol li .item ul {
  overflow: hidden; /* clear floats */
}

#foot {
  position: relative; /* for absolutely positioning children */
  padding: 19px 0 0 180px;
  width: 830px;
  height: 117px;
  background: url("../images/foot.png") bottom no-repeat;
  color: #fff;
}
#foot h2 {
  position: absolute;
  top: 19px;
  left: 83px;
  width: 87px;
  height: 47px;
  background: url("../images/7eleven.png");
  text-indent: -9999px; /* hide text */
}
#foot ul {
  height: 17px;
}
#foot ul li {
  float: left;
  margin: 0;
  padding: 2px 0 2px 18px;
  height: 13px;
  background: url("../images/links/bullet.png") 6px 5px no-repeat;
}
#foot ul li.i {
  padding-left: 0;
  background: none;
}
#foot ul li a {
  display: block;
  height: 13px;
  text-indent: -9999px; /* hide text */
  outline: none;
}
#foot ul li.i   a { width: 72px; background: url("../images/links/7eleven.png"); }
#foot ul li.ii  a { width: 36px; background: url("../images/links/terms.png");   }
#foot ul li.iii a { width: 84px; background: url("../images/links/privacy.png"); }
#foot ul li.iv  a { width: 71px; background: url("../images/links/news.png");    }
#foot ul li.v   a { width: 48px; background: url("../images/links/careers.png");     }
#foot ul li.vi  a { width: 82px; background: url("../images/links/stores.png");  }
#foot ul li.vii a { width: 89px; background: url("../images/links/rewards_terms.png"); }
#foot ul li.viii a { width: 27px; background: url("../images/links/faqs.png"); }
#foot ul li.ix a { width: 66px; background: url("../images/links/contact.png"); }
#foot p {
  position: absolute;
  top: 43px;
  left: 180px;
  font-size: 60%;
  letter-spacing: 0.05em;
  line-height: 120%;
}

#content ul.errorlist, .error {
	color: #A60203;
}

#content .error {
	font-weight: bold;
}

#content p {
	padding: 1ex 0;
	margin-bottom: 1em;
}

#embedded {
  margin-left: 26px;
}

#content h1.down_msg {
  font-size: 100%;
  width: 110px;
  padding-left: 130px;
  padding-top: 20px;
}
