html, body {
  padding: 0px;
  margin: 0px;
  height: 100%;
  font-family: arial, helvetica, sans-serif;
  }
body {
  margin: 0px 5px;
  font-size: 76%;
  background: url(../graphics/col_bg.gif) repeat-y;
  position: relative;
  }
div#base {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  }

#header {
  position: relative;
  margin: 0px;
  height: 116px;
  background: url(../graphics/corner_g1_ne.gif) no-repeat top right #889955;
  min-width: 984px;
  }
#logo {
  margin: 20px 10px 20px 20px;
  }

#top_nav {
  padding: 0px 0px 0px 335px;
  margin: 0px;
  list-style: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: url(../graphics/corner_g1_sw.gif) no-repeat bottom left;
  width: 628px;
  height: 35px;
  }
#top_nav li {
  float: left;
  background: #889955;
  }
#top_nav a {
  display: block;
  height: 19px;
  line-height: 18px;
  color: #ffffff;
  text-decoration: none;
  margin-right: 4px;
  padding: 8px 12px;
  white-space: nowrap;
  }
#top_nav a:hover, #top_nav li.here a {
  color: #889955;
  background: url(../graphics/corner_w_ne.gif) no-repeat top right #ffffff;
  }

#lhs {
  position: absolute;
  left: 0px;
  margin: 0px;
  padding: 0px 0px 20px 0px;
  width: 185px;
  z-index: 2;
  }

#lhs #shop_link {
  display: block;
  margin: 0px;
  width: 185px;
  height: 28px;
  border-top: 5px solid #ffffff;
  border-bottom: 5px solid #ffffff;
  }
#lhs #shop_link a {
  display: block;
  width: 185px;
  height: 28px;
  line-height: 28px;
  color: #ffffff;
  font-size: 1.3em;
  text-decoration: none;
  text-align: center;
  background: url(../graphics/corner_g1_ne.gif) no-repeat top right #889955;
  }
#lhs #shop_link a:hover, #lhs #shop_link a.here {
  background-color: #667744;
  }
#lhs #shop_link a span.cnr {
  display: block;
  width: 185px;
  height: 28px;
  background: url(../graphics/corner_g1_sw.gif) no-repeat bottom left;
  }

#lhs #side_panel {
  display: block;
  margin: 0px;
  padding: 5px 0px 0px 0px;
  width: 185px;
  text-align: center;
  color: #ffffff;
  background: url(../graphics/corner_g2_ne.gif) no-repeat top right #bbcc66;
  }

#lhs #side_panel #search {
  display: block;
  width: 175px;
  height: 35px;
  padding-left: 5px;
  text-align: right;
  }
#lhs #side_panel #search form {
  margin: 0px;
  }
#lhs #side_panel #search input {
  float: left;
  display: block;
  font-size: 1em;
  font-family: arial, helvetica, sans-serif;
  }
#lhs #side_panel #search input#search_submit {
  float: right;
  text-align: center;
  padding: 0px;
  width: 26px;
  height: 23px;
  line-height: 20px;
  cursor: pointer;
  color: #ffffff;
  background: url(../graphics/btn_blank_26.gif);
  border: none;
  }


#lhs ul#side_nav {
  clear: left;
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  border-top: 1px solid #d3de9b;
  }
#lhs ul#side_nav li {
  display: block;
  position: relative;
  margin: 0px;
  padding: 0px;
  width: 185px;
  text-align: center;
  line-height: 20px;
  font-style: italic;
  }
#lhs ul#side_nav li a {
  display: block;
  padding: 2px 5px;
  width: 175px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border-bottom: 1px solid #d3de9b;
  }
/* subnav list formatting */
#lhs ul#side_nav li ul {
  display: none;
  position: absolute;
  margin: 0px;
  padding: 0px;
  top: -1px;
  left: 185px;
  list-style: none;
  background: #bbcc66;
  border-top: 1px solid #d3de9b;
  }
#lhs ul#side_nav li ul li {
  margin: 0px;
  padding: 0px;
  font-style: normal;
  }
#lhs ul#side_nav li ul li.brandname {
  font-style: italic;
  }
#lhs ul#side_nav li ul li a {
  background: #b2c363;
  border-bottom: 1px solid #cfdb93;
  }

#lhs ul#side_nav li.here a {
  background-color: #667744;
  }
#lhs ul#side_nav li.here ul li a {
  background-color: #a0b050;
  }
#lhs ul#side_nav a:hover, #lhs ul#side_nav li.here ul li.here a, #lhs ul#side_nav li.here ul li a:hover {
  background-color: #667744;
  }

#lhs ul#side_nav li.here ul, #lhs ul#side_nav li:hover ul, #lhs ul#side_nav li.over ul {
  display: block;
  }
#lhs ul#side_nav li.here ul li {
  display: none;
  }
/* selected subnav appears on top of selected parent nav item */
#lhs ul#side_nav li.here ul li.here {
  display: block;
  position: absolute;
  left: -185px;
  }
/* when parent nav or child subnav list rolled over, subnav displayed and restored to normal position */
#lhs ul#side_nav li.here:hover ul li, #lhs ul#side_nav li.here ul:hover li, #lhs ul#side_nav li.over ul li, #lhs ul#side_nav li.over ul li.here {
  display: block;
  position: static;
  }


#main {
  width: 604px;
  margin: 0px 10px 0px 185px;
  padding: 5px 5px 40px 200px;
  }
body>div#main {
  width: auto;
  max-width: 604px;
  }
.popup {
  background: #ffffff;
  }
.popup #main {
  width: 604px;
  padding: 20px 20px 40px 20px;
  }


#footer {
  margin: 0px;
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 1px;
  left: 0px;
  border-bottom: 5px solid #ffffff;
  background: url(../graphics/corner_g2_sw.gif) no-repeat bottom left;
  z-index: 1;
  }
#footer_panel {
  margin: 0px;
  padding-left: 195px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #aabb55;
  text-align: right;
  width: 804px;
  }
#footer_panel a {
  display: inline-block;
  text-decoration: none;
  color: #aabb55;
  line-height: 13px;
  line-height: 23px;
  padding: 5px 6px 5px 6px;
  }
#footer_panel a:hover {
  color: #667744;
  }



/* product page "add to order" mechanism */
table.add_to_order {
  width: 400px;
  border-bottom: 1px solid #77aa44;
  border-left: 1px solid #77aa44;
  color: #000000;
  }
table.add_to_order span.handle {
  font-style: italic;
  color: #99aa55;
  }
table.add_to_order tr.order_form_item td {
  padding: 15px 6px 11px 6px;
  height: 15px;
  vertical-align: top;
  line-height: 19px;
  border-top: 1px solid #77aa44;
  }
table.add_to_order tr.order_form_item td.variant {
  padding: 15px 0px 11px 6px;
  text-align: left;
  }
table.add_to_order tr.order_form_item td.price {
  padding: 15px 6px 11px 0px;
  width: 100px;
  text-align: right;
  border-right: 1px dotted #aadd55;
  }
table.add_to_order tr.order_form_item td.quantity {
  padding: 13px 6px 1px 0px;
  width: 100px;
  text-align: right;
  line-height: 17px;
  border-right: 1px dotted #aadd55;
  }
table.add_to_order tr.order_form_item td.update {
  padding: 13px 6px 11px 6px;
  width: 85px;
  text-align: right;
  border-right: 1px solid #77aa44;
  }
.bonus_note {
  font-style: italic;
  }
/* Product "special" notification on product page */
p.product_special {
  font-weight: bold;
  font-style: italic;
  color: #889955;
  font-size: 1.4em;
  }



/* order form styles */
table.order_form {
  width: 793px;
  color: #000000;
  }
table.order_form span.handle, td.category {
  font-style: italic;
  color: #aabb66;
  }
table.order_form tr.order_form_item td {
  padding: 15px 6px 11px 0px;
  height: 15px;
  vertical-align: top;
  line-height: 19px;
  border-top: 1px solid #77aa44;
  }
table.order_form tr.selected td {
  background: #eaf1c4;
  }
table.order_form tr.order_form_item td.category {
  padding: 15px 6px 11px 10px;
  width: 340px;
  border-left: 1px solid #77aa44;
  }
table.order_form tr.order_form_item td.price {
  width: 100px;
  text-align: right;
  border-right: 1px dotted #aadd55;
  }
table.order_form tr.order_form_item td.quantity {
  padding: 11px 6px 1px 0px;
  width: 100px;
  text-align: right;
  border-right: 1px dotted #aadd55;
  }
table.order_form tr.order_form_item td.subtotal {
  padding: 15px 6px 11px 0px;
  width: 110px;
  text-align: right;
  border-right: 1px dotted #aadd55;
  }
table.order_form tr.order_form_item td.update {
  padding: 13px 10px 9px 10px;
  border-right: 1px solid #77aa44;
  width: 52px;
  text-align: right;
  }
table.order_form tr.special td {
  padding: 5px 6px 6px 10px;
  font-style: italic;
  color: #99aa55;
  border-top: 1px dotted #aadd55;
  border-left: 1px solid #77aa44;
  }
table.order_form tr.special td.special_note {
  padding-right: 10px;
  text-align: right;
  border-left: none;
  border-right: 1px solid #77aa44;
  }
table.order_form tr td.special_note {
  color: #ffffff;
  }
table.order_form tr.selected td.special_note {
  color: #99aa55;
  }
table.order_form tr.shipping td {
  border-top: 1px solid #77aa44;
  }
table.order_form tr.total_ex td {
  border-top: 1px dotted #77aa44;
  }
table.order_form tr.gst td {
  border-top: 1px dotted #77aa44;
  }
table.order_form tr.total td {
  border-top: 1px dotted #aadd55;
  border-bottom: 2px solid #77aa44;
  }
table.order_form a {
  color: #339900;
  font-weight: bold;
  font-style: normal;
  }
table.order_form tr.special a {
  font-weight: normal;
  font-style: italic;
  }
table.order_form tr.shipping td.numbers, table.order_form tr.total_ex td.numbers, table.order_form tr.gst td.numbers, table.order_form tr.total td.numbers {
  padding: 5px 6px 6px 0px;
  text-align: right;
  }

table.order_form tr.proceed td {
  padding: 13px 11px 26px 10px;
  text-align: right;
  }



/* checkout styles */
div#your_order {
  width: 530px;
  }
table.your_order {
  width: 530px;
  border-top: 1px solid #77aa44;
  color: #000000;
  }
table.your_order td.handle {
  color: #99aa55;
  }
table.your_order tr.order_item td {
  padding: 15px 10px 11px 0px;
  height: 15px;
  vertical-align: top;
  line-height: 19px;
  border-bottom: 1px solid #77aa44;
  }
table.your_order tr.order_item td.product {
  padding: 15px 0px 11px 10px;
  width: 175px;
  border-left: 1px solid #77aa44;
  }
table.your_order tr.order_item td.bonus {
  padding: 15px 0px 11px 10px;
  width: 175px;
  border-left: 1px solid #77aa44;
  }
table.your_order tr.order_item td.quantity {
  padding: 15px 0px 11px 0px;
  width: 40px;
  text-align: centre;
  }
table.your_order tr.order_item td.price {
  padding: 15px 10px 11px 0px;
  width: 95px;
  text-align: right;
  border-right: 1px solid #77aa44;
  }
table.your_order tr.order_item td.discount {
	width: 90px;
}
table.your_order tr.total td.price {
  font-weight: bold;
  }
table.your_order tr.shipping td.handle, table.your_order tr.total_ex td.handle, table.your_order tr.gst td.handle, table.your_order tr.total td.handle {
  padding: 5px 0px 3px 0px;
  text-align: left;
  border-bottom: 1px solid #77aa44;
  }
table.your_order tr.shipping td.price, table.your_order tr.total_ex td.price, table.your_order tr.gst td.price, table.your_order tr.total td.price {
  padding: 5px 10px 3px 0px;
  text-align: right;
  border-bottom: 1px solid #77aa44;
  }
table.your_order tr.review td.handle {
  padding: 25px 0px 11px 0px;
  text-align: right;
  }


/* checkout "your_details" styles */
div#your_details {
  width: 470px;
  }
#main p.checkout {
  margin: 0px;
  font-style: italic;
  color: #339900;
  }
table.checkout {
  margin: 0px;
  color: #000000;
  width: 530px;
  border-top: 1px solid #77aa44;
  }
table.checkout td {
  padding: 8px 0px 8px 0px;
  height: 15px;
  vertical-align: bottom;
  line-height: 21px;
  border-bottom: 1px dotted #aadd55;
  color: #339900;
  border-right: 1px solid #77aa44;
  }
table.checkout td.handle {
  width: 175px;
  padding: 8px 10px 8px 0px;
  text-align: right;
  border-right: none;
  border-left: 1px solid #77aa44;
  }
table.checkout tr.cc_exp td {
  padding: 8px 10px 8px 0px;
  border-bottom: 1px solid #77aa44;
  }
table.checkout tr.submit td {
  padding: 25px 0px 11px 0px;
  text-align: right;
  border: none;
  }
span.req {
  font-weight: bold;
  color: #556633;
  margin: 0px 3px;
  }
table.your_order span.bonus_note {
  color: #889955;
  }

input#checkout_submit {
  padding: 0px;
  width: 131px;
  height: 23px;
  line-height: 20px;
  cursor: pointer;
  color: #ffffff;
  background: url(../graphics/btn_blank_131.gif);
  border: none;
  }


#contact_form td {
  padding: 3px 0px 3px 3px;
  }
#contact_form input {
  width: 276px;
  height: 18px;
  margin: 0px;
  padding: 0px;
  }
#contact_form tr.verification td {
  padding: 30px 0px 3px 3px;
  }
#contact_form tr.verification td.handle {
  padding: 32px 0px 3px 3px;
  }
#contact_form input#security {
  position: relative;
  top: -6px;
  margin: 0px 0px 0px 5px;
  padding: 0px;
  width: 100px;
  }
#contact_form img {
  margin: 0px;
  padding: 0px;
  }
#contact_form textarea {
  width: 276px;
  }
#contact_form td.handle {
  padding: 8px 3px 3px 0px;
  text-align: right;
  color: #556633;
  font-style: italic;
  }
input#contact_submit {
  float: right;
  padding: 0px;
  width: 63px;
  height: 23px;
  line-height: 20px;
  cursor: pointer;
  color: #ffffff;
  background: url(../graphics/btn_blank_63.gif);
  border: none;
  }

/* search results */
#main p.results_note {
  font-style: italic;
  }
#main ul.search_results {
  list-style-type: none;
  margin: 10px 0px 10px 0px;
  padding: 0px;
  border-top: 1px solid #559933;
  }
#main ul.search_results li {
  list-style-type: none;
  margin: 0px;
  padding: 9px 0px 6px 0px;
  border-bottom: 1px dotted #559933;
  }
#main ul.search_results li a {
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  }
#main ul.search_results li p {
  margin: 0px;
  padding: 0px;
  font-style: italic;
  }

#main ol.legals, #main ol.legals ol {
  line-height: 1.5em;
  margin-left: 6pt;
  padding-left: 9pt;
  }
#main ol.legals li {
  margin: 6pt 0pt;
  }



table.product_table {
  border-collapse: collapse;
  width: 400px;
  border: none;
  }
table.product_table td {
  border: 1px solid #77aa44;
  }
