html {
	margin: 0;
	padding: 0;
	background:#fff;
}

/* HEADER
-------------------------------------------------- */
#header {
	height: 136px;	
	width: 935px;
  padding: 8px 28px 0 32px;
}
#header.commercial h1 {
  margin: 27px 0 0 0;
	width: 345px;
	height: 79px; 
	float: left;
	background: url(/images/templates/commercial/logo.png) no-repeat;
}
#header h1 a { 
	display: block; 
	height: 79px;
}
#header h1 a span {
  display: none;
}
#header h2 {
	display: none;
}

#search_site {
  display: none;
}

#navigation {
  float: right;
  clear: right;
  margin-top: 65px;
}
#navigation ul {
  margin: 0;
  list-style: none;
}
#navigation li {
  float: left;
}

#commercial-main-nav {
  margin: 0;
  list-style: none;
  float: right;
}
#commercial-main-nav li {
  margin-left: 10px;
  padding-left: 10px;
  background: url('../images/templates/commercial/header/nav-seperator.gif') 0 2px no-repeat;
}
#commercial-main-nav li.first {
  background: none;
  padding: 0; margin: 0;
}
#commercial-main-nav li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #929497;
  font-weight: bold;
  font-size: 14px;
}
#commercial-main-nav li a:hover {
  color: #8bc53f;
}

#commercial-secondary-nav {
  float: right;
  clear: right;
  padding-top: 3px;
  width: 300px;
}
#commercial-secondary-nav li {
  margin-left: 10px;
  display: inline;
}
#commercial-secondary-nav li a {
  text-decoration: none;
  color: #929497;
  font-weight: bold;
  font-size: 9.5px;
}
#commercial-secondary-nav li a:hover {
  color: #8bc53f;
}
#commercial-secondary-nav li.products {
  padding: 0 0 10px 15px;
  background: url('../images/templates/commercial/header/nav-products.gif') no-repeat;
}
#commercial-secondary-nav li.where-to-buy {
  padding: 0 0 10px 15px;
  background: url('../images/templates/commercial/header/nav-where-to-buy.gif') no-repeat;
}
#commercial-secondary-nav li.msds {
  padding: 0 0 10px 15px;
  background: url('../images/templates/commercial/header/nav-msds.gif') no-repeat;
}

#nav-products-dropdown {
  position: absolute;
  top: 110px;
  left: 770px;
  width: 126px;
  float: none;
}
#nav-products-dropdown ul {
  width: 126px;
  overflow: hidden;
  margin: 0; padding: 0 0 10px 0;
  background: none;
  float: none;
  background: url('../images/templates/commercial/nav-btm.gif') center bottom no-repeat;
}
#nav-products-dropdown ul li {
  background: #f9f9f9;
  width: 126px;
  float: none;
  margin: 0; padding: 0;
}
#nav-products-dropdown ul li a {
  color: #abb2ab;
  padding: 3px 10px;
  font-weight: bold;
  float: none;
  text-transform: uppercase;
}
#nav-products-dropdown ul li a:hover {
  color: #9acc58;
  background: none;
}

#brands {
  display: none;
}
#footer-wrap {
  background:#74A336 url(../images/templates/footer/fat-footer-rpt-commercial.gif) top repeat-x;
  clear:both;
}
#footer {
  padding-top: 30px;
  background: url(../images/templates/footer/fat-footer-left-commercial.gif) top left no-repeat;
}

#primary-sidebar .links-box h3 {
  padding-left: 40px;
  background: url('../images/templates/commercial/pdficon.gif') no-repeat;  
}
#primary-sidebar .links-box .top {
  background:transparent url(/images/templates/right-column/content-links-top-commercial.gif) no-repeat scroll left top;
  height:15px;
  margin:0 -10px -10px;
}
#primary-sidebar .links-box {
  background:transparent url(/images/templates/right-column/content-links-bg-commercial.gif) repeat-y scroll 0 0;
  margin-bottom:20px;
  padding:0 10px;
  width:160px;
}
#primary-sidebar .links-box .bottom {
  background:transparent url(/images/templates/right-column/content-links-bottom-commercial.gif) no-repeat scroll left bottom;
  clear:both;
  height:10px;
  margin:0 -10px;
}
#primary-sidebar .links-box h3 {
  color: #5a5a5a;
}
#primary-sidebar .links-box a {
  color: #5a5a5a;
  text-decoration: underline;
}
#primary-sidebar .links-box a:hover {
  text-decoration: none;
}


/* CONTENT PAGE
-------------------------------------------------- */
#commercial-content-page {
  width: 920px;
  background: #bbbdbf url('../images/templates/commercial/content/bg-content-top.gif') top no-repeat;
}
#commercial-content-page-wrapper {
  width: 920px;
  background: url('../images/templates/commercial/content/bg-content-btm.gif') bottom no-repeat;
}
#commercial-content {
  padding: 20px;
  width: 685px;
  float: left;
}
#commercial-content h1 {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Verdana, Sans-Serif;
}
#commercial-content a {
  color: #eaffcf;
  text-decoration: none;
}
#commercial-content a:hover {
  text-decoration: underline;
}
#commercial-content p {
  color: #fff;
}
#commercial-content p strong {
  color: #727375;
}
#commercial-content-submenu {
  height: 300px; 
  width: 190px;
  float: left;
  background: #bbbdbf;
}
#commercial-content-submenu div {
  margin-left: 13px;
}
#commercial-content-submenu h3 {
  text-indent: -999em;
  margin-bottom: 10px;
}
#commercial-content-submenu .whats-new h3 {
  width: 148px;
  height: 24px;
  background: url('../images/templates/commercial/home/whats-new-text.png') no-repeat;
}
#commercial-content-submenu ul {
  margin: 0 0 0 35px;
  padding: 0;
}
#commercial-home-submenu ul li {
  line-height: 18px;
}
#commercial-content-submenu ul li a {
  color: #6d6e70;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
}
#commercial-content-submenu ul li a:hover {
  color: #929497;
}
#commercial-content-submenu .products h3 {
  width: 148px;
  height: 20px;
  background: url('../images/templates/commercial/home/products-text.png') no-repeat;
}

.clear {
  clear: both;
}

