﻿body  
{
    background-color:#e7e6e6;
}

.topoFumaca
{
    height:207px;
    background-image:url(img/topo_fumaca.png);
    margin-top:-15px;
    margin-left:-10px;
    margin-right:-10px;
}

img
{
    border:none;
}

.tudo
{
    width:827px;
}

#menu
{
    width:829px;
    height:27px;
    margin-top:-190px;
}

#principal
{
    margin-left:2px;
	display:inline-table;
	width: 110px;
	height: 27px;
	background-image:url(img/principal.png);
	background-repeat:no-repeat;
	background-position:top;
	cursor:pointer;
	float:left;
}

	#principal:hover
	{
	    margin-left:2px;
		width: 110px;
		height:27px;
		background-image:url(img/principal.png);
		background-repeat:no-repeat;
		background-position:bottom;
		cursor:pointer;
		float:left;
	}
	
#visao{
	display:inline-table;
	width: 120px;
	height: 27px;
	background-image:url(img/visao.png);
	background-repeat:no-repeat;
	background-position:top;
	cursor:pointer;
	float:left;
}

	#visao:hover{
		width: 120px;
		height:27px;
		background-image:url(img/visao.png);
		background-repeat:no-repeat;
		background-position:bottom;
		cursor:pointer;
		float:left;
	}
	
#servicos{
	display:inline-table;
	width: 104px;
	height: 27px;
	background-image:url(img/servicos.png);
	background-repeat:no-repeat;
	background-position:top;
	cursor:pointer;
	float:left;
}

	#servicos:hover{
		width: 104px;
		height:27px;
		background-image:url(img/servicos.png);
		background-repeat:no-repeat;
		background-position:bottom;
		cursor:pointer;
		float:left;
	}
		
#clientes{
	display:inline-table;
	width: 178px;
	height: 27px;
	background-image:url(img/parceiros.png);
	background-repeat:no-repeat;
	background-position:top;
	cursor:pointer;
	float:left;
}

	#clientes:hover{
		width: 178px;
		height:27px;
		background-image:url(img/parceiros.png);
		background-repeat:no-repeat;
		background-position:bottom;
		cursor:pointer;
		float:left;
	}
	
	#atuacao{
	display:inline-table;
	width: 196px;
	height: 27px;
	background-image:url(img/atuacao.png);
	background-repeat:no-repeat;
	background-position:top;
	cursor:pointer;
	float:left;
}

	#atuacao:hover{
		width: 196px;
		height:27px;
		background-image:url(img/atuacao.png);
		background-repeat:no-repeat;
		background-position:bottom;
		cursor:pointer;
		float:left;
	}
	
	#contato{
	display:inline-table;
	width: 118px;
	height: 27px;
	background-image:url(img/contato.png);
	background-repeat:no-repeat;
	background-position:top;
	cursor:pointer;
	float:left;
}

	#contato:hover{
		width: 118px;
		height:27px;
		background-image:url(img/contato.png);
		background-repeat:no-repeat;
		background-position:bottom;
		cursor:pointer;
		float:left;
	}
	
	
	#logo
	{
	    background-image:url(img/logo.png);
	    width:828px;
	    height:157px;
	}
	
	#inicio
	{
		background-image:url(img/inicio.png);
		width:830px;
		height:16px;
		margin-left:-1px;
	}
	
	#meio
	{
		background-image:url(img/meio.png);
		width:830px;
		background-repeat:repeat-y;
		margin-left:-1px;
	}
	
	#fim
	{
		background-image:url(img/fim.png);
		width:830px;
		height:12px;
		margin-left:-1px;
	}
	
	#rodape
	{
		background-image:url(img/rodape.png);
		width:825px;
		height:45px;
		margin-left:2px;
	}
	

