@charset "utf-8";

#banner_full{
	width: 100%;
	height: auto;
	background-image: url(../images/fundos/bg_banner.jpg);
	background-repeat: repeat;
}
#banner_full_img {
	width: 100%;
	height: 23px;
	background-image: url(../images/fundos/top_bg_banner.jpg);
	background-repeat: repeat-x;
	background-position: top;
}


#banner_margem_full{
	width: 1020px;
	height: 300px;
	margin: auto;
	display: table;
	padding-top: 20px;
}

#slider {
	/* You MUST specify the width and height */
	width:990px;
	height:347px;
	position:relative;
	overflow:hidden;
}
#mask-gallery {
	overflow:hidden;	
}
#gallery {	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	z-index:0;
	/* width = total items multiply with #mask gallery width */
	width:900px;
	overflow:hidden;
}
#gallery li {		
		/* float left, so that the items are arrangged horizontally */
		float:left;
	}
#mask-excerpt {
	/* Set the position */
	position:absolute;	
	top:0;
	left:740px;
	z-index:500px;
	/* width should be lesser than #slider width */
	width:250px;
	overflow:hidden;
}
#excerpt {
	/* Opacity setting for different browsers */
	filter:alpha(opacity=80);
	-moz-opacity:0.8;  
	-khtml-opacity: 0.8;
	opacity: 0.8;  	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	/* Set the position */
	z-index:10;
	position:absolute;
	top:0;
	left:0;
	/* Set the style */
	width:250px;
	background-color:#000;
	overflow:hidden;
	font-family:arial;
	font-size:10px;
	color:#fff;	
}
#excerpt li {
		padding:5px;
}
#mapa_box {
	float: left;
	height: 124px;
	width: 123px;
	margin-top: 25px;
	margin-bottom: 15px;
}
#empresa_box {
	float: left;
	height: 124px;
	width: 128px;
	margin-top: 25px;
	margin-bottom: 15px;
}
#atuacao_box {
	float: left;
	height: 124px;
	width: 133px;
	margin-top: 25px;
	margin-bottom: 15px;
}
#orcamento_box {
	float: left;
	height: 124px;
	width: 137px;
	margin-top: 25px;
	margin-bottom: 15px;
}
#sobre_box {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	text-align: left;
	width: 469px;
	margin-top: 20px;
	margin-bottom: 15px;
	padding-left: 20px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}





.clear {
	clear:both;	
}
.font_tit_banner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	font-weight: bolder;
}
.font_banner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}
