body {
	background-color: #555438;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	clear: right;
	text-transform: lowercase;
	color: #C4A562;
}
.logoRestaurante {
	width: 300px;
	float: left;
	clear: left;
	height: 165px;
	text-align: center;
}

.infoRestaurante {
	width: 450px;
	float: left;
	clear: right;
	height: 123px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.frase {
	font-size: 10px;
	font-weight: bold;
}

.centralizar {
	position: absolute;
	left: 50%;
	margin-left: -385px;
	width: 770px;
}

#cabecalho {
	height: 155px;
}
#principal {
	clear: both;
	float: left;
	width: 100%;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#rodape {
	font-weight: bold;
	color: #F5F5E9;
	text-align: center;
	line-height: 1.4em;
	clear: left;
	padding-top: 20px;
}

#rodape a {
	font-weight: bold;
	color: #F5F5E9;
	text-align: center;
	line-height: 1.4em;
	margin-top: 4px;
	text-decoration: none;
}
#rodape a:hover {
	font-weight: bold;
	color: #D3AF7D;
	text-align: center;
	line-height: 1.4em;
	margin-top: 4px;
	text-decoration: none;
}

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.regiao {

	width: 730px;
	float: left;
	clear: left;
	height: 250px;
	border-bottom-color: #FDCF98;
	padding: 20px;
}
.telaLogon {
	width: 217px;
	float: left;
	clear: right;
	height: 297px;
	border-bottom-color: #FDCF98;
	background-image: url(../imagens/bgLogin.png);
	background-repeat: no-repeat;
	margin-left: 40px;
	color: #666666;
}
.formLogin {
	width: 120px;
	border: 1px solid #666666;
}
#entrar {
	color: #F09300;
	float: right;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-left: 4px;
}
#entrar a {
	color: #FFFFFF;
	background-color: #F09300;
	font-weight: bold;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}
#entrar a:hover {

	color: #FFFFFF;
	background-color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}
#cadastre {
	color: #333333;
	text-transform: none;
	text-align: right;
	margin-right: 15px;
	font-size: 10px;
}
#cadastre a {
	color: #F09300;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	margin-right: 5px;
}
#cadastre a:hover {
	color: #F09300;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: underline;
	margin-right: 5px;
}
.divisoria {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFD09C;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 30px;
}
#esqueceu {
	float: none;
	font-size: 10px;
	padding-top: 4px;
}
#esqueceu a {
	text-decoration: none;
	color: #F09300;
}
#esqueceu a:hover {
	text-decoration: underline;
}
.formRegiao {

	width: 180px;
	border: 1px solid #666666;
}
.delivery {
	font-weight: bold;
	text-transform: none;
}
#atende {
	font-weight: bold;
	padding-right: 0px;
}
#atende p {
	margin-bottom: 10px;
}
#atende a {
	color: #FFFFFF;
	background-color: #DB261D;
	font-weight: bold;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	border: 1px solid #FFFFFF;
}
#atende a:hover {
	color: #FFFFFF;
	background-color: #154D2A;
	font-weight: bold;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}

#msgBoxInfo {
	background-color: #FFEAD2;
	border: 2px solid #FFA210;
	width:315px;
	z-index:0;
	visibility: visible;
	padding-bottom: 10px;
	position: absolute;
	left: 50%;
	margin-left: -158px;
	top: 50%;
	margin-top: -60px;
}
.msgBoxTitulo {
	font-size: 11px;
	font-weight: bold;
	background-color: #FFA210;
	padding-top: 4px;
	padding-bottom: 3px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	color: #FFFFFF;
}

#msgBoxInfo a{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FFA210;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	margin: 4px;
	text-align: right;
	font-weight: bold;
	font-size: 10px;
}
#msgBoxInfo a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #990000;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	margin: 4px;
	text-align: right;
	font-weight: bold;
	font-size: 10px;
}
.msgBoxMensagem {
	font-size: 11px;
	text-align: center;
	text-transform: none;
	margin-bottom: 10px;
	padding: 6px;
}
.trava {
	position: absolute;
	width: 100%;
	background-color:#000000;
	left: 0px;
	top: 0;
	opacity: .0;
	filter: alpha(opacity=0);
	z-index: 0;
}
.melhorVisualizado {
	font-size: 9px;
	font-weight: bold;
	text-transform: none;
	color: #FFCC00;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 25px;
}
.assinatura {
	width: 770px;
	float: left;
	clear: left;
	height: 50px;
}
.logo {
	behavior: url(iepngfix.htc) 
}

