@charset "utf-8";
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: rgb(61,3,4);
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
body {
	margin: 0;
}
img {
	border-width: 0;
}
a {
	color: rgb(61,3,4);
	text-decoration: none;
}
a:hover {
	color: rgb(161,	29,33);
}
#page {
	width: 955px;
	margin: auto;
}
#header {
	height: 89px;
}
#main {
	height: 484px;
}
#footer {
	height: 27px;
	font-size: 10px;
}
.menu .menu-option {
	float: left;
}
.menu .menu-option img {
	border-width: 0;
}
.logo {
	vertical-align: top;
}
#footer p {
	margin: 0;
}
#credit {
	position: absolute;
	float: left;
	margin-left: 5px;
	margin-top: 2px;
	font-size: 8px;
}
#credit a {
	font-size: 10px;
}
#address {
	text-align: center;
}
.historia {
	background-image: url(images/bground/bg_historia.jpg);
}
.fotos {
	background-image: url(images/bground/bg_fotos.jpg);
}
.cardapio {
	background-image: url(images/bground/bg_cardapio.jpg);
}
.vinhos {
	background-image: url(images/bground/bg_vinhos.jpg);
}
.localizacao {
	background-image: url(images/bground/bg_localizacao.jpg);
}
.contato {
	background-image: url(images/bground/bg_contato.jpg); 
}
.home {
	background-image: url(images/bground/bg_home.jpg);
}
.home #main {
	height: 550px;
}
.home #footer {
	height: 50px;
}
#content {
	margin-right: 38px;
	margin-left: 0; 
	padding-top: 56px;
	text-align: right;
}
.historia #content {
	margin-left: 280px; 
}
.cardapio #content {
	margin-left: 350px; 
}
.vinhos #content {
 	margin-left: 420px; 
}
.localizacao #content {
	margin-left: 100px;
}
.contato #content {
 	margin-left: 280px; 
}
#content .text p {
	margin-top: 0.5em;
	margin-bottom: 0;
}
.localizacao #content .text {
	padding-top: 370px;
}
.localizacao #content .text p {
	font-weight: bold;
}
#content .list {
	margin-top: 4em;
	margin-bottom: 4em;
}
#content .list ul {
	list-style: none;
	font-size: 16px;
	font-weight: bold;
}
#content .list li {
	margin-top: 0.5em;
}
#content .link {
	height: 400px;
	width: 500px;
	float: left;
	text-align: justify;
	font-size: 165px;
}
#content .link p {
	margin: 0;
}
#content .link img {
	margin: 0;
	width: 100%;
	height: 100%;	
}
#content .photos {
	margin-right: -5px;
}
#content .photos {
	margin-top: 0;
}
#content .photos img {
	border: 3px white solid;
	cursor: pointer;
}
#modal-area {
	display: none;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(images/bground/bg_transp70.png);
}
.fotos #modal-area {
	height: 600px;
}
#modal-frame {
	margin: auto;
}
#modal-frame .frame {
	display: none;
}
#modal-frame .close {
	float: right;
	position: relative;
	top: auto;
	right: auto;
	font-size: 10px;
	font-weight: bold;
}
#modal-frame .close p {
	margin: 0;
	padding: 0;
}
#modal-frame.text {
	text-align: left;
	margin-top: 31px;
	width: 700px;
	height: 500px;
	padding: 10px;
	background-image: url(images/bground/bg_vinhos_cartas.jpg);
	border: 10px white solid;
}
#modal-frame.text .title {
}
#modal-frame.text .groups {
	height: 471px;
	overflow: auto;
}
#modal-frame.text h1 {
	margin-top: 0;
	margin-bottom: 0.5em;
}
#modal-frame.text h2 {
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}
#modal-frame.text h3 {
	margin-top: 0.5em;
	margin-bottom: 0;
}
#modal-frame.text ul {
	list-style: none;
	margin: 0;
}
#modal-frame.text li {
	margin: 0;
}
#modal-frame.photo {	
	margin-top: 34px;
	text-align: center;
}
#modal-frame.photo div {
	margin: 0;
}
#modal-frame.photo img {
	margin: 0;
	height: 520px;
	border: 10px white solid;
	display: inline;
}
#modal-frame.photo #controls {
	width: 100px;
	height: 22px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -25px;
	background-color: white;
}
#modal-frame.photo #controls div {
/*	display: inline; */
}
#modal-frame.photo #controls .close {
	float: none;
	text-align: center;
	position: relative;
	top: 5px;
}
#modal-frame.photo #controls .navigator {
	font-size: 18px;
	font-weight: bold;
	margin-left: 3px;
	margin-right: 3px;
}
#modal-frame.photo #controls .previous {
	float: left;
}
#modal-frame.photo #controls .next {
	float: right;
}
form {
	margin: 0;
	margin-top: 0.5em;
}
form .form-item {
	padding-bottom: 0.5em;
	clear: both;
}
form .form-label {
	width: 97px;
	float: left;
	padding-top: 2px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
form .form-text {
	text-align: right;
}
form .form-text input,
form .form-text textarea {
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: auto;
	padding: 2px;
}
form .form-text #nome,
form .form-text #email, 
form .form-text #assunto {
	width: 530px;
	height: 15px;
}
form .form-text #mensagem {
	width: 530px;
	height: 200px;
}
form .form-button {
	text-align: right;
}
form .form-button input {
	background-color: transparent;
	border-width: 0;
	font-size: 12px;
	font-weight: bold;
}