* {
    margin: 0;
    padding: 0;
    font-size: 100%
    vertical-align: baseline;
}
html {
    background: #ffffff;
}
body {
    width: 1000px;
    margin: 0 auto;
    overflow-x: hidden;
    line-height: 1;
    font-family: "Lato", Arial, sans-serif;
    font-size: 13px;
    position: relative;
    color: #444;
}
ol, ul {
    list-style: none;
}
a {
    text-decoration: none;
    color: #f00;
}
img {
    border: 0;
}
#wrapper {
    display: block;
    width: 960px;
    padding: 0 10px;
    margin: 8px auto 0 auto;
    background: url(/img/main-bg.png) repeat-y center top;
}
#site-bottom {
    display: block;
    width: 960px;
    padding: 0 10px;
    margin: 0 auto 20px; auto;
    background: url(/img/site-bottom.png) no-repeat center top;
    height: 19px;
}
#content {
    display: block;
    border-top: 1px solid #aaa;
    background: url(/img/content-bg.jpg) no-repeat center top;
    padding: 0 35px 35px 35px;
}
#header {
    position: relative;

}
#logo {
    position: relative;
    top: 2px;   
    display: block;
    width: 237px;
    height: 55px;
    background: url(/img/axiom-logo.png) no-repeat center center;
}
.leftribbon {
    position: relative;
    width: auto;
    left: -55px;
    -moz-box-shadow: -0px 2px 2px rgba(0, 0, 0, 0.5);
    -khtml-box-shadow: -0px 2px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: -0px 2px 2px rgba(0, 0, 0, 0.5);
    box-shadow: -0px 2px 2px rgba(0, 0, 0, 0.5);
    padding-left: 55px;
    z-index: 100;
}
.rightribbon {
    position: relative;
    width: auto;
    right: -55px;
    -moz-box-shadow: -0px 2px 2px rgba(0, 0, 0, 0.5);
    -khtml-box-shadow: -0px 2px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: -0px 2px 2px rgba(0, 0, 0, 0.5);
    box-shadow: -0px 2px 2px rgba(0, 0, 0, 0.5);
    padding-right: 55px;
    z-index: 100;
}
.redribbon {
    background: #f00;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee0000', endColorstr='#ff0000'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#e00), to(#f00)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #e00,  #f00); /* for firefox 3.6+ */
}
.whiteribbon {
    background: #f0f0f0;
}
.leftredribbontriangle {
    position: absolute;
    height: 0;
    width: 0;
    left: -75px;
    bottom: -20px;
    border-style: solid;
    border-width: 20px;
    border-color: transparent #660000 transparent transparent;
    z-index: -1;
}
.leftwhiteribbontriangle {
    position: absolute;
    height: 0;
    width: 0;
    left: -75px;
    bottom: -20px;
    border-style: solid;
    border-width: 20px;
    border-color: transparent #666666 transparent transparent;
    z-index: -1;
}
.rightredribbontriangle {
    position: absolute;
    height: 0;
    width: 0;
    right: -75px;
    bottom: -20px;
    border-style: solid;
    border-width: 20px;
    border-color: transparent transparent transparent #660000;
    z-index: -1;
}
#chooseregionribboncontainer {
    float: right;
    position: absolute;
    top: 2px;
    right: 0;
}
#chooseregionribbon {
    height: 35px;
    line-height: 35px;
    padding-left: 15px;
}
#chooseregionribbon a {
    color: #fff;
}
#menuribboncontainer {
    position: relative;
    left: 0;
}
#menuribbon {
    width: 100%;
    padding-right: 55px;
    height: 55px;
}
#footerribboncontainer {
    position: relative;
    left: 0;
    margin-top: 20px;
}
#footerribbon {
    width: 100%;
    padding-right: 55px;
    text-align: right;
    height: 30px;
    line-height: 30px;
    color: #fff;
}
#footerribbon a {
    color: #fff;
}
#menu {
    overflow: hidden;
}
#menu li {
    float: left;
    display: inline;
    width: 148px;
    margin-right: 30px;
}
#menu li a {
    float: left;
    display: block;
    width: 100%;
    color: #fff;
    height: 50px;
    padding-top: 5px;
    font-size: 13pt;
    font-weight: bold;
}
#menu li a div {
    display: none;
    font-size: 0.75em;
    font-weight: 400;
    margin-top: 3px;
}
#menu li a:hover span {
    text-decoration: underline;
}
#menu li a:hover div {
    display: block;
}
#crumbs {
    margin-top: 10px;
}
#rightcolumn {
    float: left;
    width: 745px;
}
#searchproductsribboncontainer {
    position: relative;
}
#searchproductsribbon {
    width: 100%;
    padding-top: 3px;
    padding-bottom: 5px;
    font-size: 1.2em;
}
#searchproductslabel {
    font-weight: bold;
    margin-bottom: 3px;
}
#productManualsRibbonContainer, #productmenuribboncontainer, #archivemenuribboncontainer {
    margin-top: 25px;
    position: relative;
}
#productManualsRibbon, #productmenuribbon, #archivemenuribbon {
    width: 100%;
    padding-top: 3px;
    padding-bottom: 5px;
}
#productManualsLabel, #productmenulabel, #archivemenulabel {
    font-weight: bold;
    margin-bottom: 7px;
    font-size: 1.2em;
    color: #444;
}
.productmenuhead {
    font-weight: bold;
}

/* ***** LAYOUT ***** */
#wrapper {
    display: block;
}

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

#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: 159px;
  left: 191px;
  width: 475px;
  height: 400px;
  background: #f0f0f0 url(/img/search_background.gif) no-repeat;
  padding: 5px 10px 0 15px;
  font-size: 13px;
}
#searchterm {
  font-size: 1.5em;
  color: #000;
  text-align: left;
  margin-bottom: 5px;
}
#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;
}
.productmenuhead div {
    font-size: 1.1em;
    margin-bottom: 5px;
}
.productmenulist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.productmenulist a {
  color: #333;
  display: block;
  padding-left: 12px;
  margin-bottom: 5px;
}
* html .productmenulist a {
  float: left;
  width: 113px;
  margin-bottom: 5px;
}
.productmenulist a:hover, .productmenulist a.current {
  text-decoration: none;
}




#regionchooser {
  display: none;
  position: absolute;
  left: 790px;
  top: 38px;
  border: 1px solid #000;
  background: #fff;
  z-index: 1000;
}
#regionchooser a {
  display: block;
  padding: 3px 6px 3px 6px;
}
#regionchooser a:hover {
  background: #f00;
  color: #fff;
}

#accordion {
  font-size: 0.8em;
}


#crumbs {
    margin-bottom: 25px;
}
#crumbs a {
  color: #000;
}
#crumbs a:hover {
  text-decoration: underline;
}
#pagetitle {
  margin-bottom: 13px;
  font-size: 2em;
  font-weight: bold;
  color: #f00;
}


/* ***** HOME PAGE ***** */
#banner {
  width: 745px;
  height: 255px;
}
#homestyles {
    width: 100%;
    height: 355px;
    margin-bottom: 10px;
}
.homestyle {
    display: block;
    float: left;
    width: 184px;
    height: 355px;
    margin-right: 3px;
    position: relative;
    overflow: hidden;
}
.homestylefade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.homestyledesc {
    position: absolute;
    top: 355px;
    left: 0;
    width: 184px;
    height: 178px;
}
/*.homestylename {
    color: #000;
    font-weight: 900;
    margin-top: 3px;
    margin-left: 3px;
    font-size: 16pt;
    text-indent: -10000px;
}
.homestyledesc {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 9pt;
    text-align: right;
    line-height: 12pt;
    width: 176px;
    background: url(/img/333-50.png);
    padding: 3px 4px;
}*/
#homenews {
}
#homenewstitle {
    display: block;
  font-size: 1.5em;
  color: #f00;
  font-weight: bold;
  margin-bottom: 5px;
}
.home_news_post {
    display: block;
    float: left;
    width: 175px;
    margin-right: 12px;
    margin-bottom: 10px;
    color: #666;
}
.home_news_post div {
    height: 75px;
    color: #333
}
#homenewsreadmore {
  color: #555;
}
.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 {
  padding: 10px;
  position: relative;
}
.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: #f00;
  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: 480px;
  margin-bottom: 5px;
}
.catname span {
  background: #fff;
  padding-right: 3px;
}
.tinyprods {
  width: 480px;
  margin-bottom: 13px;
}
.prodtiny {
  padding: 6px;
}
.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: 745px;
}
#prodfullimage {
  position: relative;
  padding: 9px;
  float: left;
  width: 334px;
}
#prodfullimage .comingspring10 {
  top: 5px;
  right: 30px;
}
#prodfull {
  margin-bottom: 4px;
  width: 315px;
  height: 315px;
}
#fullproddesc {
  width: 265px;
  float: left;
}
#fullproddesc ul {
  padding: 0;
  margin: 0;
}
#prodfullprice {
  font-size: 1.2em;
  color: #f00;
  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: #f00;
}

/* ***** 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: #f00;
  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_new.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;
}
