html, body {
  background-color: #eeeeee;
}

.page {
  background-color: #eeeeee;
}

#hd {
  background-color: #ffffff;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding: 0.5em 1em 0.5em 1em;
}

#bd {
  background-color: #ffffff;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 0.5em 1em 0.5em 1em;
}

#ft {
  background-color: #eeeeee;
  padding: 1em 0em 1em 0em;
}

#header {
  height: 100px;
  text-align: center;
  /* padding: 1em 0em 1em 0em; */
  background-image: url("/images/hd-gradient.png");
  background-repeat: repeat-x;
  border: 1px solid #C8D1B3;
}

#footer {
  text-align: right;
  color: #000000;
}

#nav .bd {
  /* border: 1px solid #C8D1B3; */
  /* background-color: #ECF0E1; */
  background-color: #FEE9EE;
  border: 1px solid #ECC3CD;
}

#nav .yuimenuitemlabel {
  font-size: 123.1%;
  background-color: #FEE9EE;
  border: 1px solid #FEE9EE;
  color: #333333;
  /* text-decoration: underline; */
}

#nav .yuimenuitemlabel-selected {
  /* background-color: #ECF0E1; */
  background-color: #FFFAFF;
  border: 1px solid #ECC3CD;
  color: #333333;
  /* text-decoration: underline; */
  cursor: pointer;
}

#nav .yuimenuitemlabel-hassubmenu-selected {
  background-image: url("/images/menuitem_submenuindicator.png");
  background-position: right center;
  background-repeat: no-repeat;
}

#nav .yuimenuitemlabel-hassubmenu {
  background-image: url("/images/menuitem_submenuindicator.png");
  background-position: right center;
  background-repeat: no-repeat;
}

.index-main {
  /* text-align: center; */
}

.index-main * {
  margin-bottom: 1em;
}

.index-main .strapline {
  font-size: 108%;
  font-style: oblique;
  font-weight: bold;
  color: #999999;
}

.index-main .shop {
  margin-left: 100px;
}

.index-main .accolade {
  padding: 2em;
  vertical-align: top;
}

.index-contact {
}

.index-contact table {
  margin-left: 100px;
}

.index-contact table th {
  text-align: left;
  vertical-align: top;
  border: none;
}

.index-contact table td {
  text-align: right;
  vertical-align: top;
  border: none;
}

.index-accolades {
  text-align: center;
}

.products-main .strapline {
  font-size: 108%;
  font-style: oblique;
  font-weight: bold;
  color: #999999;
}

.product {
  margin: 1em 0em 1em 0em;
  border-bottom: 1px solid #CCCCCC;
}

.product p {
  font-weight: normal;
  margin-left: 125px;
}

.product img.logo {
  float: left;
}

.product .gallery {
  clear: both;
  margin: 1em 125px 1em 125px;
}

.product .gallery img {
  vertical-align: middle;
  padding: 0em 1em 0em 1em;
}

.loyalty-main img {
  display: block;
  margin: 0em auto 0em auto;
  padding: 0em 0em 2em 0em;
}

.about-main h1 {
  font-size: 123.1%;
  font-weight: bold;
  color: #999999;
}

.about-main h2 {
  font-size: 108%;
  font-weight: bold;
  color: #999999;
}

.loyalty-main h1 {
  font-size: 123.1%;
  font-weight: bold;
  color: #999999;
}

.location-main h1 {
  font-size: 123.1%;
  font-weight: bold;
  color: #999999;
}

.location-main h2 {
  font-size: 108%;
  font-weight: bold;
  color: #999999;
}

.notice {
  //font-size: 123.1%;
  color: #cc3333;
}
