
body {
	background: #CCCCCC url(/images/bg_home.jpg) no-repeat top center;
}

#navbar {
	height: 110px;
	float: none;
	background: #CCCCCC url(/images/header_bg_home.jpg) no-repeat top center;
}	
	#navbar a#products:hover {
		background: url(/images/header_bg_home.jpg) -380px -110px;		
	}
	#navbar a#services:hover {
		background: url(/images/header_bg_home.jpg) -510px -110px;		
	}
	#navbar a#clients:hover {
		background: url(/images/header_bg_home.jpg) -620px -110px;		
	}
	#navbar a#about:hover {
		background: url(/images/header_bg_home.jpg) -718px -110px;		
	}
	#navbar a#contact:hover {
		background: url(/images/header_bg_home.jpg) -813px -110px;		
	}

#leftnav {
	height: 300px;
	width: 220px;
	float: left;
	background: #CCCCCC url(/images/left_bg_home.jpg) no-repeat top center;
}
#subhome {
	clear: both;
	height: 290px;
	color: #999999;
	position: relative;
	background: #CCCCCC url(/images/sub_bg.jpg) no-repeat top center;
	float: none;
}
	#subhome ul {
		list-style-type:none;
		margin: 0px;
		padding: 0px;
		position: absolute;
		top: 90px;
		left: 0px;
		float: left;
		
	}
	#subhome li {
		width: 300px;
		height: 200px;
		float:left;
		display: inline;
		margin-left: 20px;
		/* border: solid 1px red; */
	}
	#subhome li:first-child {
		margin: 0px;
		
	}
	#subhome dt {
		margin: 0 0 5px 15px;
		font: bold 18px Arial, Helvetica, sans-serif;
		color: #6a7ba6;
	}
	#subhome dd {
		margin: 0 15px 10px 15px;
		font: 12px/21px Arial, Helvetica, sans-serif;
		color: #666666;
	}
	#subhome a {
		color: #6a7ba6;
	}
	#subhome a.blog {
		color: #576076;
	}
	#subhome a:hover {
		color: #2C3D70;
	}

#footer {
	clear: both;
	color: #999999;
	position: relative;
	background: none;
}
	#footer h4 {
		display: none;
	}
	#footer p {
		position: relative;
		top: 10px;
	}
