/******    miniwerks css  *****/

/*****

i apologise if you're looking at this-
my css skills are so bad that the
code below will possibly make your eyes bleed,
or at least cause severe vomiting...

site design: the.x.man  basic web design
http://www.thexman.net.nz/web-design/
jono[at]thexman[dot]net[dot]nz

*****/



/*****  main elements  *****/


* {
  margin: 0;
  padding: 0;
}

* :focus {
  outline: 0;
}

img {
  border: 0;
}

a {
  text-decoration: none;
}

.hide {
  display: none;
}

ul {
  list-style: none;
}

html {
  overflow-y: scroll;
}

body {
  cursor: default;
  font: normal 62.5%/17px Tahoma, Verdana;
  color: #454545;
  text-align: center;
  background: #fff;
  margin: 15px auto;
}

#wrapper {
  width: 860px;
  height: 600px;
  text-align: left;
  background: url(../background/126c2.png) no-repeat;
  margin: 0 auto;
  }
  #wrapper.popup {
    width: 1024px;
    background: none;
    margin: -10px auto 0 auto;
}

#container {
  position: relative;
  width: 860px;
  }
  #container.popup {
    width: 1024px;
}

a {
  color: #ed1c24;
  }
  a:hover {
    color: #000;
}

em {
  font-weight: bold;
  font-style: normal;
}


/*****  h1, h2, h3  *****/


h1 a,
h2,
h3 {
  overflow: hidden;
}

h1 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 232px;
  height: 80px;
  background: url(../background/h1.gif);
}

h2 {
  position: absolute;
  top: 69px;
  right: 0;
  width: 313px;
  height: 16px;
  background: url(../background/h2.gif);
  /*
  font: normal 16px/16px President;
  */
}

h3 {
  height: 16px;
  width: 553px;
  margin: 53px 0 1px 0;
  /*
  font: normal 18px/18px President;
  */
  }
  .welcome {
    width: 286px;
    background: url(../background/h3welcome.gif) 0 0 no-repeat;
    margin: 19px 0 0 0;
  }
  .latest {
    background: url(../background/h3latest.gif) right 0 no-repeat;
  }
  .product {
    background: url(../background/h3product.gif) right 0 no-repeat;
  }
  .shoppingCart {
    background: url(../background/h3cart.gif) right 0 no-repeat;
  }
  .checkout {
    background: url(../background/h3checkout.gif) right 0 no-repeat;
  }
  .gallery {
    background: url(../background/h3gallery.gif) right 0 no-repeat;
  }
  .contact {
    background: url(../background/h3contact.gif) right 0 no-repeat;
  }
  .consignment {
    background: url(../background/h3consignment.gif) right 0 no-repeat;
  }
  .rgm {
    background: url(../background/h3rgm.gif) right 0 no-repeat;
  }
  .manufacturers {
    background: url(../background/h3manufacturers.gif) right 0 no-repeat;
  }
  .update {
    background: url(../background/h3update.gif) right 0 no-repeat;
  }
  .thanks {
    background: url(../background/h3thanks.gif) right 0 no-repeat;
}

h1 a span,
h2 span,
h3 span {
  display: block;
  position: relative;
  z-index: 10;
  margin: -250px 0 0 0;
}


/*****  header  *****/


#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 860px;
  height: 111px;
}

#mainNav {
  position: absolute;
  top: -20px;
  right: 0;
  width: 500px;
  height: 19px;
  font-size: 1.1em;
  line-height: 18px;
  z-index: 15;
  }
  #mainNav a {
    display: block;
    width: auto;
    color: #b5b5b5;
  }
  #mainNav a.cart,
  #mainNav li ul a {
    color: #ed1c24;
  }
  #mainNav a:hover {
    color: #000;
  }
  #mainNav li {
    float: right;
    display: inline;
    width: auto;
    height: 19px;
    margin: 0 0 0 19px;
  }
  #mainNav li ul {
    position: absolute;
    width: 140px;
    left: -999em;
    line-height: 19px;
  }
  #inventory {
    margin: 1px 0 0 -19px;
  }
  #inventory li {
    clear: right;
    text-align: left;
    width: 120px;
  }
  #mainNav li ul ul {
    margin: -1em 0 0 10em;
  }
  #mainNav li:hover ul ul,
  #mainNav li.sfhover ul ul {
    left: -999em;
  }
  #mainNav li:hover ul,
  #mainNav li li:hover ul,
  #mainNav li.sfhover ul,
  #mainNav li li.sfhover ul {
    left: auto;
  }
  #specials {
    width: 145px !important;
    height: 40px;
    margin: -19px 0 0 96px !important;
  }
  #specials li a {
    width: 135px !important;
    height: 40px;
    background: #dcdcdc;
    padding: 0 0 0 5px;
  }
  #manufacturer {
    position: absolute;
    width: 441px !important;
    padding: 0 0 2px 0;
    margin: 0 0 0 -180px !important;
    background: #dcdcdc;
  }
  #manufacturer li {
    float: left;
    display: inline;
    width: 142px;
    padding: 0 !important;
    margin: 0 0 0 5px !important;
  }
  #manufacturer li a {
    width: 142px;
    margin: 1px 0 0 0 !important;
}

#sForm {
  position: absolute;
  top: -4px;
  right: 0;
  width: 194px;
  height: 38px;
  background: #dcdcdc;
  }
  #sText {
    border: 1px solid #dcdcdc;
    font-family: Tahoma;
    font-size: 1.2em;
    width: 140px;
    height: 19px;
    color: #454545;
    margin: 0 1px 0 0;
  }
  #sField {
    position: absolute;
    top: -100px;
  }
  #sForm p {
    font-size: 0.9em;
    line-height: 17px;
    text-align: right;
    color: #b5b5b5;
    background: #fff;
  }
  #sForm p a {
    color: #b5b5b5;
  }
  #sForm p a:hover {
    color: #000;
  }
  #submit {
    border: 0;
    cursor: pointer;
    font-family: Tahoma;
    font-size: 1.1em;
    line-height: 20px;
    color: #ed1c24;
    background: #dcdcdc;
  }
  #submit: hover {
    color: #000;
}


/*****  content  *****/


#content {
  position: absolute;
  top: 111px;
  left: 0;
  width: 860px;
  }
  #content p {
    font-size: 1.1em;
    margin: 5px 0;
}

#intro {
  float: left;
  display: inline;
  width: 286px;
  }
  .signature {
    text-align: right;
}

.links {
  float: left;
  display: inline;
  width: 143px;
  font-size: 1.1em;
  margin: 20px 0 0 0;
  }
  .mwupdate {
    width: 286px;
}

.date {
  position: absolute;
  top: 91px;
  right: 1px;
  text-align: right;
}

#main {
  float: right;
  display: inline;
  min-height: 600px;
  height: auto !important;
  height: 600px;
  border-left: 1px solid #dcdcdc;
  margin: 44px 0 0 0;
}

.item,
.manuName,
.bottomNav,
.checkoutBottomNav {
  clear: both;
  width: 533px;
  border-top: 1px solid #dcdcdc;
  margin: 10px 0 0 20px;
  }
  .checkoutBottomNav {
    margin: 10px 0 0 0;
  }
  .item img {
    float: left;
    display: inline;
    margin: 10px 10px 10px 0;
  }
  img.teaser {
    margin: 5px 10px 10px 0;
  }
  .item p,
  .item ul {
    font-size: 1.1em;
    margin: 5px 0;
  }
  .item p {
    overflow: hidden;
  }
  .pageCount {
    text-align: right;
  }
  .name {
    font-weight: bold;
  }
  .shop {
    float: right;
    display: inline;
    width: 130px;
    text-align: right;
    padding: 12px 0 0 0;
    margin: 0 0 -5px 10px;
  }
  .manuName,
  .bottomNav,
  .checkoutBottomNav {
    display: block;
    font-size: 1.1em;
    line-height: 19px;
  }
  .prev {
    float: left;
  }
  .next,
  .proceed {
    float: right;
  }
  .manuName p {
    font-weight: bold;
    text-align: left;
    background: #dcdcdc;
    padding: 0 0 0 220px;
    margin: 0 0 -11px 0 !important;
}

.bottomNav p {
  font-size: 1em !important;
  text-align: center;
  margin: 0 !important;
  }
  .bottomNav .proceed {
    line-height: 19px;
}


/*****  cart/checkout  *****/


#Form1 {
  width: 533px;
  margin: 10px 0 0 20px;
  }
  #Form1.checkoutContainer {
    border-top: 1px solid #dcdcdc;
}

.subtotal {
  position: absolute;
  top: 91px;
  right: 1px;
  text-align: right;
}

#cartItem {
  font-size: 1.1em !important;
  color: #454545 !important;
  }
  #cartItem img {
    float: right;
  }
  #cartItem a img {
    width: 73px;
    height: 8px;
    background: url(../background/removeItem.gif);
  }
  #cartItem a:hover img {
    background: url(../background/removeItem.gif) 0 -8px;
}

tr.cart {
  background: #dcdcdc;
}

.cartName,
.cartPart,
.cartPrice,
.remove {
  line-height: 19px;
  border-right: 1px solid #fff;
  border-bottom: 5px solid #fff;
  padding: 0 0 0 5px;
  margin: 0 0 -1px 0 !important;
  z-index: 1;
  }
  .cartName {
    width: 317px;
  }
  .cartPart {
    width: 64px;
  }
  .cartPrice {
    width: 54px;
  }
  .remove {
    width: 75px;
    text-align: right;
    border-right: 0;
}

td.cartbody {
  border-right: 1px solid #fff;
  padding: 0 0 0 5px;
  }
  .cartbody table {
    font-size: 1.1em !important;
    padding: 0 !important;
}

.checkoutText {
  width: 230px;
  line-height: 21px;
}

.checkoutInput {
  float: right;
  display: inline;
  border: 1px solid #dcdcdc;
  font-family: Tahoma;
  font-size: 1.2em;
  width: 142px;
  height: 19px;
  color: #454545;
}

#rblPayment {
  font-size: 1.1em !important;
  line-height: 19px;
  margin: 10px 0 0 0;
}

.error {
  float: right;
  display: inline;
  font-size: 1.1em;
  width: 290px;
  line-height: 21px;
  color: #ed1c24;
  margin: -26px 0 0 0;
}

#checkoutItem {
  font-size: 1.1em !important;
  color: #454545 !important;
  margin: -1px 0 0 0 !important;
  }
  #checkoutItem td.cartName {
    width: 472px;
  }
  #checkoutItem td.cartPrice {
    width: 55px;
    border-right: 0;
}

.total {
  width: 533px;
  text-align: right;
  }
  #lblTotal {
    font-weight: bold;
}

.checkoutButton {
  float: right;
  display: inline;
  border: 0;
  height: 19px;
  cursor: pointer;
  font-family: Tahoma;
  font-size: 1em;
  line-height: 19px;
  color: #ed1c24;
  background: #fff;
  }
  .checkoutButton: hover {
    color: #000;
}


/*****  footer  *****/


#footer {
  clear: both;
  width: 860px;
  border-top: 1px solid #dcdcdc;
  font-size: .8em;
  line-height: 19px;
  margin: 0 0 20px 0;
  }
  #footer p {
    margin: 0 0 0 327px;
  }
  #footer a {
    color: #454545;
}

#paypal {
  position: relative;
  top: -91px;
  left: 0;
  width: 286px;
  height: 80px;
  text-align: center;
  margin: 0 0 -80px 0;
}

#site-design {
  float: left;
  width: 11px;
  height: 107px;
  margin: -137px 0 0 -19px;
  }
  #site-design a {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 11px;
    height: 107px;
    background: url(../background/siteDesign.gif);
  }
  #site-design a:hover {
    background: url(../background/siteDesign.gif) -11px 0;
}


/*****  popup  *****/


.popup {
  width: 1024px;
  font-size: 1em;
  line-height: 19px;
  text-align: center;
  }
  .popup img {
    margin: 5px 0 0 0;
}
