
html {height: 100%;}

body {
  margin: 0; padding: 0; height: 100%;
  background-color: #fc4; color: #0a0a0a;
  font-family: Arial, sans-serif;
}

div#page {position: relative; width: 100%; height: 100%;}

div#top {position: static; width: 100%; height: 10.7em; background-color: #6c3;}

div#left {
  position: absolute;
  left: 0em; top: 0em; width: 13.3em; height: 100%;
  background-color: #29d;
}

div#square {
  position: absolute;
  left: 0em; top: 0em; width: 13.3em; height: 10.7em;
  background-color: #f00;
}

div#content {
  position: relative;
  left: 13.3em; top: 0em; width: 47em;
  padding: 2em;
}

div#title {
  position: absolute;
  left: 5em; top: 2.8em; max-width: 60em;
  z-index: 1;
}

div#menu {
  position: absolute; left: 18em; top: 10em; z-index: 2;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 85%; font-weight: bold; letter-spacing: 0.2em;
  color: #222;
}

#seal {position: absolute; left: 2.5em; top: 14em;}

h1 {
  font-size: 480%; font-weight: normal; letter-spacing: 20px;
  color: white;
  margin: 0;
}

h2 {
  font-size: 175%; font-weight: normal; letter-spacing: 3px;
  margin: 0em 0em 0.5em;
  color: #333;
}

h3 {
  font-size: 135%; font-weight: normal; letter-spacing: 1px;
  margin: 0em 0em 0.7em;
  color: #333;
}

h4 {
  font-size: 105%; font-weight: bold; letter-spacing: 1px;
  margin: 0em 0em 1em;
  color: #332;
}

h5 {
  font-size: 100%; font-weight: bold;
  margin: 0em 0em 1em;
  color: #332;
}

img {border: 0;}

b {color: #222;}

a:link {color: #a42; font-weight: bold;}

a:active {color: #ffd; font-weight: bold;}

a:hover {color: #ffd; font-weight: bold;}

a:visited {color: #a42; font-weight: bold;}

#menu a {text-decoration: none; color: #333;}

#menu a:active {color: white;}

#menu a:hover {color: white;}

#menu a:visited {}

.store-footer {display: none;}

.store-product-detail-title,
.store-product-detail-pricing,
.store-product-list-item-title,
.store-product-list-item-pricing {padding: 0em 1em 0em 0em;}

.store-product-list-item-description {margin-top: 1em;}
