html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

*:focus {
  outline: 10; }

body {
  line-height: 1;
  color: black;
  background: white; }

ol, ul {
  list-style: none; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

body {
  font-size: 62.5%;
  font-family: "Lucida Grande", Arial, Helvetica, sans-serif; }

.stores {
  background: url(/assets/theme/images/backgrounds/stores.jpg) no-repeat;
  padding-left: 390px;
  padding-top: 70px;
  padding-right: 70px; }
  .stores h1 {
    background: url(/assets/theme/images/titles/in-stores.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 575px;
    height: 43px;
    text-indent: -9999px; }
  .stores h2 {
    font-size: 220%;
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.1;
    letter-spacing: -0.5px;
    color: #666;
    margin-bottom: 1em; }
  .stores p {
    font-size: 100%;
    line-height: 1.5;
    color: #a4670d;
    font-weight: bolder;
    margin-bottom: 1em; }
  .stores a {
    color: #000;
    text-decoration: none; }
    .stores a:hover {
      color: #a4670d; }

.form label {
  display: block;
  margin-bottom: 0.2em; }
.form .field {
  margin-top: 0.8em; }
  .form .field input {
    width: 20em; }
  .form .field textarea {
    font-family: inherit;
    font-size: 100%;
    width: 25em; }
.form .hide-label {
  margin-top: 0; }
  .form .hide-label label {
    display: none; }
.form .state {
  float: left;
  margin-left: 0.5em; }
  .form .state label {
    visibility: hidden; }
.form .city {
  float: left; }
  .form .city input {
    width: 10em; }
.form .zip-code {
  clear: left;
  padding-top: 0.5em; }
  .form .zip-code input {
    width: 8em; }
.form .submit {
  margin-top: 1em;
  margin-bottom: 0.5em; }
.form .error label {
  color: #c88; }
.form .error input, .form .error textarea {
  border: 1px inset #c00;
  padding: 2px;
  background: #fee; }

.feedback {
  background: url(/assets/theme/images/backgrounds/feedback.jpg) no-repeat;
  color: #fff;
  padding-top: 55px;
  padding-left: 40px; }
  .feedback h3 {
    background: url(/assets/theme/images/titles/feedback.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 564px;
    height: 47px;
    text-indent: -9999px; }
  .feedback h4 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 170%;
    letter-spacing: -0.5px;
    line-height: 1.5;
    margin-top: 1.5em; }

.signup {
  background: #000 url(/assets/theme/images/backgrounds/signup.jpg) repeat-y;
  color: #fff;
  padding-top: 60px;
  padding-left: 465px; }
  .signup h3 {
    background: url(/assets/theme/images/titles/signup.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 575px;
    height: 55px;
    text-indent: -9999px; }
  .signup h4 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 170%;
    letter-spacing: -0.5px;
    line-height: 1.5; }
  .signup label {
    color: #a4670d; }
  .signup .extra {
    color: #a4670d; }
  .signup .field input {
    width: 18em; }
  .signup .field textarea {
    width: 20em; }
  .signup .city input {
    width: 10em; }
  .signup .zip-code input {
    width: 8em; }
