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

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

#header {
	position: relative;
	background-image: url(header.png);
	height: 144px;
}
	#header #navigation {
		position: absolute;
		top: 109px;
		left: 0px;
	}
		#header #navigation a {
			display: block;
			float: left;
			height: 34px;
			overflow: hidden;
			background-position: 0px 0px;
			line-height: 100px;
		}
			#header #navigation a.home { width: 61px; background-image: url(button_home.png); }
			#header #navigation a.products { width: 78px; background-image: url(button_products.png); }
			#header #navigation a.msds { width: 49px; background-image: url(button_msds.png); }
			#header #navigation a.blacklabel { width: 89px; background-image: url(button_blacklabel.png); }
			#header #navigation a.about { width: 56px; background-image: url(button_about.png); }
			#header #navigation a.international { width: 108px; background-image: url(button_international.png); }
			#header #navigation a.contact { width: 73px; background-image: url(button_contact.png); }
                        #header #navigation a.recall { width: 90px; background-image: url(button_recallinfo.png); }
			#header #navigation a:hover, #header #navigation a:active , #header #navigation a.selected{ background-position: 0px 34px; }

#productlookup {
	margin-top: 30px;
	font-size: 90%;
	float: right;
	color: #fff;
}
	#productlookup select, #productlookup option {
		font-size: 10px;
	}

#menu {
	float: left;
	width: 200px;
	background-color: #fff;
	margin-top: 5px;
	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;
		padding-left: 5px;
	}
	#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;
		height: 33px;
		overflow: hidden;
		text-indent: 1000px;
		background-image: url(download_msds.png);
		background-repeat: no-repeat;
		background-position: 25px 0px;
		border-bottom: none;
	}
		#menu a.button_msds:hover {
			background-position: 25px -33px;
			background-color: #fff;
		}
	#menu a.button_techsheet {
		margin-top: 5px;
		height: 33px;
		overflow: hidden;
		text-indent: 1000px;
		background-image: url(download_techsheet.png);
		background-repeat: no-repeat;
		background-position: 25px 0px;
		border-bottom: none;
	}
		#menu a.button_techsheet:hover {
			background-position: 25px -33px;
			background-color: #fff;
		}		
        #menu a.button_family_techsheet {
                margin-top: 5px;
                height: 33px;
                overflow: hidden;
                text-indent: 1000px;
                background-image: url(download_family_techsheet.png);
                background-repeat: no-repeat;
                background-position: 25px 0px;
                border-bottom: none;
        }
                #menu a.button_family_techsheet:hover {
                        background-position: 25px -33px;
                        background-color: #fff;
                }

	#menu p {
		font-size: 100%;
		padding-left: 30px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

#products {
	padding-left: 10px;
	overflow: auto;
}
	#products h2 {
		font-size: 200%;
		font-weight: bold;
		color: #707070;
		margin: 5px 0px 2px 0px;
		font-family: "Trebuchet MS";
	}
		#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: 25px;
		font-size: 120%;
		line-height: 25px;
		font-weight: bold;
		text-align: left;
		color: #707070;
		background-image: url(carat.png);
		background-repeat: no-repeat;
		background-position: 1px 10px;
		text-decoration: none;
		margin-bottom: 5px;
		padding-left: 20px;
	}
		#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);
		}		
#footer {
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 3px;
	padding-right: 3px;
	border-top: 1px solid #d7d7d7;
	text-align: center;
}
	#footer p {
		font-size: 80%;
	}
