@charset "UTF-8";
/* CSS Document _ Work Page */
#clientsBox {
	width:100%;
	position:absolute;
	bottom:0px;
	background:url(../images/homepage/clientsBkg-bar.png) repeat-x;
	z-index:100;
	
}
#clientsBoxToggle{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	height:43px; 
	
	
}
#clientsBoxFlash {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	height:193px;
	z-index:200;
	display:none;
	
}

#content_homepage {
	width:960px;
	height:560px;
	position:relative;
	z-index:1;
	padding-bottom:43px;
}

#prAndMarketing{
	margin-top:5px;
}
#prAndMarketing h1 {
	display:none;
}

#homepage_backgroundcopy{
	width:502px;
	padding-left:14px;
	padding-top:65px;
}

#homepage_backgroundcopy p {
	margin-left:60px;
	width:370px;
	font-size:110%;
	line-height:1.6em;
	margin-top:0px;
	margin-bottom:0px;
}
#landingPages{
	width:348px;
	height:90px;
	position:relative;
	z-index:50;
	margin-left:66px;
	margin-top:10px;
}

#homepageCTA {
	width:174px;
	position:absolute;
	z-index:5;
	left:757px;
	top:310px;
}
#homepageCTA_content {
	background-image:url(../images/homepage/CTA_bkg.png);
	width:150px;
	padding:5px 12px 0 12px;
	line-height:1em;
	font-size:90%;
}

#homepageCTA_content h3 {
	font-weight:bold;
	color:#000000;
}

#homepageCTA_content p {
	color:#000000;
	margin-top:10px;
	margin-bottom:16px;
}

#flashVideo {
	position:absolute;
	z-index:-1;
	left: 415px;
	top: 30px;
}
	

