/* FRONTEND Stylesheet */
/* Master Stylesheet for Screen Media */

/* html elements
------------------------------------------- */
body, html {
  background: url('/img/frontend/bg.gif') top center;
  color: #47493b;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  height: 100%;
  width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: #1e210b;
  text-decoration: underline;
}
em {
  font-style: italic;
}
h2, h2 a {
  color: #5b6326;
  font-size: 16px;
  font-weight: none;
  margin-bottom: 2px;
}
h3, h3 a {
  color: #b4be71;
  font-size: 10px;
  font-weight: normal;
  line-height: 14px;
  margin-bottom: 12px;
}
h4, h4 a {
  color: #47493b;
  font-size: 11px;
  font-weight: bold;
  margin: 10px auto 3px auto;
}
h5, h5 a {
  color: #47493b;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 3px;
}
p {
  line-height: 14px;
}
p a {
  color: #b4be71;
}
strong {
  font-weight: bold;
}

/* html special elements
------------------------------------------- */
div.container {
  margin: 0 auto;
  overflow: hidden;
  width: 798px;
}

/* header
------------------------------------------- */
#header {
  height: 151px;
  overflow: hidden;
  text-align: center;
}
#header div.container {
  height: 140px;
}
* html #header div.container {
  height: 136px;
}
#header div.hr {
  background: url('/img/frontend/header-hr.gif') bottom center repeat-x;
  height: 11px;
}
#header h1.logo {
  background: url('/img/frontend/header-logo.gif') top left no-repeat;
  float: left;
  height: 140px;
  margin: 0 0 0 30px;
  width: 200px;
}
#header ul.navigation {
  float: left;
  height: 26px;
  overflow: hidden;
  position: relative;
  top: 101px;
  width: 510px;
}
#header ul.navigation li {
  float: left;
  height: 26px;
}
#header ul.navigation li a {
  background: url('/img/frontend/header-nav.gif') top left no-repeat;
  display: block;
  height: 26px;
}
#header ul.navigation li.home a {
  background-position: 0px 0px;
  width: 73px;
}
#header ul.navigation li.home a:hover {
  background-position: 0px -26px;
}
#header ul.navigation li.gallery a {
  background-position: -73px 0px;
  width: 100px;
}
#header ul.navigation li.gallery a:hover {
  background-position: -73px -26px;
}
#header ul.navigation li.retail a {
  background-position: -173px 0px;
  width: 83px;
}
#header ul.navigation li.retail a:hover {
  background-position: -173px -26px;
}
#header ul.navigation li.events a {
  background-position: -256px 0px;
  width: 90px;
}
#header ul.navigation li.events a:hover {
  background-position: -256px -26px;
}
#header ul.navigation li.shop a {
  background-position: -346px 0px;
  width: 65px;
}
#header ul.navigation li.shop a:hover {
  background-position: -346px -26px;
}
#header ul.navigation li.contact a {
  background-position: -411px 0px;
  width: 99px;
}
#header ul.navigation li.contact a:hover {
  background-position: -411px -26px;
}

/* content
------------------------------------------- */
#content {
  background: #fffff0 url('/img/frontend/content-bg.gif') top left repeat-x;
  overflow: hidden;
  text-align: center;
}
#content div.container {
  padding: 5px 0px;
  margin: 0px auto;
}
#content div.container div.aside {
  float: right;
  overflow: hidden;
  width: 264px;
}
#content div.container div.main {
  float: left;
  overflow: hidden;
  padding-right: 1px;
  width: 531px;
}

/* footer
------------------------------------------- */
#footer {
  height: 55px;
  overflow: hidden;
  text-align: center;
  width: 100%;
  color: #575d2c;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: bold;
  text-decoration: none;
}
#footer a {
  color: #575d2c;
  text-decoration: none;
}
#footer a:hover {
  color: #8c9355;
  text-decoration: underline;
}
#footer div.developer {
  float: right;
  margin-right: 10px;
  margin-top: 10px;
}
* html #footer div.developer {
  margin-top: 5px;
}
#footer div.hr {
  background: url('/img/frontend/footer-hr.gif') top center repeat-x;
  border: none;
  height: 7px;
  margin: 0;
}
#footer ul.navigation {
  float: left;
  margin-left: 10px;
  margin-top: 10px;
}
* html #footer ul.navigation {
  margin-top: 7px;
}
#footer ul.navigation li {
  float: left;
  margin-right: 10px;
}
