/* CSS da Arena Pizzaria */

* {
	margin:0;
	padding:0;
}

body {
	margin:0 auto;
	text-align:center;
}

a {
	text-decoration:none;
	color:#3E3E3E;
}

.bg_fundo_geral{
	background-image: url(imagens/bg_fundo_geral.jpg);
	background-repeat: repeat-x;
	background-color: #E5E5E5;
}

.bg_fundo_cardapio{
	background-image: url(imagens/bg_cardapio.jpg);
	background-repeat: no-repeat;
	height: 107px;
}

.bg_fundo_cardapio p{
	font-family:arial;
	font-size:11px;
	color:#3D3D3D;
	line-height:20px;
	margin: 5px 0 0 10px;
}

.bg_pilar_direito{
	background-image: url(imagens/bg_pilar_direito.jpg);
	background-repeat: repeat-y;
}

.bg_pilar_esquerdo{
	background-image: url(imagens/bg_pilar_esquerdo.jpg);
	background-repeat: repeat-y;
}

.bg_promocao{
	background-image: url(imagens/bg_promocao.jpg);
	background-repeat: no-repeat;	
}

.bg_rodape{
	background-image: url(imagens/bg_rodape.jpg);
	background-repeat: no-repeat;
	width:775;
	height:116;
}

.texto_sobre{
	font-family:arial;
	font-size:11px;
	color:#3E3E3E;
	line-height:25px;
	margin-left:10px;
}

.texto_consulte{
	font-family:arial;
	font-size:13px;
	color:3E3E3E;
	font-weight:bold;
}

.texto_menu{
	font-family:arial;
	font-size:13px;
	color:#3E3E3E;
}

.texto_formularios{
	font-size:13px;
	font-family:arial;
	color:#3E3E3E;
}

.texto_cardapio{
	font-size:13px;
	font-family:arial;	
	color:#3E3E3E;
}

.texto_cardapio strong{
	font-size:13px;
	font-family:arial;	
	color:#4A8712;
}

.texto_promocao{
	font-size:13px;
	font-family:verdana;
	color:ffffff;
}

.texto_cardapio p{
	font-size:13px;
	font-family:arial;	
	color:#C02F2F;
	font-weight:bold;
}

.interna input{
	margin:2px 0 2px 5px;
	color:#3E3E3E;
}

.interna select{
	margin:2px 0 2px 5px;
	color:#3E3E3E;
}

.interna textarea{
	margin:2px 0 2px 5px;
	color:#3E3E3E;
}


.img_sobre{
	float:left;
	margin:5px;
	border:0;
}
