body {
  padding: 0;
  margin: 5px auto 0 auto;
  background: url(/img/background.gif) repeat-x top center;
  width: 1000px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  position: relative;
}
img {
  border: 0;
}
a {
  text-decoration: none;
  color: #900;
}

/* ***** LAYOUT ***** */
#header {
  background: url(/img/header_footer_sprite.png) no-repeat top left;
  height: 72px;
  margin-bottom: 7px;
}
* html #header {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/nav_bar.png',sizingMethod='image');
}
#menu {
  position: absolute;
  left: 250px;
  top: 28px;
  list-style: none;
  padding: 0;
  margin: 0;
  border-left: 1px solid #600;
  border-right: 1px solid #c41b32;
}
#menu li {
  display: inline;
}
#menu li a {
  color: #fff;
  text-decoration: none;
  display: block;
  float: left;
  height: 43px;
  line-height: 43px;
  border-left: 1px solid #c41b32;
  border-right: 1px solid #600;
  padding: 0 10px;
}
#menu li a:hover {
  background: url(/img/nav_on.gif) repeat-x;
}


/* ***** LEFT MENU ***** */
#leftcolumn {
  float: left;
  width: 135px;
  margin-right: 7px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
}

.leftbox {
  margin-bottom: 5px;
}
.boxhead {
  background: url(/img/leftbox-top-bottom.png) no-repeat;
  padding-left: 15px;
  color: #fff;
  font-family: Georgia, serif;
  height: 20px;
  line-height: 20px;
  font-size: 1.2em;
  font-weight: bold;
}
* html .boxhead {
  background: url(/img/leftboxtop.gif) no-repeat;
}
.boxbottom {
  padding: 3px 3px 4px 4px;
  background: url(/img/leftbox-top-bottom.png) no-repeat bottom left;
}
* html .boxbottom {
  background: url(/img/leftboxbottom.gif) no-repeat bottom left;
}

#productsearch {
  width: 110px;
  margin-left: 5px;
  margin-top: 2px;
}
#productsearchgo {
  text-align: right;
  margin-right: 9px;
  margin-bottom: 5px;
}

/* ***** SEARCH RESULTS ***** */
#searchresults {
  display: none;
  position: absolute;
  top: 98px;
  left: 130px;
  width: 475px;
  height: 400px;
  background: url(/img/search_background.gif) no-repeat;
  padding: 5px 10px 0 15px;
  font-size: 13px;
  font-family: Verdana, Arial, sans-serif;
}
#searchterm {
  font-size: 1.5em;
  color: #000;
  text-align: left;
  font-family: Georgia, serif;
}
#searchprods {
  height: 371px;
  padding: 0 0 5px 0;
  padding-bottom: 5px;
  overflow: auto;
}
.searchresult {
  float: left;
  margin: 5px;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.searchresulttitle {
  background: #000;
  color: #fff;
  text-align: center;
  width: 90px;
  height: 90px;
  padding: 5px;
  overflow: hidden;
  opacity: 0.75;
  -moz-opacity: 0.75;
  filter:alpha(opacity=75);
}

.productmenuhead {
  padding-left: 10px;
  background: url(/img/prodmenuhead-line.gif) no-repeat center left;
}
.productmenuhead span {
  background-color: #e0e2e2;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 1.2em;
  font-family: Georgia, sans-serif;
  color: #000;
}
.productmenulist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.productmenulist a {
  color: #333;
  display: block;
  padding-left: 12px;
}
* html .productmenulist a {
  float: left;
  width: 113px;
}
.productmenulist a:hover, .productmenulist a.current {
  background: #fff;
  text-decoration: none;
}




#regionchooser {
  display: none;
  position: absolute;
  left: 630px;
  bottom: 20px;
  border: 1px solid #000;
  background: #fff;
}
#regionchooser a {
  display: block;
  padding: 3px 6px 3px 6px;
}
#regionchooser a:hover {
  background: #900;
  color: #fff;
}
#accordion {
  font-size: 0.8em;
}


#middle {
  float: left;
  width: 853px;
  padding-left: 5px;
}
#crumbs {
  font-size: 0.8em;
  margin-bottom: 3px;
  margin-left: -5px;
}
#crumbs a {
  color: #000;
}
#crumbs a:hover {
  text-decoration: underline;
}
#pagetitle {
  margin-top: 10px;
  margin-bottom: 13px;
  font-size: 1.75em;
  font-family: Geogia, serif;
}


/* ***** HOME PAGE ***** */
#banner {
  width: 615px;
  height: 255px;
  float: left;
  margin-right: 7px;
}
#homenews {
  float: left;
  width: 236px;
  height: 255px;
  overflow: hidden;
  text-align: right;
}
#homenewstitle {
  font-size: 1.2em;
  font-family: Georgia, serif;
  font-weight: bold;
  border-bottom: 2px solid #600;
  text-align: left;
  margin-bottom: 3px;
}
#homenewsbody {
  height: 210px;
  overflow: auto;
  margin-bottom: 5px;
}
.post_title {
  font-weight: bold;
  color: #000;
}
#homenewsreadmore {
  color: #555;
  font-family: Georgia, serif;
}
.homestyle {
  float: left;
  width: 207px;
  margin-right: 10px;
}
.stylename {
  display: block;
  color: #000;
  font-size: 1.2em;
  font-family: Georgia, serif;
  font-weight: bold;
  text-decoration: none;
}
.homestyledesc_en {
  height: 70px;
  padding: 10px 0;
}
.homestyledesc_fr {
  height: 115px;
  padding: 10px 0;
}



/* ***** PRODUCTS ***** */
#previewpane {
  float: right;
  width: 245px;
  margin-top: -35px;
}
.preview {
  display: none;
}
.previewName {
  font-size: 1.2em;
  font-family: Georgia, serif;
}
.prodpreview {
  background: url(/img/prod-back-preview.png) no-repeat;
  padding: 10px;
  position: relative;
}
* body .prodpreview {
  background: url(/img/prod-back-preview.gif) no-repeat;
}
.comingspring10 {
  position: absolute;
  top: 0;
  right: 0;
  background: url(/img/comingspring10.png) no-repeat;
  width: 75px;
  height: 75px;
}
.prodpreview .comingspring10 {
  top: 5px;
  right: 13px;
}
* html .comingspring10 {
  background: url(/img/comingspring10.gif) no-repeat;
}
.previewprice {
  text-align: center;
  color: #900;
  margin-bottom: 5px;
}
.previewmoredetails {
  display: block;
  float: right;
  margin-top: 5px;
  text-align: right;
}

.catname {
  background: url(/img/double-line.gif) repeat-x center;
  font-size: 1.1em;
  width: 600px;
  margin-bottom: 5px;
}
.catname span {
  background: #fff;
  padding-right: 3px;
}
.tinyprods {
  width: 600px;
  margin-bottom: 13px;
}
.prodtiny {
  background: url(/img/prod-back-tiny.png) no-repeat;
  padding: 6px;
}
* body .prodtiny {
  background: url(/img/prod-back-tiny.gif) no-repeat;
}
.prodtiny:hover {
  background: url(/img/prod-back-tiny-highlight.png) no-repeat;
  padding: 6px;
}

#sendtofriend {
  float: right;
  width: 205px;
  padding-left: 15px;
  border-left: 2px solid #999;
}
#fullprod {
  float: left;
  width: 618px;
}
#prodfullimage {
  position: relative;
  background: url(/img/prod-back-full.png) no-repeat top left;
  padding: 9px;
  float: left;
  width: 334px;
}
* body #prodfullimage {
  background: url(/img/prod-back-full.gif) no-repeat top left;
}
#prodfullimage .comingspring10 {
  top: 5px;
  right: 30px;
}
#prodfull {
  margin-bottom: 4px;
  width: 315px;
  height: 315px;
}
#prodfullprice {
  font-size: 1.2em;
  color: #900;
  margin-bottom: 10px;
}



/* ***** SOLVE A PROBLEM ***** */
.problemtype {
  font-size: 1.5em;
  font-family: Georgia, serif;
  margin-bottom: 15px;
  padding-left: 73px;
  padding-top: 10px;
  height: 50px;
}
.problemtype img {
  vertical-align: middle;
  margin-right: 25px;
}
.problemtype a {
  color: #000;
}
.problemtype a:hover {
  color: #900;
}

/* ***** FAQ ***** */
.question {
  width: 500px;
  font-weight: bold;
  padding-left: 22px;
  line-height: 20px;
  cursor: pointer;
  margin-top: 10px;
}
.answer {
  width: 485px;
  padding-left: 30px;
  color: #777;
  display: none;
}
.plus {
  background: url(/img/plus.gif) no-repeat 0 2px;
}
.minus {
  background: url(/img/minus.gif) no-repeat 0 2px;
}


/* ***** FIND A DEALER ***** */
#dealerlistings {
  float: left;
  width: 175px;
  padding-right: 15px;
  height: 500px;
  overflow: auto;
  margin-top: 7px;
  font-size: 0.85em;
}
.dealer {
  margin-bottom: 10px;
}
.retailer {
  margin: 20px 0;
}
.retailer h2 {
  font-weight: normal;
  color: #900;
  font-family: Georgia, serif;
}
.distributorname {
  font-family: Georgia, serif;
  font-size: 1.1em;
  font-weight: bold;
}
.retailer b {
  font-size: 0.9em
}




#footer {
  background: url(/img/header_footer_sprite.png) no-repeat bottom right;
  height: 35px;
  clear: both;
}
* html #footer {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/footer.png',sizingMethod='image');
}
#footerlinks {
  position: absolute;
  right: 215px;
  bottom: 3px;
  color: #fff;
}
* html #footerlinks {
  bottom: 18px;
}
#footerlinks a {
  color: #fff;
}
#footerlinks a:hover {
  text-decoration: underline;
}



#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; font-size: 0.9em; }




.clear {
  clear: both;
  font-size: 0px;
}