/* CSS Document */

/* CSS Document */
/* Feito por Reginaldo Morais */
/* CSS - Fargo */


@import url("texto.css");
@import url("item.css");
@import url("menu.css");
@import url("produtos.css");
@import url("pedido.css");

body
{
	text-align:center;
	background:#929292;
}

#corpo 
{	text-align:left;
	margin:0 auto;
	width:760px;
	margin:0 auto;	
	background:#FFFFFF;
}

#topo 
{	text-align:right;
	margin:0 auto;
	width:760px;
	height:75px;
	margin:0 auto;	
	float:left;
}

#logo 
{	text-align:left;
	margin:0 auto;
	width:647px;
	height:75px;
	margin:0 auto;	
	float:left;
	background:url(../images/img_topo.jpg);
}

#areaRestrita 
{	text-align:left;
	margin:0 auto;
	width:113px;
	height:75px;
	margin:0 auto;	
	float:left;
	background:url(../images/img_topo2.jpg);
}


#menu 
{	text-align:left;
	margin:0 auto;
	width:760px;
	height:34px;
	margin:0 auto;	
	float:left;
}

#sombra
{	text-align:right;
	margin:0 auto;
	width:760px;
	height:39px;
	margin:0 auto;	
	float:left;
	background:url(../images/img_sombra.jpg);
}

#conteudo
{
	text-align:left;
	margin:0 auto;
	width:760px;
	margin:0 auto;
	float:left;
	background:#FFFFFF;
}

#info
{	text-align:right;
	width:760px;
	height:141px;
	margin:0 auto;
	float:right;	
}

#rodape
{	text-align:right;
	margin:0 auto;
	width:760px;
	height:20px;
	float:right;
	background-color:#000000;
}

/* ------------------------------------ */

#tituloPerfil
{	text-align:left;
	margin:0 auto;
	width:702px;
	height:71px;
	float:nome;
	background:url(../images/figuras/img_empresaPerfil.png);
}
