/* Reset default browser CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	width: 100%;
}

@font-face {
	font-family: 'Caslon224Std';
	src: url('Caslon224Std-BlackItalic.eot');
	src: url('Caslon224Std-BlackItalic.eot?#iefix') format('embedded-opentype'),
		url('Caslon224Std-BlackItalic.woff') format('woff'),
		url('Caslon224Std-BlackItalic.ttf') format('truetype'),
		url('Caslon224Std-BlackItalic.svg') format('svg');
}

@font-face {
	font-family: humanist-bold;
	src:url(../webfonts/HUM521B.TTF);
}
@font-face {
	font-family: humanist;
	src:url(../webfonts/HUM521N.TTF);
}
@font-face {
	font-family: nothing;
	src:url(../webfonts/NothingYouCouldDo.ttf);
}

body {
	font-family: Verdana, Geneva, sans-serif;
	background: url(../images/page_images/body_bkg.gif);
	margin: 0px;
	padding: 0px;
	text-align: left;
	height: 100%;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
}

p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	color: black;
}

a {
	text-decoration: none;
	color: blue;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a img {
	border-style: none;
}



@media only screen and (max-width: 640px) {

#container {
	text-align: left;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
}

header {
	display: block;
	width: 480px;
	margin-left: 5px;
	margin-right: 5px;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 10px;
}

header h1 {
	list-style-type: none;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

header h1 span {
	visibility: hidden;
}

header nav ul {
	list-style-type: none;
	display: block;
	padding: 0px;
	float: left;
	width: 377;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 51.5px;
}

header nav ul li  {
	padding: 0px;
	display: block;
	float: left;
	margin-left:5px;
}

header nav ul li:first-child {
	margin-left: 0px;
}

header nav ul li.home a {
	display: block;
	height: 31px;
	width: 28px;
	margin-top: 0px;
	background-image: url(../images/page_images/btn_home_LimeGreen.png);
	background-repeat: no-repeat;
}

header nav ul li.home a:hover {
	display: block;
	height: 31px;
	width: 28px;
	margin-top: 0px;
	background-image: url(../images/page_images/btn_home_SeaGreen.png);
	background-repeat: no-repeat;
}

header nav ul li.about a {
	display: block;
	color: #FFF;
	background-color: #666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
}

header nav ul li.about a:hover {
	background-color: #000;
}

header nav ul li.applications a {
	display: block;
	color: #FFF;
	background-color: #666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
}

header nav ul li.applications a:hover {
	background-color: #000;
}

header nav ul li.products a {
	display: block;
	color: #FFF;
	background-color: #666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
}

header nav ul li.products a:hover {
	background-color: #000;
}

header nav ul li.contact a {
	display: block;
	height: 31px;
	width: 37px;
	margin-top: 0px;
	background-image: url(../images/page_images/btn_contact_SteelBlue.png);
	background-repeat: no-repeat;
}

header nav ul li.contact a:hover {
	display: block;
	height: 31px;
	width: 37px;
	margin-top: 0px;
	background-image: url(../images/page_images/btn_contact_SlateBlue.png);
	background-repeat: no-repeat;
}

header nav ul li ul {
	position: absolute;
	z-index: 200;
	margin: 0px;
	padding: 0px;
	display: none;
	overflow: hidden;
	background-image: url(../images/page_images/trans.png);
	background-repeat: repeat;
}

header nav ul li ul li {
	display: block;
	float: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

header nav ul li ul li a {
	background-color: #858585;
}

header nav ul li:hover > ul, #header ul li a:hover > ul{
	display: block;
}

main {
	clear: both;
	text-align: left;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden
}

main article {
	width: 480px;
	float: left;
	border: 1px solid LightGray;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

main article h2  {
	margin-top: 5px;
	margin-left: 5px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1.6em;
	color: LimeGreen;
	font-weight: normal;
}

main article h3  {
	font-family: "nothing";
	font-size: 1.8em;
	text-align: center;
	color: #000;
	text-shadow: 0 2px 10px rgba(0,0,0,0.8);
	margin-bottom: 5px;
}

main article p {
	margin-left: 5px;
}

aside {
	clear: both;
	float: none;
	width: 220px;
	margin-right: auto;
	margin-left: auto;
}

aside #BBB{
	margin-bottom: 10px;
	border: 1px solid #CCC;
}

aside #BBB img{
	margin-top: 5px;
	margin-left: 28px;
}

aside #applist {
	background-color: silver;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 3px;
}

aside #applist h2{
	display: block;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A7A7A7;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

aside #applist ul {
	float: none;
	width: auto;
	margin-right: 10px;
	padding-left: 20px;
}

aside #applist ul li {
	float: none;
	width: auto;
	margin-bottom: 6px;
}

aside #applist ul li a {
	background-color: transparent;
	text-align: left;
	display: block;
	width: auto;
	color: CornflowerBlue;
	background-image: url(../images/page_images/flecha.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 0.9em;
}

aside #applist ul li a:hover {
	background-color: transparent;
	text-align: left;
	display: block;
	width: auto;
	color: #015A78;
	background-image: url(../images/page_images/flecha.png);
	background-repeat: no-repeat;
	background-position: right center;
}

aside .products {
	display: none;
	background-color: silver;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 3px;
}

aside .products h2{
	display: block;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A7A7A7;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

aside .products ul {
	float: none;
	width: auto;
	margin-right: 10px;
	padding-left: 10px;
}

aside .products ul li {
	float: none;
	width: auto;
	margin-bottom: 6px;
}

aside .products ul li a {
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	display: block;
	width: auto;
	color: CornflowerBlue;
	background-image: url(../images/page_images/flecha.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 0.9em;
}

aside .products ul li a:hover {
	background-color: transparent;
	text-align: left;
	display: block;
	width: auto;
	color: #015A78;
	background-image: url(../images/page_images/flecha.png);
	background-repeat: no-repeat;
	background-position: right center;
}

aside #privacy{
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 18px;
	padding-right: 18px;
	display: block;
	margin-right: 10px;
}

aside #privacy p {
	text-align: center;
}

main .content {
	float: left;
	width: 480px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	background-color: white;
}

main #content1 {
	clear: both;
	width: 480px;
	border: 1px solid LightGray;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
		
}

main #content1 div {
	width: 480px;
	margin-right: auto;
	margin-left: 0px;
	font-size: 0.8em;
	overflow: hidden;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

main #content1 div h2  {
	display: block;
	float: left;
	margin-top: 10px;
	margin-right: 5px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 2.4em;
	color: LimeGreen;
	font-weight: normal;
	margin-bottom: 5px;
}

main #content1 div p {
	display: block;
	float: left;
	font-size: 1.2em;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	padding-left: 5px;
}

main #content2 {
	width: 480px;
	float: left;
	border: 1px solid LightGray;
	background-color: CornSilk;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-left: 0px;
	clear: both;
}

main #content2 h2  {
	margin-top: 5px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1.5em;
	color: RoyalBlue;
	font-weight: normal;
	margin-bottom: 5px;
	margin-left: 5px;
}

main #content2 p {
	
}

main #content2 .flagbox {
	float: left;
	display: block;
	width: 305px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 10px;
}

main #content2 .flagbox img{
	float: left;
	margin-right: 5px;
}

#bannerIndex {
	width: 480px;
	height: 220px;
	background-image: url("../images/banners/bdbr_ind_bnnr_480.png");
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerIndex h2 {
	float: right;
	color: Blue;
	margin-top: 35px;
	margin-right: 17px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1.9em;
}

#bannerIndex p {
	float: right;
	color: Blue;
	margin-right: 20px;
	margin-left: 200px;
	text-align: center;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
}

main .content #Index {
	float: left;
	display: block;
	width: 445px;
	margin-left: 24px;
	margin-top: 10px;
	margin-bottom: 0px;
	overflow: hidden;
}

main .content #Index li {
	display: block;
	float: left;
	width: 210px;
	text-align: center;
	color: LimeGreen;
	padding-bottom: 5px;
	border: 1px solid LightGray;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-right: 10px;
	margin-bottom: 10px;
}

main .content #Index li:first-child {
	margin-left: 0px;
}

main .content #Index li img {
	margin-top: 5px;
	margin-bottom: 5px;
}

#bannerQuemSomos {
	width: 480px;
	height: 220px;
	background-image: url(../images/banners/bdbr_quemSomos_480x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerQuemSomos h2 {
	float: right;
	color: Yellow;
	margin-top: 16px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 2.8em;
}

#bannerQuemSomos p {
	float: left;
	color: Yellow;
	margin-right: 15px;
	margin-left: 200px;
	text-align: left;
	margin-top: 5px;
	font: 13pt Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

main #galleryView  {
	float: left;
	width: 480px;
	display: block;
	border: 1px solid LightGray;
	background-color: white;
	margin-bottom: 5px;
}

main #galleryView p {
	margin-left: 10px;
	margin-bottom: 10px;
}

main #galleryView #gallery {
	width: 470px;
	border: 1px solid #CCCCCC;
	text-align: left;
	float: left;
	padding-bottom:10px;
	margin-left: 3px;
	margin-bottom: 10px;
}

main #galleryView #gallery .view  {
	width: 220px;
	border: 1px solid #CCCCCC;
	text-align: left;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

main #galleryView #gallery .view:first-child {
	margin-left: 8px;
}

main #galleryView #gallery .view h3  {
	font-size: 1.2em;
	font-family: "Trebuchet MS", Verdana, Arial;
	text-align: center;
	margin-top: 5px;
	padding-bottom: 5px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}

main #galleryView #gallery .view img  {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#bannerAg {
	width: 480px;
	height: 220px;
	background-image: url(../images/banners/bdbr_ag_480x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerAg h2 {
	float: right;
	color: blue;
	margin-top: 20px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 2.4em;
}

#bannerAg p {
	float: right;
	color: blue;
	margin-right: 25px;
	margin-left: 200px;
	text-align: left;
	margin-top: 5px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
}

#bannerAgAlgas {
	width: 480px;
	height: 220px;
	background-image: url(../images/banners/bdbr_agAlgas_480x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerAgAlgas h2 {
	float: right;
	color: blue;
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 2.8em;
}

#bannerAgAlgas p {
	float: right;
	color: blue;
	margin-right: 25px;
	margin-left: 250px;
	text-align: center;
	margin-top: 0px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}

#bannerAgCria {
	width: 480px;
	height: 220px;
	background-image: url(../images/banners/bdbr_agCria_480x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerAgCria h2 {
	float: right;
	color: blue;
	margin-top: 20px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 2.4em;
}

#bannerAgCria p {
	float: right;
	color: blue;
	margin-right: 25px;
	margin-left: 200px;
	text-align: left;
	margin-top: 5px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
}

#bannerAgPlantas {
	width: 480px;
	height: 220px;
	background-image: url(../images/banners/bdbr_agPlantas_480x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerAgPlantas h2 {
	float: right;
	color: blue;
	margin-top: 17px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 280px;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 2.6em;
}

#bannerAgPlantas p {
	float: right;
	color: blue;
	margin-right: 25px;
	margin-left: 250px;
	text-align: center;
	margin-top: 5px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
}

	#bannerAgVegetação {
	width: 480px;
	height: 220px;
	background-image: url(../images/banners/bdbr_agVeget_480x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerAgVegetação h2 {
	float: right;
	color: blue;
	margin-top: 13px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 2.8em;
}

#bannerAgVegetação p {
	float: right;
	color: blue;
	margin-right: 20px;
	margin-left: 250px;
	text-align: center;
	margin-top: 5px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
}

main .content #AgroTreat {
	float: left;
	display: block;
	width: 440px;
	margin-bottom: 10px;
	margin-left: 25px;
	overflow: hidden;
}

main .content #AgroTreat li {
	display: block;
	float: left;
	width: 210px;
	margin-right: 10px;
}

main .content #AgroTreat li:first-child {
	margin-left: 0px;
}

main .content #AgroTreat li a {
	display: block;
	text-align: center;
	color: LimeGreen;
	width: auto;
	margin-top: 10px;
	padding-bottom: 5px;
	border: 1px solid LightGray;
}

main .content #AgroTreat a:hover {
	background-color: WhiteSmoke;
	border-color: Gray;
}

main .content #AgroTreat li a img {
	margin-top: 10px;
	margin-bottom: 5px;
}

#bannerAR {
	width: 480px;
	height: 220px;
	background-image: url(../images/banners/bdbr_ar_480x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerAR h2 {
	float: right;
	color: blue;
	margin-top: 25px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 2.2em;
}

#bannerAR p {
	float: right;
	color: blue;
	margin-right: 20px;
	margin-left: 150px;
	text-align: left;
	margin-top: 0px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

#bannerARGraxa {
	width: 480px;
	height: 220px;
	background-image: url(../images/banners/bdbr_arGordura_480x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerARGraxa h2 {
	float: right;
	color: blue;
	margin-top: 24px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 2.2em;
}

#bannerARGraxa p {
	float: right;
	color: blue;
	margin-right: 20px;
	margin-left: 150px;
	text-align: left;
	margin-top: 5px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}

.GreaseAnimated {
	padding: 1px;
	float: left;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
}

#bannerARSéptico {
	width: 480px;
	height: 220px;
	background-image: url("../images/banners/bdbr_arSéptico_480x220.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerARSéptico h2 {
	float: right;
	color: blue;
	margin-top: 25px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 2.2em;
}

#bannerARSéptico p {
	float: right;
	color: blue;
	margin-right: 20px;
	margin-left: 150px;
	text-align: left;
	margin-top: 5px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}

#bannerARStar {
	width: 480px;
	height: 220px;
	background-image: url(../images/banners/bdbr_arStar_480x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerARStar h2 {
	float: right;
	color: blue;
	margin-top: 24px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 2.2em;
}

#bannerARStar p {
	float: right;
	color: blue;
	margin-right: 20px;
	margin-left: 270px;
	text-align: center;
	margin-top: 5px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
}

main .content #WasteTreat {
	float: left;
	display: block;
	width: 440px;
	margin-top: 10px;
	margin-left: 25px;
	overflow: hidden;
}

main .content #WasteTreat li {
	display: block;
	float: left;
	width: 210px;
	margin-right: 10px;
}

main .content #WasteTreat li:first-child {
	margin-left: 00px;
}

main .content #WasteTreat li a {
	display: block;
	text-align: center;
	color: LimeGreen;
	width: auto;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border: 1px solid LightGray;
}

main .content #WasteTreat a:hover {
	background-color: WhiteSmoke;
	border-color: Gray;
}

main .content #WasteTreat li a img {
	margin-top: 10px;
	margin-bottom: 5px;
}

#bannerBio {
	width: 480px;
	height: 220px;
	background-image: url(../images/banners/bdbr_bio_480x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerBio h2 {
	float: right;
	color: blue;
	margin-top: 25px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 2.1em;
}

#bannerBio p {
	float: right;
	color: blue;
	margin-right: 20px;
	margin-left: 200px;
	text-align: left;
	margin-top: -5px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
}

#bannerBioAguasub {
	width: 480px;
	height: 220px;
	background-image: url(../images/banners/bdbr_bioAguasub_480x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerBioAguasub h2 {
	float: right;
	color: blue;
	margin-top: 26px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 2.1em;
}

#bannerBioAguasub p {
	float: right;
	color: blue;
	margin-right: 20px;
	margin-left: 100px;
	text-align: left;
	margin-top: 10px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
}

#bannerBioPetroleo {
	width: 480px;
	height: 220px;
	background-image: url(../images/banners/bdbr_bioPetroleo_480x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerBioPetroleo h2 {
	float: right;
	color: blue;
	margin-top: 25px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 2.1em;
}

#bannerBioPetroleo p {
	float: right;
	color: blue;
	margin-right: 20px;
	margin-left: 150px;
	text-align: left;
	margin-top: 10px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
}

#bannerBioLodo {
	width: 480px;
	height: 220px;
	background-image: url(../images/banners/bdbr_bioLodo_480x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerBioLodo h2 {
	float: right;
	color: blue;
	margin-top: 25px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 2.1em;
}

#bannerBioLodo p {
	float: right;
	color: blue;
	margin-right: 20px;
	margin-left: 220px;
	text-align: center;
	margin-top: 10px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}

#bannerBioSolo {
	width: 480px;
	height: 220px;
	background-image: url(../images/banners/bdbr_bioSolo_480x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerBioSolo h2 {
	float: right;
	color: blue;
	margin-top: 25px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 2.1em;
}

#bannerBioSolo p {
	float: right;
	color: blue;
	margin-right: 100px;
	margin-left: 200px;
	text-align: left;
	margin-top: 10px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
}

main .content #BioTreat {
	float: left;
	display: block;
	width: 460px;
	margin-bottom: 10px;
	margin-left: 15px;
	overflow: hidden;
}

main .content #BioTreat li {
	display: block;
	float: left;
	width: 220px;
	margin-right: 10px;
}

main .content #BioTreat li:first-child {
	margin-left: 0px;
}

main .content #BioTreat li a {
	display: block;
	text-align: center;
	color: LimeGreen;
	width: auto;
	margin-top: 10px;
	padding-bottom: 5px;
	border: 1px solid LightGray;
}

main .content #BioTreat a:hover {
	background-color: WhiteSmoke;
	border-color: Gray;
}

main .content #BioTreat li a img {
	margin-top: 10px;
	margin-bottom: 5px;
}

#bannerContact {
	width: 480px;
	height: 220px;
	background-image: url(../images/banners/bdbr_contato_480x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerContact h2 {
	float: right;
	color: yellow;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 3.0em;
}

#bannerContact p {
	float: left;
	color: yellow;
	margin-right: 18px;
	margin-left: 210px;
	text-align: left;
	margin-top: 5px;
	font: 13pt Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

#bannerProd101 {
	width: 480px;
	height: 220px;
	background-image: url(../images/banners/bdbr_101_480x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerProd101 h2 {
	float: right;
	color: blue;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 2.3em;
}

#bannerProd101 p {
	float: left;
	color: blue;
	margin-right: 15px;
	margin-left: 200px;
	text-align: left;
	margin-top: 5px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

main #Product {
	float: left;
	width: 470px;
	border: 1px solid LightGray;
	background-color: white;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
}

main #ProductImage {
	float: left;
	width: 230px;
	margin-left: 5px;
	padding-top: 10px;
	padding-bottom: 5px;	
}

main #ProductBodyText {
	width: 220px;
	float: right;
	margin-left: 5px;
}

main #ProductBodyText h2 {
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 1.5em;
	color: LimeGreen;
}

main #ProductBodyText p {
	display: block;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

#bannerProd201 {
	width: 480px;
	height: 220px;
	background-image: url(../images/banners/bdbr_201_480x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerProd201 h2 {
	float: right;
	color: blue;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 2.3em;
}

#bannerProd201 p {
	float: left;
	color: blue;
	margin-right: 18px;
	margin-left: 200px;
	text-align: left;
	margin-top: 10px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

#bannerProd301 {
	width: 480px;
	height: 220px;
	background-image: url(../images/banners/bdbr_301_480x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerProd301 h2 {
	float: right;
	color: blue;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 2.3em;
}

#bannerProd301 p {
	float: left;
	color: blue;
	margin-right: 15px;
	margin-left: 190px;
	text-align: left;
	margin-top: 5px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

#bannerProd401 {
	width: 480px;
	height: 220px;
	background-image: url(../images/banners/bdbr_401_480x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerProd401 h2 {
	float: right;
	color: blue;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 2.2em;
}

#bannerProd401 p {
	float: left;
	color: blue;
	margin-right: 10px;
	margin-left: 200px;
	text-align: left;
	margin-top: 10px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

#bannerProd501 {
	width: 480px;
	height: 220px;
	background-image: url(../images/banners/bdbr_501_480x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerProd501 h2 {
	float: right;
	color: blue;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 2.0em;
}

#bannerProd501 p {
	float: left;
	color: blue;
	margin-right: 20px;
	margin-left: 200px;
	text-align: left;
	margin-top: 5px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

footer {
	clear: both;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	background-color: silver;
	overflow: hidden;
}

footer div{
	width: 470px;
	font-size: 0.7em;
	background-image: url(../images/page_images/bdbr_footer_world.png);
	background-repeat: no-repeat;
	background-position: right center;
	overflow: hidden;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;

}

footer div p {
	display: block;
	float: left;
	margin-top: 20px;
	margin-right: 4px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #999;
	padding-left: 4px;
	font-size: 0.78em;
}

footer div p:first-child {
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

}

@media only screen and (min-width: 641px) and (max-width: 840px) {

#container {
	text-align: left;
	width: 650px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}

header {
	display: block;
	width: 650px;
	margin-left: 5px;
	margin-right: 5px;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 10px;
}

header h1 {
	list-style-type: none;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

header h1 span {
	visibility: hidden;
}

header nav ul {
	list-style-type: none;
	display: block;
	padding: 0px;
	float: left;
	width: 377px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 136.5px;
}

header nav ul li  {
	padding: 0px;
	display: block;
	float: left;
	margin-left:5px;
}

header nav ul li:first-child {
	margin-left: 0px;
}

header nav ul li.home a {
	display: block;
	height: 31px;
	width: 28px;
	margin-top: 0px;
	background-image: url(../images/page_images/btn_home_LimeGreen.png);
	background-repeat: no-repeat;
}

header nav ul li.home a:hover {
	display: block;
	height: 31px;
	width: 28px;
	margin-top: 0px;
	background-image: url(../images/page_images/btn_home_SeaGreen.png);
	background-repeat: no-repeat;	
}

header nav ul li.about a {
	display: block;
	color: #FFF;
	background-color: #666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
}

header nav ul li.about a:hover {
	background-color: #000;
}

header nav ul li.applications a {
	display: block;
	color: #FFF;
	background-color: #666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
}

header nav ul li.applications a:hover {
	background-color: #000;
}

header nav ul li.products a {
	display: block;
	color: #FFF;
	background-color: #666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
}

header nav ul li.products a:hover {
	background-color: #000;
}

header nav ul li.contact a {
	display: block;
	height: 31px;
	width: 37px;
	margin-top: 0px;
	background-image: url(../images/page_images/btn_contact_SteelBlue.png);
	background-repeat: no-repeat;
}

header nav ul li.contact a:hover {
	display: block;
	height: 31px;
	width: 37px;
	margin-top: 0px;
	background-image: url(../images/page_images/btn_contact_SlateBlue.png);
	background-repeat: no-repeat;
}

header nav ul li ul {
	position: absolute;
	z-index: 200;
	margin: 0px;
	padding: 0px;
	display: none;
	overflow: hidden;
	background-image: url(../images/page_images/trans.png);
	background-repeat: repeat;
}

header nav ul li ul li {
	display: block;
	float: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

header nav ul li ul li a {
	background-color: #858585;
}

header nav ul li:hover > ul, #header ul li a:hover > ul{
	display: block;
}

main {
	clear: both;
	text-align: left;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden
}

main article {
	width: 650px;
	float: left;
	border: 1px solid LightGray;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	clear: both;
}

main article h2  {
	margin-top: 5px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1.7em;
	color: LimeGreen;
	font-weight: normal;
	margin-left: 5px;
}

main article h3  {
	font-family: "nothing";
	font-size: 1.8em;
	text-align: center;
	color: #000;
	text-shadow: 0 2px 10px rgba(0,0,0,0.8);
	margin-bottom: 5px;
}

main article p {
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}

aside {
	clear: both;
	float: none;
	width: 220px;
	margin-left: auto;
	margin-right: auto;
}

aside #BBB{
	margin-bottom: 5px;
	border: 1px solid #CCC;
}

aside #BBB img{
	margin-top: 5px;
	margin-left: 28px;
}

aside #applist {
	background-color: silver;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 3px;
}

aside #applist h2{
	display: block;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A7A7A7;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

aside #applist ul {
	float: none;
	width: auto;
	margin-right: 10px;
	padding-left: 20px;
}

aside #applist ul li {
	float: none;
	width: auto;
	margin-bottom: 6px;
}

aside #applist ul li a {
	background-color: transparent;
	padding: 0px;
	text-align: left;
	display: block;
	width: auto;
	color: CornflowerBlue;
	background-image: url(../images/page_images/flecha.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 0.9em;
}

aside #applist ul li a:hover {
	background-color: transparent;
	padding: 0px;
	text-align: left;
	display: block;
	width: auto;
	color: #015A78;
	background-image: url(../images/page_images/flecha.png);
	background-repeat: no-repeat;
	background-position: right center;
}

aside .products {
	display: none;
	background-color: silver;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 3px;
}

aside .products h2{
	display: block;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A7A7A7;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

aside .products ul {
	float: none;
	width: auto;
	margin-right: 10px;
	padding-left: 20px;
}

aside .products ul li {
	float: none;
	width: auto;
	margin-bottom: 6px;
}

aside .products ul li a {
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	display: block;
	width: auto;
	color: CornflowerBlue;
	background-image: url(../images/page_images/flecha.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 0.9em;
}

aside .products ul li a:hover {
	background-color: transparent;
	text-align: left;
	display: block;
	width: auto;
	color: #015A78;
	background-image: url(../images/page_images/flecha.png);
	background-repeat: no-repeat;
	background-position: right center;
}

aside #privacy{
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 18px;
	padding-right: 18px;
	display: block;
	margin-right: 10px;
}

aside #privacy p {
	text-align: center;
}

main .content {
	float: left;
	width: 650px;
	display: block;
	list-style-type: none;
	margin-bottom: 10px;
	border: 1px solid LightGray;
	background-color: white;
}

main #content1 {
	clear: both;
	width: 650px;
	border: 1px solid LightGray;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

main #content1 div {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.8em;
	overflow: hidden;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

main #content1 div h2  {
	display: block;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 3.0em;
	color: LimeGreen;
	font-weight: normal;
	margin-bottom: 5px;
}

main #content1 div p {
	display: block;
	float: left;
	font-size: 1.4em;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	padding-left: 10px;
}

main #content2 {
	width: 650px;
	float: left;
	border: 1px solid LightGray;
	background-color: CornSilk;
	margin-left: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	padding-left: 0px;
	clear: both;
}

main #content2 h2  {
	margin-top: 5px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1.5em;
	color: RoyalBlue;
	font-weight: normal;
	margin-bottom: 5px;
	margin-left: 5px;
}

main #content2 p {
	
}

main #content2 .flagbox {
	float: left;
	display: block;
	width: 305px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 10px;
}

main #content2 .flagbox img{
	float: left;
	margin-right: 5px;
}

#bannerIndex {
	width: 650px;
	height: 220px;
	background-image: url("../images/banners/bdbr_ind_bnnr_650.png");
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerIndex h2 {
	float: right;
	color: Blue;
	margin-top: 40px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 2.6em;
	text-align: right;
}

#bannerIndex p {
	float: right;
	color: Blue;
	margin-right: 25px;
	margin-left: 200px;
	text-align: right;
	margin-top: px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
}

main .content #Index {
	float: left;
	display: block;
	width: 445px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 110px;
	overflow: hidden;
}

main .content #Index li {
	display: block;
	float: left;
	width: 210px;
	text-align: center;
	color: green;
	padding-bottom: 5px;
	border: 1px solid LightGray;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-right: 10px;
	margin-bottom: 10px;
	
}

main .content #Index li:first-child {
	margin-left: 0px;
}

main .content #Index li img {
	margin-top: 5px;
	margin-bottom: 5px;
}

#bannerQuemSomos {
	width: 650px;
	height: 220px;
	text-align: right;
	background-image: url(../images/banners/bdbr_quemSomos_650x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerQuemSomos h2 {
	float: right;
	color: Yellow;
	margin-top: 12px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 3.8em;
}

#bannerQuemSomos p {
	float: left;
	color: Yellow;
	margin-right: 10px;
	margin-left: 240px;
	text-align: left;
	margin-top: 8px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

main #galleryView  {
	float: left;
	width: 650px;
	display: block;
	border: 1px solid LightGray;
	background-color: white;
	margin-bottom: 5px;
}

main #galleryView p {
	margin-left: 10px;
	margin-bottom: 10px;
}

main #galleryView #gallery {
	width: 475px;
	border: 1px solid #CCCCCC;
	text-align: left;
	float: left;
	margin-left: 87.5px;
	margin-bottom: 10px;
}

main #galleryView #gallery .view  {
	width: 220px;
	border: 1px solid #CCCCCC;
	text-align: left;
	padding-top: 5px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

main #galleryView #gallery .view:first-child {
	margin-left: 10px;
}

main #galleryView #gallery .view h3  {
	font-size: 1.2em;
	font-family: "Trebuchet MS", Verdana, Arial;
	text-align: center;
	margin-top: 5px;
	padding-bottom: 5px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}

main #galleryView #gallery .view img  {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#bannerAg {
	width: 650px;
	height: 220px;
	background-image: url(../images/banners/bdbr_ag_650x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerAg h2 {
	float: right;
	color: blue;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 3.2em;
}

#bannerAg p {
	float: right;
	color: blue;
	margin-right: 30px;
	margin-left: 200px;
	text-align: left;
	margin-top: 5px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.0em;
}

#bannerAgAlgas {
	width: 650px;
	height: 220px;
	background-image: url(../images/banners/bdbr_agAlgas_650x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerAgAlgas h2 {
	float: right;
	color: blue;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 3.2em;
}

#bannerAgAlgas p {
	float: right;
	color: blue;
	margin-right: 30px;
	margin-left: 200px;
	text-align: left;
	margin-top: 5px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.0em;
}

#bannerAgCria {
	width: 650px;
	height: 220px;
	background-image: url(../images/banners/bdbr_agCria_650x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerAgCria h2 {
	float: right;
	color: blue;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 3.2em;
}

#bannerAgCria p {
	float: right;
	color: blue;
	margin-right: 30px;
	margin-left: 200px;
	text-align: left;
	margin-top: 5px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.0em;
}

#bannerAgPlantas {
	width: 650px;
	height: 220px;
	background-image: url(../images/banners/bdbr_agPlantas_650x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerAgPlantas h2 {
	float: right;
	color: blue;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 400px;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 3.3em;
}

#bannerAgPlantas p {
	float: right;
	color: blue;
	margin-right: 25px;
	margin-left:200px;
	text-align: left;
	margin-top: 5px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
}

	#bannerAgVegetação {
	width: 650px;
	height: 220px;
	background-image: url(../images/banners/bdbr_agVeget_650x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerAgVegetação h2 {
	float: right;
	color: blue;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 3.2em;
}

#bannerAgVegetação p {
	float: right;
	color: blue;
	margin-right: 30px;
	margin-left: 280px;
	text-align: center;
	margin-top: 5px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.9em;
}

main .content #AgroTreat {
	display: block;
	overflow: hidden;
	width: 645px;
	margin-left: 4px;
	margin-bottom: 10px;
	background-color: white;
}

main .content #AgroTreat li {
	display: block;
	float: left;
	width: 210px;
	margin-right: 5px;
}

main .content #AgroTreat li:first-child {
	margin-left: 0px;
}

main .content #AgroTreat li a {
	display: block;
	text-align: center;
	color: LimeGreen;
	width: auto;
	margin-top: 10px;
	border: 1px solid LightGray;
}

main .content #AgroTreat a:hover {
	background-color: WhiteSmoke;
	border-color: Gray;
}

main .content #AgroTreat li a img {
	margin-top: 10px;
	margin-bottom: 5px;
}

#bannerAR {
	width: 650px;
	height: 220px;
	background-image: url(../images/banners/bdbr_ar_650x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerAR h2 {
	float: right;
	color: blue;
	margin-top: 24px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 3.1em;
}

#bannerAR p {
	float: right;
	color: blue;
	margin-right: 30px;
	margin-left: 400px;
	text-align: left;
	margin-top: 0px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.0em;
}

#bannerARGraxa {
	width: 650px;
	height: 220px;
	background-image: url(../images/banners/bdbr_arGordura_650x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerARGraxa h2 {
	float: right;
	color: blue;
	margin-top: 22px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 3.1em;
}

#bannerARGraxa p {
	float: right;
	color: blue;
	margin-right: 30px;
	margin-left: 300px;
	text-align: center;
	margin-top: 5px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.4em;
}

.GreaseAnimated {
	padding: 1px;
	float: left;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
}

#bannerARSéptico {
	width: 650px;
	height: 220px;
	background-image: url("../images/banners/bdbr_arSéptico_650x220.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerARSéptico h2 {
	float: right;
	color: blue;
	margin-top: 22px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 3.1em;
}

#bannerARSéptico p {
	float: right;
	color: blue;
	margin-right: 20px;
	margin-left: 200px;
	text-align: center;
	margin-top: 5px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.0em;
}

#bannerARStar {
	width: 650px;
	height: 220px;
	background-image: url(../images/banners/bdbr_arStar_650x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerARStar h2 {
	float: right;
	color: blue;
	margin-top: 25px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 3.1em;
}

#bannerARStar p {
	float: right;
	color: blue;
	margin-right: 30px;
	margin-left: 300px;
	text-align: center;
	margin-top: 0px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.0em;
}

main .content #WasteTreat {
	display: block;
	width: 645px;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	background-color: white;
}

main .content #WasteTreat li {
	display: block;
	float: left;
	width: 210px;
	margin-right: 5px;
}

main .content #WasteTreat li:first-child {
	margin-left: 0px;
}

main .content #WasteTreat li a {
	display: block;
	text-align: center;
	color: LimeGreen;
	width: auto;
	padding-bottom: 5px;
	border: 1px solid LightGray;
}

main .content #WasteTreat a:hover {
	background-color: WhiteSmoke;
	border-color: Gray;
}

main .content #WasteTreat li a img {
	margin-top: 10px;
	margin-bottom: 5px;
}

#bannerBio {
	width: 650px;
	height: 220px;
	background-image: url(../images/banners/bdbr_bio_650x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerBio h2 {
	float: right;
	color: blue;
	margin-top: 25px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 3.0em;
}

#bannerBio p {
	float: right;
	color: blue;
	margin-right: 20px;
	margin-left: 260px;
	text-align: left;
	margin-top: -15px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.8em;
}

#bannerBioAguasub {
	width: 650px;
	height: 220px;
	background-image: url(../images/banners/bdbr_bioAguasub_650x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerBioAguasub h2 {
	float: right;
	color: blue;
	margin-top: 26px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 100px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 3.0em;
}

#bannerBioAguasub p {
	float: right;
	color: blue;
	margin-right: 20px;
	margin-left: 200px;
	text-align: left;
	margin-top: 10px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.1em;
}

#bannerBioPetroleo {
	width: 650px;
	height: 220px;
	background-image: url(../images/banners/bdbr_bioPetroleo_650x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerBioPetroleo h2 {
	float: right;
	color: blue;
	margin-top: 25px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 250px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 3.0em;
}

#bannerBioPetroleo p {
	float: right;
	color: blue;
	margin-right: 20px;
	margin-left: 220px;
	text-align: left;
	margin-top: 5px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.4em;
}

#bannerBioLodo {
	width: 650px;
	height: 220px;
	background-image: url(../images/banners/bdbr_bioLodo_650x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerBioLodo h2 {
	float: right;
	color: blue;
	margin-top: 25px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 3.0em;
}

#bannerBioLodo p {
	float: right;
	color: blue;
	margin-right: 20px;
	margin-left: 290px;
	text-align: center;
	margin-top: 10px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.2em;
}

#bannerBioSolo {
	width: 650px;
	height: 220px;
	background-image: url(../images/banners/bdbr_bioSolo_650x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerBioSolo h2 {
	float: right;
	color: blue;
	margin-top: 25px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 3.0em;
}

#bannerBioSolo p {
	float: right;
	color: blue;
	margin-right: 120px;
	margin-left: 200px;
	text-align: left;
	margin-top: 5px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.8em;
}

main .content #BioTreat {
	display: block;
	width: 465px;
	margin-left: 100px;
	margin-bottom: 10px;
	overflow: hidden;
	background-color: white;
}

main .content #BioTreat li {
	display: block;
	float: left;
	width: 220px;
	margin-right: 10px;
}

main .content #BioTreat li:first-child {
	margin-left: 0px;
}

main .content #BioTreat li a {
	display: block;
	text-align: center;
	color: LimeGreen;
	width: auto;
	margin-top: 10px;
	padding-bottom: 5px;
	border: 1px solid LightGray;
}

main .content #BioTreat a:hover {
	background-color: WhiteSmoke;
	border-color: Gray;
}

main .content #BioTreat li a img {
	margin-top: 10px;
	margin-bottom: 5px;
}

#bannerContact {
	width: 650px;
	height: 220px;
	text-align: right;
	background-image: url(../images/banners/bdbr_contato_650x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
	
#bannerContact h2 {
	float: right;
	color: yellow;
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 3.0em;
}

#bannerContact p {
	float: left;
	color: yellow;
	margin-right: 15px;
	margin-left: 320px;
	text-align: left;
	margin-top: 3px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

#bannerProd101 {
	width: 650px;
	height: 220px;
	background-image: url(../images/banners/bdbr_101_650x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerProd101 h2 {
	float: right;
	color: blue;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 2.5em;
}

#bannerProd101 p {
	float: left;
	color: blue;
	margin-right: 20px;
	margin-left: 300px;
	text-align: left;
	margin-top: 5px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

main #Product {
	float: left;
	width: 640px;
	border: 1px solid LightGray;
	background-color: white;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
}

main #ProductImage {
	float: left;
	width: 230px;
	padding-top: 10px;
	padding-bottom: 10px;	
}

main #ProductBodyText {
	width: 405px;
	float: right;
	margin-left: 0px;
}

main #ProductBodyText h2 {
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 1.5em;
	color: LimeGreen;
	font-weight: normal;	
}

main #ProductBodyText p {
	display: block;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: normal;	
}

#bannerProd201 {
	width: 650px;
	height: 220px;
	background-image: url(../images/banners/bdbr_201_650x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerProd201 h2 {
	float: right;
	color: blue;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 2.4em;
}

#bannerProd201 p {
	float: left;
	color: blue;
	margin-right: 15px;
	margin-left: 320px;
	text-align: left;
	margin-top: 5px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.05em;
}

#bannerProd301 {
	width: 650px;
	height: 220px;
	background-image: url(../images/banners/bdbr_301_650x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerProd301 h2 {
	float: right;
	color: blue;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 2.4em;
}

#bannerProd301 p {
	float: left;
	color: blue;
	margin-right: 20px;
	margin-left: 300px;
	text-align: left;
	margin-top: 5px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

#bannerProd401 {
	width: 650px;
	height: 220px;
	background-image: url(../images/banners/bdbr_401_650x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerProd401 h2 {
	float: right;
	color: blue;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 2.4em;
}

#bannerProd401 p {
	float: left;
	color: blue;
	margin-right: 20px;
	margin-left: 300px;
	text-align: left;
	margin-top: 5px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

#bannerProd501 {
	width: 650px;
	height: 220px;
	background-image: url(../images/banners/bdbr_501_650x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerProd501 h2 {
	float: right;
	color: blue;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 2.2em;
}

#bannerProd501 p {
	float: left;
	color: blue;
	margin-right: 15px;
	margin-left: 270px;
	text-align: left;
	margin-top: 5px;
	font: 13pt Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
}

footer {
	clear: both;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	background-color: silver;
	overflow: hidden;
}

footer div{
	width: 630px;
	margin-right: auto;
	margin-left: 0px;
	font-size: 0.8em;
	background-image: url(../images/page_images/bdbr_footer_world.png);
	background-repeat: no-repeat;
	background-position: right center;
	overflow: hidden;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;

}

footer div p {
	display: block;
	float: left;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	padding-left: 5px;
	font-size: 0.95em;
}

footer div p:first-child {
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	
}

@media only screen and (min-width: 841px) and (max-width: 1024px) {

#container {
	text-align: left;
	width: 1023px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}

header {
	display: block;
	width: 1023px;
	margin-left: 5px;
	margin-right: 5px;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 10px;
}

header h1 {
	list-style-type: none;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

header h1 span {
	visibility: hidden;
}

header nav ul {
	list-style-type: none;
	display: block;
	padding: 0px;
	float: left;
	width: 377px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 323px;
}

header nav ul li  {
	padding: 0px;
	display: block;
	float: left;
	margin-left:5px;
}

header nav ul li:first-child {
	margin-left: 0px;
}

header nav ul li.home a {
	display: block;
	height: 31px;
	width: 28px;
	margin-top: 0px;
	background-image: url(../images/page_images/btn_home_LimeGreen.png);
	background-repeat: no-repeat;	
}

header nav ul li.home a:hover {
	display: block;
	height: 31px;
	width: 28px;
	margin-top: 0px;
	background-image: url(../images/page_images/btn_home_SeaGreen.png);
	background-repeat: no-repeat;
}

header nav ul li.about a {
	display: block;
	color: #FFF;
	background-color: #666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
}

header nav ul li.about a:hover {
	background-color: #000;
}

header nav ul li.applications a {
	display: block;
	color: #FFF;
	background-color: #666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
}

header nav ul li.applications a:hover {
	background-color: #000;
}

header nav ul li.products a {
	display: block;
	color: #FFF;
	background-color: #666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
}

header nav ul li.products a:hover {
	background-color: #000;
}

header nav ul li.contact a {
	display: block;
	height: 31px;
	width: 37px;
	margin-top: 0px;
	background-image: url(../images/page_images/btn_contact_SteelBlue.png);
	background-repeat: no-repeat;
}

header nav ul li.contact a:hover {
	display: block;
	height: 31px;
	width: 37px;
	margin-top: 0px;
	background-image: url(../images/page_images/btn_contact_SlateBlue.png);
	background-repeat: no-repeat;
}

header nav ul li ul {
	position: absolute;
	z-index: 200;
	margin: 0px;
	padding: 0px;
	display: none;
	overflow: hidden;
	background-image: url(../images/page_images/trans.png);
	background-repeat: repeat;
}

header nav ul li ul li {
	display: block;
	float: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

header nav ul li ul li a {
	background-color: #858585;
}

header nav ul li:hover > ul, #header ul li a:hover > ul{
	display: block;
}

main {
	clear: both;
	text-align: left;
	width: 1023px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden
}

main article {
	float: left;
	width: 977px;
	border: 1px solid LightGray;
	background-color: white;
	margin-left: 23px;
	margin-bottom: 5px;
	clear: both;
}

main article h2  {
	margin-top: 5px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1.7em;
	color: LimeGreen;
	font-weight: normal;
	margin-left: 5px;
}

main article h3  {
	font-family: "nothing";
	font-size: 1.8em;
	color: #000;
	text-shadow: 0 2px 10px rgba(0,0,0,0.8);
	text-align: center;
	margin-bottom: 5px;
}

main article p {
	margin-top: 5px;
	margin-left:5px;
	margin-bottom: 5px;
}

aside {
	float: right;
	width: 220px;
	margin-right: 23px;
}

aside #BBB{
	width: 220px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
}
aside #BBB img{
	margin-left: 40px;
	margin-top: 10px;
}

aside #applist {
	background-color: silver;
	margin-bottom: 10px;
	padding-bottom: 3px;
}

aside #applist h2{
	display: block;
	padding-top: 5px;
	border-bottom: 1px solid #A7A7A7;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
}

aside #applist ul {
	float: none;
	width: auto;
	margin-right: 10px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
}

aside #applist ul li {
	float: none;
	width: auto;
	margin-bottom: 6px;
}

aside #applist ul li a {
	background-color: transparent;
	padding: 0px;
	text-align: left;
	display: block;
	width: auto;
	color: CornflowerBlue;
	background-image: url(../images/page_images/flecha.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 0.9em;
}

aside #applist ul li a:hover {
	background-color: transparent;
	text-align: left;
	display: block;
	width: auto;
	color: #015A78;
	background-image: url(../images/page_images/flecha.png);
	background-repeat: no-repeat;
	background-position: right center;
}

aside .products {
	background-color: silver;
	margin-bottom: 10px;
	padding-bottom: 3px;
}

aside .products h2{
	display: block;
	padding-top: 5px;
	border-bottom: 1px solid #A7A7A7;
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

aside .products ul {
	float: none;
	width: auto;
	margin-right: 10px;
	padding-left: 20px;
}

aside .products ul li {
	float: none;
	width: auto;
	margin-bottom: 6px;
}

aside .products ul li a {
	background-color: transparent;
	text-align: left;
	display: block;
	width: auto;
	color: CornflowerBlue;
	background-image: url(../images/page_images/flecha.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 0.9em;
}

aside .products ul li a:hover {
	background-color: transparent;
	text-align: left;
	display: block;
	width: auto;
	color: #015A78;
	background-image: url(../images/page_images/flecha.png);
	background-repeat: no-repeat;
	background-position: right center;
}

aside #privacy{
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid LightGray;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 18px;
	padding-right: 18px;
	display: block;
	margin-right: 10px;
}

aside #privacy p {
	text-align: center;
}

main .content {
	float: left;
	width: 747px;
	border: 1px solid LightGray;
	background-color: white;
	display: block;
	list-style-type: none;
	margin-left: 23px;
	margin-bottom: 10px;
}

main #content1 {
	clear: both;
	width: 1023px;
	border: 1px solid LightGray;
	background-color: white;
	margin-left: 0px;
	margin-right: auto;
	margin-bottom: 10px;
}

main #content1 div {
	width: 1003px;
	margin-right: auto;
	margin-left: 0px;
	font-size: 0.75em;
	background-image: url(../images/page_images/bdbr_port_viavel.png);
	background-repeat: no-repeat;
	background-position: right center;
	overflow: hidden;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

main #content1 div h2  {
	display: block;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 2.5em;
	color: LimeGreen;
	font-weight: normal;
	margin-bottom: 5px;
}

main #content1 div p {
	display: block;
	float: left;
	font-size: 1.0em;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	padding-left: 10px;
}

main #content2 {
	width: 1023px;
	float: left;
	border: 1px solid LightGray;
	background-color: CornSilk;
	margin-left: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	padding-left: 0px;
	clear: both;
}

main #content2 h2  {
	margin-top: 5px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1.5em;
	color: RoyalBlue;
	font-weight: normal;
	margin-bottom: 5px;
	margin-left: 5px;
}

main #content2 p {
	
}

main #content2 .flagbox {
	float: left;
	display: block;
	width: 305px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 10px;
}

main #content2 .flagbox img{
	float: left;
	margin-right: 5px;
}

#bannerIndex {
	width: 1023px;
	height: 220px;
	text-align: right;
	background-image: url("../images/banners/bdbr_ind_bnnr_1023.png");
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerIndex h2 {
	float: right;
	color: Blue;
	margin-top: 35px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 4.0em;
	text-align: left;
}

#bannerIndex p {
	float: right;
	color: Blue;
	margin-right: 25px;
	margin-left: 450px;
	text-align: right;
	margin-top: -10px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.7em;
}

main .content #Index {
	display: block;
	overflow: hidden;
	width: 666px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 45px;
	padding-left: 0px;
	background-color: white;
}

main .content #Index li {
	display: block;
	float: left;
	width: 210px;
	text-align: center;
	color: LimeGreen;
	padding-bottom: 5px;
	border: 1px solid LightGray;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-right: 10px;
}

main .content #Index li:first-child {
	margin-left: 0px;
}

main .content #Index li img {
	margin-top: 5px;
	margin-bottom: 5px;
}

#bannerQuemSomos {
	width: 1023px;
	height: 220px;
	text-align: right;
	background-image: url(../images/banners/bdbr_quemSomos_1023x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerQuemSomos h2 {
	float: right;
	color: Yellow;
	margin-top: 3px;
	margin-right: 40px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 5.5em;
}

#bannerQuemSomos p {
	float: left;
	color: Yellow;
	margin-right: 20px;
	margin-left: 350px;
	text-align: left;
	margin-top: 45px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

main #galleryView  {
	float: left;
	width: 745px;
	display: block;
	border: 1px solid LightGray;
	background-color: white;
	list-style-type: none;
	margin-left: 25px;
	margin-bottom: 5px;
}

main #galleryView p {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

main #galleryView #gallery {
	width: 705px;
	border: 1px solid LightGray;
	text-align: left;
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
}

main #galleryView #gallery .view  {
	width: 220px;
	border: 1px solid LightGray;
	text-align: left;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

main #galleryView #gallery .view:first-child {
	margin-left: 10px;
}

main #galleryView #gallery .view h3  {
	font-size: 1.2em;
	font-family: "Trebuchet MS", Verdana, Arial;
	text-align: center;
	margin-top: 5px;
	padding-bottom: 5px;
	color: Gray;
	border-bottom: 1px solid LightGray;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	font-weight: normal;
}

main #galleryView #gallery .view img  {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#bannerAg {
	width: 1023px;
	height: 220px;
	text-align: right;
	background-image: url(../images/banners/bdbr_ag_1023x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerAg h2 {
	float: right;
	color: blue;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 4.8em;
}

#bannerAg p {
	float: left;
	color: blue;
	margin-right: 15px;
	margin-left: 400px;
	text-align: left;
	margin-top: 5px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

#bannerAgAlgas {
	width: 1023px;
	height: 220px;
	text-align: right;
	background-image: url(../images/banners/bdbr_agAlgas_1023x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerAgAlgas h2 {
	float: right;
	color: blue;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 4.8em;
}

#bannerAgAlgas p {
	float: right;
	color: blue;
	margin-right: 30px;
	margin-left: 400px;
	text-align: left;
	margin-top: -5px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3.0em;
}

#bannerAgCria {
	width: 1023px;
	height: 220px;
	text-align: right;
	background-image: url(../images/banners/bdbr_agCria_1023x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerAgCria h2 {
	float: right;
	color: blue;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 4.8em;
}

#bannerAgCria p {
	float: right;
	color: blue;
	margin-right: 30px;
	margin-left: 400px;
	text-align: left;
	margin-top: -5px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3.0em;
}

#bannerAgPlantas {
	width: 1023px;
	height: 220px;
	text-align: right;
	background-image: url(../images/banners/bdbr_agPlantas_1023x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerAgPlantas h2 {
	float: right;
	color: blue;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 4.8em;
}

#bannerAgPlantas p {
	float: right;
	color: blue;
	margin-right: 30px;
	margin-left: 200px;
	text-align: left;
	margin-top: 0px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.4em;
}

	#bannerAgVegetação {
	width: 1023px;
	height: 220px;
	text-align: right;
	background-image: url(../images/banners/bdbr_agVeget_1023x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerAgVegetação h2 {
	float: right;
	color: blue;
	margin-top: 12px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 4.8em;
}

#bannerAgVegetação p {
	float: right;
	color: blue;
	margin-right: 30px;
	margin-left: 550px;
	text-align: center;
	margin-top: 5px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.4em;
}

main .content #AgroTreat {
	display: block;
	overflow: hidden;
	width: 660px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 45px;
	padding-left: 0px;
	background-color: white;
}

main .content #AgroTreat li {
	display: block;
	float: left;
	width: 210px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

main .content #AgroTreat li:first-child {
	margin-left: 0px;
}

main .content #AgroTreat li a {
	display: block;
	text-align: center;
	color: LimeGreen;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
	border: 1px solid LightGray;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

main .content #AgroTreat a:hover {
	background-color: WhiteSmoke;
	border-color: Gray;
}

main .content #AgroTreat li a img {
	margin-top: 5px;
	margin-bottom: 5px;
}

#bannerAR {
	width: 1023px;
	height: 220px;
	text-align: right;
	background-image: url(../images/banners/bdbr_ar_1023x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerAR h2 {
	float: right;
	color: blue;
	margin-top: 18px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 4.5em;
}

#bannerAR p {
	float: right;
	color: blue;
	margin-right: 30px;
	margin-left: 200px;
	text-align: left;
	margin-top: -5px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3.0em;
}

#bannerARGraxa {
	width: 1023px;
	height: 220px;
	text-align: right;
	background-image: url(../images/banners/bdbr_arGordura_1023x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerARGraxa h2 {
	float: right;
	color: blue;
	margin-top: 18px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 4.5em;
}

#bannerARGraxa p {
	float: right;
	color: blue;
	margin-right: 30px;
	margin-left: 200px;
	text-align: left;
	margin-top: 0px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3.0em;
}

.GreaseAnimated {
	padding: 1px;
	float: left;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
}

#bannerARSéptico {
	width: 1023px;
	height: 220px;
	text-align: right;
	background-image: url("../images/banners/bdbr_arSéptico_1023x220.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerARSéptico h2 {
	float: right;
	color: blue;
	margin-top: 18px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 4.5em;
}

#bannerARSéptico p {
	float: right;
	color: blue;
	margin-right: 30px;
	margin-left: 200px;
	text-align: left;
	margin-top: 0px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3.0em;
}

#bannerARStar {
	width: 1023px;
	height: 220px;
	text-align: right;
	background-image: url(../images/banners/bdbr_arStar_1023x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerARStar h2 {
	float: right;
	color: blue;
	margin-top: 18px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 4.5em;
}

#bannerARStar p {
	float: right;
	color: blue;
	margin-right: 30px;
	margin-left: 200px;
	text-align: left;
	margin-top: 0px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.6em;
}

main .content #WasteTreat {
	display: block;
	overflow: hidden;
	width: 660px;
	margin-bottom: 26px;
	margin-top: 26px;
	margin-left: 50px;
	background-color: white;
}

main .content #WasteTreat li {
	display: block;
	float: left;
	width: 210px;
	margin-right: 10px;
}

main .content #WasteTreat li:first-child {
	margin-left: 0px;
}

main .content #WasteTreat li a {
	display: block;
	text-align: center;
	color: LimeGreen;
	width: auto;
	border: 1px solid LightGray;
}

main .content #WasteTreat a:hover {
	background-color: WhiteSmoke;
	border-color: Gray;
}

main .content #WasteTreat li a img {
	margin-top: 10px;
	margin-bottom: 5px;
}

#bannerBio {
	width: 1023px;
	height: 220px;
	text-align: right;
	background-image: url(../images/banners/bdbr_bio_1023x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerBio h2 {
	float: right;
	color: blue;
	margin-top: 12px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 4.8em;
}

#bannerBio p {
	float: right;
	color: blue;
	margin-right: 20px;
	margin-left: 400px;
	text-align: left;
	margin-top: -15px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3.4em;
}

#bannerBioAguasub {
	width: 1023px;
	height: 220px;
	background-image: url(../images/banners/bdbr_bioAguasub_1023x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerBioAguasub h2 {
	float: right;
	color: blue;
	margin-top: 12px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 4.8em;
}

#bannerBioAguasub p {
	float: right;
	color: blue;
	margin-right: 30px;
	margin-left: 200px;
	text-align: left;
	margin-top: 10px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3.4em;
}

#bannerBioPetroleo {
	width: 1023px;
	height: 220px;
	background-image: url(../images/banners/bdbr_bioPetroleo_1023x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerBioPetroleo h2 {
	float: right;
	color: blue;
	margin-top: 13px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 4.8em;
}

#bannerBioPetroleo p {
	float: right;
	color: blue;
	margin-right: 30px;
	margin-left: 400px;
	text-align: left;
	margin-top: 0px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3.4em;
}

#bannerBioLodo {
	width: 1023px;
	height: 220px;
	background-image: url(../images/banners/bdbr_bioLodo_1023x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerBioLodo h2 {
	float: right;
	color: blue;
	margin-top: 12px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 4.8em;
}

#bannerBioLodo p {
	float: right;
	color: blue;
	margin-right: 30px;
	margin-left: 200px;
	text-align: left;
	margin-top: 10px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.8em;
}

#bannerBioSolo {
	width: 1023px;
	height: 220px;
	background-image: url(../images/banners/bdbr_bioSolo_1023x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerBioSolo h2 {
	float: right;
	color: blue;
	margin-top: 14px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 4.7em;
}

#bannerBioSolo p {
	float: right;
	color: blue;
	margin-right: 180px;
	margin-left: 400px;
	text-align: left;
	margin-top: 0px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3.4em;
}

main .content #BioTreat {
	display: block;
	overflow: hidden;
	width: 690px;
	margin-top: 10px;
	margin-left: 30px;
	background-color: white;
}

main .content #BioTreat li {
	display: block;
	float: left;
	width: 220px;
	margin-right: 10px;
	margin-bottom: 10px;
}

main .content #BioTreat li:first-child {
	margin-left: 0px;
}

main .content #BioTreat li a {
	display: block;
	text-align: center;
	color: LimeGreen;
	width: auto;
	padding-bottom: 5px;
	border: 1px solid LightGray;
}

main .content #BioTreat a:hover {
	background-color: WhiteSmoke;
	border-color: Gray;
}

main .content #BioTreat li a img {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#bannerContact {
	width: 1023px;
	height: 220px;
	text-align: right;
	background-image: url(../images/banners/bdbr_contato_1023x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerContact h2 {
	float: right;
	color: yellow;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 3.3em;
}

#bannerContact p {
	float: left;
	color: yellow;
	margin-right: 25px;
	margin-left: 620px;
	text-align: left;
	margin-top: 0px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}

#bannerProd101 {
	width: 1023px;
	height: 220px;
	text-align: right;
	background-image: url(../images/banners/bdbr_101_1023x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerProd101 h2 {
	float: right;
	color: blue;
	margin-top: 15px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 2.7em;
}

#bannerProd101 p {
	float: left;
	color: blue;
	margin-right: 10px;
	margin-left: 550px;
	text-align: left;
	margin-top: 10px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

main #Product {
	float: left;
	width: 740px;
	border: 1px solid LightGray;
	background-color: white;
	margin-left: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
}

main #ProductImage {
	float: left;
	width: 230px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

main #ProductBodyText {
	width: 485px;
	float: right;
	margin-right: 5px;
}

main #ProductBodyText h2 {
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 1.5em;
	color: LimeGreen;
	font-weight: normal;	
}

main #ProductBodyText p {
	display: block;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: normal;	
}

#bannerProd201 {
	width: 1023px;
	height: 220px;
	text-align: right;
	background-image: url(../images/banners/bdbr_201_1023x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerProd201 h2 {
	float: right;
	color: blue;
	margin-top: 15px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 2.7em;
}

#bannerProd201 p {
	float: left;
	color: blue;
	margin-right: 20px;
	margin-left: 520px;
	text-align: left;
	margin-top: 5px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

#bannerProd301 {
	width: 1023px;
	height: 220px;
	text-align: right;
	background-image: url(../images/banners/bdbr_301_1023x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerProd301 h2 {
	float: right;
	color: blue;
	margin-top: 15px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 2.7em;
}

#bannerProd301 p {
	float: left;
	color: blue;
	margin-right: 20px;
	margin-left: 500px;
	text-align: left;
	margin-top: 10px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

#bannerProd401 {
	width: 1023px;
	height: 220px;
	text-align: right;
	background-image: url(../images/banners/bdbr_401_1023x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerProd401 h2 {
	float: right;color: blue;
	margin-top: 15px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 2.7em;
}

#bannerProd401 p {
	float: left;
	color: blue;
	margin-right: 20px;
	margin-left: 500px;
	text-align: left;
	margin-top: 10px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

#bannerProd501 {
	width: 1023px;
	height: 220px;
	text-align: right;
	background-image: url(../images/banners/bdbr_501_1023x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerProd501 h2 {
	float: right;
	color: blue;
	margin-top: 15px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 2.7em;
}

#bannerProd501 p {
	float: left;
	color: blue;
	margin-right: 20px;
	margin-left: 420px;
	text-align: left;
	margin-top: 10px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

footer {
	clear: both;
	width: 1023px;
	background-color: silver;
	overflow: hidden;
}

footer div{
	clear: both;
	width: 1003px;
	background-image: url(../images/page_images/bdbr_footer_logo.png);
	background-repeat: no-repeat;
	background-position: right;
	overflow: hidden;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

footer div p {
	display: block;
	float: left;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	padding-left: 10px;
	font-size: 1.0em;
}

}

@media only screen and (min-width: 1025px) and (max-width: 1328px) {

#container {
	text-align: left;
	width: 1300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}

header {
	display: block;
	width: 1300px;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 10px;
}

header nav ul {
	list-style-type: none;
	display: block;
	padding: 0px;
	float: left;
	width: 377px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 461.5px;
}

header nav ul li  {
	padding: 0px;
	display: block;
	float: left;
	margin-left: 5px;
}

header nav ul li:first-child {
	margin-left: 0px;
}

header nav ul li.home a {
	display: block;
	height: 31px;
	width: 28px;
	margin-top: 0px;
	background-image: url(../images/page_images/btn_home_LimeGreen.png);
	background-repeat: no-repeat;
}

header nav ul li.home a:hover {
	display: block;
	height: 31px;
	width: 28px;
	margin-top: 0px;
	background-image: url(../images/page_images/btn_home_SeaGreen.png);
	background-repeat: no-repeat;
}

header nav ul li.about a {
	display: block;
	color: #FFF;
	background-color: #666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
}

header nav ul li.about a:hover {
	background-color: #000;
}

header nav ul li.applications a {
	display: block;
	color: #FFF;
	background-color: #666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
}

header nav ul li.applications a:hover {
	background-color: #000;
}

header nav ul li.products a {
	display: block;
	color: #FFF;
	background-color: #666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
}

header nav ul li.products a:hover {
	background-color: #000;
}

header nav ul li.contact a {
	display: block;
	height: 31px;
	width: 37px;
	margin-top: 0px;
	background-image: url(../images/page_images/btn_contact_SteelBlue.png);
	background-repeat: no-repeat;
}

header nav ul li.contact a:hover {
	display: block;
	height: 31px;
	width: 37px;
	margin-top: 0px;
	background-image: url(../images/page_images/btn_contact_SlateBlue.png);
	background-repeat: no-repeat;
}

header nav ul li ul {
	position: absolute;
	z-index: 200;
	margin: 0px;
	padding: 0px;
	display: none;
	overflow: hidden;
	background-image: url(../images/page_images/trans.png);
	background-repeat: repeat;
}

header nav ul li ul li {
	display: block;
	float: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

header nav ul li ul li a {
	background-color: #858585;
}

header nav ul li:hover > ul, #header ul li a:hover > ul{
	display: block;
}

main {
	clear: both;
	text-align: left;
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden
}

main article {
	width: 1000px;
	float: left;
	border: 1px solid LightGray;
	background-color: white;
	margin-left: 150px;
	margin-bottom: 5px;
	clear: both;
}

main article h2  {
	margin-top: 5px;
	margin-left: 5px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 2em;
	color: LimeGreen;
	font-weight: normal;
}

main article h3  {
	font-family: "nothing";
	font-size: 1.8em;
	color: Black;
	text-shadow: 0 2px 10px rgba(0,0,0,0.8);
	text-align: center;
	margin-bottom: 5px;
}

main article p {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

aside {
	float: right;
	width: 220px;
	margin-right: 150px;
}

aside #BBB{
	width: 220px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
}

aside #BBB img {
	margin-left: 28px;
	margin-top: 10px;
	margin-right: auto;
}

aside #applist {
	background-color: silver;
	margin-bottom: 10px;
	padding-bottom: 3px;
}

aside #applist h2{
	display: block;
	padding-top: 5px;
	border-bottom: 1px solid #A7A7A7;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

aside #applist ul {
	float: none;
	width: auto;
	margin-right: 5px;
	padding-left: 20px;
}

aside #applist ul li {
	float: none;
	width: auto;
	margin-bottom: 6px;
}

aside #applist ul li a {
	background-color: transparent;
	text-align: left;
	display: block;
	width: auto;
	color: CornflowerBlue;
	background-image: url(../images/page_images/flecha.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 0.9em;
}

aside #applist ul li a:hover {
	background-color: transparent;
	text-align: left;
	display: block;
	width: auto;
	color: #015A78;
	background-image: url(../images/page_images/flecha.png);
	background-repeat: no-repeat;
	background-position: right center;
}

aside .products {
	background-color: silver;
	margin-bottom: 10px;
	padding-bottom: 3px;
}

aside .products h2{
	display: block;
	padding-top: 5px;
	border-bottom: 1px solid #A7A7A7;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

aside .products ul {
	float: none;
	width: auto;
	margin-right: 5px;
	padding-left: 20px;
}

aside .products ul li {
	float: none;
	width: auto;
	margin-bottom: 6px;
}

aside .products ul li a {
	background-color: transparent;
	text-align: left;
	display: block;
	width: auto;
	color: CornflowerBlue;
	background-image: url(../images/page_images/flecha.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 0.9em;
}

aside .products ul li a:hover {
	background-color: transparent;
	text-align: left;
	display: block;
	width: auto;
	color: #015A78;
	background-image: url(../images/page_images/flecha.png);
	background-repeat: no-repeat;
	background-position: right center;
}

aside #privacy{
	margin-top: 10px;
	border: 1px solid #CCC;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 18px;
	padding-right: 18px;
	display: block;
	margin-right: 10px;
}

aside #privacy p {
	text-align: center;
}

main .content {
	float: left;
	width: 765px;
	display: block;
	list-style-type: none;
	margin-left: 155px;
	margin-bottom: 10px;
	padding-left: 0px;
	padding-top: 0px;
	background-color: white;
}

main #content1 {
	clear: both;
	width: 1290px;
	float: left;
	border: 1px solid LightGray;
	background-color: white;
	margin-left: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

main #content1 div {
	width: 1270px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.8em;
	background-image: url(../images/page_images/bdbr_port_viavel.png);
	background-repeat: no-repeat;
	background-position: right center;
	overflow: hidden;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

main #content1 div h2  {
	display: block;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 2.5em;
	color: LimeGreen;
	font-weight: normal;
	margin-bottom: 5px;
}

main #content1 div p {
	display: block;
	float: left;
	font-size: 1.0em;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	padding-left: 10px;
}

main #content2 {
	width: 1290px;
	float: left;
	border: 1px solid LightGray;
	background-color: CornSilk;
	margin-left: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	padding-left: 10px;
	clear: both;
}

main #content2 h2  {
	margin-top: 5px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1.5em;
	color: RoyalBlue;
	font-weight: normal;
	margin-bottom: 5px;
	margin-left: 5px;
}

main #content2 p {
	
}

main #content2 .flagbox {
	float: left;
	display: block;
	width: 305px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 10px;
}

main #content2 .flagbox img{
	float: left;
	margin-right: 5px;
}

#bannerIndex {
	width: 1300px;
	height: 220px;
	text-align: right;
	background-image: url("../images/banners/bdbr_ind_bnnr_1300.png");
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerIndex h2 {
	float: right;
	color: Blue;
	margin-top: 30px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 4.5em;
}

#bannerIndex p {
	float: right;
	color: Blue;
	margin-right: 35px;
	margin-left: 750px;
	text-align: left;
	margin-top: -10px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.7em;
}

main .content #Index {
	display: block;
	overflow: hidden;
	width: 666px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 50px;
}

main .content #Index li {
	display: block;
	float: left;
	width: 210px;
	text-align: center;
	color: LimeGreen;
	border: 1px solid LightGray;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

main .content #Index li:first-child {
	margin-left: 0px;
}

main .content #Index li img {
	margin-top: 5px;
	margin-bottom: 5px;
}

#bannerQuemSomos {
	width: 1300px;
	height: 220px;
	text-align: right;
	background-image: url(../images/banners/bdbr_quemSomos_1300x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerQuemSomos h2 {
	float: right;
	color: Yellow;
	margin-top: 4px;
	margin-right: 40px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 5.5em;
}

#bannerQuemSomos p {
	float: left;
	color: Yellow;
	margin-right: 30px;
	margin-left: 600px;
	text-align: left;
	margin-top: 35px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight:bolder;
}

main #galleryView  {
	float: left;
	width: 770px;
	display: block;
	border: 1px solid LightGray;
	background-color: white;
	list-style-type: none;
	margin-left: 150px;
	margin-bottom: 5px;
}

main #galleryView p {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

main #galleryView #gallery {
	width: 705px;
	border: 1px solid #CCCCCC;
	text-align: left;
	float: left;
	margin-left: 32px;
	margin-bottom: 10px;
}

main #galleryView #gallery .view  {
	width: 220px;
	border: 1px solid LightGray;
	text-align: left;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

main #galleryView #gallery .view:first-child {
	margin-left: 10px;
}

main #galleryView #gallery .view h3  {
	font-size: 1.2em;
	font-family: "Trebuchet MS", Verdana, Arial;
	text-align: center;
	color: Gray;
	border-bottom: 1px solid LightGray;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	font-weight: normal;
}

main #galleryView #gallery .view img  {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#bannerAg {
	width: 1300px;
	height: 220px;
	text-align: right;
	background-image: url(../images/banners/bdbr_ag_1300x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerAg h2 {
	float: right;
	color: blue;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 4.8em;
}

#bannerAg p {
	float: left;
	color: blue;
	margin-right: 10px;
	margin-left: 400px;
	text-align: left;
	margin-top: 5px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

#bannerAgAlgas {
	width: 1300px;
	height: 220px;
	text-align: right;
	background-image: url(../images/banners/bdbr_agAlgas_1300x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerAgAlgas h2 {
	float: right;
	color: blue;
	margin-top: 12px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 4.8em;
}

#bannerAgAlgas p {
	float: right;
	color: blue;
	margin-right: 30px;
	margin-left: 500px;
	text-align: left;
	margin-top: 0px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3.2em;
}

#bannerAgCria {
	width: 1300px;
	height: 220px;
	text-align: right;
	background-image: url(../images/banners/bdbr_agCria_1300x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerAgCria h2 {
	float: right;
	color: blue;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 4.8em;
}

#bannerAgCria p {
	float: right;
	color: blue;
	margin-right: 30px;
	margin-left: 700px;
	text-align: left;
	margin-top: -5px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3.2em;
}

#bannerAgPlantas {
	width: 1300px;
	height: 220px;
	text-align: right;
	background-image: url(../images/banners/bdbr_agPlantas_1300x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerAgPlantas h2 {
	float: right;
	color: blue;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 4.8em;
}

#bannerAgPlantas p {
	float: right;
	color: blue;
	margin-right: 30px;
	margin-left: 400px;
	text-align: left;
	margin-top: 0px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3.2em;
}

#bannerAgVegetação {
	width: 1300px;
	height: 220px;
	text-align: right;
	background-image: url(../images/banners/bdbr_agVeget_1300x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerAgVegetação h2 {
	float: right;
	color: blue;
	margin-top: 12px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 4.8em;
}

#bannerAgVegetação p {
	float: right;
	color: blue;
	margin-right: 30px;
	margin-left: 500px;
	text-align: left;
	margin-top: 5px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.5em;
}

main .content #AgroTreat {
	display: block;
	overflow: hidden;
	width: 690px;
	margin-bottom: 10px;
	margin-left: 40px;
}

main .content #AgroTreat li {
	display: block;
	float: left;
	width: 220px;
	margin-right: 10px;
}

main .content #AgroTreat li:first-child {
	margin-left: 0px;
}

main .content #AgroTreat li a {
	display: block;
	text-align: center;
	color: LimeGreen;
	width: auto;
	margin-top: 10px;
	border: 1px solid LightGray;
}

main .content #AgroTreat a:hover {
	background-color: WhiteSmoke;
	border-color: Gray;
}

main .content #AgroTreat li a img {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

#bannerAR {
	width: 1300px;
	height: 220px;
	text-align: right;
	background-image: url(../images/banners/bdbr_ar_1300x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerAR h2 {
	float: right;
	color: blue;
	margin-top: 18px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 4.5em;
}

#bannerAR p {
	float: right;
	color: blue;
	margin-right: 30px;
	margin-left: 400px;
	text-align: left;
	margin-top: -5px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3.0em;
}

#bannerARGraxa {
	width: 1300px;
	height: 220px;
	text-align: right;
	background-image: url(../images/banners/bdbr_arGordura_1300x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerARGraxa h2 {
	float: right;
	color: blue;
	margin-top: 18px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 4.5em;
}

#bannerARGraxa p {
	float: right;
	color: blue;
	margin-right: 30px;
	margin-left: 400px;
	text-align: left;
	margin-top: 0px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3.0em;
}

.GreaseAnimated {
	padding: 1px;
	float: left;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
}

#bannerARSéptico {
	width: 1300px;
	height: 220px;
	text-align: right;
	background-image: url("../images/banners/bdbr_arSéptico_1300x220.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerARSéptico h2 {
	float: right;
	color: blue;
	margin-top: 18px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 4.5em;
}

#bannerARSéptico p {
	float: right;
	color: blue;
	margin-right: 30px;
	margin-left: 400px;
	text-align: left;
	margin-top: 0px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3.0em;
}

#bannerARStar {
	width: 1300px;
	height: 220px;
	text-align: right;
	background-image: url(../images/banners/bdbr_arStar_1300x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerARStar h2 {
	float: right;
	color: blue;
	margin-top: 18px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 4.5em;
}

#bannerARStar p {
	float: right;
	color: blue;
	margin-right: 30px;
	margin-left: 400px;
	text-align: left;
	margin-top: 0px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3.0em;
}

main .content #WasteTreat {
	display: block;
	overflow: hidden;
	width: 690px;
	margin-top: 27px;
	margin-bottom: 27px;
	margin-left: 40px;
}

main .content #WasteTreat li {
	display: block;
	float: left;
	width: 220px;
	margin-right: 10px;
}

main .content #WasteTreat li:first-child {
	margin-left: 0px;
}

main .content #WasteTreat li a {
	display: block;
	text-align: center;
	color: LimeGreen;
	width: auto;
	border: 1px solid LightGray;
}

main .content #WasteTreat a:hover {
	background-color: WhiteSmoke;
	border-color: Gray;
}

main .content #WasteTreat li a img {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

#bannerBio {
	width: 1300px;
	height: 220px;
	text-align: right;
	background-image: url(../images/banners/bdbr_bio_1300x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerBio h2 {
	float: right;
	color: blue;
	margin-top: 12px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 4.8em;
}

#bannerBio p {
	float: right;
	color: blue;
	margin-right: 20px;
	margin-left: 400px;
	text-align: left;
	margin-top: -15px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3.4em;
}

#bannerBioAguasub {
	width: 1300px;
	height: 220px;
	background-image: url(../images/banners/bdbr_bioAguasub_1300x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerBioAguasub h2 {
	float: right;
	color: blue;
	margin-top: 12px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 4.8em;
}

#bannerBioAguasub p {
	float: right;
	color: blue;
	margin-right: 20px;
	margin-left: 400px;
	text-align: left;
	margin-top: 10px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3.4em;
}

#bannerBioPetroleo {
	width: 1300px;
	height: 220px;
	background-image: url(../images/banners/bdbr_bioPetroleo_1300x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerBioPetroleo h2 {
	float: right;
	color: blue;
	margin-top: 12px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 4.8em;
}

#bannerBioPetroleo p {
	float: right;
	color: blue;
	margin-right: 20px;
	margin-left: 400px;
	text-align: left;
	margin-top: 0px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3.4em;
}

#bannerBioLodo {
	width: 1300px;
	height: 220px;
	background-image: url(../images/banners/bdbr_bioLodo_1300x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerBioLodo h2 {
	float: right;
	color: blue;
	margin-top: 12px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 4.8em;
}

#bannerBioLodo p {
	float: right;
	color: blue;
	margin-right: 30px;
	margin-left: 400px;
	text-align: left;
	margin-top: 10px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3.2em;
}

#bannerBioSolo {
	width: 1300px;
	height: 220px;
	background-image: url(../images/banners/bdbr_bioSolo_1300x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerBioSolo h2 {
	float: right;
	color: blue;
	margin-top: 14px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 4.7em;
}

#bannerBioSolo p {
	float: right;
	color: blue;
	margin-right: 150px;
	margin-left: 700px;
	text-align: left;
	margin-top: 0px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3.4em;
}

main .content #BioTreat {
	display: block;
	overflow: hidden;
	width: 690px;
	margin-bottom: 10px;
	margin-left: 40px;
}

main .content #BioTreat li {
	display: block;
	float: left;
	width: 220px;
	margin-right: 10px;
}

main .content #BioTreat li:first-child {
	margin-left: 0px;
}

main .content #BioTreat li a {
	display: block;
	text-align: center;
	color: LimeGreen;
	width: auto;
	margin-top: 10px;
	border: 1px solid LightGray;
}

main .content #BioTreat a:hover {
	background-color: WhiteSmoke;
	border-color: Gray;
}

main .content #BioTreat li a img {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

#bannerContact {
	width: 1300px;
	height: 220px;
	text-align: right;
	background-image: url(../images/banners/bdbr_contato_1300x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerContact h2 {
	float: right;
	color: yellow;
	margin-top: 10px;
	margin-right: 140px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 3.3em;
}

#bannerContact p {
	float: left;
	color: yellow;
	margin-right: 10px;
	margin-left: 750px;
	text-align: left;
	margin-top: 0px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
}

#bannerProd101 {
	width: 1300px;
	height: 220px;
	text-align: right;
	background-image: url(../images/banners/bdbr_101_1300x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerProd101 h2 {
	float: right;
	color: blue;
	margin-top: 15px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 2.7em;
}

#bannerProd101 p {
	float: left;
	color: blue;
	margin-right: 20px;
	margin-left: 580px;
	text-align: left;
	margin-top: 10px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

main #Product {
	float: left;
	width: 785px;
	border: 1px solid LightGray;
	background-color: white;
	margin-left: 130px;
	margin-right: 10px;
	margin-bottom: 10px;
}

main #ProductImage {
	float: left;
	width: 230px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;	
}

main #ProductBodyText {
	width: 520px;
	float: right;
	margin-left: 0px;
	margin-right: 5px;
}

main #ProductBodyText h2 {
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 1.5em;
	color: LimeGreen;
	font-weight: normal;	
}

main #ProductBodyText p {
	display: block;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: normal;	
}

#bannerProd201 {
	width: 1300px;
	height: 220px;
	text-align: right;
	background-image: url(../images/banners/bdbr_201_1300x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerProd201 h2 {
	float: right;
	color: blue;
	margin-top: 15px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 2.7em;
}

#bannerProd201 p {
	float: left;
	color: blue;
	margin-right: 20px;
	margin-left: 600px;
	text-align: left;
	margin-top: 10px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

#bannerProd301 {
	width: 1300px;
	height: 220px;
	text-align: right;
	background-image: url(../images/banners/bdbr_301_1300x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerProd301 h2 {
	float: right;
	color: blue;
	margin-top: 15px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 2.7em;
}

#bannerProd301 p {
	float: left;
	color: blue;
	margin-right: 20px;
	margin-left: 640px;
	text-align: left;
	margin-top: 10px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

#bannerProd401 {
	width: 1300px;
	height: 220px;
	text-align: right;
	background-image: url(../images/banners/bdbr_401_1300x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerProd401 h2 {
	float: right;
	color: blue;
	margin-top: 15px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 2.7em;
}

#bannerProd401 p {
	float: left;
	color: blue;
	margin-right: 20px;
	margin-left: 650px;
	text-align: left;
	margin-top: 10px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

#bannerProd501 {
	width: 1300px;
	height: 220px;
	text-align: right;
	background-image: url(../images/banners/bdbr_501_1300x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerProd501 h2 {
	float: right;
	color: blue;
	margin-top: 15px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 2.7em;
}

#bannerProd501 p {
	float: left;
	color: blue;
	margin-right: 20px;
	margin-left: 450px;
	text-align: left;
	margin-top: 10px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

footer {
	clear: both;
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
	background-color: silver;
	overflow: hidden;
}

footer div{
	clear: both;
	width: 1270px;
	margin-right: auto;
	margin-left: 0px;
	font-size: 0.8em;
	background-image: url(../images/page_images/bdbr_footer_logo.png);
	background-repeat: no-repeat;
	background-position: right center;
	overflow: hidden;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

footer div p {
	display: block;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	padding-left: 30px;
	font-size: 1.1em;
}

footer div p:first-child {
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

}

@media only screen and (min-width: 1329px) {

#container {
	text-align: left;
	width: 1300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}

header {
	display: block;
	width: 1300px;
	margin-left: 0px;
	margin-right: 0px;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 10px;
}

header nav ul {
	list-style-type: none;
	display: block;
	padding: 0px;
	float: left;
	width: 377px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 461.5px;
}

header nav ul li  {
	padding: 0px;
	display: block;
	float: left;
	margin-left:5px;
}

header nav ul li:first-child {
	margin-left: 0px;
}

header nav ul li.home a {
	display: block;
	height: 31px;
	width: 28px;
	margin-top: 0px;
	background-image: url(../images/page_images/btn_home_LimeGreen.png);
	background-repeat: no-repeat;
}

header nav ul li.home a:hover {
	display: block;
	height: 31px;
	width: 28px;
	margin-top: 0px;
	background-image: url(../images/page_images/btn_home_SeaGreen.png);
	background-repeat: no-repeat;
}

header nav ul li.about a {
	display: block;
	color: #FFF;
	background-color: #666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
}

header nav ul li.about a:hover {
	background-color: #000;
}

header nav ul li.applications a {
	display: block;
	color: #FFF;
	background-color: #666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
}

header nav ul li.applications a:hover {
	background-color: #000;
}

header nav ul li.products a {
	display: block;
	color: #FFF;
	background-color: #666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
}

header nav ul li.products a:hover {
	background-color: #000;
}

header nav ul li.contact a {
	display: block;
	height: 31px;
	width: 37px;
	margin-top: 0px;
	background-image: url(../images/page_images/btn_contact_SteelBlue.png);
	background-repeat: no-repeat;
}

header nav ul li.contact a:hover {
	display: block;
	height: 31px;
	width: 37px;
	margin-top: 0px;
	background-image: url(../images/page_images/btn_contact_SlateBlue.png);
	background-repeat: no-repeat;
}

header nav ul li ul {
	position: absolute;
	z-index: 200;
	margin: 0px;
	padding: 0px;
	display: none;
	overflow: hidden;
	background-image: url(../images/page_images/trans.png);
	background-repeat: repeat;
}

header nav ul li ul li {
	display: block;
	float: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

header nav ul li ul li a {
	background-color: #858585;
}

header nav ul li:hover > ul, #header ul li a:hover > ul{
	display: block;
}

main {
	clear: both;
	text-align: left;
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden
}

main article {
	width: 1000px;
	float: left;
	border: 1px solid LightGray;
	background-color: white;
	margin-left: 150px;
	margin-bottom: 5px;
	clear: both;
}

main article h2  {
	margin-top: 5px;
	margin-left: 5px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 2em;
	color: LimeGreen;
	font-weight: normal;
}

main article h3  {
	font-family: "nothing";
	font-size: 1.8em;
	color: Black;
	text-shadow: 0 2px 10px rgba(0,0,0,0.8);
	text-align: center;
	margin-bottom: 5px;
}

main article p {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

aside {
	float: right;
	width: 220px;
	margin-right: 150px;
}

aside #BBB{
	width: 220px;
	margin-bottom: 10px;
	border: 1px solid #CCC;	
}

aside #BBB img {
	margin-left: 28px;
	margin-top: 10px;
	margin-right: auto;
}

aside #applist {
	background-color: silver;
	margin-bottom: 10px;
	padding-bottom: 3px;
}

aside #applist h2{
	display: block;
	padding-top: 5px;
	border-bottom: 1px solid #A7A7A7;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

aside #applist ul {
	float: none;
	width: auto;
	margin-right: 5px;
	margin-left: 0px;
	padding-left: 20px;
}

aside #applist ul li {
	float: none;
	width: auto;
	margin-bottom: 6px;
}

aside #applist ul li a {
	background-color: transparent;
	text-align: left;
	display: block;
	width: auto;
	color: CornflowerBlue;
	background-image: url(../images/page_images/flecha.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 0.9em;
}

aside #applist ul li a:hover {
	background-color: transparent;
	text-align: left;
	display: block;
	width: auto;
	color: #015A78;
	background-image: url(../images/page_images/flecha.png);
	background-repeat: no-repeat;
	background-position: right center;
}

aside .products {
	background-color: silver;
	margin-bottom: 10px;
	padding-bottom: 3px;
}

aside .products h2{
	display: block;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A7A7A7;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

aside .products ul {
	float: none;
	width: auto;
	margin-right: 5px;
	padding-left: 20px;
}

aside .products ul li {
	float: none;
	width: auto;
	margin-bottom: 6px;
}

aside .products ul li a {
	background-color: transparent;
	text-align: left;
	display: block;
	width: auto;
	color: CornflowerBlue;
	background-image: url(../images/page_images/flecha.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 0.9em;
}

aside .products ul li a:hover {
	background-color: transparent;
	text-align: left;
	display: block;
	width: auto;
	color: #015A78;
	background-image: url(../images/page_images/flecha.png);
	background-repeat: no-repeat;
	background-position: right center;
}

aside #privacy{
	margin-top: 10px;
	border: 1px solid #CCC;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 18px;
	padding-right: 18px;
	display: block;
	margin-right: 10px;
}

aside #privacy p {
	text-align: center;
}

main .content {
	float: left;
	width: 765px;
	display: block;
	list-style-type: none;
	margin-left: 150px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid LightGray;
	background-color: white;
}

main #content1 {
	clear: both;
	width: 1290px;
	float: left;
	border: 1px solid LightGray;
	background-color: white;
	margin-left: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

main #content1 div {
	width: 1270px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.8em;
	background-image: url(../images/page_images/bdbr_port_viavel.png);
	background-repeat: no-repeat;
	background-position: right center;
	overflow: hidden;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

main #content1 div h2  {
	display: block;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 2.5em;
	color: LimeGreen;
	font-weight: normal;
	margin-bottom: 5px;
}

main #content1 div p {
	display: block;
	float: left;
	font-size: 1.0em;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	padding-left: 10px;
}

main #content2 {
	width: 1290px;
	float: left;
	border: 1px solid LightGray;
	background-color: CornSilk;
	margin-left: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	padding-left: 10px;
	clear: both;
}

main #content2 h2  {
	margin-top: 5px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1.5em;
	color: RoyalBlue;
	font-weight: normal;
	margin-bottom: 5px;
	margin-left: 5px;
}

main #content2 p {
	
}

main #content2 .flagbox {
	float: left;
	display: block;
	width: 305px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 10px;
}

main #content2 .flagbox img{
	float: left;
	margin-right: 5px;
}

#bannerIndex {
	width: 1300px;
	height: 220px;
	text-align: right;
	background-image: url("../images/banners/bdbr_ind_bnnr_1300.png");
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerIndex h2 {
	float: right;
	color: Blue;
	margin-top: 30px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 4.5em;
}

#bannerIndex p {
	float: right;
	color: Blue;
	margin-right: 35px;
	margin-left: 750px;
	text-align: left;
	margin-top: -10px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.7em;
}

main .content #Index {
	display: block;
	overflow: hidden;
	width: 666px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 50px;
}

main .content #Index li {
	display: block;
	float: left;
	width: 210px;
	text-align: center;
	color: LimeGreen;
	border: 1px solid LightGray;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

main .content #Index li:first-child {
	margin-left: 0px;
}

main .content #Index li img {
	margin-top: 5px;
	margin-bottom: 5px;
}

#bannerQuemSomos {
	width: 1300px;
	height: 220px;
	text-align: right;
	background-image: url(../images/banners/bdbr_quemSomos_1300x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerQuemSomos h2 {
	float: right;
	color: Yellow;
	margin-top: 4px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 5.5em;
}

#bannerQuemSomos p {
	float: left;
	color: Yellow;
	margin-right: 25px;
	margin-left: 680px;
	text-align: left;
	margin-top: 35px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

main #galleryView  {
	float: left;
	width: 770px;
	display: block;
	border: 1px solid LightGray;
	background-color: white;
	list-style-type: none;
	margin-left: 150px;
	margin-bottom: 5px;
}

main #galleryView p {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

main #galleryView #gallery {
	width: 705px;
	border: 1px solid #CCCCCC;
	text-align: left;
	float: left;
	margin-left: 32px;
	margin-bottom: 10px;
}
	
main #galleryView #gallery .view  {
	width: 220px;
	border: 1px solid #CCCCCC;
	text-align: left;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

main #galleryView #gallery .view:first-child {
	margin-left: 10px;
}

main #galleryView #gallery .view h3  {
	font-size: 1.2em;
	font-family: "Trebuchet MS", Verdana, Arial;
	text-align: center;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	font-weight: normal;
}

main #galleryView #gallery .view img  {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#bannerAg {
	width: 1300px;
	height: 220px;
	text-align: right;
	background-image: url(../images/banners/bdbr_ag_1300x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerAg h2 {
	float: right;
	color: blue;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 4.8em;
}

#bannerAg p {
	float: left;
	color: blue;
	margin-right: 10px;
	margin-left: 400px;
	text-align: left;
	margin-top: 5px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

#bannerAgAlgas {
	width: 1300px;
	height: 220px;
	text-align: right;
	background-image: url(../images/banners/bdbr_agAlgas_1300x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerAgAlgas h2 {
	float: right;
	color: blue;
	margin-top: 12px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 4.8em;
}

#bannerAgAlgas p {
	float: right;
	color: blue;
	margin-right: 30px;
	margin-left: 500px;
	text-align: left;
	margin-top: 0px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3.2em;
}

#bannerAgCria {
	width: 1300px;
	height: 220px;
	text-align: right;
	background-image: url(../images/banners/bdbr_agCria_1300x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerAgCria h2 {
	float: right;
	color: blue;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 4.8em;
}

#bannerAgCria p {
	float: right;
	color: blue;
	margin-right: 30px;
	margin-left: 700px;
	text-align: left;
	margin-top: -5px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3.2em;
}

#bannerAgPlantas {
	width: 1300px;
	height: 220px;
	text-align: right;
	background-image: url(../images/banners/bdbr_agPlantas_1300x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerAgPlantas h2 {
	float: right;
	color: blue;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 4.8em;
}

#bannerAgPlantas p {
	float: right;
	color: blue;
	margin-right: 30px;
	margin-left: 400px;
	text-align: left;
	margin-top: 0px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3.2em;
}

#bannerAgVegetação {
	width: 1300px;
	height: 220px;
	text-align: right;
	background-image: url(../images/banners/bdbr_agVeget_1300x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerAgVegetação h2 {
	float: right;
	color: blue;
	margin-top: 12px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 4.8em;
}

#bannerAgVegetação p {
	float: right;
	color: blue;
	margin-right: 30px;
	margin-left: 500px;
	text-align: left;
	margin-top: 5px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.5em;
}

main .content #AgroTreat {
	display: block;
	overflow: hidden;
	width: 690px;
	margin-bottom: 10px;
	margin-left: 40px;
}

main .content #AgroTreat li {
	display: block;
	float: left;
	width: 220px;
	margin-right: 10px;
}

main .content #AgroTreat li:first-child {
	margin-left: 0px;
}

main .content #AgroTreat li a {
	display: block;
	text-align: center;
	color: LimeGreen;
	width: auto;
	margin-top: 10px;
	border: 1px solid LightGray;
}

main .content #AgroTreat a:hover {
	background-color: WhiteSmoke;
	border-color: Gray;
}

main .content #AgroTreat li a img {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

#bannerAR {
	width: 1300px;
	height: 220px;
	text-align: right;
	background-image: url(../images/banners/bdbr_ar_1300x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerAR h2 {
	float: right;
	color: blue;
	margin-top: 18px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 4.5em;
}

#bannerAR p {
	float: right;
	color: blue;
	margin-right: 30px;
	margin-left: 400px;
	text-align: left;
	margin-top: -5px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3.0em;
}

#bannerARGraxa {
	width: 1300px;
	height: 220px;
	text-align: right;
	background-image: url(../images/banners/bdbr_arGordura_1300x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerARGraxa h2 {
	float: right;
	color: blue;
	margin-top: 18px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 4.5em;
}

#bannerARGraxa p {
	float: right;
	color: blue;
	margin-right: 30px;
	margin-left: 400px;
	text-align: left;
	margin-top: 0px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3.0em;
}

.GreaseAnimated {
	padding: 1px;
	float: left;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
}

#bannerARSéptico {
	width: 1300px;
	height: 220px;
	text-align: right;
	background-image: url("../images/banners/bdbr_arSéptico_1300x220.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerARSéptico h2 {
	float: right;
	color: blue;
	margin-top: 18px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 4.5em;
}

#bannerARSéptico p {
	float: right;
	color: blue;
	margin-right: 30px;
	margin-left: 400px;
	text-align: left;
	margin-top: 0px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3.0em;
}

#bannerARStar {
	width: 1300px;
	height: 220px;
	text-align: right;
	background-image: url(../images/banners/bdbr_arStar_1300x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerARStar h2 {
	float: right;
	color: blue;
	margin-top: 18px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 4.5em;
}

#bannerARStar p {
	float: right;
	color: blue;
	margin-right: 30px;
	margin-left: 400px;
	text-align: left;
	margin-top: 0px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3.0em;
}

main .content #WasteTreat {
	display: block;
	overflow: hidden;
	width: 690px;
	margin-top: 27px;
	margin-bottom: 27px;
	margin-left: 40px;
}

main .content #WasteTreat li {
	display: block;
	float: left;
	width: 220px;
	margin-right: 10px;
}

main .content #WasteTreat li:first-child {
	margin-left: 0px;
}

main .content #WasteTreat li a {
	display: block;
	text-align: center;
	color: LimeGreen;
	width: auto;
	border: 1px solid LightGray;
}

main .content #WasteTreat a:hover {
	background-color: WhiteSmoke;
	border-color: Gray;
}

main .content #WasteTreat li a img {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

#bannerBio {
	width: 1300px;
	height: 220px;
	text-align: right;
	background-image: url(../images/banners/bdbr_bio_1300x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerBio h2 {
	float: right;
	color: blue;
	margin-top: 12px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 4.8em;
}

#bannerBio p {
	float: right;
	color: blue;
	margin-right: 20px;
	margin-left: 400px;
	text-align: left;
	margin-top: -15px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3.4em;
}

#bannerBioAguasub {
	width: 1300px;
	height: 220px;
	background-image: url(../images/banners/bdbr_bioAguasub_1300x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerBioAguasub h2 {
	float: right;
	color: blue;
	margin-top: 12px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 4.8em;
}

#bannerBioAguasub p {
	float: right;
	color: blue;
	margin-right: 20px;
	margin-left: 400px;
	text-align: left;
	margin-top: 10px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3.4em;
}

#bannerBioPetroleo {
	width: 1300px;
	height: 220px;
	background-image: url(../images/banners/bdbr_bioPetroleo_1300x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerBioPetroleo h2 {
	float: right;
	color: blue;
	margin-top: 12px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 4.8em;
}

#bannerBioPetroleo p {
	float: right;
	color: blue;
	margin-right: 20px;
	margin-left: 400px;
	text-align: left;
	margin-top: 0px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3.4em;
}

#bannerBioLodo {
	width: 1300px;
	height: 220px;
	background-image: url(../images/banners/bdbr_bioLodo_1300x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerBioLodo h2 {
	float: right;
	color: blue;
	margin-top: 12px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 4.8em;
}

#bannerBioLodo p {
	float: right;
	color: blue;
	margin-right: 30px;
	margin-left: 400px;
	text-align: left;
	margin-top: 10px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3.2em;
}

#bannerBioSolo {
	width: 1300px;
	height: 220px;
	background-image: url(../images/banners/bdbr_bioSolo_1300x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerBioSolo h2 {
	float: right;
	color: blue;
	margin-top: 14px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 4.7em;
}

#bannerBioSolo p {
	float: right;
	color: blue;
	margin-right: 150px;
	margin-left: 700px;
	text-align: left;
	margin-top: 0px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3.4em;
}

main .content #BioTreat {
	display: block;
	overflow: hidden;
	width: 690px;
	margin-bottom: 10px;
	margin-left: 40px;
}

main .content #BioTreat li {
	display: block;
	float: left;
	width: 220px;
	margin-right: 10px;
}

main .content #BioTreat li:first-child {
	margin-left: 0px;
}

main .content #BioTreat li a {
	display: block;
	text-align: center;
	color: LimeGreen;
	width: auto;
	margin-top: 10px;
	border: 1px solid LightGray;
}

main .content #BioTreat a:hover {
	background-color: WhiteSmoke;
	border-color: Gray;
}

main .content #BioTreat li a img {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

#bannerContact {
	width: 1300px;
	height: 220px;
	text-align: right;
	background-image: url(../images/banners/bdbr_contato_1300x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerContact h2 {
	float: right;
	color: yellow;
	margin-top: 10px;
	margin-right: 130px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 3.3em;
}

#bannerContact p {
	float: left;
	color: yellow;
	margin-right: 10px;
	margin-left: 750px;
	text-align: left;
	margin-top: 0px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
}

#bannerProd101 {
	width: 1300px;
	height: 220px;
	text-align: right;
	background-image: url(../images/banners/bdbr_101_1300x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerProd101 h2 {
	float: right;
	color: blue;
	margin-top: 15px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 2.7em;
}

#bannerProd101 p {
	float: left;
	color: blue;
	margin-right: 20px;
	margin-left: 580px;
	text-align: left;
	margin-top: 10px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

main #Product {
	float: left;
	width: 785px;
	border: 1px solid LightGray;
	background-color: white;
	margin-left: 130px;
	margin-right: 10px;
	margin-bottom: 10px;
}

main #ProductImage {
	float: left;
	width: 230px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;	
}

main #ProductBodyText {
	width: 520px;
	float: right;
	margin-left: 0px;
	margin-right: 5px;
}

main #ProductBodyText h2 {
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 1.5em;
	color: LimeGreen;
	font-weight: normal;	
}

main #ProductBodyText p {
	display: block;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: normal;	
}

#bannerProd201 {
	width: 1300px;
	height: 220px;
	text-align: right;
	background-image: url(../images/banners/bdbr_201_1300x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerProd201 h2 {
	float: right;
	color: blue;
	margin-top: 15px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 2.7em;
}

#bannerProd201 p {
	float: left;
	color: blue;
	margin-right: 20px;
	margin-left: 600px;
	text-align: left;
	margin-top: 10px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

#bannerProd301 {
	width: 1300px;
	height: 220px;
	text-align: right;
	background-image: url(../images/banners/bdbr_301_1300x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerProd301 h2 {
	float: right;
	color: blue;
	margin-top: 15px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 2.7em;
}

#bannerProd301 p {
	float: left;
	color: blue;
	margin-right: 20px;
	margin-left: 640px;
	text-align: left;
	margin-top: 10px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

#bannerProd401 {
	width: 1300px;
	height: 220px;
	text-align: right;
	background-image: url(../images/banners/bdbr_401_1300x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerProd401 h2 {
	float: right;
	color: blue;
	margin-top: 15px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 2.7em;
}

#bannerProd401 p {
	float: left;
	color: blue;
	margin-right: 20px;
	margin-left: 650px;
	text-align: left;
	margin-top: 10px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

#bannerProd501 {
	width: 1300px;
	height: 220px;
	text-align: right;
	background-image: url(../images/banners/bdbr_501_1300x220.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bannerProd501 h2 {
	float: right;
	color: blue;
	margin-top: 15px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 2.7em;
}

#bannerProd501 p {
	float: left;
	color: blue;
	margin-right: 20px;
	margin-left: 450px;
	text-align: left;
	margin-top: 10px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

footer {
	clear: both;
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
	background-color: silver;
	overflow: hidden;
}

footer div{
	clear: both;
	width: 1270px;
	margin-right: auto;
	margin-left: 0px;
	font-size: 0.8em;
	background-image: url(../images/page_images/bdbr_footer_logo.png);
	background-repeat: no-repeat;
	background-position: right center;
	overflow: hidden;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

footer div p {
	display: block;
	float: left;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	padding-left: 10px;
}

footer div p:first-child {
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	
}

