/*----------
Rotoclean Introduction
----------*/
#rotocleanintro {
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 350px;
	padding-right: 15px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	padding-left: 35px;
}

/*----------
Technical Specification
----------*/
#technicalspec {
	padding-top: 15px;
	padding-right: 35px;
	float: right;
	padding-left: 15px;

}


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