/* set defaults */

* {
  font-family: Tahoma,Geneva,sans-serif;
  margin: 0px;
  padding: 0px;
}

font {
}

/* generic HTML elements */

body {
  background-color: #FFFFFF;
  color: #414141;
}

img {
  border: 0px;
}

input {
  font-size: 11px;
}

textarea {
  font-size: 11px;
}

select {
  font-size: 11px;
}

h1 {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
}

h2 {
  color: #414141;
  font-size: 16px;
  font-weight: normal;
  margin: 0px 0px 10px 0px;;
}

p {
  color: #414141;
  font-size: 12px;
  margin: 0px 0px 10px 0px;
}

a {
  color: #f68422;
  font-size: 12px;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ol {
  color: #414141;
  line-height: 1.4;
  padding: 0px 5px 10px 0px;
  margin: 0px 0px 0px 35px;
}

ol li {
  color: #414141;
  font-size: 12px;
  padding: 0px 0px 0px 0px;
}

ul {
  color: #414141;
  list-style-type: none;
  line-height: 1.4;
  padding: 0px 5px 10px 15px;
  position: relative;
}

ul li {
  background-image: url( /images/site/bullet.gif );
  background-position: 3px 3px;
  background-repeat: no-repeat;
  color: #414141;
  font-size: 12px;
  line-height: 16px;
  padding: 0px 0px 0px 17px;
  zoom: 1;
}

li a {
  color: #f68422;
  font-size: 12px;
  text-decoration: none;
}

li a:hover {
  text-decoration: underline;
}

/* global classes */

.textbox {
  border: 0px;
  background-color: transparent;
  color: #414141;
  font-size: 11px;
  margin: 0px 0px 0px 15px;
  overflow: hidden;
  padding: 7px 0px 0px 0px;
  width: 195px;
}

.button {
  border: 1px solid #414141;
  padding: 0px 10px 0px 10px;
  font-size: 11px;
  height: 20px;
}

.textbox2 {
  border: 1px solid #414141;
  font-size: 11px;
}

.redback {
  background-color: #CF0000;
  border: 1px solid #EEEEEE;
  color: #FFFFFF;
}

.redtext {
  color: #CF0000;
}


/* section layout */

#header1 {
  background-color: #E5E5E5;
  height: 45px;
  margin: auto;
  position: relative;
  width: 994px;
}

#header2 {
  background-color: #F7F7F7;
  height: 67px;
  margin: auto;
  position: relative;
  width: 994px;
}

#footer {
  background-color: #E5E5E5;
  background-image: url( /images/site/page-back.gif );
  background-position: top left;
  background-repeat: repeat-y;
  margin: auto;
  padding: 0px 20px 20px 334px;
  position: relative;
  width: 640px;
}

#page {
  background-image: url( /images/site/page-back.gif );
  background-position: top left;
  background-repeat: repeat-y;
  margin: 0px auto -112px auto;
  overflow: hidden;
  position: relative;
  top: -112px;
  width: 994px;
}

#left {
  display: inline;
  float: left;
  margin: 0px 0px 0px 20px;
  overflow: hidden;
  position: relative;
  width: 294px;
}


#right {
  display: inline;
  float: left;
  height: 100%;
  margin: 0px 0px 0px 20px;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  width: 640px;
}

/* left column */

#leftback {
  background-image: url( /images/site/leftback.gif );
  background-position: bottom center;
  background-repeat: no-repeat;
  bottom: 0px;
  height: 238px;
  left: 20px;
  position: absolute;
  width: 294px;
}

#logo {
  height: 112px;
  margin: 0px auto 20px auto;
  position: relative;
  width: 134px;
}

#searchbox {
  background-image: url( /images/site/textbox.gif );
  height: 26px;
  margin: 0px auto 7px auto;
  overflow: hidden;
  position: relative;
  width: 254px;
}

#mailing {
  background-image: url( /images/site/textbox.gif );
  height: 26px;
  margin: 0px auto 40px auto;
  overflow: hidden;
  position: relative;
  width: 254px;
}

.box-left {
  margin: 0px auto 40px auto;
  position: relative;
  width: 254px;
}

.box-left-title {
  background-image: url( /images/site/boxtitle-left.gif );
  height: 39px;
  position: relative;
  width: 254px;
}

.box-left-body {
  background-color: #f4f4f4;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  padding: 10px 0px 5px 0px;
  width: 252px;
}

.box-left-body p {
  padding: 4px 14px 4px 14px;
}

.box-left-bottom {
  background-image: url( /images/site/boxbottom-left.gif );
  height: 3px;
  overflow: hidden;
  position: relative;
  width: 254px;
}

.left-product {
}

.left-product a {
  color: #414141;
  display: block;
  padding: 4px 14px 4px 14px;
  text-decoration: none;
}

.left-product a:hover {
  background-color: #E5E5E5;
  text-decoration: none;
}

#sendpage {
  background-image: url( /images/site/textbox.gif );
  height: 26px;
  margin: 0px auto 20px auto;
  overflow: hidden;
  position: relative;
  width: 254px;
}

#social {
  height: 40px;
  margin: 0px auto 20px auto;
  overflow: hidden;
  position: relative;
  width: 254px;
}

/* headers */

#header1-text {
  height: 45px;
  position: relative;
  width: 640px;
}

#header2-text {
  height: 67px;
  position: relative;
  width: 640px;
}

.tick-1 {
  float: left;
  margin: 10px -3px 0px 0px;
}

.tick-2 {
  color: #414141;
  float: left;
  font-size: 12px;
  margin: 14px 10px 0px 0px;
  white-space: nowrap;
}

.tick-2 a {
  color: #f68422;
}

#active {
  position: absolute;
  right: 0px;
  top: 8px;
}

#telno {
  color: #414141;
  font-size: 16px;
  position: absolute;
  left: 0px;
  bottom: 10px;
}

#mybasket {
  background-image: url( /images/site/mybasket.gif );
  bottom: 0px;
  height: 39px;
  overflow: hidden;
  position: absolute;
  right: 150px;
  width: 145px;
}

#mybasket a {
  color: #FFFFFF;
  display: block;
  font-size: 16px;
  height: 39px;
  padding: 10px 0px 0px 25px;
  text-align: center;
  text-decoration: none;
}

#myaccount {
  background-image: url( /images/site/myaccount.gif );
  bottom: 0px;
  height: 39px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  width: 145px;
}

#myaccount a {
  color: #FFFFFF;
  display: block;
  font-size: 16px;
  height: 39px;
  padding: 10px 0px 0px 0px;
  text-align: center;
  text-decoration: none;
}

#mylinks {
  bottom: 0px;
  height: 39px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  text-align: right;
  width: 250px;
}

#mylinks a {
  color: #000000;
  font-size: 16px;
  text-decoration: none;
}

#mylinks a:hover {
  color: #f68422;
}

#mylinks img {
  padding: 0px 5px 0px 0px;
  position: relative;
  top: 3px;
}

/* main section */

#main {
  margin: 20px 0px 20px 0px;
  overflow: hidden;
  position: relative;
  width: 640px;
}

.box-full {
  margin: 0px 0px 20px 0px;
  position: relative;
  width: 640px;
}

.box-full-top {
  background-image: url( /images/site/boxtop-full.gif );
  height: 3px;
  overflow: hidden;
  position: relative;
  width: 640px;
}

.box-full-title {
  background-image: url( /images/site/boxtitle-full.gif );
  height: 39px;
  overflow: hidden;
  position: relative;
  width: 640px;
}

.box-full-body {
  background-color: #FAFAFA;
  border-left: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
  padding: 15px 15px 5px 15px;
  width: 608px;
}

.box-full-bottom {
  background-image: url( /images/site/boxbottom-full.gif );
  height: 3px;
  overflow: hidden;
  position: relative;
  width: 640px;
}

#front-blocks-image {
  background-color: #FFFFFF;
  height: 260px;
  left: 15px;
  overflow: hidden;
  position: absolute;
  top: 15px;
  width: 610px;
}

#front-blocks-opaq {
  background-color: #f68422;
  height: 230px;
  overflow: hidden;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 165px;
  opacity: 0.85;
  filter: alpha(opacity=85);
}

.front-blocks-box {
  color: #FFFFFF;
  display: none;
  height: 200px;
  overflow: hidden;
  position: absolute;
  right: 45px;
  top: 45px;
  width: 135px;
}

.front-blocks-box p {
  color: #FFFFFF;
}

.front-blocks-box a {
  color: #FFFFFF;
  text-decoration: underline;
}

.lowtabs {
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 15px;
}

.lowtab {
  float: left;
  height: 38px;
  margin: 0px 1px 0px 0px;
  overflow: hidden;
  position: relative;
  width: 121px;
}

.lowtab a {
  background-image: url( /images/site/lowtab.gif );
  background-position: top left;
  background-repeat: no-repeat;
  color: #414141;
  display: block;
  height: 38px;
  padding: 10px 0px 0px 0px;
  text-align: center;
  text-decoration: none;
  width: 121px;
}

.lowtab a:hover {
  background-image: url( /images/site/lowtabr.gif );
}

.box-third {
  float: left;
  margin: 0px 20px 20px 0px;
  position: relative;
  width: 200px;
}

.box-third-title {
  background-image: url( /images/site/boxtitle-third.gif );
  height: 39px;
  overflow: hidden;
  position: relative;
  width: 200px;
}

.box-third-body {
  background-color: #FAFAFA;
  border-left: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
  padding: 15px 15px 5px 15px;
  position: relative;
  width: 168px;
}

.box-third-bottom {
  background-image: url( /images/site/boxbottom-third.gif );
  height: 3px;
  overflow: hidden;
  position: relative;
  width: 200px;
}

.box-third-buy {
  background-image: url( /images/site/boxbuy-third.gif );
  height: 39px;
  overflow: hidden;
  position: relative;
  width: 200px;
}

.box-third-buy a {
  display: block;
  height: 39px;
  text-decoration: none;
  width: 200px;
}

.box-third-buy a {
  text-decoration: none;
}

.box-half {
  float: left;
  margin: 0px 20px 20px 0px;
  position: relative;
  width: 310px;
}

.box-half-title {
  background-image: url( /images/site/boxtitle-half.gif );
  height: 39px;
  overflow: hidden;
  position: relative;
  width: 310px;
}

.box-half-body {
  background-color: #FAFAFA;
  border-left: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
  padding: 15px 15px 5px 15px;
  position: relative;
  width: 278px;
}

.box-half-bottom {
  background-image: url( /images/site/boxbottom-half.gif );
  height: 3px;
  overflow: hidden;
  position: relative;
  width: 310px;
}

.box-nar {
  float: left;
  margin: 0px 0px 20px 0px;
  position: relative;
  width: 163px;
}

.box-nar-title {
  background-image: url( /images/site/boxtitle-nar.gif );
  height: 39px;
  overflow: hidden;
  position: relative;
  width: 163px;
}

.box-nar-body {
  background-color: #FAFAFA;
  border-left: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
  padding: 15px 15px 5px 15px;
  position: relative;
  width: 131px;
}

.box-nar-bottom {
  background-image: url( /images/site/boxbottom-nar.gif );
  height: 3px;
  overflow: hidden;
  position: relative;
  width: 163px;
}


/* footer */

.footer-block {
  border-left: 1px solid #414141;
  float: left;
  margin: 30px 20px 40px 0px;
  padding: 0px 0px 0px 10px;
}

.footer-block p {
  color: #414141;
  white-space: nowrap;
}

.footer-block a {
  color: #414141;
}

.footer-block a:hover {
  color: #f68422;
}

#footer-back {
  background-image: url( /images/site/footer-back.gif );
  background-position: top center;
  background-repeat: no-repeat;
  height: 120px;
  left: 20px;
  position: absolute;
  top: 0px;
  width: 294px;
}

#payment {
  bottom: 20px;
  height: 64px;
  left: 20px;
  position: absolute;
  text-align: center;
  width: 294px;
}

/* generic box elements */

.box-title {
  color: #FFFFFF;
  font-size: 16px;
  margin: 0px;
  padding: 10px 10px 5px 15px;
}

/* table classes */
.table-title {
  background-color: #FFFFFF;
  background-image: url( /images/site/boxtitle-full.gif );
  background-position: top left;
  background-repeat: no-repeat;
  height: 39px;
  position: relative;
  width: 640px;
}

.table-top {
  background-color: #000000;
  background-image: url( /images/site/table-top.gif );
  background-position: top left;
  background-repeat: no-repeat;
  height: 5px;
  overflow: hidden;
  position: relative;
  width: 675px;
}

.table-title p {
  color: #FFFFFF;
  font-size: 16px;
  padding: 10px 0px 0px 15px;
}

.table-title a {
  font-size: 11px;
}

.table-body {
  border-collapse: collapse;
  background-color: #FAFAFA;
  border-left: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
  clear: both;
  float: left;
  padding: 10px 0px 10px 0px;
  width: 638px;
}

.table-bottom {
  background-image: url( /images/site/boxbottom-full.gif );
  background-position: bottom left;
  background-repeat: no-repeat;
  height: 3px;
  margin: 0px 0px 20px 0px;
  overflow: hidden;
  position: relative;
  width: 640px;
}

.table-heading {
  background-color: #DADADA;
  clear: both;
  float: left;
  padding: 2px 15px 2px 15px;
  width: 610px;
}

.table-row {
  clear: both;
  display: inline;
  float: left;
  font-size: 12px;
  margin: 0px 15px 0px 15px;
  width: 610px;
}

.table-row2 {
  clear: both;
  float: left;
  width: 640px;
}

.table-cell {
  float: left;
  font-size: 12px;
  padding: 0px 5px 0px 5px;
}

.actions {
  color: #f68422;
  font-size: 11px;
}

.actions a {
  font-size: 11px;
}

.table-title .actions {
  color: #EEEEEE;
}

.table-title .actions a {
  color: #EEEEEE;
}

.box-title .actions {
  color: #EEEEEE;
}

.box-title .actions a {
  color: #EEEEEE;
}

