html, body {
  width: 100%; height: 100%;
  font-family: helvetica, arial, sans-serif;
  font-size: 12px;
  color: black;
  background-color: white;
  margin: 0; padding: 0;
}

div#container {
/*  background: white url(../img/bg-leftbar.png) -50px 0 repeat-y;*/
  height: 100%;
  max-width: 830px;
  width: 830px;
  /*background: white url(../img/bg-left.png) 99% 0% repeat-x;*/
  border-right: 1px solid #aec0e8;
}
div#container[id] {
  width: auto;
}

div#logo-bg {
  position: absolute; top: 0; left: 0;
  width: 170px; height: 100px;
  /*background: white url(../img/bg-logo.png) -92px 0 repeat-y;*/
  background: white;
  overflow: visible;
  z-index: 1;
}

div#logo {
  display: block;
  position: absolute; top: 7px; left: 6px;
  width: 158px; height: 86px;
  z-index: 2;
}

div#header-container {
  position: absolute; top: 0; left: 0;
  width: 100%; height: 100px;
  max-width: 830px;
  background: #aec0e8 url(../img/bg-header.png) 80px 0 repeat-y;
}
div#header {
  margin-left: 180px;
  color: white;
}
div#header-bar-outer {
  position: absolute; bottom: 0; left: 0; right: 0;
  width: 100%; height: 29px;
  z-index: 3;
}
div#header-bar {
  margin-left: 170px;
  height: 25px;
  background: #000461;
  border-top: 2px solid #aec0e8;
  border-bottom: 2px solid #aec0e8;
}

div#left {
  position: absolute; top: 0; left: 0;
  /*background: white url(../img/bg-left.png) top left repeat-x;*/
  background: #ffff80;
  width: 170px; height: 100%;
}

div#nav-left {
  padding-top: 100px;
}

div#main {
  padding-left: 170px; padding-top: 100px;
}

div#nav-top {
  /*margin-left: 170px; margin-top: 100px;*/
}

div#content {
  clear: both;
  max-width: 600px;
  padding-top: 40px; padding-left: 30px; padding-right: 30px;
  width: 600px;
}
div#content[id] { width: auto; }

div#nav-left ul {
  margin: 70px 0; padding: 0;
  list-style: none;
}

div#nav-left ul li {
  margin: 2px 0; padding: 0;
  list-style: none;
}
div#nav-left ul li a {
  display: block;
  padding: 4px 15px;
  background: transparent;
  color: black;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
div#nav-left ul li.cur a {
  background: white url(../img/bullet-menu.png) 90% 50% no-repeat;
}


div#nav-left ul li a:visited {
  color: black;
}

div#nav-top ul {
  display: block;
  margin: 0; padding: 0;
  list-style: none;
}
div#nav-top ul li {
  display: block; float: left;
  margin: 0; padding: 0;
  list-style: none;
}
div#nav-top ul li a {
  display: block;
  padding: 4px 0; margin: 0 15px;
  background: white;
  color: black;
  font-size: 12px;
  font-weight: bold;
}
div#nav-top ul li a:visited {
  color: black;
}

div#site-tools {
  margin: 4px 0;
  max-width: 650px;
  width: 650px;
  text-align: right;
}
div#site-tools[id] { width: auto; }
div#site-tools ul {
  margin: 0; padding: 0;
  list-style: none;
}
div#site-tools ul li {
  margin: 0; padding: 0;
  list-style: none;
}
div#site-tools a {
  text-decoration: none;
  font-weight: bold;
  color: white;
}
div#site-tools a:visited {
  color: white;
}
div#site-tools a:hover {
  text-decoration: underline;
}

#content h1 { font-size: 140%; }
#content h2 { font-size: 130%; }
#content h3 { font-size: 120%; }
#content h4 { font-size: 110%; }

div.clearer {
  width: 0;
  height: 0;
  clear: both;
}

.shop-itemlist .category {
  font-size: 120%;
  font-weight: bold;
  margin: 0.25em 0 0.1em 0;
}

.shop-itemlist .item-title {
  background-color: #aec0e8;
}
.shop-itemlist .item-body {
  float: left;
}
.shop-itemlist .item-order {
  float: right;
}

.tobasket {
  margin-bottom: 1em;
}
.tobasket a {
  font-weight: bold;
}

.shop-single .item-title {
  background-color: #aec0e8;
}
.shop-single .item-body {
  float: left;
}
.shop-single .item-order {
  float: right;
  text-align: right;
}

.shop-search {
  margin-bottom: 1em;
}

.bold { font-weight: bold; }
.indicator { color: red; }

.twocolumn .left, .twocolumn .right {
  width: 50%;
  float: left;
}
