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

/**************          RESET!      **************/

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: middle;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/**************          FIM RESET!      **************/



body {
	background:url(../imgs/bg.jpg) top center repeat-y;
}

#topo {
	width:580px;
	height:140px;
	margin:0 auto;
	background:url(../imgs/quadrado_topo.png) bottom;
}
#topo h1{
	width:207px;
	height:74px;
	padding:30px 0;
	margin:0 auto;
	background:url(../imgs/logo_lmesa.gif) center center no-repeat;
}
#topo h1 a{
	display:block;
	width:207px;
	height:74px;
	text-indent:-999em;
	overflow:hidden;
}

#menu {
	width:645px;
	height:40px;
	text-align:center;
	margin:5px auto 0 auto;
	padding:10px 0;
	background:url(../imgs/bg_menu.gif) top center no-repeat;
}
#menu li {
	display:inline;
	padding:0 8px;	
}

/*    CONT     ///////////*/

#cont {
	width:600px;
	margin:-20px auto;	
	padding:0;
}

/* DESTAQUES CLIENTES E PARCERIAS */

#cont #destaque_clientes, #cont #destaque_parcerias   {
	width:600px;
	height:102px;
	background:url(../imgs/bg_regua.png) top repeat-x;	
}

#cont #destaque_clientes h2, #cont #destaque_parcerias h2 {
	float:left;	
	width:116px;
	height:40px;
	margin:32px 0;
	border-right:#CCC 1px solid;	
	text-indent:-999em;
	overflow:hidden;
}

#cont #quem_texto h2, #cont #missao_texto h2, #cont #atividades_texto h2, #cont #cont_clientes h2 , #cont #cont_parcerias h2 {
	text-indent:-999em;
	overflow:hidden;
}

#cont #destaque_clientes ul, #cont #destaque_parcerias ul  {
	float:left;
	margin:16px 0 0 0;
}

#cont #destaque_clientes li {
	margin:0 10px 0 10px;	
	height:68px;
	display:inline;
	text-align:center;
	float:left;
}

#cont #destaque_parcerias li  {
	width:120px;
	height:68px;
	float:left;
	display:inline;
	text-align:center;
}

#cont #destaque_clientes a, #cont #destaque_parcerias a {
	font: 10px Arial, Helvetica, sans-serif;
	color:#E4701E;
	text-decoration:none;
	float:right;
	padding:0 3px;
	margin-right:5px;
}

#cont #destaque_clientes a:hover, #cont #destaque_parcerias a:hover {
	text-decoration:underline;
}

#cont #destaque_clientes h2  {
	background:url(../imgs/tit_destaque_clientes.gif) center center no-repeat;
}

#cont #destaque_parcerias h2  {
	background:url(../imgs/tit_destaque_parcerias.gif) center center no-repeat;
}

#cont #destaque_obras {
	background:url(../imgs/bg_obras.jpg) top center repeat-y;
	width:600px;
	height:270px;
	clear:both;
}

/**************** FIM DESTAQUES CLIENTES E PARCERIAS *********************/

#cont #destaque_obras h2 {
	text-indent:-999em;
	overflow:hidden;
	background:url(../imgs/tit_obras_destaque.gif) center center no-repeat;
	width:264px;
	height:57px;
	margin-left:25px;
}

#cont #destaque_obras a, #cont_obras a {
	cursor:pointer;
	text-decoration:none;
	color:#FFF;
}

#cont #destaque_obras a:hover, #cont #destaque_obras a:hover span, #cont_obras a:hover, #cont_obras a:hover span {
	text-decoration:underline;
}

#cont #destaque_obras li, #cont_obras li {
	text-align:center;
	width:300px;
	float:left;
	background-color:none;
	background:url(../imgs/bg_tb_obras.gif) top center no-repeat;
}

#cont #destaque_obras li img, #cont_obras li img {
	padding:6px;
}

#cont #destaque_obras li span, #cont_obras li span {
	width:214px;
	font:bold 11px Tahoma, Verdana, Arial, sans-serif;	
	text-align:left;
	color:#FFF;
	display:block;
	margin:5px auto;	
}

/**************** CONTATO *********************/

a#link_contato {
	background:url(../imgs/lapis_contato.jpg) center center no-repeat;
	width:500px;
	height:31px;
	display:block;
	margin:10px auto;	
	text-indent:-999em;
	overflow:hidden;
}	


/**************** RODAPE *********************/
#rodape {
	width:576px;
	height:87px;
	margin:30px auto 10px auto;
	background:url(../imgs/quadrado_rodape.gif) bottom;
}

#rodape #endereco {
	background:url(../imgs/bg_texto_rodape.png);
	font:12px Arial, Helvetica, sans-serif;
	width:576px;
	height:21px;	
	margin:0 auto 10px 0;
	padding:0 0 10px 10px;
}

#rodape #endereco span {
	float:left;
	padding-top:5px;
	_padding-top:20px;
}

.logo_bm {
	background:url(../imgs/logo_bmgif.gif) center right no-repeat;
	_background:url(../imgs/logo_bmgif.gif) button right no-repeat;
	width:175px;
	*width:180px;
	height:23px;
	_height:52px;
	display:block;
	font-size:9px;
	color:#000;
	overflow:hidden;
	float:right;
	margin:80px 15px 10px 5px;
	_margin:0 15px 0 5px;
	
}

.logo_bm:hover {
	text-decoration:none;
	cursor:pointer;
}