@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background: url(../images/fundo_pagina.jpg);
}
#main {
	height: 500px;
	width: 760px;
	position: relative;
	margin-right: auto;
	margin-left: auto;

}
#topo {
	height: 275px;
	width: 760px;
	position: absolute;
	background: url(../images/topo_fundo.jpg);
}
#baixo {
	height: 225px;
	width: 760px;
	position: absolute;
	top: 275px;
	background: #B8DC7C;
	background-color: #B8DC7C;
}
#menu {
	height: 25px;
	width: 500px;
	position: absolute;
	left: 250px;
	top: 55px;
	background: url(../images/menu_fundo.jpg);
}
.texto_branco {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	clip: rect(auto,auto,25px,auto);
	padding-top: 5px;
}

#rodape {
	height: 25px;
	width: 760px;
	position: absolute;
	top: 200px;
}
#variedades_baixo {
	height: 170px;
	width: 200px;
	position: absolute;
	left: 15px;
}

#variedades_cima {
	height: 110px;
	width: 150px;
	position: absolute;
	left: 15px;
	top: 155px;
}
#variedade1 {
	height: 50px;
	width: 150px;
	position: absolute;
}
#variedade2 {
	height: 50px;
	width: 150px;
	top: 60px;
	position: absolute;
	left: 0px;
}
#variedade3 {
	height: 50px;
	width: 200px;
	position: absolute;
}
#variedade4 {
	height: 50px;
	width: 200px;
	position: absolute;
	top: 60px;
}
#variedade5 {
	height: 50px;
	width: 200px;
	position: absolute;
	top: 120px;
}
#conteudo {
	height: 190px;
	width: 530px;
	position: relative;
	left: 230px;
}
