body, html {
  height: 100%;
  font-family: verdana,arial,helvetica,sans-serif;
}

html {
  overflow: auto;
}

body {
  background: white url(../img/bar-left230.png) top left repeat-y;
}

#container {
  position: relative;
  background: transparent url(../img/bar-right.png) 858px 0px repeat-y;
  min-height: 100%; height: 100%;
}
#container[id] {
  height: auto;
}

#header {
  position: fixed;
  height: 170px;
  width: 100%;
  top: 0; left: 0;
  background: white url(../img/bar-left230.png) top left repeat-y;
  z-index: 100;
}
#header-bg {
  height: 100%; width: 100%;
  background: url(../img/bar-right.png) 858px 0px repeat-y;
}
#header-bg span {
  position: absolute;
  height: 100px; width: 100%;
  background: url(../img/header-bg.png) no-repeat 230px 0px;
}
#header-logo {
  position: absolute;
  top: 25px; left: 46px;
}
#header-logo img {
  display: block;
}

#nav-top {
  position: fixed;
  top: 120px; left: 230px;
  width: 628px; height: 40px;
  background: #f3fffd;
  z-index: 200;
}
#nav-top li {
  margin-left: 1.15ex;
  max-width: 16ex;
  width: 1ex;
  font-size: 15px;
  font-variant: small-caps;
  color: #606463;
  float: left;
}
#nav-top[id] li {
  width: auto;
}
#nav-top li a span {
  white-space: nowrap;
}
#nav-top li.active {
  background: #96c9c2;
}

#nav-top li a {
  display: block;
  padding: 2px 4px;
  height: 36px;
  color: #606463;
  text-decoration: none;
}
#nav-top li a:hover {
  background: #96c9c2;
}

#nav-left {
  float: left;
  /* position: absolute; top: 170px; left: 0px; bottom: 0px; */
  margin-top: 160px;
  padding-bottom: 3em;
  width: 230px;
  /* font-variant: small-caps; */
  font-size: 13px;
  color: white;
}

#nav-left a, #nav-left span {
  text-decoration: none;
  color: white;
}
#nav-left a:hover { text-decoration: underline; }

#nav-left ul.nav-l2 {
  margin-top: 0.75em;
}
#nav-left li.nav-l2 {
  margin: 0.7em 0 0 0;
  padding-left: 23px;
  background: transparent url(../img/bullet.png) no-repeat 13px 6px;
}
#nav-left li.nav-l3 {
  padding-left: 15px;
  background: transparent url(../img/bullet.png) no-repeat 4px 6px;
}
#nav-left li.nav-l2-cur span, #nav-left li.nav-l3-cur span {
  font-weight: bold;
}

#content-frame {
  float: left;
  width: 603px;
  /* position: relative; top: 0px; left: 245px; */
  margin-left: 15px;
  padding-top: 190px; padding-bottom: 3em;
  z-index: 1;
  background: transparent;
}

#bar-right {
  font-size: 90%;
  float: left;
  margin-left: 15px;
  padding-top: 180px; padding-bottom: 3em;
  width: 125px;
  color: white;
}

#header-search {
  position: absolute;
  top: 82px; left: 30px;
  color: white;
}
#header-search a {
  color: white;
  text-decoration: none;
  display: block;
  clear: left;
}
#header-search label {
  font-size: 14px;
}
#header-search input.header-search-sword {
  float: left;
  border: none;
  background: #e6fffc;
  font-size: 11px;
  height: 14px; width: 140px;
  padding: 0 2px 2px 2px;
}
#header-search input.header-search-submit {
  float: left;
  display: block;
  width: 16px; height: 16px;
  border: none;
  margin: 0; padding: 0 0 0 4px;
  vertical-align: center;
}
#header-basket {
  position: absolute;
  width: 110px;
  top: 122px; left: 878px;
  text-align: right;
  color: white;
}
#header-basket a {
  text-decoration: none;
  font-weight: bold;
  color: white;
}

#header-newsletter {
  position: absolute;
  top: 140px; left: 28px
}
#header-newsletter a, #header-newsletter a span {
  display: block;
  width: 148px; height: 20px;
  overflow: hidden;
}
#header-newsletter a span {
  background: transparent url(../img/newsletter.gif) top left no-repeat;
}

#bottom-pusher { clear: both; }

#footer-clearer {
  clear: both;
  padding-bottom: 3em;
}
#footer {
  margin-top: 2em;
  color: #606463;
}
#footer span {
  margin-right: 20px;
}
#footer a {
  color: #606463;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}

.clearer {
  clear: both;
}

span.nobr {
  white-space: nowrap;
}

/* #header-basket a:hover { text-decoration: underline; } */



