/* STYLES */
img {
  border:none;
}
a {
	font-family: arial, sans-serif;
	font-size: 9pt;
	letter-spacing: .5px;
  color: #FFF; 
	text-decoration: none;
	line-height: 12pt;
}
#box_title {
  width: 983px;
  height:83px;
	position: absolute;
	left: 40px;
	top: 60px;
  padding-top:20px;	
  padding-bottom:10px;
}
#box_icons {
	left: 40px;
	top: 10px;
  z-index: 10;	
}
#box_clients {
	left: 720px;
	top: 200px;
}
#box_associates {
	left: 380px;
	top: 800px;
}
#box_creative {
	left: 40px;
	top: 200px;
}
#box_activities {
	left: 380px;
	top: 200px;
}
#box_contact {
	left: 40px;
	top: 800px;
}

.box {
  width: 302px;
  height:31px;
	position: absolute;
  padding-top:5px;
  z-index:1;
  visibility: visible;       		
}


#content_creative {
  width: 292px;
  height: 480px;
}
#content_clients {
  width: 292px;
  height: 570px;
}
#content_activities {
  width: 292px;
  height: 480px;
}
#content_associates {
  width: 292px;
  height: 160px;
}
#content_contact {
  width: 292px;
  height: 160px;
}



#container_creative{
	left: 40px;
	top: 231px; 
}
#container_clients{
	left: 720px;
	top: 231px; 
}
#container_associates{
	left: 380px;
	top: 831px; 
}
#container_activities{
	left: 380px;
	top: 231px; 
}
#container_contact{
	left: 40px;
	top: 831px;  
}





.mastercontainer {
  visibility: visible;
	position: absolute;	 
  left: 0px;
  top: 0px; 
}
.container {
  visibility: hidden;
	position: absolute;	  
}
.content {
  padding-left: 5px;
  padding-right: 5px;
  padding-top:20px;
	left: 0px;
	top: 0px;   
  z-index: 0;
	position: absolute;	
	font-family: arial, sans-serif;
	font-size: 9pt;
	letter-spacing: .5px;
  color: #fff; 
	text-decoration: none;
	line-height: 12pt;
}
.transparent {
  padding-left: 5px;
  padding-right: 5px;
  padding-top:20px;
  filter:alpha(opacity=60);   
  -moz-opacity: 0.6;   
  opacity: 0.6;  
  background-color:#110;
}

