@charset "utf-8";
/*	---------------------------------------------------------------------------------------
	Home page styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/		
#main-content ul.homepage {
			list-style-type:none;
			margin:0px 0px 0px 5px;}
			
#main-content ul.homepage li {
	width:276px;
	height:192px;
	float:left;
	background:url(../images/service-bg.gif) no-repeat;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 10px;
}

#main-content ul.homepage li p {
			padding:0px 20px 0px 20px;
			font-size:11px;
		}
			
#main-content ul.homepage li h3 {
			font-family:Arial, Helvetica, sans-serif;
			font-size:18px;
			color:#227489;
			display:block;
margin:5px 15px 10px 10px;
			
			}
#main-content ul.homepage li h3.custom-design {background:url(../images/h-custdes.jpg) right top no-repeat;
	height:36px;
	padding:15px 0 0 10px;
	margin:5px 15px 5px 10px;
	
	}
#main-content ul.homepage li h3.site-redesign {background:url(../images/h-redesign.jpg) right top no-repeat;
	height:36px;
	padding:15px 0 0 10px;
	margin:5px 15px 5px 10px;
	
	}
#main-content ul.homepage li h3.maintenance {background:url(../images/h-maintenance.jpg) right top no-repeat;
	height:36px;
	padding:15px 0 0 10px;
	margin:5px 15px 5px 10px;
	
	}
#main-content ul.homepage li h3.hosting {background:url(../images/h-hosting.jpg) right top no-repeat;
	height:36px;
	padding:15px 0 0 10px;
	margin:5px 15px 5px 10px;
	
	}
	
#main-content li .go {
			padding:5px 25px 5px 23px;
			background:url(../images/but-more.gif) right 0 no-repeat}
#main-content li .go:hover {
			padding:5px 25px 5px 23px;
			background:url(../images/but-more.gif) right -22px no-repeat;
			text-decoration:underline}	

