@import url(obras.css);
@import url(internas.css);

*{
	padding: 0;
	margin: 0;
	line-height: 140%;
	list-style: none;
}

body{
	background: #6ca3bc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.dn{
	display: none;
}

.geral{
	width: 830px;
	min-height: 100px;
	background: #FFFFFF;
	margin: 15px auto;
	padding: 10px;
}

	.geral .container{
		width: 828px;
		min-height: 100px;
		background: #f0f1f3;
		border: 1px solid #c2c3c7;
	}
		
		/*TOPO*/
		.geral .container .topo{
			width: 828px;
			height: 373px;
			margin-bottom: 30px;
			position: relative;
		}
		
			.geral .container .topo .menu_grupo{
				width: 100%;
				height: 86px;
				background: #f0f1f3;
				border-bottom: 8px solid #6ca3bc;
			}
			
				.geral .container .topo .menu_grupo li{
					margin: 16px 20px 0 0;
					list-style: none;
					display: inline;
					float: right;
					padding: 2px;
					border: 1px solid #e5e5e5;
					background: #ffffff;
				}
				
					.geral .container .topo .menu_grupo li .grupo{
						width: 125px;
						height: 49px;
						background: url(images/grupo_logo.gif) 0 0 no-repeat;
						display: block;
						overflow: hidden;
						text-indent: -9999px;
					}
					
					.geral .container .topo .menu_grupo li .camol{
						width: 61px;
						height: 49px;
						background: url(images/camol_logo.gif) 0 0 no-repeat;
						display: block;
						overflow: hidden;
						text-indent: -9999px;
					}
					
					.geral .container .topo .menu_grupo li .ergomax{
						width: 61px;
						height: 49px;
						background: url(images/ergomax_logo.gif) 0 0 no-repeat;
						display: block;
						overflow: hidden;
						text-indent: -9999px;
					}
					
			.geral .container .topo .logo{
				width: 181px;
				height: 147px;
				padding: 2px;
				border: 1px solid #CCCCCC;
				background: #FFFFFF;
				z-index: 5;
				position: absolute;
				top: 16px;
				left: 17px;
			}
			
			.geral .container .topo .menu_camol{
				width: 100%;
				height: 32px;
				overflow: hidden;
				background: #9f9e9d url(images/bg_menu.gif) 0 0 repeat-x;
			}
			
				.geral .container .topo .menu_camol ul li{
					list-style: none;
					display: inline;
					float: left;
					margin-left: 13px;
				}
				
					.geral .container .topo .menu_camol ul li a{
						height: 32px;
						display: block;
						overflow: hidden;
						text-indent: -9999px;
					}
					
						.geral .container .topo .menu_camol ul li.apresentacao a{
							width: 131px;
							background: url(images/menu_apresentacao.gif) 0 0 no-repeat;
						}
						
						.geral .container .topo .menu_camol ul li.historico a{
							width: 97px;
							background: url(images/menu_historico.gif) 0 0 no-repeat;
						}
						
						.geral .container .topo .menu_camol ul li.produtos a{
							width: 184px;
							background: url(images/menu_produtos.gif) 0 0 no-repeat;
						}
						
						.geral .container .topo .menu_camol ul li.principais a{
							width: 153px;
							background: url(images/menu_principais.gif) 0 0 no-repeat;
						}
						
						.geral .container .topo .menu_camol ul li.clientes a{
							width: 86px;
							background: url(images/menu_clientes.gif) 0 0 no-repeat;
						}
						
						.geral .container .topo .menu_camol ul li.contato a{
							width: 83px;
							background: url(images/menu_contato.gif) 0 0 no-repeat;
						}
						
						.geral .container .topo .menu_camol ul li a:hover{
							background-position: 0 -32px;
						}
		/*FIM TOPO*/
		
		.geral .container address{
			font-size: 11px;
			font-style: normal;
			text-align: center;
			margin-bottom: 15px;
		}



