@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border-width: 0px;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;	
}

body {
	background:url(imagens/body_bg.jpg) repeat-x scroll 0 0 #a02a26;
	font-family: "Lucida Grande", sans-serif;
}

#geral {
	width:960px;
	position:relative;
	margin: 0 auto 0 auto;
}

/* Cabeçalho
----------------------------------------------------*/

#header {
	position:relative;
	background-color: transparent;
	height:62px;
	padding-top: 0;	
}
.header_logo{
	position:absolute;
	top: 0px;
	left: 0px;
	z-index: 50;
}
.header_logo p{
	font:"Arial", Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;	
	line-height:24px;
	padding-left:30px;
	margin-top:0px;
	float:left;
	text-align:center;
}
	
/* Menu de Navegação
----------------------------------------------------*/

.menu_nav {
	/*
	background-color:#A12A24;
	background-image:url(imagens/menu_bg.jpg);
	background-repeat:repeat-x;
	*/
	position: relative;
	border-color:#white;
	margin-left:200px;
	padding-top: 38px;
	height:24px;
	width:600px;
	text-align:center;
	padding-left:20px;
}
.menu_nav li{
	display:inline;
	font-size:12px;
	font-weight:bold;	
}
.menu_nav li a, .menu_nav li a:visited{
	color: #FFF;
	text-align:center;
	font-family:"Arial", Helvetica, sans-serif;
	text-decoration:none;
	padding: 6px 7px 0 7px;	
	letter-spacing: 1px;
	font-size:100%;
}
.menu_nav li a.linkAtivado {
	color:#FF9;
	font-size:100%;
	border: 1px #FFF solid;
	border-bottom: none;
	padding: 6px 6px 0 6px;
}
.menu_nav li a:hover {
	color:#FF9;
	border: solid 1px #C93;
	border-bottom: none;
	padding: 6px 6px 0 6px;
	font-size:100%;
}
.reservas{
	position:absolute;
	top: 30px;
	left: 840px;
	z-index: 9999;
}
/*Conteudo
----------------------------------------------------*/
#conteudo{
	width:740px;
	height:auto;	
}

/* Rodapé
----------------------------------------------------*/

#Rodape {
	background: url(imagens/bg_topRodape.jpg) repeat-x;
	background-color: #;
	height:110px;
	width: 740px;
	height: auto;
	margin-left: 220px;
	color: #333;
	margin-top:1px;
	padding-top: 20px;
}
#Rodape img {
	float:left;
	margin-left:105px;
}
.InfoRodape {
	width:700px;
	float: left;
	text-align:center;
}
.InfoRodape li {
	display:inline;
	list-style:none;
	text-decoration:nome;
	letter-spacing:normal;
	margin-left: 10px;
}
.InfoRodape a:link, .InfoRodape a:visited {
	font-size:11px;
	text-decoration:underline;
	color: #fff;
}
.InfoRodape a:hover {
	font-size:11px;
	text-decoration:underline;
	color:#F90;
}
.InfoRodape p {
	width:auto;
	text-align:center;
	height:20px;
	font-size:11px;	
	margin-top:15px;
	color: #fff;
	letter-spacing: 0.04em;
}
#botaoVSG {
	left:40px;
	position:absolute;
	top:485px;
}
#ligueReservas{
	text-align:center;
	margin: 0 0 0 10px;
	width:185px;
	heigth:auto;
}
#ligueReservas img{
	text-align:center;
	display:block;
	margin: 0 auto;
}
#numeroReserva{
	float:left;
	text-align:center;
	margin: 0 auto 0 20px;
	_margin: 0 auto 0 10px;
	display:block;
	font-size:16px;
	color:#FC3;
}
/*------------------LIGARPARA--*/
#ligapara {
	padding: 50px 0 0 0;
	*padding: 50px 0 0 0; 
	position:absolute; 
	top:0px; 
	right:15px; 
	height:138px; 
	width:150px; 
	text-align:center; 
	z-index:11
}
#ligapara p{
	color:#FFF;
	font-size:12px;
	margin:0 6px 5px 0;
	text-align:center;
	line-height:120%;
	*line-height:115%;
	}
#ligapara img{
	position:absolute;
	top:0px;
	right:0px;
	z-index:-10
}
#ligapara input{
	background:url(imagens/bg_campoInput.gif) no-repeat;
	border:none;color:#667;
	font-size:10px;
	text-align:center;
	margin:2px auto 4px 8px;
	padding:0 0 0 0px;
	height:15px;
	width:128px;
	display:block;
}
#ligapara button{
	background:url(imagens/bg_btEnviar.png) scroll 0 -17px;
	border:none;
	height:17px;
	width:58px;
	font-size:10px;
	display:block;
	margin: 0 auto 0 auto;
}
#ligapara button:focus{
	outline:none;
}
#ligapara button::-moz-focus-inner{
	border:0px;
}
#ligapara button:hover{
	background:url(imagens/bg_btEnviar.png) scroll 0 0;
	border:none;
	height:17px;
	width:58px;
	font-size:10px;
	display:block;
	margin: 0 auto 0 auto;
}
