/*html{
	overflow-y: auto;
	overflow-x: hidden;
}

body {
	font-family:verdana;
	font-size: 12px;
	text-align:justify;
	text-justify: inter-word;
	line-height: 150%;
	padding-left:20px;
	padding-right:20px;
}

a:link {
	color: #666666;
	text-decoration: none;
	font-style:italic;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #339900;
	text-decoration: underline;
}

a:active {
	color: #666666;
	text-decoration: none;
	font-family: Verdana;
}

h1 {
	font-family:verdana;
	font-size: 16px;
	font-weight: bolder;
	font-variant: small-caps;
	color: #339900;
}*/


html{
	overflow-y: auto;
	overflow-x: hidden;
}

body {
	font-family:Verdana;
	color: #666666;
	font-size: 12px;
	text-align:justify;
	text-justify: inter-word;
	line-height: 150%;
	padding-left:20px;
	padding-right:20px;
}


a:link {
	color: #339900;
	text-decoration: none;
	font-style:italic;
}

a:visited {
	color: #339900;
	text-decoration: none;
}

a:hover {
	color: #44CC00;
	text-decoration: underline;
}

a:active {
	color: #339900;
	text-decoration: none;
	font-family: Verdana;
}

li{
	margin-top: 10px;
	margin-left: 25px;
}

h1 {
	font-family: Verdana;
	font-size: 13px;
	font-weight: none;
	font-variant: small-caps;
	color: #339900;
}

table{
	border-spacing: 0px;
}

img {
	border: 0px solid black;
}

/*Produtos*/
.fancybox:hover {
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}

img.culturas{
	max-width: 275px;
	max-height: 250px;
}

table.ferbio_culturas {
	width: 825px;
	border: 0px solid yellow;
	text-align: center;
}
table.ferbio_culturas td {
	height: auto;
	width: 275px;
	border: 0px solid blue;
}


table.ferbio_caracteristicas {
	width: 400px;
	border: 1px solid #ccc;
}
table.ferbio_caracteristicas td {
	width: 200px;
	height: 25px;
	border: 1px solid #ccc;
}


table.ferbio_dosagem  {
	width: 420px;
	border: 0px solid red;
}
table.ferbio_dosagem td {
	width: 220px;
	height: 25px;
	border: 0px solid pink;
}

table.ferbio_valores_maximos {
	width: 500px;
	border: 1px solid #ccc;
	text-align: center;
}
table.ferbio_valores_maximos td {
	width: 100px;
	height: 25px;
	border: 1px solid #ccc;
}
td.elemento {
	text-align: left;
}



/*Links Uteis + Parcerias + Clientes*/
table.links_uteis_parcerias_clientes {
	width: 580px;
	border: 0px solid black;
	text-align: left;
}
table.links_uteis_parcerias_clientes td {
	height: 80px;
	border: 0px solid black;
}
td.logo {
	width: 180px;
}
td.informacao  {
	width: 400px;
}
img.logo {
	max-width: 120px;
	max-height: 50px;
}