/* ----- PAGE LAYOUT ----- */
html {
  background-color: #595959;
  font-family: arial;
  width: 825px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

body {
  margin-top: 0px;
  margin-bottom: 0px;
  height: 100%;
}

.footer {
  clear: both;
}

.wrapper {
  min-height: 100%;
  margin: 0 auto -39px;
  background-image: url('../images/side_shadow.jpg');
}

.wrapper-content {
  width: 765px;
  float: left;
  margin: 0 auto -39px;
  height: 100%;
  min-height: 100%;
  padding-left: 22px;
  padding-right: 22px;
  background-image: url('../images/side_shadow.jpg');
  background-repeat: repeat-y;
}

#page {
  width: 765px;
  height: 100%;
  float: left;
  clear: none;
  background-color: black;
}

#leftnav {
  width: 201px;
  height: 100%;
  float: left;
  background-color: black;
}

#leftnrav-bg {
  width: 201px;
  height: 200px;
  background-color: black;
  position: relative;
  left: 0px;
  right: 0px;

}

#content {
  height: 100%;
  width: 564px;
  float: right;
  background-color: white;
}

#footer {
  text-align: center;
  vertical-align: center;
  height: 39px;
  border-top: 4px solid #fdc903;
  clear: both;
  color: white;
  font-size: 8pt;
  background-image: url('../images/footer.jpg');
}

/* ----- HEADER ----- */

#header {
  margin-bottom: -7px;
  position: relative;
}

.header-content a img {
  border: none;
}

#topnav {
  margin-top: -28px;
  padding: 0px;
  width: 565px;
  background-color:
}

#topnav li {
  display: inline;
  list-style-type: none;
  margin-left: 20px;
  margin-right: 20px;
}

#topnav li a {
  font-family: "Arial Black";
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}

#topnav li a:hover {
  color: #fdc903;
}

#topnav li a.selected {
  color: #fdc903;
}

#make-enquiry {
  position: absolute;
  width: 171px;
  height: 28px;
  top: 119px;
  left: 593px;
  background-image: url('../images/enquiry_button.gif');
}

#make-enquiry:hover {
  background-position: 0px -30px;
}


/* ----- LEFT MENU ----- */

#leftnav {
  background-color: black;
  position: relative;
  height: 100%;
}

#leftnav ul {
  background-color: white;
  list-style-type: none;
  padding-left: 12px;
  margin-left: 18px;
  margin-top: 0px;
  margin-bottom: 0px;
  position: static;
  top: 40px;
  left: 20px;
  width: 153px;
  border-left:
}

#leftnav ul li {
  font-size: 9pt;
  margin-left: -12px;
  padding-left: 22px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#leftnav ul li:hover {
  background-color: #fdc903;
}

.selected-menu {
  background-color: #fdc903;
}

#leftnav ul li h2 {
  font-family: "Arial Black";
  font-size: 10pt;
  margin-left: -10px;
  margin-top: 0px;
  margin-bottom: 0px;
}

#leftnav ul li a {
  text-decoration: none;
  color: black;
}

#leftnav-top, #leftnav-bottom {
  position: relative;
}

#leftnav-left, #leftnav-right {
  position: absolute;
}

#leftnav-left {
  top: 40px;
  left: 0px;
}
#leftnav-right {
  top: 40px;
  left: 183px;
}

#leftnav hr {
  margin-top: 0px;
  margin-bottom: 0px;
}

#line-top {
  height: 1px;
  background-color: #595959;
}

#line-bottom {
  height: 1px;
  background-color: #d0d0d0;
}

#shopping-cart {
  padding-bottom: 8px;
}

#products {
  padding-top: 8px;
}

/* ----- PAGE CONTENT ----- */

#content-top-border {
  height: 19px;
  width: 564px;
  background-image: url('../images/header_shadow_page_content.gif');
  background-repeat: repeat-x;
}

#content-container {
  padding: 15px;
  font-size: 10pt;
  line-height: 160%;
  background-color: white;
  min-height: 550px;
}

.product-listing {
  margin-top: 28px;
  margin-bottom: 28px;
}

.product-listing h4 {
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 12pt;
}

#content-container h3 {
  font-size: 9pt;
}

#content-hr {
  height: 1px;
  background-color: #fdc903;
}

.buy-now {
  float: right;
  height: 58px;
  width: 118px;
  background-image: url('../images/buy_now_button.gif');
}

.buy-now:hover {
  background-position: 0px -56px;
}

.price {
  color: #fdc903;
  font-size: 12pt;
}

#product-large {
  float: left;
}

#product-features {
  width: 400px;
  float: right;
}

#product-desc {
  font-size: 9pt;
  line-height: 110%;
}

#product-rate {
  margin-left: 5px;
  margin-bottom: 64px;
  float: left;
  width: 540px;
  height: 30px;
  font-size: 9pt;
}

#product-rate form {
  width: 370px;
  display: inline;
  height: 30px;
}

#product-rate form span {
  height: 30px;
  border: solid black 1px;
}

#product-rate form span input {
  margin-left: 9px;
  margin-right: 9px;
  vertical-align: center;
}

#rate {
  background-color: #fdc903;
  border-right: solid black 1px;
  padding: 4px 6px 4px 6px;
  margin-left: 0px;
  text-align: center;
  vertical-align: center;
  clear: none;
}

#rate-value {
  margin-left: -4px;
  padding: 4px 6px 4px 6px;
}

#product-submit {
  border: none;
  width: 59px;
  height: 32px;
  background-image: url('../images/rate_button.gif');
}

#product-submit:hover {
  background-position: 0px -30px;
}

#shopping-cart-header {
  font-size: 13pt;
  line-height: 35px;
  font-weight: bold;
}

table {
  padding: 0;
  margin-top: 10px;
}

table thead {
  background-color: #fdc903;
  font-weight: bold;
}

#heading {
  margin-top: 0;
}

#heading tr td {
  padding: 0;
}

table thead tr td {
  outline-right: solid #fdc903 1px;
  padding: 2px 2px 2px 2px;
}

.td-right {
  text-align: right;
}

.update {
  float: right;
  width: 76px;
  height: 32px;
  background-image: url('../images/update_button.gif');
}

.update:hover {
  background-position: 0px -30px;
}

.back-to-shopping {
  float: left;
  width: 150px;
  height: 32px;
  background-image: url('../images/back_to_shopping_button.gif');
}

.back-to-shopping:hover {
  background-position: 0px -30px;
}

.checkout {
  float: right;
  background-image: url('../images/checkout_button.gif');
  width: 219px;
  height: 40px;
}

.checkout:hover {
  background-position: 0px -40px;
}

/* ----- FOOTER ----- */


.footer-left {
  width: 22px;
  height: 43px;
  background-image: url('../images/side_shadow_left.gif');
  background-repeat: repeat-y;
  float: left;
}

.footer-content {
  clear: none;
  text-align: center;
  vertical-align: center;
  height: 39px;
  width: 765px;
  font-size: 8pt;
  background-image: url('../images/footer.jpg');
  border-top: 4px solid #fdc903;
  float: left;
}

.footer-right {
  width: 22px;
  height: 43px;
  background-image: url('../images/side_shadow_right.gif');
  background-repeat: repeat-y;
  float: left;
}

