/* Sticky Footer */
html, body, #container {height: 100%;}
body > #container {height: auto; min-height: 100%;}
#content {padding-bottom: 156px;}  /* must be same height as the footer */
#bottom_wrapper {position: relative;
	margin-top: -156px; /* negative value of footer height */
	height: 156px;
	clear:both;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body {
	background-image: url(body-bg-homepage_400px.png);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
}

#container {
	width: 768px;
	margin: 0px auto 0px auto;
	text-align: left;
}

#header {
	position: relative;
	height: 176px;
}
	#header #navigation {
		position: absolute;
		top: 121px;
		left: 0px;
	}
                #header #navigation a {
                        display: block;
                        float: left;
                        height: 52px;
                        line-height: 52px;
                        background-position: 0px 0px;
                        margin-right: 12px;
                        text-decoration: none;
                        font-family: Trebuchet MS, Helvetica;
                        overflow: hidden;
                }
                        #header #navigation a:link, #header #navigation a:visited {
                                color: #ffffff;
                        }
                        #header #navigation a:hover, #header #navigation a:active {
                                color: #fff799;
                                background-position: 0px 52px;
                        }
                        #header #navigation a.selected {
                                background-position: 0px 52px;
                        }
#content {
	background-image: url(content-bg-homepage_400px.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 20px;
}

#productlookup {
	width: 300px;
	height: 50px;
	background-image: url(productlookup-bg2.png);
	margin-top: 6px;
	margin-right: 10px;
	font-size: 90%;
	float: right;
	font-weight: bold;
}
	#productlookup select {
		width: 250px;
		height: 23px;
		margin-top: 12px;
		margin-left: 42px;
		border: none;
		background-color: transparent;
		background-image: url(productlookup-bg2.png);
		background-position: -42px -12px;
		color: #fff;
		font-size: 12px;
	}
	#productlookup option {
		font-size: 12px;
		background-color: #737373;
	}
	#productlookup option.alt {
		background-color: #545454;
		padding: 2px;
	}

#menu {
	float: left;
	width: 200px;
	background-color: #fff;
	margin-top: 0px;
	margin-right: 10px;
	border-right: 1px dotted #898989;
}
	#menu h3 {
		height: 30px;
		line-height: 30px;
		font-size: 120%;
		font-family: "Trebuchet MS";
		color: #707070;
		border-bottom: 1px solid #d7d7d7;
	}
	#menu a {
		display: block;
		overflow: hidden;
		height: 30px;
		line-height: 30px;
		border-bottom: 1px solid #d7d7d7;
		font-size: 90%;
		text-decoration: none;
		padding-left: 30px;
		background-image: url(carat.png);
		background-repeat: no-repeat;
		background-position: 5px 11px;
		color: #707070;
	}
		#menu a:hover {
			background-color: #cccccc;
			color: #000;
		}
	#menu a.button_msds {
		margin-top: 5px;
		margin-left: 30px;
		height: 33px;
		overflow: hidden;
		text-indent: 1000px;
		background-image: url(download_msds.png);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		border-bottom: none;
	}
		#menu a.button_msds:hover {
			background-position: 0px -33px;
			background-color: #fff;
		}
	#menu a.button_techsheet {
		margin-top: -10px;
		margin-left: 30px;
		height: 33px;
		overflow: hidden;
		text-indent: 1000px;
		background-image: url(download_techsheet.png);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		border-bottom: none;
	}
		#menu a.button_techsheet:hover {
			background-position: 0px -33px;
			background-color: #fff;
		}
	#menu p {
		font-size: 100%;
		padding-left: 30px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

#products {
	overflow: auto;
}
	#products h2 {
		font-size: 200%;
		font-weight: bold;
		color: #9d0a0e;
		margin: 5px 0px 2px 0px;
		font-family: "Palatino Linotype";
	}
		#products h2.cat_header {
			margin-bottom: 30px;
		}
	#products h3 {
		font-size: 120%;
		color: #9d0a0e;
	}
	#products h4 {
		font-size: 80%;
		font-weight: normal;
		color: #7c7c7c;
		margin-bottom: 20px;
	}
	#products h5 {
		color: #000;
		font-weight: normal;
		font-size: 90%;
		margin-bottom: 50px;
		font-family: "Trebuchet MS";
	}
	#products p {
		line-height: 1.4em;
		margin-bottom: 10px;
		font-size: 120%;
	}
	#products td {
		padding: 1px;
		border: 1px solid #fff;
	}
		#products td.selected {
			border: 1px solid #ccc;
			background-color: #ebebeb;
		}
	#products a.selectTD {
		text-decoration: none;
		display: block;
	}
	#products a.cat {
		display: block;
		height: 32px;
		font-size: 120%;
		line-height: 32px;
		font-weight: bold;
		text-align: left;
		color: #707070;
		background-image: url(categories-bullet.png);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		text-decoration: none;
		margin-bottom: 5px;
		padding-left: 35px;
	}
		#products a.cat:hover, #products a.cat:active {
			color: #000;
			background-color: #cccccc;
		}
	#products a.msds {
		display: block;
		height: 15px;
		font-size: 90%;
		line-height: 15px;
		font-weight: normal;
		text-align: left;
		color: #707070;
		background-image: url(carat.png);
		background-repeat: no-repeat;
		background-position: 1px 5px;
		text-decoration: none;
		margin-bottom: 5px;
		padding-left: 20px;
	}
		#products a.msds:hover, #products a.msds:active {
			color: #000;
			background-color: #cccccc;
		}		
	#products ul {
		margin-left: 15px;
	}
	#products li {
		font-size: 120%;
		line-height: 1.4em;
		margin-bottom: 16px;
	}
	#products img.prod-page {
		float: right;
		margin: 5px 5px 20px 5px;
	}
	#products .product-column {
		width: 33%;
		float: left;
		border-right: 1px solid #111;
		text-align: center;
		height: 250px;
	}
	#products .breadcrumbs {
		margin-left: 0px;
		margin-top: 5px;
		font-family: "Trebuchet MS";
		color: #7c7c7c;
	}
		#products .breadcrumbs a {
			color: #7c7c7c;
			text-decoration: none;
		}
			#products .breadcrumbs a:hover, #products .breadcrumbs a:active {
				color: #000;
				background-color: #cccccc;
			}
	#products .product-type-divider {
		margin: auto;
		text-align: center;
		font-size: 140%;
		font-weight: normal;
		color: #000;
		font-family: "Trebuchet MS";
		padding-bottom: 10px;
		padding-top: 10px;
		border-top: 1px dotted #000;
		border-bottom: 1px dotted #000;
		margin-bottom: 10px;
	}
		#products .product-type-divider.aerosol {
			background-image: url(product-type-divider-maroon.png);
		}
		#products .product-type-divider.wipe {
			background-image: url(product-type-divider-green.png);
		}
#bottom_wrapper {
	width: 100%;
}
#footer {
	width: 768px;
	margin: 0px auto 0px auto;
	text-align: center;
}
	#footer p {
		font-size: 90%;
		color: #7c7c7c;
		padding-top: 120px;
	}
