/* CSS Document */


/* bd ======================================================== */

* { margin: 0;  padding: 0; }

body {
	background: black;
	color: #666666;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 16px;
	padding: 10px;
	}

p { padding-bottom: 15px; }
p.buscamus { padding-bottom: 8px; }
	
h1 { 
	font-size: 125%;
	text-align: center;
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 3px;
	 }
	
h2, h3, h4 {
	border-bottom: 1px dotted #cccccc;
	color: #9c1e1e;
	font-size: 120%;	
	margin-bottom: 12px;
	padding-bottom: 3px;
	}

h3 { border: none; }

h4 { font-size: 100%; }

iframe { 
	margin: 20px; 
	border: 1px solid #999999; 
	}
		
label { cursor: pointer; }
	
input:focus, select:focus, textarea:focus { background: #f5fcf3; }

ol { list-style-position: inside; padding-bottom: 15px;}

/* tb ======================================================== */

table#formularios { 
	border: none; 
	margin: auto;
	margin-bottom: 15px; 
	}
table#formularios th { 
	border: none;
	text-align: right; 
	padding: 2px; 
	font-weight: normal;
	}
table#formularios td {
	border: none; 
	text-align: left; 
	padding: 2px;
	}

/* ========================================================== */
	
table#cardapio {
	border: none; 
	border-collapse: collapse;
	margin: auto;
	margin-bottom: 15px; 
	font-size: small;
	width: 100%;
	}
table#cardapio th { 
	background: #ffffd4;
	border: 1px dotted #cccccc;  
	color:	#9c1e1e;
	font-weight: bold; 
	padding: 4px; 
	}
table#cardapio td {
	border: 1px dotted #cccccc;  
	padding: 4px;
	}

/* ========================================================== */

table#birthday { 
	border: none; 
	margin: auto;
	margin-bottom: 15px; 
	width: 238px; 
	}
p.birthday { padding: 0; }
table#birthday th { 
	background-image: url(../imagens/bg_niver.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 105px;
	color: #003366; 
	padding-top: 8px; 
	}	
table#birthday th, td {
	border: 1px solid #cccccc;
	padding: 4px; 
	text-align: center;  
	}
	
/* ct ================================================================= */

	
#container {
	background: white;
	border: 1px solid #999999;
	font-size: 90%;
	margin: auto;
	width: 980px;
	}

/* ms ========================================================== */

#menu {
	background: black;
	border-top: 1px solid #3a3a39;
	font-size: 90%;
	padding: 7px 0 10px 0;
	text-align: center;
	}
#menu ul { 
	margin: auto;
	}	 
#menu ul li { 
	display: inline;
	margin: 0 auto;
	}
#menu ul li a:link {
	color: #cccccc;
	font-weight: bold;
	padding: 6px;
	text-decoration: none;
	}	
#menu ul li a:hover {
	color: #f2d616;
	padding: 6px;
	text-decoration: underline;
	}
#menu ul li a:visited {
	color: #999999;
	font-weight: bold;
	padding: 6px;
	text-decoration: none;
	}		

/* mi ========================================================== */

#menuinferior {
	font-size: 90%;
	padding: 7px 0 10px 0;
	text-align: center;
	clear: both;
	border-top: 1px solid #ebebeb;
	}
#menuinferior ul { 
	margin: 0 auto;
	}	 
#menuinferior ul li { 
	display: inline;
	margin: 0 auto;
	}
#menuinferior ul li a:link {
	padding: 6px;
	text-decoration: none;
	}	
#menuinferior ul li a:hover {
	color: #9c1e1e;
	text-decoration: underline;
	}
#menuinferior ul li a:visited {
	padding: 6px;
	text-decoration: none;
	}	


/* cd ========================================================== */
	
#conteudo {
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	margin-bottom: 20px;
	padding: 30px;
	padding-top: 60px;
	text-align: justify;
	width: 650px;
	}
#conteudo a:link {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif; 
	font-size: 90%; 
	text-decoration: none; 
	text-align: center;
	padding: 2px 20px;
	}

#conteudo a:visited {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif; 
	font-size: 90%; 
	text-decoration: none; 
	text-align: center;
	padding: 2px 20px;
	}

/* Gal =========================================================== */
#conteudo_gente {
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	margin-bottom: 20px;
	padding: 30px;
	padding-top: 60px;
	text-align: center;
	width: 650px;
	}
#conteudo_gente a:link {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif; 
	font-size: 90%; 
	text-decoration: none; 
	}
	
/* mu ========================================================== */

#conteudo_total {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 80px;
	text-align: center;
	margin-bottom: 20px;
	}
#conteudo_total a:link { 
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif; 
	font-size: 80%; 
	text-decoration: none; 
	}

/* lt ========================================================== */

#lateral {
	float: left;
	margin-top: 60px;
	text-align: center;
	width: 250px;
	}
#lateral a { 	background: #ffffd4;  }
#lateral a:link {
	border: 1px solid #cccccc; 
	display: block; 
	padding: 8px; 
	margin: auto;
	margin-bottom: 4px; 
	text-decoration: none; 
	width: 218px;
	}
#lateral a:hover { 
	background: #f5f5b0;	
	text-decoration: underline; 
	}
#lateral a:visited {
	border: 1px solid #cccccc; 
	display: block; 
	padding: 8px; 
	margin: auto;
	margin-bottom: 4px; 
	text-decoration: none; 
	width: 218px;
	}
ul.menulateral {
	font-size: 120%;
	list-style: none;
	}
form.lateralform {
	background: #ffffd4;
	border: 1px dotted #cccccc;
	font-size: 85%;
	margin: auto;
	margin-bottom: 10px;
	padding: 10px 0;
	padding-bottom: 6px; 
	width: 235px;
	}
	
/* rd ========================================================== */

#rodape {
	background: url(../imagens/bottom.jpg);
	background-position: center;
	background-repeat: no-repeat;
	color: #999999;
	font-size:small;
	height: 100px;
	line-height: 0.1em;
	padding-top: 50px;
	text-align: center;
	}
#rodape a:link { color: #999999; }
#rodape a:hover { 
	color: #f2d616; 
	text-decoration: underline; 
	}
#rodape a:visited { color: #999999; }

/* bt ========================================================== */

.botao {
	background: #3a3a32;
	border: 1px solid #c9bdad;
	color: #ffffff;
	font-size: 90%;
	font-weight: bold;
	padding: 2px 4px;
	}
.botao:hover {
	background: #750000;
	border: 1px solid #c9bdad;
	color: #f2d616;
	}
	
/* cp ========================================================== */

.campo {
	border: 1px solid #cccccc;
	color: #3a3a32;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 95%;
	padding: 2px;
	}
	
/* gl ========================================================== */
	
.galeria {
	width: 300px;
	float: left;
	padding: 2px;
	margin: 0 8px 8px 8px;
	}
	
/* nv ========================================================== */

.navegacao { 
	clear: both; 
	margin: auto; 
	padding-top: 10px;
	text-align: center; 
	}
.navegacao a { padding: 0 10px; }

/* tt ========================================================== */

ul.navega {position:relative;} 
.navega a {
  color: #000000;
  text-decoration: none;
  text-align: center;
  padding: 1px 5px;
  margin-right:-1px;
  }
.navega a:hover {
  color: #666666;
  }
.navega a span { 
  display:none;
  }
.navega a:hover span {
  display: block;
  position: absolute; 
  top:40px; 
  left: 235px; 
  width: 500px;
  padding: 2px 0; 
  color: #666; 
  background:#ffffd4;
  font-size: 12px; 
  border: 1px solid #cccccc; 
  text-align:center;
  }

/* cl ========================================================== */
	
.beleleu { font-weight: bold; 
	font-style: italic; 
	}
.big { font-size: 150%; }
.blue02 { color: #003366; }
.bluebold { 
	color: #004c87; 
	font-weight: bold; 
	}
.bold { font-weight: bold; }
.bolditalic { font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; font-weight: bold; color: #996600; }
.border00 { border: none; }
.border01 { 
	border: 1px solid #cccccc; 
	padding: 2px; 
	}
.border02 { 
	border: 1px solid #cccccc; 
	padding: 2px;
	margin-left: 10px; 
	margin-bottom: 10px;
	}
.topjitu { padding-top: 35px; text-align: center; } 
.center { text-align: center; }
.creditos {
	color: #666666; 
	font-size: 71%; 
	text-align: center; 
	margin-top: 10px;
	}
.creditos a:hover {color: #f2d616;}
.creditos a:link {color: #666666;}
.disc { 
	list-style: inside;
	margin-bottom: 12px;
	}
.graymenu { 
	color: #cccccc; 	
	font-weight: bold;  
	padding: 7px 0 10px 0;
	}
.grey01 { color:#333333 }
.italic { font-style: italic; }
.left { text-align: left; }
.middle { vertical-align: middle; }
.noborder { border: none; }
.normal { font-weight: normal; }
.oversol { border-top: 1px solid #aad4ff; }
.red { color: #9c1e1e; }
.redbold { 
	color: #9c1e1e; 
	font-weight: bold; 
	}
.orangebold { 
	color:#ff6600; 
	font-weight: bold; 
	}
.right { text-align: right; }
.small { font-size: 80%; }
.top { vertical-align: top; }
.underline { text-decoration: underline; }
.undersol { border-bottom: 1px solid #999999; }
.cultural { color:#FF6600; }
.videoshow { margin-top: 50px; }