/* © RESEN */
/* Section Stylesheet: Services
------------------------------------------------------------------------------- */


	#services h3 {
	
		height: 28px;
		background-image: url('../images/headings/h3-services.png');
	
		}
		
	#services li {
	
		float: left;
		clear: left;
		border-bottom: 1px solid #282828;
		width: 100%;
		margin-bottom: 4px;
		padding: 5px 0;
	
		}
		
	#services h4 {
	
		color: #8ed400;
		cursor: pointer;
		font-size: 18px;
		line-height: 18px;

		}
	
	#services h4.selected,
	#services h4:hover {
	
		color: #d8ff88;
	
		}
		
	#services div.body {
	
		float: left;
		display: none;
		margin: 0;
		padding: 0;
	
		}
		
	#services div.body p {
	
		float: left;
	
		}
		
	#services li > span {
	
		display: none;
	
		}
		
	#page-services #main #info h4 {
	
		visibility: visible;	
	
		}