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

/* Marketcom  services styles
   Troy Noble 19/09/2007*/
   
/* content */


#content {
	padding:20px;
	background-color:#FFFFFF;
	width:920px;
}

/*servicedroppoints*/

#servicedroppoints {
	width:220px;
	margin-top:20px;
}

#servicedroppoints h2{
	color:#26353e;
}


#servicedropright {
	float:right;
	width:435px;
	padding-left:10px;
	margin-right:10px;
	display:inline;
}

#servicedropleft {
	width:435px;
	border-right:1px solid #CCCCCC;
	padding-right:10px;
	margin-left:10px;
	
}


#droplayer {
	background-repeat:no-repeat;
	background-position:bottom right;
}

#droplayer h2{
	background-color:#879FA9;
	color:#FFFFFF;
	padding:2px 0 2px 4px;
}


.data {
	border-bottom:1px solid #CCCCCC;
	background-image:url(../images/data_feature.jpg);
	
}

.campaign {
	background-image:url(../images/campaign_feature.jpg);
	
}

.execution {
	border-bottom:1px solid #CCCCCC;
	background-image:url(../images/execution_feature.jpg);
	
}

.tools {
	background-image:url(../images/tools_feature.jpg);
	

}




/*--bottompoints--*/


#bottompoints {
	clear:both;
	margin-top:30px;
}


#bottompoints ul {
	padding-left:10px;
	margin-left:10px;
}

#bottompoints li {
	width:400px;
	margin-top:15px;
	list-style-type:none;
}

.rightlist {
	float:right;
	display:inline;

}

#bottompoints h2 {
	text-align:center;
}



            
