.centroTexto { text-align: center;}
.esquerdaTexto { text-align: left; }
.direitaTexto { text-align: right; }

/* Flutar objeto */
.centroObjeto { margin: auto; }
.direitaObjeto { float: right; }
.esquerdaObjeto { float: left; }/* BOTÕES */

.bt
{
	padding: 10px 15px;
	box-shadow: 0 1px 5px #CCC;
	text-shadow: 1px 1px 0 #FFF;
	font-size: 15px;
	font-weight: bold;
}

.bt:hover
{
	cursor: pointer;
}

.bt:active
{
	top: 1px;
	position: relative;
}/* Formulários */
fieldset
{
	padding: 20px !important;
	border: 1px solid #ccc !important;
	border-radius: 5px !important;
	background: #f9f9f9 !important;
}

legend
{
	color: #fff;
	padding: 10px;
	font-weight: bold;
	font-size: 13px;
	background: url(../../visao/img/bg-menu-link.png);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
}

label
{
	cursor: pointer;
	font-weight: bold;
}

/* Login */
.campo
{
	color: #999;
	background: #fff;
	border-radius: 4px;
	padding: 4px;
	margin-right: 10px;
	width: 200px;
	border: 1px solid #CCC;
	box-shadow: 0 0 1px rgba(0, 150, 255, 0);
	-webkit-transition: 200ms ease-in-out;
	-moz-transition: 200ms ease-in-out;
	-o-transition: 200ms ease-in-out;
	transition: 200ms ease-in-out;
}

.campo:hover, .campoMenor:hover, .campoArea:hover, .campoSelect:hover
{
	border: 1px solid #F60;
}

.campo:focus, .campoMenor:focus, .campoArea:focus, .campoSelect:focus
{
	color: #000;
	border: 1px solid #F60;
}

.campoMenor
{
	color: #999;
	background: #fff;
	border-radius: 4px;
	padding: 4px;
	width: 100px;
	border: 1px solid #CCC;
	box-shadow: 0 0 1px rgba(0, 150, 255, 0);
	-webkit-transition: 200ms ease-in-out;
	-moz-transition: 200ms ease-in-out;
	-o-transition: 200ms ease-in-out;
	transition: 200ms ease-in-out;
}

.campoSelect
{
	color: #999;
	background: #fff;
	border-radius: 4px;
	padding: 4px;
	width: 210px;
	border: 1px solid #CCC;
	box-shadow: 0 0 1px rgba(0, 150, 255, 0);
	-webkit-transition: 200ms ease-in-out;
	-moz-transition: 200ms ease-in-out;
	-o-transition: 200ms ease-in-out;
	transition: 200ms ease-in-out;
	cursor: pointer;
	margin-right: 10px;
}

.campoCheck
{
	margin: 4px;
}
.campoArea
{
	color: #666;
	border-radius: 4px;
	padding: 5px;
	width: 300px;
	height: 150px;
	border: 1px solid #CCC;
	font-size: 12px;
	margin-bottom: 10px;
	-webkit-transition: 200ms ease-in-out;
	-moz-transition: 200ms ease-in-out;
	-o-transition: 200ms ease-in-out;
	transition: 200ms ease-in-out;
}

.validacao
{
	border-radius: 4px;
	padding: 6px 10px;
	font-weight: bold;
	background: #c00;
	color: #FFF;
	display: none;
	position: absolute;
	margin-left: 7px;
	text-shadow: 0 1px 0 #000;
	font-weight: bold;
	cursor: pointer;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.error
{
	font-weight: bold;
	color: #F00;
}

.validacao:hover
{
	background: red;
}

input[type=button]
{
	padding: 3px 6px;
	cursor: pointer;
	float: right;
}

.th-cad
{
	width: 250px;
}/* HTML */

*
{
	margin: 0;
	padding: 0;
	outline: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

body { background: url(../../visao/img/bg-body.png) #fff fixed repeat; }

h1
{
	color: #F00;
	font-size: 30px;
	margin-bottom: 20px;
}

h2
{
	color: #C00;
	font-size: 20px;
	margin-bottom: 15px;
}

p
{
	line-height: 20px;
	margin-bottom: 15px;
}

img { border: none; }

blockquote { margin-left: 30px; }
/* LAYOUT: */

#geral
{
	width: 100%;
}

#topo
{
	height: 120px;
}

.largura
{
	width: 835px;
	margin: auto;
}

#logo
{
	float: left;
	margin-top: 10px;
	margin-bottom: 0;
}

#slogan
{
	float: right;
	margin-top: 25px;
}

#conteudo
{
	padding: 30px;
	background: #fff;
	width: 835px;
	position: relative;
	margin: auto;
	z-index: 0;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	display: table;
}

#rodape
{
	text-align: center;
	margin: 20px 0;
}

.lista
{
	line-height: 20px;
	margin-bottom: 15px;
	margin-left: 35px;
}

.marcador
{
	font-weight: bold;
	color: #f00;
}

/* Início */
.inicio
{
	background: url(../../visao/img/home.jpg) !important;
	height: 600px;
	padding-bottom: 0 !important;
}

#acesse-nossas-ofertas {
	margin-top: 180px;
	margin-right: 25px;
	float: right;
}

.ofertas-email {
	background: #fff;
	padding: 10px;
	margin-top: 400px;
	margin-right: -220px;
	border: 3px solid #fff;
	border-radius: 5px;
	float: right;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
	font-weight: bold;
}

.ofertas-email:hover {
	background: red;
	color: white;
	text-decoration: none;
}

#emailCotacao {
	width: 310px;
	margin: 45px 0 10px 512px;
	float: left;
}

#informacoes-contato {
	float: right;
}

#informacoes-contato p {
	margin-bottom: 10px !important;
	line-height: 15px !important;
}

#necessidadesEspeciais
{
	margin-top: 10px;
}

/* Adega: */
.adega
{
	background: url(../../visao/img/adega.jpg) !important;
	height: 946px;
}

/* Feira: */
.feira
{
	background: url(../../visao/img/feira.jpg) !important;
	height: 946px;
}

/* Churrasco: */
.churrasco
{
	background: url(../../visao/img/churrasco.jpg) !important;
	height: 946px;
}

/* Saúde: */
.saude
{
	background: url(../../visao/img/saude.jpg) !important;
	height: 946px;
}

/* Receitas: */
.receitas
{
	background: url(../../visao/img/receitas.jpg) !important;
	height: 946px;
}

.ok {
	padding: 20px;
	color: #390;
	font-weight: bold;
}

.erro {
	padding: 20px;
	color: #f00;
	font-weight: bold;
}

.box {
	width: 190px;
	float: left;
}

.dicas-adega, .dicas-feira, .dicas-churrasco { margin-right: 25px; }
/* LINKS */
a:link, a:visited
{
	color: #F00;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:active
{
	top: 1px;
	position: relative;
}

h2 a {
	font-size: inherit;
}/* Mensagem: */
#mensagem
{
	background-color: #FFC;
	border: 1px solid #FC0;
	border-radius: 5px;
	text-shadow: 0 1px 0 #FFF;
	font-weight: bold;
	font-size: 14px;
	padding: 20px;
	text-align: left;
	margin-bottom: 20px;
	padding-left: 63px;
	line-height: 20px;
}
#mensagem:hover
{
	background-color: #FF9;
	border: 1px solid #F90;
	cursor: pointer;
}

.informacao
{
	background: url(../../visao/img/icons/informacao.png);
	background-repeat: no-repeat;
	background-position: 16px 14px;
	color: #447fa8;
}

.ok
{
	background: url(../../visao/img/icons/sucesso.png);
	background-repeat: no-repeat;
	background-position: 16px 14px;
	color: #7ac612;
}

.erro
{
	background: url(../../visao/img/icons/erro.png);
	background-repeat: no-repeat;
	background-position: 16px 14px;
	color: #C00;
}/* Menu Rodapé: */
#rodape ul
{
	list-style: none;
	margin-bottom: 20px;
}

#rodape ul li
{
	display: inline-block;
}

#rodape ul li a
{
	background: url(../../visao/img/bg-menu-rodape.png);
	padding: 10px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 1px 0 #333;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	border-left: 1px solid rgba(0,0,0,0);
	border-right: 1px solid rgba(0,0,0,0);
	border-radius: 10px;
}

#rodape ul li a:hover, .paginaAtualRodape
{
	background: #fff !important;
	color: #f00 !important;
	text-shadow: 0 0 0 #fff !important;
}

#rodape ul li a:active
{
	top: 0px;
	position: relative;
	text-decoration: none;
}/* MENU: */

/* Barra de navegação: */
#nav {
	background: url(../../visao/img/bg-menu-link.png);
	text-align: center;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	z-index: 2;
	position: relative;
}
/* Primeira lista: */
#nav #menu > li {
	display: inline-block;
}
/* Primeira lista de links: */
#nav #menu > li > a {
	display: inline-block;
	border: none;
	color: #FFF;
	text-shadow: 0 1px 0 #000;
	padding: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#nav #menu > li > a:hover {
	color: red!important;
	text-shadow: 0 0 0 #fff;
}
/* Primeiro conjunto de lista dentro de um item: */
#nav #menu > li > ul {
	left: 0;
	top: 37px;
	width: 160px;
}
/* Segundo conjunto de lista dentro de um item: */
#nav li > ul {
	position: absolute;
	left: 160px;
	top: 0px;
	width: 160px;
	color: #FFF;
}
/* Todos os conjuntos de lista: */
#nav ul {
	list-style: none;
	margin-bottom: 0;
	line-height: 17px;
}
/* Todas as listas: */
#nav ul li {
	position: relative;
	text-align: left;
}
/* Sombra em todos os sub-conjuntos: */
#nav ul li ul {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
/* Cor do fundo do submenu */
#nav ul li ul li {
	background: url(../../visao/img/bg-menu-link.png);
}
/* Todos os links dentro de listas: */
#nav ul li a {
	padding: 7px;
	display: block;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
/* Passar o mouse em cima da lista: */
#nav li:hover {
	background: #FFF;
	color: #333!important;
}
ul#menu li:hover > a, ul#menu ul li:hover > a {
	color: red!important;
	text-shadow: 0 0 0 #fff!important;
}
.paginaAtual {
	background: #FFF;
	color: red !important;
	text-shadow: 0 0 0 #fff !important;
}table
{
	border-collapse: collapse;
	width: 100%;
}

table td
{
	padding: 4px;
}

th
{
	padding: 4px;
	text-align: left;
	font-weight: bold;
}

.tabelaTexto
{
	padding: 5px;
	width: 100%;
	background: #F9F9F9;
	border: 1px solid #E9E9E9;
	border-radius: 4px;
}

.tabelaTexto td
{
	text-align: center;
}

table tr:hover
{
	background: #ffede5;
}

.par
{
	background: #F1F1F1;
	border: 1px solid #FFF;
}

.impar
{
	background: #FFF;
	border: 1px solid #FFF;
}

.cabecalho-tabela, .cabecalho-tabela:hover
{
	text-align: center !important;
	background: #C00 !important;
	color: #fff !important;
}

.coluna
{
	width: 40px;
	font-weight: bold;
}