@charset "utf-8";
/* CSS Document */
*{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
img{
	border:0;
}

body{
	margin:0;
	padding:0;
	text-align:center;
	background:url(../imagens/bg.jpg) fixed;
}
#tudo{
	margin:0 auto 20px;
	text-align:left;
	width:750px;
}
#banner{
	height:208px;
}
#conteudo{
	background:url(../imagens/bg.gif);
	padding:10px;
}
#rodape{
	background:url(../imagens/bgFooter.png);
	height:10px;
}

h1, h2, h3{
	font-size:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left:10px;
}
h2{
	font-size:18px;
}
h3{
	font-size:16px;
}
p{
	text-indent:15px;
	font-size:13px;
	margin:10px;
}
ul{
	list-style-type:circle;
	font-size:12px;
}
label{
	display:block;
	font-size:12px;
	margin-top:8px;
}
input, textarea, select{
	font-size:12px;
	width:150px;
	border:solid 1px #C99;
}
textarea{
	width:350px;
	height:120px;
}
input[type="submit"], input[type="button"], input[type="reset"]{
	width:auto;
}
form table{
	width:100%;
}

.hover{
	border:solid 1px #900;
	background-color:#FFECEC;
}
.focus{
	border:solid 1px #6A0000;
}
.error{
	color:#900;
	font-weight:bold;
}

#galeriaServicos img{
	margin-left:29px;
	border:solid 2px #900;
}

#galeria{
	padding-left:58px;
}
#galeria img{
	border:1px solid #900;
}

#cardapios h2{
	font-size:16px;
	border-bottom:#900 solid 1px;
	width:450px;
	padding-left:10px;
}
#cardapios h3{
	font-size:14px;
	margin-bottom:0;
	text-transform:lowercase;
}
#cardapios h4{
	font-size:12px;
}
#cardapios h5{
	font-size:10px;
}
#cardapios p{
	margin-top:0;
	font-size:12px;
}
#menuCardapio{
	padding-left:75px;
}
#menuCardapio a, .linksMap a{
	text-decoration:none;
	color:#900;
	font-size:14px;
}
#menuCardapio a:hover, .linksMap a:hover{
	border-bottom:#900 1px dashed;
}
.imageMap{
margin:10px;
border:solid 1px #FF6600;
}