@charset "utf-8";
/* CSS Document */

#header-bg {
	background:url(../images/header-bg-home.png) bottom repeat-x;
}

#header-content {
	width:780px;
	margin:0 auto;
	height:92px;
}

#home-feature-bg {
	background:#999 url(../images/home/home-feature-bg.png) top repeat-x;
	height:167px;
}

#home-feature-content {
	width:780px;
	margin:0 auto;
	height:166px;
	padding:1px 0 0 0;
}

	#home-feature-left {
		width:519px;
		height:160px;
		border-right:1px solid #000;
		float:left;
		margin:0;
		padding:0;
	}
	
	#flash-anim {
		height:160px;
		margin:0;
		padding:0;
	}
	
#home-intro {
	width:259px;
	height:161px;
	border-left:1px solid #ccc;
	float:right;
}

#home-intro-content {
	background:url(../images/headings/emarketing_solutions.gif) top left no-repeat;
	padding:35px 15px 0 10px;
	height:106px;
	font-size:11px;
	color:#fff;
}

	#home-intro-content p {
		margin:0;
		padding:0 0 5px 0;
	}
	
	#home-intro-content p a {
		color:#fff;
	}
	
	#home-intro-content p a:hover {
		color:#333;
	}
	
	#client-link {
		height:20px;
		background:url(../images/home/client-login-bg.gif) top left no-repeat;
		padding:0 0 0 160px;
	}
	
		#client-link a {
			display:block;
			width:90px;
			height:20px;
		}
		
		#client-link a:hover {
			background:url(../images/home/client-login_mover.gif) top left no-repeat;
		}
	
#content-bg {
	background:#fff;
	padding:15px 0 50px 0;
}

#content {
	width:780px;
	margin:0 auto;
	padding:0;
	background:#eee url(../images/home/home-feature-boxes-bg.png) left repeat-y;
	border-bottom:1px solid #ccc;
}

	.feature-col {
		width:228px;
		float:left;
		font-size:11px;
		color:#333;
	}
	
		#col1 {
			padding:50px 16px 10px 15px;
			background:url(../images/home/web_metrics_pic.png) top left no-repeat;
		}
		
		#col2 {
			padding:50px 16px 10px 16px;
			background:url(../images/home/visibilty_pic.png) top left no-repeat;
		}
		
		#col3 {
			padding:50px 0 10px 16px;
			background:url(../images/home/startegic_planning_pic.png) top left no-repeat;
		}
		
		.feature-col p {
			margin:0;
			padding:0 0 5px 0;
		}
		
		.feature-col ul {
			color:#f60;
			font-size:13px;
			margin:0;
			padding:0 0 5px 20px;
		}
		
			.feature-col ul li span {
				font-size:11px;
				color:#333;				
			}