/* CSS Document */
body {
	margin: 0px;
	font-family: "Trebuchet MS", "Arial";
	font-size:11px;
	color:#000000;
	background-image:url(../img/home_bg_01.jpg);
	background-color:#78AA23;
	background-repeat:repeat-x;
}

#conteiner{
	margin:auto; 
	width:auto;
}

#conteudo {
	width:1024px;
	margin:auto;	
	background-image:url(../img/interna_bg_01.jpg);
	background-repeat:no-repeat;
    min-height:500px;
    height:auto !important;
    height:500px;
}

#fundo {
	width:1024px;
	height:auto;
	border:#B2B658 solid 1px;
	background-image: url(../img/interna_bg_02.jpg);
	background-repeat:repeat-y;
	margin:auto;
}

#miolo{
	width:750px; 
	position:relative; 
	top:-50px; 
	margin-left:244px;
}

#fotos{
	width:242px; 
	float:left;
}

#textos{
	margin-left:50px; 
	width:400px; 
	float:left;
}

#rodape{
	width:1024px; 
	height:100px;
	margin:auto; 
	margin-top:15px;
	color:#68862c;
}

#logo {
	width:130px; 
	height:80px; 
	top:45px; 
	left:57px; 
	position:relative;
}

#menu {
	width:130px; 
	height:80px; 
	margin-top:45px;
	top:45px; 
	left:57px; 
	position:relative;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu a {
	text-decoration:none;
	text-indent: -500px;
	list-style-type:none;
	width:130px;
	height:20px;
	position:relative;
	display:block;
}

#texto_home {
	width:200px;
	top:50px;
	left:750px;
	position: relative;
	color:#808030;
}

.sugestao_vinhos {
	color:#663333;
}

.link_imprensa{
	width:110px;
	text-decoration:none;
	font-weight:bolder;
	padding:3px 10px 3px 10px; 
	color:#FFFFFF; 
	background-color:#669900; 
	display:block; margin:5px;
}

.link_parceiros{
	width:60px;
	text-decoration:none;
	font-weight:bolder;
	padding:3px 10px 3px 10px; 
	color:#FFFFFF; 
	background-color:#669900; 
	display:block; margin:5px;
}

.tabela-ambientes td{
    padding:0 30px 30px 0;
}