/* CSS Geral */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	text-align: center;
	background-image: url(imagens/bg_geral.jpg);
	background-repeat: repeat-x;
	background-color: #721A19;
}

a {
	text-decoration: none;
}

/* Topo */

.bg_topo {
	background-image: url(imagens/topo.jpg);
	background-repeat: no-repeat;
	width: 729px;
	height: 47px;
}

/* Laterais */

.bg_esq {
	background-image: url(imagens/bg_esq.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.bg_dir {
	background-image: url(imagens/bg_dir.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

/* Menu */

.menu ul li {
	list-style-image: url(imagens/seta.jpg);
	margin: 2px 0 0 30px;
	padding: 0;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}

.menu ul li a {
	list-style-image: url(imagens/seta.jpg);
	padding: 0;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}

.submenu ul li {
	list-style-image: url(imagens/seta.jpg);
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}

.submenu ul li a {
	list-style-image: url(imagens/seta.jpg);
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}

.endereco {
	font-family: Tahoma;
	font-size: 11px;
	color: #135C36;
	font-style:normal;
}

.endereco a{
	font-family: Tahoma;
	font-size: 11px;
	color: #135C36;
	text-decoration: none;
}

/* Home */

.bg_conteudo {
	background-image: url(imagens/bg_site.jpg);
	background-repeat: no-repeat;
	height: 536px;
}

.cozinha {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	padding: 0;
}

.cozinha img {
	margin: 0 10px 0 5px;
}

.cardapio ul li {
	list-style-image: url(imagens/simbol.jpg);
	margin: 4px 0 0 55px;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}

.cardapio a {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

/* Internas */
.link_galeria a{
	font-family: Tahoma;
	font-size: 11px;
	color: #135C36;
	text-decoration:none;
}
.link_galeria a:hover{
	font-family: Tahoma;
	font-size: 11px;
	color: #135C36;
	text-decoration:underline;
}

.interna .galeria_fotos p {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-align: center;
	padding:0 0 15px 0;
}

.interna .galeria_fotos img {
	margin: 0;
	padding: 0;
}

.interna p {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	padding: 10px 15px 0 10px;
}

.interna a {
	font-family: Tahoma;
	font-size: 11px;
	color: #135C36;
	text-align: justify;
}

.contato {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}

.contato input {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	border: 1px solid #000000;
	background:transparent;
	width:220px;
}

.contato textarea {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	border: 1px solid #000000;
	background:transparent;
	width:220px;
}

.contato select {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #F8F3BD;
	width: 220px;
	height: 16px;
}

.contato .btn_enviar {
	border: 0;
	height: 27px;
	width: 178px;
}

/* Rodapé */

.bg_rodape {
	background-image: url(imagens/rodape.jpg);
	background-repeat: no-repeat;
	width: 729px;
	height: 62px;
}                                                                                                                                                                                                                      

.bg_rodape img{
	margin: 0px 20px 0 0;
}

