@charset "utf-8";

#products_top {
	width: 681px;
	height: 15px;
	background: url(../images/products-top.jpg);
}

#products_bottom {
	width: 681px;
	height: 15px;
	background: url(../images/products-bottom.jpg);
}

#products {
	width: 653px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 8px;
	line-height: 1.5em;
}

#products p {
	width:500px;
	padding-bottom:15px;
}

#products .rubbermaid {
float:right;
}

#products .item {
	float: left;
	text-align: center;
	width: 125px;
}

#products .item img {
	border: none;
	text-decoration: none;
	position: relative;
	top: 2px;
}

#about {
	padding: 20px 13px 13px 13px;
}

#about p {
	font-size: 1.1em;
	line-height: 1.5em;
	padding-bottom: 20px;
}
 


