body {
  font-size: 12px;
  font-family: Helvetica, arial, verdana, sans serif;
  color:#666666;
  background-color: #FFFFFF;
  margin: 0;
}
dl, dt, dd, ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#box {
  margin: 0 auto;
}
#wrapper {
  margin: 0 auto;
  width: 799px;
}
/* hEADER */
#header {
  /*width: 699px;*/
  height: 142px;
}
#headerNew {
  height: 174px;
  margin-bottom:
}
#headerNew #logo {
  display: block;
  float: left;
  position: relative;
  top: 31px;
  width: 447px;
  height: 143px;
  background: url(../images/wrapper/logo.gif) 0 0 no-repeat;
}

.canadasSource {
  /*width: 699px;*/
  margin-top: 2px;
  height: 21px;
}

/* NAVIGATION */
#navigation {
  /*width: 58px;*/
  float: right;
  width: 350px;
  margin-top: 35px;
/*  margin-right: -27px;*/
}
#navigation li {
  display: block;
  float: left;
  height: 20px;
  margin: 0 0 0 15px;
  padding: 0;
  position: relative;
  z-index: 5;
}
#navigation li a {
  display: block;
  float: left;
  width: auto;
  height: 20px;
  margin: 0;
  padding: 0;
  white-space: nowrap;
/*  text-indent: -8000px;*/
  color: #777777;
  font-family: arial narrow, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
/*  background-position: 0 0;
  background-repeat: no-repeat;*/
  position: relative;
  z-index: 999;
}
#navigation li a:hover {
  color: #666666;
/*  background-position: -100px 0;*/
}
#navigation li a.selected {
  color: #333333;
  cursor: default;
  background-position: -200px 0;
}
#navigation li.brands a {
/*  width: 36px;*/
/*  background-image: url(../images/wrapper/nav-brands.gif);*/
}
#navigation li.dealers a {
/*  width: auto;*/
/*  background-image: url(../images/wrapper/nav-dealers.gif);*/
}
#navigation li.tech a {
/*  width: 86px;*/
/*  background-image: url(../images/wrapper/nav-tech.gif);*/
}
#navigation li.about a {
/*  width: 46px;*/
/*  background-image: url(../images/wrapper/nav-about.gif);*/
}
#navigation li.contact a {
/*  width: 54px;*/
/*  background-image: url(../images/wrapper/nav-contact.gif);*/
}
#navigation li.brands:hover ul,
#navigation li.dealers:hover ul {
  display: block;
}
#navigation li ul {
  position: absolute;
  padding: 22px 0 0 3px;
  margin-top: 2px;
  margin-left: -5px;
  width: 120px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: left;
  display: none;
  border-left: 1px solid #999999;
  z-index: 1;

  /*display: block;*/
  *left: 0;
}
#navigation li ul li {
  display: block;
  float: none;
  width: auto;
  white-space: normal;
  height: auto;
  margin: 0;
  padding: 0;

  /*border: 1px dotted green;*/

  _margin-bottom: -15px;
}
#navigation li ul li.last {
  /*_margin-bottom: 0;*/
}

#navigation li ul li a {
  background: none !important;
  display: inline;
  float: none;
  width: auto !important;
  height: auto;
  text-decoration: none;
  color: #333333;
  margin: 0;
  padding: 1px 2px;
  background-image: none !important;
  /*background-color: #FFFF33 !important;*/
  /*border: 1px solid #FF0000;*/

  *text-align: left !important;
  *text-indent: 0;
  *display: block;
  *position: relative;
  z-index: 999999;
}
#navigation li ul li a:hover {
  color: #4d0b63;/*#666666;*/
}

#sidemenu {
  float: left;
  width: 200px;
  font-family: arial narrow, arial, sans-serif;
  font-size: 1.6em;
  text-align: left;
  margin: 25px 0 0 0;
/*  min-height: 495px;*/
}

#sidemenu ul {
  padding-top: 14px;
}

#sidemenu li {
  margin-bottom: 2px;
}
#sidemenu li a {
  margin-left: 15px;
  text-decoration: none;
}

#sidemenu li.menuheader {
  font-size: 1.2em;
  margin-bottom: 5px;
}

/* LAYOUT */
#content {
  width: 599px;
  float: right;
/*  position: relative;*/
  margin: 25px auto 19px;
  min-height: 495px;
/*  _height: 495px;*/
}

.vr {
  background: url(../images/dotline.gif) 0 0 repeat-y;
  width: 30px;
}
.hr {
  background: url(../images/dotline-horiz.gif) 0 0 repeat-x;
  height: 30px;
}

/* HOME IMAGES */
.iceStoneImg {
  display: block;
}
.americanClayImg {
  display: none;
}
.paperStoneImg {
  display: none;
}
.greenPlanetImg {
  display: none;
}

#west {
  float: left;
  width: 50%;
  padding: 0 10px 0 0;
}
/* FOOTER */
#footer {
  width:799px;
  margin: 0px auto;
  position:relative;
  font-size: 1em;
  text-align: center;
}
hr.hline {
  color: #e1e1e1;
  background: none;
  padding: 0;
  margin: 2px 0;
}
.copyright {
  font-size:11px;
  padding-top: 10px;
  color:#666666;
}

/* TYPOGRAPHY */
h1 {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 14px;
  padding-bottom: 2px;
  border-bottom: 1px solid #999;
}

h2 {
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0 0 12px 0;
}
h1 a,
h2 a,
h3 a,
h1 a:visited,
h2 a:visited,
h3 a:visited {
  color: #666666;
  text-decoration: underline;
}
h1 a:hover,
h2 a:hover,
h3 a:hover {
  color: #333333;
  text-decoration: none;
}
h3 {
  font-size: 1.3em;
  color: #444444;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0 0 4px 0;
}
p {
  line-height: 1.5em;
  margin: 0 0 15px 0;
}

:focus {
  outline: none;
}

/* FORMS
**********************************************************/
div.alert {
    background: #FEE;
    color: #F00;
    font-weight: bold;
    margin-bottom: 1em;
    padding: 1em 0;
}
div.alert p,
div.alert ul {
    margin: 0 !important;
    padding: 0 0 0 1em !important;
}
label {
    font-weight: bold;
    padding-left: 0.7em;
}
input,
textarea {
  padding: 3px 5px 3px 5px;
  font: normal 11px/1.2em Arial, Helvetica, sans-serif;
}
input[type=text],
textarea {
  border: 1px solid #999999;
}
input[type=text]:focus,
textarea:focus {
  border: 1px solid #666666;
}
input.btn {
  font-weight: bold;
  display: block;
  width: auto !important;
}
form dl {
    line-height: 1;
    margin: 0;
  margin-bottom: 10px;
}
form dd:hover {
  border-color: #666;
}

form dd {
    margin: 0;
    margin-bottom: 0.4em !important;
  margin-left: 15em !important;
  padding-left: 0.5em;
  border-left: 1px solid #CCC;
}
form dd div {
    margin-bottom: 0.25em;
}
form dd label {
    font-weight: normal;
    padding: 0;
}
form div.box dl {
    margin-bottom: 0 !important;
}
form dt {
    clear: left;
    float: left;
    margin: 0;
    position: relative;
  width: 15em;
    z-index: 10;

  zoom: 1;
}
form dt p {
    font-size: x-small;
    font-weight: normal;
    margin-left: 1em;
}
form input {
    line-height: 1;
    margin: 0;
    width: auto;
}
#contactForm dl dt {
  width: 10em !important;
  position: static;
  zoom: 1;
}
#contactForm dl dd {
  margin-left: 10em !important;
}

/* BUTTONS
**********************************************************/
button {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
a.button {
    float: left;
}
a.button,
button span {
    background: #999 url("../images/bg_button.gif") repeat-x center left;
    border: 1px solid #a4a510;
    color: #FFF;
    cursor: default;
    display: block;
    font-size: small;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0.25em 1em;
    text-decoration: none;
}
a.button:hover,
button:hover span {
    background-image: url("../images/bg_button_dim.gif");
    color: #FFF;
}
a.button.back,
button.back span {
    background: #777 url("../images/bg_button_grey.gif") repeat-x center left;
    border-color: #555;
}

a {
  color: #6d6e09;
}
a:visited {
  color: #a4a510;
}
a:hover {
  color: #333333;
}
