/* volume estimator */
#controlPanel{
	width:667px;	
	margin:12px 0px 0px 0px;
	height:80px;
}
.control li{	
	list-style-image:none;
	list-style-type:none;
}
#homeRightCol ul li{
	list-style-type:none;
	margin-left:0px;
}
.control li{
	float:left;
	width:85px;
}	
.selected, .notSelected{	
	padding-left:10px;	
	margin:0px 10px 5px 0px;
	color:#fff;
	height:32px;
cursor:pointer;
}
.notSelected{
	background:transparent url(../images/volumeEstimator/buttons/btnContent.jpg) no-repeat top left;	
}
.selected{
	background:transparent url(../images/volumeEstimator/buttons/btnContentAlt.jpg) no-repeat top left;	
}
.selectedInner, .notSelectedInner{
	display:block;	
	padding-right:0px;	
	height:28px;
padding-top:7px;
}
.selectedInner{	
	background:transparent url(../images/volumeEstimator/buttons/btnEndAlt.jpg) no-repeat top right;	
}
.notSelectedInner{
	background:transparent url(../images/volumeEstimator/buttons/btnEnd.jpg) no-repeat top right;	
}
#homeRightCol ul{
	margin:0px auto !important;
	width:667px;
}
#illustration{
	margin:0px auto;
	position: relative;	
	width: 550px;
	height:340px;
}
#wasteSizePicture{
	margin-top:0px;
	width: 550px;	
}
#truckSizePicture{
	margin:0px auto;		
	position:absolute;
	width:102px;
	top:0px;
	right:0px;	
}
#truckSizePicture p{
	margin:5px;	
}

#controlPanel a{
	color:#fff;
	text-decoration:none;
}
.selected a, .notSelected a{	
	line-height:26px;
	color:#ffffff;	
	cursor:pointer;
}
.selected a:hover, .notSelected a:hover{
	color:#ffffff;	
}


