@charset "iso-8859-1";
/* CSS Document */

body{
	margin:0px;
	background-color:#597214;
	background-image:url(../img/bgVerde.jpg);
	background-repeat:repeat-y;
	background-position:center;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align:center;
	overflow-x:hidden;
}
table{
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	border:solid 1px #FFFFFF;
}

center{
	position:absolute;
	height:100%;
}

div.center {
    /*text-align:left;*/
	text-align:center;
}

div.center div{
    margin-left:auto; 
	margin-right:auto;
}

.principal{
	background-image:url(../img/bgPrincipal.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding-top:13px;

}

.conteudo{
	width:778px;
	height:565px;
	margin-top:50px;
}

.alinhaLogo{
	width:778px;
}

.logo{
	padding-left:500px;
	width:181px;
	height:46px;
}

.menu{
	margin-top:100px;
	float:left;
}
#vinho{
	position:absolute;
	float:left;
	width:190px;
	height:365px;
	margin-left:0px;
	*margin-left:-760px;
	margin-top:220px;
}
#textos{
	float:left;
	width:445px;
	line-height:20px;
	text-align:justify;
	margin-left:100px;
}

a {
	color: #95e37f;
	text-decoration: none;
}

.texto:hover{
	color:#FFF;
	text-decoration:underline;
}

.rodape{
	position:relative;
	height:20px;
	float:left;
	z-index:60;
	width:756px;
	*width:778px;
	margin-top:20px;
	padding:10px;
	background-image:url(../img/pontilhado.gif);
	background-repeat:repeat-x;
	display:table;
}

.textLogoDefault{
	float:left;
	text-align:left;
}

.textEndereco{
	text-align:right;
	float:right;
	text-align:right;
}

.links{
	position:absolute;
	margin-top:-5000px;
}