@charset "utf-8";
	/* @import "definicoes.css"; */


	/* CSS Document */

html, body{
	background: #FFFFFF;
	font-size: 12px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:#e8edef;
}

* {
	padding:0px;
	margin:0px;
}




/*/////////////// CORPO ///////////////*/

div#main{
	width: 1000px;
	height:100%;
	margin:0 auto;
	background-color:#e8edef;
}


	/********** TOPO **********/
	div#topo{
		float:left;
		width:100%;
		height:132px;
	}

	/********** MIOLO **********/
	div#miolo{
		float:left;
		width:100%;
		height:199px;
		background-color: #FFFFFF;
	}
	
	
	/********** CONTEUDO **********/
	div#content{
		text-align:center;
		float:left;
		width:1000px;
		height:424px;
		padding:0px;
		margin:0px;
		background:url(../images/background-conteudo.jpg) no-repeat center #FFF;
	}


	div.contentBloco{
		width:854px;
		margin:0 auto;
		margin-top:20px;
	}



		/*  FOOD  */
		.destaqueHomeFoodService{
			width:379px;
			height:214px;
			float:left;
			margin-bottom:10px;
		}


		/*   LANCAMENTOS  */
		.destaqueHomeLancamentos{
			width:237px;
			float:left;
			margin-bottom:10px;
		}
			.destaqueHomeLancamentos .destaqueHomeLancamentosTopo{
				background-image:url(../images/home-topo-lancamentos.gif);
				height:41px;
			}
			.destaqueHomeLancamentos .destaqueHomeLancamentosConteudo{
				background-image:url(../images/bg-chamada-exp-lanc.gif);
				background-repeat:repeat-y;
				height:139px;
			}
			.destaqueHomeLancamentos .destaqueHomeLancamentosRodape{
				height:34px;
			}



		/*   NOTICIAS   */
		.destaqueHomeNoticias{
			width:237px;
			height:200px;
			float:left;
		}
			.destaqueHomeNoticias .destaqueHomeNoticiasTopo{
				background-image:url(../images/home-topo-noticias.gif);
				height:38px;
			}
			.destaqueHomeNoticias .destaqueHomeNoticiasConteudo{
				background-image:url(../images/bg-chamada-exp-not.gif);
				background-repeat:repeat-y;
				height:91px;
			}
				.destaqueHomeNoticias .boxNoticia {
					text-align:left;
					margin:0px 10px 4px 10px;
					padding-top:2px;
					padding-bottom:3px;
					font-size:11px;
				}
	
				.destaqueHomeNoticias .boxNoticia a.linkNoticia:visited, .destaqueHomeNoticias .boxNoticia a.linkNoticia:link{
					text-decoration:none;
					font-weight:bold;
					color:#666666;
				}
				.destaqueHomeNoticias .boxNoticia a.linkNoticia:visited{
					text-decoration:underline;
					font-weight:bold;
					color:#333333;
				}

			.destaqueHomeNoticias .destaqueHomeNoticiasRodape{
				height:34px;
			}



		/*   MARCAS   */
		.destaqueHomeMarcas{
			width:218px;
			float:left;
			margin-bottom:10px;
		}
			.destaqueHomeMarcas .destaqueHomeMarcasTopo{
				background-image:url(../images/home-topo-produtos.gif);
				height:41px;
			}
			.destaqueHomeMarcas .destaqueHomeMarcasConteudo{
				background-image:url(../images/bg-chamada-exp.gif);
				background-repeat:repeat-y;
				height:311px;
			}
			.destaqueHomeMarcas .destaqueHomeMarcasRodape{
				height:34px;
			}


	
	
	/********** RODAPE **********/
	div#rodape{
		clear:both;
		float:left;
		width:100%;
		height:80px;
		padding:0px;
		padding-top:20px;
		background-color:#FFF;
	}
	
	