@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

body {
  background-color: #281A11;
  text-align: center;
}

.hide {
  display: none;
}

.clear-fix {
  clear: both;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
}

.empty {
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
}

div#wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 969px;
  position: relative;
}

div#top {
  width: 969px;
  height: 284px;
  background-image: url(../img/bg-top.jpg);
  background-repeat: no-repeat;
  position: relative;
}

div#top h1#logo {
  float: left;
  width: 461px;
  height: 266px;
  background-image: url(../img/logo.jpg);
  background-repeat: no-repeat;
}

div#top h1#logo span {
  display: block;
  text-indent: -999em;
}

div#top div#right-top {
  width: 457px;
  height: 284px;
  float: right;
  background-image: url(../img/bg-right-top.jpg);
  background-repeat: no-repeat;
}

div#content {
  width: 969px;
  background-image: url(../img/bg-content.gif);
  background-repeat: repeat-y;
  position: relative;
  padding-bottom: 20px;
  text-align: left;
}

div#teaser-wrapper {
  text-align: left;
  position: absolute;
  top: 250px;
  left: 185px;
  width: 300px;
  font-weight: bold;
  font-style: italic;
  font-family: georgia,serif;
  letter-spacing: -1px;
  font-size: 16px;
  line-height: 20px;
  color: #523E2D;
  z-index: 2;
}

div#content div#right-bottom {
  width: 457px;
  height: 93px;
  float: right;
  background-image: url(../img/bg-right-bottom.jpg);
  background-repeat: no-repeat;
}

div#content div#coffee-brands {
  text-align: left;
  padding-left: 155px;
}

div#content div#coffee-brands div#arrow-left,
div#content div#coffee-brands div#arrow-right {
  float: left;
  display: none;
}

div#content div#coffee-brands div#arrow-left {
  margin-right: 10px;
}

div#content div#coffee-brands div#arrow-left a,
div#content div#coffee-brands div#arrow-right a {
  display: block;
  width: 17px;
  height: 188px;
  margin-top: 30px;
  background-image: url(../img/arrow-left.gif);
  background-repeat: no-repeat;
}

div#content div#coffee-brands div#arrow-right a {
  background-image: url(../img/arrow-right.gif);
}

div#content div#coffee-brands div#arrow-left a:hover {
  background-image: url(../img/arrow-left-light.gif);
}

div#content div#coffee-brands div#arrow-right a:hover {
  background-image: url(../img/arrow-right-light.gif);
}

div#content div#coffee-brands div#arrow-left a span,
div#content div#coffee-brands div#arrow-right a span {
  display: block;
  text-indent: -999em;
}

div#content div#coffee-brands div#scroller {
  width: 612px;
  float: left;
}

div#content div#coffee-brands div#scroller div#scroller-content div.element {
  float: left;
  width: 154px;
  height: 150px;
  background-image: url(../img/bg-element.gif);
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 20px;
  margin-right: 10px;
}

div#content div#coffee-brands div#scroller div#scroller-content div.element h3 {
  font-weight: bold;
  font-style: italic;
  font-family: georgia,serif;
  letter-spacing: -1px;
  font-size: 26px;
  margin-bottom: 20px;
  color: #523E2D;
}

div#content div#coffee-brands div#scroller div#scroller-content div.element p {
  font-style: italic;
  font-family: georgia,serif;
  font-size: 12px;
  line-height: 14px;
  color: #AE9E91;
}

div#content div#bar {
  width: 622px;
  height: 49px;
  background-image: url(../img/bg-bar.gif);
  background-repeat: no-repeat;
  margin-left: 175px;
}

div#content div#bar div#bar-text {
  width: 378px;
  float: left;
  text-align: left;
  font-size: 14px;
  line-height: 49px;
  font-style: italic;
  color: #8dA89E;
  padding-left: 20px;
  padding-right: 20px;
}

div#content div#bar div#bar-button {
  width: 204px;
  float: left;
}

div#content div#bar div#bar-button a {
  text-align: center;
  display: block;
  width: 199px;
  height: 49px;
  background-image: url(../img/bg-button.gif);
  background-repeat: no-repeat;
  line-height: 49px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #72A091;
  font-family: georgia,serif;
  letter-spacing: 2px;
  text-decoration: none;
  padding-left: 5px;
}

div#content div#bar div#bar-button a:hover {
  background-image: url(../img/bg-button-hover.gif);
  color: #FFFFFF;
}

div#adress {
  width: 969px;
  height: 193px;
  background-image: url(../img/bg-adress.jpg);
  background-repeat: no-repeat;
}

div#footer {
  width: 969px;
  height: 176px;
  background-image: url(../img/bg-footer.jpg);
  background-repeat: no-repeat;
}