* {
  font-family : "Arial";
  font-size : 14px;
  color : #000;
}

body {
  margin : 0 0 0 0;
  font-family : "Arial";
  font-size : 14px;
  color : #000;
  background : #fff;
  background-image: url(/img/background.gif);
  background-position: top center;
  text-align:center;
}

#main {
  position:relative;
  width:965px;
  height:100%;
  margin:0 auto 0 auto;
  text-align:left;
}

#content {
  position:absolute;
  width:100%;
  height:1210px;
  top:0px;
  background:#fff;
}

#breadcrumb {
  position: absolute;
  width: 555px;
  height: 20px;
  top: 140px;
  left: 205px;
  font-family: "Arial";
  font-size: 12px;
  color: #000;
}

#breadcrumb a {
  font-family: "Arial";
  font-size: 12px;
  color: #000;
  text-decoration: none;
}

#breadcrumb a:hover {
  font-family: "Arial";
  font-size: 12px;
  color: #000;
  text-decoration: underline;
}

.header {
  position: absolute;
  width: 965px;
  height: 100px;
  left: 0px;
  top: 0px;
  background: #000;
  background-image: url(/img/titleBar.gif);
}

.footer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 965px;
  height: 75px;
  padding-top: 5px;
  font-family : "Arial";
  font-size : 10px;
  text-align: center;
  line-height: 30px;
  color : #fff;
  background: #000;
  background-image: url(/img/footer.gif);
}

.footer a, .header a {
  font-family: "Arial";
  font-size : 10px;
  color: #fff;
  text-decoration: none;
}

.footer a:hover, .header a:hover {
  font-family: "Arial";
  font-size: inherit;
  color: #fff;
  text-decoration: underline;
}

.menuBar {
  position: absolute;
  width: 965px;
  height: 30px;
  left: 0px;
  top: 100px;
  background-image: url(/img/menuBar.gif);
}

.menuBarItem {
  position: absolute;
  width: 160px;
  height: 30px;
  top: 0px;
  font-family : "Arial";
  font-size : 16px;
  font-weight: 300;
  font-variant: small-caps;
  text-align: center;
  line-height: 30px;
  color : #fb5;
  background-image: url(/img/menuBarItem.gif);
}

.menuBarItemH {
  position: absolute;
  width: 160px;
  height: 30px;
  top: 0px;
  font-family : "Arial";
  font-size : 16px;
  font-weight: 300;
  font-variant: small-caps;
  text-align: center;
  line-height: 30px;
  color : #fb5;
  background-image: url(/img/menuBarItemH.gif);
  cursor: pointer;
  text-decoration: underline;
}

.topBar {
  position: absolute;
  width: 240px;
  height: 20px;
  top: 0px;
  right: 0;
  font-family : "Arial";
  font-size : 10px;
  font-weight: 300;
  font-variant: small-caps;
  color : #fff;
}

.topBar a {
  font-family: "Arial";
  font-size: 11px;
  color: #fff;
  text-decoration: none;
}

.topBar a:hover {
  font-family: "Arial";
  font-size: 11px;
  color: #fff;
  text-decoration: underline;
}

.subMenu {
  position: absolute;
  left: 0;
  top: 130px;
  width: 190px;
  background: #ccc;
  background-image: url(/img/subMenuBack.gif);
  background-repeat: no-repeat;
  background-position: right top;
}

.subMenuTitle {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 30px;
  font-family : "Arial";
  font-size : 22px;
  font-variant: small-caps;
  line-height: 30px;
  text-indent: 15px;
  color : #fff;
  background-image: url(/img/subMenuTitle.gif);
  background-repeat: no-repeat;
  background-position: left top;
}

.subMenuItem {
  position: absolute;
  width: 100%;
  height: 29px;
  font-family : "Arial";
  font-size : 14px;
  font-variant: small-caps;
  line-height: 30px;
  text-indent: 30px;
  color : #c82;
  background-image: url(/img/subMenuBullet.gif);
  background-repeat: no-repeat;
  background-position: left;
}

.subMenuItemH {
  position: absolute;
  width: 100%;
  height: 29px;
  background: #c6c6c6;
  font-family : "Arial";
  font-size : 14px;
  font-variant: small-caps;
  line-height: 30px;
  text-indent: 30px;
  color : #c82;
  background-image: url(/img/subMenuBullet.gif);
  background-repeat: no-repeat;
  background-position: left;
  cursor: pointer;
  text-decoration: underline
}

.subMenuCorner {
  position: absolute;
  top: 0;
  left: 175px;
  height: 15px;
  width: 15px;
  background-image: url(/img/subMenuCorner.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.menuBar a, .menuBar a:hover, .subMenu a, .subMenu a:hover {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}

.resultsBar {
  position: absolute;
  width: 535px;
  height: 18px;
  font-family : "Arial";
  font-size : 12px;
  color : #888;
  background-image: url(/img/grad2.gif);
  background-repeat: repeat-x;
  background-position: left top;
  padding: 4px 10px 4px 10px;
  border: 1px solid #c0c0c0;
  -moz-border-radius: 6px;
  -webkit-border-radius:6px;
}

.resultsBar a {
  font-family: inherit;
  font-size: inherit;
  color: #c82;
  padding: 2px;
  text-decoration: none;
}

.resultsBar a:hover {
  border: 1px #c0c0c0 solid;
  padding: 1px;
  background-color: #eeeeff;
  text-decoration: none;
}

.homeIntro {
  position: absolute;
  top: 130px;
  left: 0px;
  width: 965px;
  height: 300px;
}

.homePanel {
  position: relative;
  float: left;
  width: 555px;
  margin-top: 10px;
}

.colAB {
  position: absolute;
  top: 145px;
  left: 15px;
  width: 175px;
}

.colCD {
  position: absolute;
  top: 145px;
  left: 205px;
  width: 175px;
}

.colEF {
  position: absolute;
  top: 145px;
  left: 395px;
  width: 175px;
}

.colGH {
  position: absolute;
  top: 145px;
  left: 585px;
  width: 175px;
}

.colIJ {
  position: absolute;
  top: 145px;
  left: 775px;
  width: 175px;
}

.colAE {
  position: absolute;
  top: 145px;
  left: 15px;
  width: 460px;
}

.colFJ {
  position: absolute;
  top: 145px;
  left: 490px;
  width: 460px;
}

.colCE {
  position: absolute;
  top: 145px;
  left: 205px;
  width: 270px;
}

.colFH {
  position: absolute;
  top: 145px;
  left: 490px;
  width: 270px;
}

.colCH {
  position: absolute;
  top: 145px;
  left: 205px;
  width: 555px;
}

.colBI {
  position: absolute;
  top: 145px;
  left: 110px;
  width: 745px;
}

.panelCrnTL {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 6px;
  height: 6px;
  background-image: url(/img/panelcrns.png);
  background-position: 0px -220px;
}

.panelCrnTR {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 6px;
  height: 6px;
  background-image: url(/img/panelcrns.png);
  background-position: left -231px;
}

.panelCrnBR {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 6px;
  height: 6px;
  background-image: url(/img/panelcrns.png);
  background-position: left -242px;
}

.panelCrnBL {
  position: absolute;
  left: -1px;
  bottom: -1px;
  width: 6px;
  height: 6px;
  background-image: url(/img/panelcrns.png);
  background-position: left -253px;
}

.panelGCrnTL {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 6px;
  height: 6px;
  background-image: url(/img/panelcrns.png);
  background-position: 0px -44px;
}

.panelGCrnTR {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 6px;
  height: 6px;
  background-image: url(/img/panelcrns.png);
  background-position: left -55px;
}

.panelGCrnBR {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 6px;
  height: 6px;
  background-image: url(/img/panelcrns.png);
  background-position: left -66px;
}

.panelGCrnBL {
  position: absolute;
  left: -1px;
  bottom: -1px;
  width: 6px;
  height: 6px;
  background-image: url(/img/panelcrns.png);
  background-position: left -77px;
}

.panelCornerIcon {
  position:absolute;
  top:-10px;
  left:135px;
  height:48px;
  width:48px;
}

.panel {
  position: absolute;
  width: 155px;
  font-family : "Arial";
  font-size : 15px;
  color : #eee;
  padding: 10px 10px 10px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius:6px;
}

.panelGrey {
  position: absolute;
  width: 155px;
  font-family : "Arial";
  font-size : 15px;
  color : #888;
  background-image: url(/img/grad1.gif);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding: 10px 10px 10px 10px;
  border: 1px solid #c0c0c0;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius:6px;
}

.productListItem {
  position: absolute;
  width: 270px;
  height: 150px;
  background-image: url(/img/grad1.gif);
  background-repeat: repeat-x;
  background-position: left bottom;
  border: 1px solid #c0c0c0;
  -moz-border-radius: 6px;
  -webkit-border-radius:6px;
}

.productListTitle {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 250px;
  height: 20px;
  font-family: "Arial";
  font-size: 15px;
  font-weight: 600;
  color: #888;
}

.productListImage {
  position: absolute;
  left: 10px;
  top: 35px;
  width: 100px;
  height: 100px;
}

.productListImage img {
  border: 1px solid #ddd;
}

.productListInfo {
  position: absolute;
  left: 150px;
  top: 40px;
  width: 100px;
  height: 35px;
  font-family: "Arial";
  font-size: 25px;
  color: #888;
}

.productMetaDetails {
  font-size:10px;
  color:#888
}

.selector {
  width: 22px;
  height: 22px;
  border: 1px solid #c0c0c0;
  margin: 1px;
  float: left;
  padding: 0px;
  text-align: center;
  vertical_align: middle;
}

.selector:hover {
  width: 22px;
  height: 22px;
  cursor: pointer;
  border: 1px solid #9090f0;
  margin: 1px;
  float: left;
}

table.basket {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}

table.basket tr {
  line-height: 20px;
  border-top: 1px #888888 dotted;
  border-collapse: collapse;
  border-spacing: 0px;
}

table.basket tr a {
  font-family: "Arial";
  font-size: inherit;
  color: #000;
  text-decoration: none;
}

table.basket tr a:hover {
  font-family: "Arial";
  font-size: inherit;
  color: #000;
  text-decoration: underline;
}

table.basket tr.hd {
  border-top: 0;
  border-bottom: 1px #888888 solid;
  border-collapse: collapse;
  border-spacing: 0px;
}

table.basket tr.bt {
  border-top: 1px #888888 solid;
  border-collapse: collapse;
  border-spacing: 0px;
}

form {
  margin: 0px;
  padding: 0px;
}

h1 {
  font-family : "Arial";
  font-size : 30px;
  font-variant: small-caps;
  line-height: 36px;
  color : #fff;
  background: #ccc;
  background-image: url(/img/h1.gif);
  padding : 0 0 0 10px;
  margin : 0 0 15px 0;
}

h2 {
  font-family : "Arial";
  font-size : 18px;
  /*font-variant: small-caps;*/
  color : #888;
  padding : 0;
  margin : 0 0 10px 0;
}

h3 {
  font-family : "Arial";
  font-size : 18px;
  color : #888;
  padding-top : 0;
  margin : 0 0 5px 0;
  vertical-align: middle;
}

h4 {
  font-size : 10px;
  color : #888;
  padding : 5px 0 0 0;
  margin : 0 0 0 0;
  weight : normal;
}

em {
  font-family: "Arial";
  font-size: 20px;
  font-style: normal;
  font-variant: small-caps;
  color: #888;
}

a {
  font-family: "Arial";
  font-size: inherit;
  color: #c82;
  text-decoration: none;
}

a:hover {
  font-family: "Arial";
  font-size: inherit;
  color: #c82;
  text-decoration: underline;
}

.checkoutProgress {
  font-family: "Arial";
  font-size: 20px;
  font-weight: bold;
  color : #aaa;
}

.checkoutProgressH {
  font-family: "Arial";
  font-size: 20px;
  font-weight: bold;
  color : #c82;
}

img {
  border:0;
}

hr {
  height: 1px;
  background: #888;
  border:0;
}

.hrDashed {
  height:0;
  border-style:dashed;
  border-width:1px 0 0 0;
  background:#fff;
  color:#888;

}

.catButtonHolder {
  /* used to hold the category buttons */
  position: relative;
  width: 570px;
}

.catButton {
  position: relative;
  float: left;
  width: 270px;
  height: 90px;
  margin-right: 15px;
  margin-bottom: 15px;
  background-image: url(/img/grad1.gif);
  background-repeat: repeat-x;
  background-position: left bottom;
  border-radius: 6px;
  cursor: pointer;
}

.catButton:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.catButtonTitleBack {
  position: absolute;
  width: 270px;
  height: 30px;
  bottom: 0px;
  left: 0px;
  background-color: #000000;
  opacity: 0.4;
  filter: alpha(opacity=40);
  border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
}

.catButtonTitleText {
  position: absolute;
  width: 270px;
  height: 30px;
  bottom: 0px;
  left: 0px;
  font-family: Arial;
  font-size: 22px;
  font-weight: bold;
  text-indent: 10px;
  color:#fff;
}

input[type="text"]
{
  border: 1px solid #a0a0a0;
  background: #fafafa;
}

input[type="text"]:focus
{
  border: 1px solid #a0b5e0;
  background: #f0f5ff;
}
