html {
	overflow-y:scroll;
}

form, p, h1, h2, h3, h4, h5, h6 {
	padding:0;
	margin:0;
	border:none;
}

hr {
	border: solid 1px #999;
	margin:10px 0;
}

body,table,td {
	margin:0px;
	color:#D2C4B4;
	padding:0px;
	font-size:11px;
	border:none;
	font-family:Tahoma, Geneva, sans-serif;
	border-collapse:collapse;
}

body {
	background:url(/imagem/bg.jpg) top center repeat-x #E6E6E6;
}

label, img, input, select, option, span {
	vertical-align:middle;
}

label {
	cursor:pointer;
}

img {
	border:0px;
}

input, select, option, textarea {
	color:#D2C4B4;
	font-size:11px;
	font-family :Tahoma;
	background:none;
}

textarea {
	overflow:auto;
	vertical-align:text-top;
}

.caixa {
	border:solid 1px #D2C4B4;
}

a:link,a:visited {
	color:#D2C4B4;
	text-decoration:none;
}

a:active,a:hover {
	color:#D2C4B4;
	text-decoration:underline;
}
.clear {
	clear:both;
	height:0;
	overflow:hidden;
	display:block;
}

#menu {
	float:left;
	margin:32px 0 0 215px;
	height:44px;
	overflow:hidden;
}
#menu a {
	height:44px;
	overflow:hidden;
	text-indent:-99999px;
	display:block;
	float:left;
	margin:0 1px;
}
.mHome {
	background:url(/imagem/mHome.png) top left no-repeat;
	width:69px;
}
.mPortal {
	background:url(/imagem/mPortal.png) top left no-repeat;
	width:174px;
}
.mEventos {
	background:url(/imagem/mEventos.png) top left no-repeat;
	width:95px;
}
.mCardapio {
	background:url(/imagem/mCardapio.png) top left no-repeat;
	width:102px;
}
.mContato {
	background:url(/imagem/mContato.png) top left no-repeat;
	width:99px;
}
#menu a:hover, #menu a:active, .sel {
	background-position: 0 -44px;
}

.btnVejaMais {
	display:block;
	width:259px;
	height:53px;
	overflow:hidden;
	background:url(/imagem/btnVejaMais.png) top left no-repeat;	
}
.btnVejaMais:active, .btnVejaMais:hover {
	background-position:0 -53px;
}

.frm-campo {
	display:block;
	float:left;
	background:url(/imagem/bgCampos.png) top left;
	width:455px;
	height:35px;
	overflow:hidden;
	margin:0 0 6px 0;
	line-height:35px;
	text-indent:8px;
}
.frm-campo input, .frm-campo textarea {
	border:none;
	background:none;
	width:380px;
}
.cidade {
	width:360px !important;
}

.cidade input {
	width:300px !important;
}
.estado {
	width:89px !important;
	margin-left:6px !important;
}
.estado input {
	width:32px !important;
}
#telefone {
	width:340px !important;
}
.obs {
	height:250px !important;
}
.obs textarea {
	width:364px !important;
	height:230px; !important;
}

#galerias a {
	float:left;
	display:block;
	width:144px;
	height:67px;
	overflow:hidden;
	margin:10px 5px;
}
