/* CSS Document */


#colOne ul{
	margin: 0px;
	padding: 0px;
}



#process ul {
	width: 400px;
	height: 100px;
}

#process li {
	list-style-type: none;
	text-decoration: none;
	display: block;
	float: left;
	border: 1px solid #999999;
}

#process_one  {
	margin-right: 20px;
	width: 100px;
	height: 94px;
	background-image: url("images/process_1.jpg");
	background-repeat: no-repeat;
	
}


#process_two  {
	margin-right: 20px;
	width: 100px;
	height: 94px;
	background-image: url("images/process_2.jpg");
	background-repeat: no-repeat;
	
}


#process_three {
	width: 100px;
	height: 94px;
	background-image: url("images/process_3.jpg");
	background-repeat: no-repeat;
	
}


#process_four  {
	margin-right: 20px;
	width: 100px;
	height: 94px;
	background-image: url("images/process_4.jpg");
	background-repeat: no-repeat;
	
}


#process_five  {
	margin-right: 20px;
	width: 100px;
	height: 94px;
	background-image: url("images/process_5.jpg");
	background-repeat: no-repeat;
	
}


#process_six {
	width: 100px;
	height: 94px;
	background-image: url("images/process_6.jpg");
	background-repeat: no-repeat;
	
}

#process_four, #process_five, #process_six {
	margin-top: 10px;
}
