@charset "UTF-8";
/* CSS Document */

body { 
	margin: 0px; padding: 0px;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif; 
	font-size:12px; 
	overflow: hidden;
	height: 100%; 
	width: 100%;
}

img{ border:0px; }

a { text-decoration: none; color: #FFF; font-weight: lighter; }
a:hover { text-decoration:underline; font-weight: lighter; }

#mainDiv{ width: 100%; height: 100%; margin: 0px; padding: 0px; }

#header { width:100%; height:64px; }

.logo { width:131px; height:38px; padding:11px 0 0 38px; }

#left_menu { width:115px; height:255px; top:33%; position:absolute; z-index:1000; cursor: pointer; }

.left_menu_item { background-repeat: no-repeat; color: white; font-size: 15px; width: 114px; height: 47px; padding-bottom: 5px;  }

#empresa_content { width:725px; height:322px; top:33%; right:15%; position:absolute; }

.empresa_content_left { float:left; width:322px; height:280px; background-color: #000; }
.empresa_content_left_text { padding:12px; color:#FFF; }
.empresa_content_nav { width:82px; height:38px; left:240px; top:284px; position:absolute; }
.empresa_content_right { width:400px; /*height:322px;*/ right:0px; position:absolute; }

#servicos_content { width:725px; height:322px; top:33%; right:15%; position:absolute; }

.servicos_content_left { float:left; width:322px; height:280px; background-color: #000; }
.servicos_content_left_text { padding:12px; color:#FFF; }
.servicos_content_nav { width:82px; height:38px; left:240px; top:284px; position:absolute; }
.servicos_content_right { width:400px; height:322px; right:0px; position:absolute; }

#clientes_content { width:644px; height:242px; top:33%; right:15%; position:absolute; }

.clientes_content_nav { width:642px; height:27px; left:2px; bottom:0px; background-color:#000; position:absolute; }

#contactos_content { width:643px; height:322px; top:33%; right:15%; position:absolute; }

.contactos_content_left { float:left; width:178px; height:280px; background-color: #000; }
.contactos_content_left_text { padding:12px; color:#FFF; font-size: 11px; }
.contactos_content_right { width:461px; height:322px; right:0px; position:absolute; background-color:#000; }
.contactos_content_right_text { padding:12px; color:#FFF; }



#bg_nav { width:82px; height:41px; bottom:30px; position:absolute; }

#right_menu { width:28px; height:180px; top:33%; right:0px; position:absolute; }
#right_menu_content { width:726px; height:180px; top:33%; right:15%; position:absolute; }
#right_menu_new_faces_content { width:645px; height:350px; top:33%; right:15%; position:absolute; }

#right_menu_new_promotion_content { width:725px; height:322px; top:33%; right:15%; position:absolute; }

.right_menu_new_promotion_content_left { float:left; width:321px; height:280px; background-color: #000; }
.right_menu_new_promotion_content_left_text { padding:12px; color:#FFF; }
.right_menu_new_promotion_content_nav { width:82px; height:38px; left:240px; top:284px; position:absolute; }
.right_menu_new_promotion_content_right { width:400px; height:322px; right:0px; position:absolute; }

#right_menu_new_casting_content { width:725px; height:322px; top:33%; right:15%; position:absolute; }

.right_menu_new_casting_content_left { float:left; width:320px; height:277px; background-color: #000; }
.right_menu_new_casting_content_left_text { padding:12px; color:#FFF; }
.right_menu_new_casting_content_right { width:400px; height:322px; right:0px; position:absolute; }

.sliderBox{
	background-image: url('../images/clientes/clientes_content_nav.jpg'); 
	background-color: black;
	width: 640px; 
	height: 27px; 
	text-align: right; 
	background-repeat: no-repeat;
	margin: 3px;
}

.contactBox{
	border: 1px solid white;
	font: 11px solid #343434;
	width: 100px;
}

#tooltip{
	position:absolute;
	border:1px solid #454545;
	background: black;
	padding:2px 5px;
	color: white;
	display:none;
	}

