/*---------
Line
-----------*/
.line {
	clear: both;
	border-top-width: 1px;
	border-top-color: #000000;
	width: 735px;
	border-top-style: solid;
	height: 10px;
	position: relative;
	left: 35px;
}

/*---------
Cleaning Products Intro & Navigation
-----------*/
#cleaningproducts {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-right: 35px;
	margin-left: 35px;
	margin-bottom: 10px;
}

#cleaningproducts span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #901706;
	font-weight: bold;
}

#cleaningproducts span a:link {
	color: #000000;
	text-decoration: none;
}

#cleaningproducts span a:visited {
	color: #000000;
	text-decoration: none;
}

#cleaningproducts span a:hover {
	color: #901706;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

#cleaningproducts span a:active {
	color: #000000;
	text-decoration: none;
}

/*---------
Left Column Content
-----------*/
.leftcolumncontent {
	display: block;
	width: 350px;
	padding-left: 35px;
	float: left;
	clear: both;
	padding-bottom: 35px;
	padding-top: 7px;
}

/*---------
Right Column Content
-----------*/
.rightcolumncontent {
	width: 350px;
	float: right;
	padding-right: 35px;
	padding-bottom: 35px;
	padding-top: 7px;
}
