@charset "UTF-8";
body {
  background: #666666;
  margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
  padding: 0;
  text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
  color: #000000;
  background-repeat: repeat-x;
  background-image: url(../images/background-images/header-background.gif);
  background-color: #4D4D4D;
  font-size: 101%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:focus {
  outline: 0;
}
p {
  margin: 0px;
}
a {
  color: #000000;
  line-height: 18px;
}
a:hover {
  color: #9EBF3C;
}
h1 {
  font-size: 1em;
  font-weight: normal;
  margin: 0px;
  margin-left: 40px;
  margin-top: 0px;
  margin-right: 20px;
  line-height: 1.8em;
}
h2, h3, h4, h5 {
  margin: 0;
  font-weight: normal;
  font-size: 100.01%;
}
#wrapper {
  background-color: #000000;
  background-image: url(../images/background-images/background-header.png);
  background-repeat: repeat-x;
  padding-bottom: 6px;
  font-size: 0.625em;
}
#header {
  background-color: #000000;
  background-repeat: repeat-x;
  background-image: url(../images/background-images/background-logo-header.gif);
}
#container {
  width: 974px;
  margin: 0 auto;
  text-align: left; /* this overrides the text-align: center on the body element. */
  background-color: #000000;
}
#mainContent {
  margin-top: 6px;
  position: relative;
}
#footer {
  margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
  background-color: #4D4D4D;
  background-image: url(../images/background-images/footer-background.png);
  background-repeat: repeat-x;
  font-size: .625em;
}
 #footer p {
  margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
  padding: 10px 0;
}
.categoriesWrapper {
  margin: 0 auto;
  width: 880px;
  text-align: left;
  margin-bottom: 6px;
}
.categorySeparator {
  width: 220px;
  margin-bottom: 10px;
  margin-top: 5px;
  display: inline-block;
  float: left;
}
.categories a {
  width: 200px;
  line-height: 1.8em;
  color: #FFFFFF;
  text-decoration: none;
}
.categories a:hover {
  color: #9EBF3C;
}
#categoryTitleWrapper {
  margin: 0 auto;
  width: 880px;
}
#categoryTitle {
  background-color: #9EBF3C;
  width: 360px;
  text-align: left;
  padding-left: 40px;
  line-height: 22px;
  background-image: url(../images/background-images/category-title-background.png);
  margin-bottom: 6px;
  font-size: 12px;
  float: left;
}
#topContent {
  position: relative;
  background-color: #FFFFFF;
}
#topContentHome {
  position: relative;
  background-color: #FFF;
  height: 252px;
  border: solid 0px #FFF;
}
.DetailsNav a {
  background-color: #999999;
  float: right;
  border-left: solid 1px #000000;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  border-bottom: solid 6px #000000;
  display: inline-block;
  padding: 3px 16px 3px 16px;
  margin-bottom: 10px;
}
.DetailsNav a:hover {
  background-color: #4D4D4D;
}
.DetailsNav a:focus {
  background-color: #FFFFFF;
  color: #000000;  
  border-bottom: solid 6px #FFFFFF;
  border-left: solid 1px #FFFFFF;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
  clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.homeTitle {
  background-color: #000000;
  margin-top: 20px;
  color: #FFFFFF;
  padding: 12px 0px 12px 40px;
  margin-bottom: 6px;
  line-height: 1.6em;
  font-weight: bold;
  background-image: url(../images/Logos.gif);
  background-position: right 2px;
  background-repeat: no-repeat;
}
img {
  border: 0;
}
#telephone {
  height: 66px;
  width: 500px;
  font-size: 12px;
  padding-left: 46px;
  padding-top: 10px;
}
#telephone p {
  margin-bottom: 10px;
}
.buttonTop a{
  color: #FFFFFF;
  width: 125px;
  background-image: url(../images/button-top.png);
  line-height: 30px;
  display: block;
  text-align: center;
  margin-left: 1px;
  float: right;
  text-decoration: none;
}
.buttonTop a:hover{
  background-image: url(../images/button-top-over.png);
}
.productTitle {
  line-height: 40px;
  font-size: 1.4em;
  background-color: #03A197;
  padding: 0 16px 0 16px;
  color: #FFFFFF;
}
.productTitleWapper {
}
.h1Wrapper {
  float: right;
  width: 520px;
  background-color: #FFFFFF;
  position: relative;
  margin-bottom: 10px;
}
.productH1Description {
  padding: 10px 50px 0px 16px;
}
.links a {
  color: #000000;
}
.links a:visited {
  color: #333333;
}
.links a:hover {
  color: #9E1F63;
}
.links a:active {
  color: #000000;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.floatRightImage {
  float: right;
  margin-bottom: 20px;
}
.bold {
  font-weight: bold;
}
input, select, textarea {
  background-color: #C3C5C7;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
#TopMenu {
  width: 974px;
}
#TopMenuWrapper {
  width: 974px;
  margin-top: 0px;
}
.hideInitially{
  display: none;
}
.relatedProducts, .relatedProductsEMail, .relatedProductsSent {
  display: inline-block;
  background-image: url(../images/take-a-look.gif);
  background-repeat: no-repeat;
  padding-left: 70px;
}
.relatedProductsEMail {
  background-image: url(../images/email.jpg);
}
.relatedProductsSent {
  background-image: url(../images/sent.jpg);
  width: 370px;
  display: inline-block;
}
.relatedProductsHeading {
  font-weight: bold;
  margin-top: 20px;
  display: block;
  padding-bottom: 5px;
}
.navWrapper {
  height: 2.5em;
}
#LogoWrapper {
  float: right;
  height: 100px;
  width: 296px;
}
#SlidingNav1 a, #SlidingNav2 a, #SlidingNav3 a, #SlidingNav4 a, #SlidingNav5 a {
  background-color: #4D4D4D;
  float: left;
  width: 194px;
  border-left: solid 1px #000000;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  line-height: 30px;
  border-bottom: solid 6px #000000;
  border-top: solid 6px #000000;
}
#SlidingNav2 a {
  background-color: #03A197;
}
#SlidingNav3 a {
  background-color: #9EBF3C;
}
#SlidingNav4 a {
  background-color: #5D2A86;
}
#SlidingNav5 a {
  background-color: #991E5F;
  border-left: solid 0px #000000;
}

#SlidingNav1 a:hover, #SlidingNav2 a:hover, #SlidingNav3 a:hover, #SlidingNav4 a:hover, #SlidingNav5 a:hover {
  background-color: #333333;
}
#AdvertRight, #AdvertRight2 {
  background-color: #5D2A86;
  float: right;
  width: 174px;
  border-left: solid 1px #000000;
  color: #FFFFFF;
  position: relative;
  height: 21.2em;
  padding: 10px;
  background-image: url(../images/HomeAds/Credit-Cards.gif);
  background-repeat: no-repeat;
  background-position: 50%;
  line-height: 1.4em;
}
#AdvertRight2 {
  background-color: #991E5F;
  background-image: none;
}
.AdvertLeft {
  width: 584px;
  background-color: #4D4D4D;
  float: right;
  height: 23.2em;
  color: #CCC;
}
.ShowpieceGreen {
  background-color: #9EBF3C;
}
.FooterMenuItem a {
  float: right;
  padding-left: 20px;
  background-image: url(../images/background-images/category-title-background.png);
  line-height: 22px;
  margin-left: 20px;
  color: #FFFFFF;
  text-decoration: none;
}
.FooterMenuItem a:hover {
  color: #000000;
}
.FooterItemRight {
  background-image: url(../images/background-images/category-title-background.png);
  background-repeat: no-repeat;
  background-position: top right;
  float: right;
  height: 24px;
  width: 20px;
}
.floatLeftHomeImages {
  float: left;
  border-top-width: 1px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #FFF;
  border-right-color: #FFF;
  border-bottom-color: #FFF;
  border-left-color: #FFF;
}
.NewHome {
  background-image: url(../images/New.jpg);
  background-repeat: no-repeat;
  float: left;
  padding: 20px 0 0 75px;
  width: 293px;
  line-height: 16px;
}
.NewHomeHeading {
  font-size: 16px;
  line-height: 22px;
}
.AdvertRightHeading {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  padding-right: 60px;
}
.white {
  color: #FFF;
}
.GalleryWrapper {
  border-top: solid #000 4px;
  padding-top: 20px;
}
.GalleryItem {
  float: left;
  width: 457px;
  padding: 0 0 0 20px;
  margin: 0px 0 20px 0;
}
.GalleryItem img {
  background-image: url(../images/Plus-Gallery.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 0 0 16px 0;
  float: left;
}
.GalleryItem a {
  display:block;
  float:left;
}
.GalleryDescription {
  width: 190px;
  float: right;
}
.GalleryTitle {
  font-size: 18px;
  padding: 0 0 4px 0;
  color: #9EBF42;
}
.GallerySubTitle {
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 4px 0;
  color: #4D4D4D;
}
.GalleryText {
  line-height: 14px;
}
.GalleryText {
}
.cms-editable {
}
