body {
  background: url(../img/bg.png) repeat-x #40484b;
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.font11pt {
  font-size: 11px;
}

img {
  border: 0px;
}

#wrapper {
  width: 1000px;
  margin: 0 auto;
  background: #FFFFFF;
}

#header {
  height: 129px;
  background: #1c1c1c;
  margin: 0px;
}

#logo {
  padding-bottom: 19px;
  margin-left: 35px;
  width: 365px;
  height: 62px;
}

#logo h1, #logo h2 {
  display: none;
}


#navigation {
  background: url(../img/navbg.png) repeat-x;
  width: 1000px;
  height: 29px;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 19px;
}

#navigation li {
  float: left;
}

#navigation li a {
  float: left;
  display: block;
  padding-left: 16px;
  padding-top: 9px;
  padding-right: 16px;
  height: 20px;
}

#header ul a:hover {
  background: url(../img/navbgHover.png) repeat-x;
}

#rightLogo {
  background: url(../img/rightHeaderImage.png) no-repeat;
  width: 170px;
  height: 100px;
  float: right;
}

#bottomRightLogo {
  padding-left: 400px;
}


#welcomeArea {
  float: right;
  height: 50px;
  width: 400px;
  padding-top: 10px;
  color: #f2f1f1;
  text-align: right;
}

#welcomeArea p {
  margin: 0;
  padding: 0;
}

#welcomeArea .font11pt a {
  color: #be140f;
  text-decoration: underline;
}

#welcomeArea a {
  color: #f2f1f1;
  text-decoration: none;
}

#searchForm {
  clear: both;
  margin: 0;
  padding: 11px 0 0 22px;
  float: left;
}

#loginForm {
  margin: 0;
  padding: 11px 22px 0 0;
  float: right;
}

.inputBox {
  background: url(../img/inputBoxBg.png) repeat-x 0px 1px;
  padding: 0 4px;
  border: none 0px;
  font-size: 15px;
}

#searchSubmit {
  background: url(../img/submitSearchButton.png);
  border: none 0px;
  width: 70px;
  height: 20px;
}

#loginSubmit {
  background: url(../img/submitLoginButton.png);
  border: none 0px;
  width: 70px;
  height: 20px;
}

#sidebar {
  width: 132px;
  clear: both;
  padding-left: 20px;
  padding-top: 1px;
  float: left;
}

.contentHeadings {
  background: url(../img/headingBg.png) repeat-x;
  height: 16px;
  color: #f2f1f1;
  text-indent: 8px;
  margin: 0;
  margin-top: 10px;
  padding-top: 2px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
}

.sideNavigation {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #E9E9E9;
  padding-top: 5px;
  padding-bottom: 5px;
}

.sideNavigation li {
  padding: 0;
  margin: 0;
}

.sideNavigation a {
  padding: 0;
  margin: 0;
  color: #000000;
  text-decoration: none;
  display: block;
  padding-left: 10px;
  padding-bottom: 3px;
  padding-top: 3px;
}

.sideNavigation a:hover {
  color: #ffffff;
  background: #aa0708
}

#mainContent {
  float: right;
  width: 805px;
  padding-right: 20px;
  padding-top: 1px;
  margin-bottom: 30px;
}

#sortingOptions {
  width: 700px;
  margin: 0 auto;
  padding: 0;
}

/* Below is for the styled drop downs, do not change any settings or you will break it.*/
span.select {
  position: absolute;
  width: 71px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
  height: 14px;
  padding: 0 24px 0 8px;
  margin-top: 5px;
  color: #000;
  font: 10px;
  background: url(../img/select.png) no-repeat;
  overflow: hidden;
}

#productList {
  width: 805px;
}

.productListItems {
  width: 160px;
  float: left;
  text-align: center;
  padding-top: 0px;
  min-height: 194px;
}

.productListItems p {
  padding: 0;
  margin: 0;
}

