/* This file contains the layout & positioning CSS for the public site.
 * It should only be included on the complete pages -- i.e. not image-popups,
 * or frames, or anything like that.
 */

body {
  margin: 20px 0 0 0;
  font-size: 0.75em;
  font-size: 9pt;
  font-family: verdana, sans-serif;
  background: #eee;
}


#container {
  min-width: 755px;
  max-width: 1100px;
/* IE Javascript min-width; commented out because it appears to crash the browser.
 *  _width: expression( document.body.clientWidth < 755 ?  "755px" : ( document.body.clientWidth > 1100 ? "1100px" : "96%"));
 */
  position: relative;
  background: white url(../images/sidebar-background.jpg) repeat-y;
  margin: 0 auto 0 auto;
  width: 96%;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
  overflow: hidden;
  border-bottom: 0px solid #ccc;
}

#top-bar {
  width: 100%;
  height: 16px;
  background: white url(../images/top-bottom-bar.jpg) repeat-x;
}

/* -- Circular menu at the top -- */

.circle-menu {
  position: absolute;
  right: 140px;
  margin: 15px 0 0 0;
  padding: 0;
  list-style-type: none;
  width: 350px;
  height: 100px;
  z-index: 1;
}
  .circle-menu li {
    display: block;
    margin: 0;
    padding: 0;
    list-style-position: inside;
    position: absolute;
  }
  .circle-menu li.item-0 {}
  .circle-menu a {
    display: block;
    text-align: center;
    padding: 6px 45px 7px 45px;
    font-family: arial, sans-serif;
    background-position: 500px 500px;
    background-repeat: no-repeat;
    color: #557F27;
    text-decoration: none;
    font-weight: bold;
    font-size: 120%;
  }
  .circle-menu a:hover {
    background-position: 50% 50%;
    color: #1F5A0C;
  }
  .circle-menu a:visited {
  }
  .circle-menu a:active {
  }

.circle-menu-2 {}
  .circle-menu-2 li {}
  .circle-menu-2 li.item-0 {}
  .circle-menu-2 li.item-1 {}

.circle-menu-3 {}
  .circle-menu-3 li {}
  .circle-menu-3 li.item-0 {}
  .circle-menu-3 li.item-1 {}
  .circle-menu-3 li.item-2 {}
  
.circle-menu-4 {}
  .circle-menu-4 li {}
  .circle-menu-4 li.item-0 {}
  .circle-menu-4 li.item-1 {}
  .circle-menu-4 li.item-2 {}
  .circle-menu-4 li.item-3 {}

.circle-menu-5 {}
  .circle-menu-5 li {}
  .circle-menu-5 li.item-0 {
    width: 100%;
    z-index: 0;
    top: 35px;
  }
  .circle-menu-5 li.item-1 {
    width: 100%;
    top: 0px;
  }
  .circle-menu-5 li.item-2 {
    top: 35px;
    right: -60px;
  }
  .circle-menu-5 li.item-3 {
    bottom: 0px;
    width: 100%;
  }
  .circle-menu-5 li.item-4 {
    top: 35px;
    left: -60px;
  }

.circle-menu-6 {}
  .circle-menu-6 li {}
  .circle-menu-6 li.item-0 {}
  .circle-menu-6 li.item-1 {}
  .circle-menu-6 li.item-2 {}
  .circle-menu-6 li.item-3 {}
  .circle-menu-6 li.item-4 {}
  .circle-menu-6 li.item-5 {}

/* --------------------------- */


.header-left {
  position: absolute;
  top: 100px;
  left: 100px;
  height: 125px;
  width: 100%;
  overflow: hidden;
}

.header-right {
  background: white url(../images/header-right-background.gif) no-repeat;
  position: absolute;
  padding: 30px 15px 0 0;
  width: 285px;
  right: 0px;
  top: 122px;
  height: 70px;
}
  .header-right .content {
    font-family: arial, sans-serif;
    float: right; display: inline;
    width: 150px;
    position: relative;
    top: -3px;
    padding: 15px 30px 30px 0;
    font-size: 90%;
    letter-spacing: 1px;
  }
  .header-right a {
    color: #3d6313;
    padding: 3px;
  }
  .header-right a:hover {
    position: relative;
    left: -6px;
    font-weight: bold;
  }
  .header-right a:visited {
  }
  .header-right a:active {
  }

#shopping-basket .content {
  background: url(../images/shopping-basket-background.gif) no-repeat;
  background-position: 82px top;
}

.sidebar-left {
  position: absolute;
  background: url(../images/sidebar-background.jpg);
  background-position: left -225px;
  width: 165px;
  height: 500px;
  top: 225px;
  color: #777;
}
  .sidebar-left .watermark {
    margin: auto;
    margin-bottom: 30px;
    width: 145px;
    display: block;
    filter: alpha(opacity=20);
    opacity: 0.2;
    -moz-opacity: 0.2;
  }
  .sidebar-left .menu {
    text-align: right;
    padding: 0;
    margin: 0 23px 25px 23px;
    border-top: 2px solid #CCC9BC;
    border-bottom: 2px solid #CCC9BC;
    list-style-type: none;
  }
    .sidebar-left .menu li {
      padding: 0;
      margin: 7px 0 7px 0;
      list-style-position: inside;
    }
    .sidebar-left .menu li a {
      padding: 7px 5px 7px 5px;
      padding-left: 15px;
      background: url(../images/sidebar-left-double-arrow.gif) no-repeat;
      background-position: 0 11px;
      font-weight: bold;
      color: #888;
      text-decoration: none;
    }
    .sidebar-left .menu li a:hover {
      background: #e5e0cd url(../images/sidebar-left-double-arrow.gif) no-repeat;
      background-position: 0 11px;
      color: #444;
      filter: alpha(opacity=60);
      opacity: 0.6;
      -moz-opacity: 0.6;
    }
  .sidebar-left p {
    font-size: 90%;
    text-align: center;
    line-height: 100%;
  }

.sidebar-right {
  position: absolute;
  background: url(../images/sidebar-right-background.gif) no-repeat;
  background-position: right top;
  width: 95px;
  right: 16px;
  height: 500px;
  top: 222px;
}


#content {
  min-height: 350px;
  _height: 350px;
  margin: 225px 120px 0 165px;
  padding-left: 30px;
}

    
#footer {
  color: #666;
  text-align: right;
  position: relative;
  clear: both;
  width: 100%;
  padding-bottom: 35px;
  background: url(../images/top-bottom-bar.jpg) repeat-x;
  background-position: left bottom;
  font-size: 90%;
}
  #footer .links {
    position: absolute;
    left: 195px;
    width: 
  }
  #footer .logos {
    position: absolute;
    right: 10px;
    top: -5px;
  }
  #footer .info {
    position: absolute;
    left: 450px;
  }
  #footer a {
    color: #666;
  }
  #footer a:hover {
    color: black;
  }

p {
  margin-top: 20px;
  margin-bottom: 20px;
}

