@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	text-align:center;
	background: url(_img/fd.gif) repeat left bottom;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#605a46;
}
a.link {text-decoration:none; padding:0;color: #7f7862; font-weight:bold;} 
a.link:hover {color: #7f7862; text-decoration:underline; font-weight:bold;}

a.txt {text-decoration:none; padding:0;color: #605a46;} 
a.txt:hover {color: #605a46; text-decoration:underline;}
 
div#geral {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 715px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #E8DAB3;
	background-image: url(_img/topo_conteudo.gif);
	background-repeat: no-repeat;
	background-position: center top;
} 
div#conteudo{color:#37586F;	padding: 0 30px 40px 25px; font-size:12px;}
a.conteudo{color:#37586F; text-decoration:none;}
a.conteudo:hover {color: #37586F; text-decoration:underline;} 

div#box_noticia_servico{
	color:#666666;
	height:195px;
	padding: 40px 30px 20px 30px;
	background-image: url(_img/box_noticias_servicos.jpg);
	background-repeat: no-repeat;
}
div#box_01{
	color:#666666;
	text-align:left;
	width: 220px;
	height: 160px;	
	background-image: url(_img/box_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 20px 15px 10px 15px;
}
a.div#box_01{color:#666; text-decoration:none;}

li {
	margin-bottom:0px;
	list-style-type:none;
}
li a:link, ul li a:visited {color:#666666;text-decoration:none;list-style-type:none;  }
li a:hover {color: #999999;} 

div#img_small{
	border: 2px solid #9e915e;
}

/*--- INICIO MENU LEFT ---*/
ul#menu {
	list-style-type:none;
	text-align:left;
	margin: 0;
	padding: 0;
}
ul#menu li {
}
.menu_marca{
	
	padding:2px 0 0 0;
	
	text-align:left;
	
	background-image:url(_imgs/mn_lat_marcador.gif);
	background-repeat:no-repeat;
	
}


.ttl{font-weight: bold; font-size:12px; padding-top:5px;}
a.ttl{color:#605a46; text-decoration:none;}
a.ttl:hover {color: #605a46;text-decoration: underline; } 
 
.ttl_g{font-size:16px; font-weight: bold;}

.ttl_cinza{font-weight:bold}
a.ttl_cinza{color:#666666; text-decoration:none;}
a.ttl_cinza:hover {color: #999999;} 
.red{color:#990000;	text-decoration: none;}

.marrom{color:#7f7862; }
a.marrom {text-decoration:none;} 
a.marrom:hover {color: #938B73;}

a.ttl_azul{	color:#003366;	text-decoration:none; font-weight: bold;}

.ttl_destaque{font-weight: bold; font-size:12px; font-style:italic; color:#003366;}
.txt_branco{color:#FFFFFF;text-decoration:none;}
.txt_peq{color:#003366; text-decoration:none; font-size:10px;}

.saiba_mais a{text-decoration: underline;}

div#barra_ttl {
	background-image:url(_imgs/linha_separacao.gif); 
	background-repeat:no-repeat; 
	background-position:bottom;
	height:35px;
	padding:10px 25px 0 15px;
	text-align:left;
}

div#cardapio {
	background-image:url(_imgs/fd_cardapio.jpg);
	background-repeat:no-repeat;
	width:426px;
	height:328px;
	padding:30px 20px 15px 75px;
	text-align:left;
}

.cardapio_marca{font-weight: bold;font-size:12px;text-decoration: underline;}
a.cardapio_marca{text-decoration: underline; color:#605a46;}
a.cardapio_marca:hover{text-decoration: underline; color:#605a46;}

/*---  div#barra_ttl ul {list-style-text:none; padding-left:20px;}
div#barra_ttl ul li {display:inline;}  ---*/
div#linha {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #D1DAE1;
}

div#ico_topo {
	background:url(../_img/ico_topo.gif) no-repeat right bottom;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #003366;
}

input, textarea {
	background-color:#c0b58e;
	color:#003366;
	border: 1px #c0b58e solid;
	margin-top: 4px;
	width: 430px;
}
.bt_enviar{
	background-image:url(_imgs/bt_enviar.jpg);
	width:118px;
	height:55px;
	border:none;
	color:#B3A985;
}

div#pontinhos{
	background:url(_imgs/ico_pontinho.gif);
	background-repeat:repeat-x;
	background-position:10px 14px;
	padding:5px;
	height:12px;
	font-weight: bold;
}
/*GAELRIA*/
	/* jQuery lightBox plugin - Gallery style */
	#gallery {
		/* background-color: #444;*/
		padding: 10px 0;
		/* width: 520px;*/
	}
	#gallery ul { list-style: none; margin:0; padding:0;}
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #9e915e;
		border-width: 3px; margin-left:5px; margin-bottom:5px;
	}
	#gallery ul a:hover img {
		border: 2px solid #fff;
		border-width: 3px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }

