/* CSS Document */

body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	background-position: center top;
	background-color: #7AA339;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

form {
	word-spacing: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.formBox1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #A3BA80;
}

.text20 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000;
	text-decoration: none;
}

.text11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a:hover.text11 {
	color: #6D9431;
}

.text11_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF9900;
	text-decoration: none;
}


.text13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}


.text13b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.text13b {
	text-decoration: underline;
}

.text11b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.text11b {
	text-decoration: underline;
}

.arial_11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

.text10v {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6D9431;
	text-decoration: none;
}

.text22b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #CC0000;
	text-decoration: none;
}



.border1_areaverde {
	background-color: #FFFFFF;
	border: 1px solid #A3BA80;
}

a:hover.border1_areaverde {
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

.border2_areaverde {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A3BA80;
	border-right-color: #A3BA80;
	border-bottom-color: #A3BA80;
	border-left-color: #A3BA80;
}
a:hover.border2_areaverde {
	background-color: #ECE9D8;
}
.bg_bromelias {
	background-color: #FFFFFF;
	background-image: url(../images/bg_bromelias.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg_orquideas {
	background-color: #FFFFFF;
	background-image: url(../images/bg_orquideas.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.bg_areaverde {
	background-color: #FFFFFF;
	background-image: url(../images/bg_area_verde.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.form {	margin: 0px;}

.form_home {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	width: 160px;
	}

.form_contato {
	font-family: Arial;
	color: #333333;
	font-size: 12px;
	color: #000000;
	padding: 5px;
	border: 2px solid #CCC;
	}

.form_botao {
	font-family: Arial;
	color: #333333;
	font-size: 12px;
	color: #FFFFFF;
	padding: 6px;
	border: 2px solid #009900;
	background-color: #006600;
	font-weight: bold;
	}



/* CSS Luiz */

.menu_produtos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	display: block;
	height: 21px;
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 10px;
}

.submenu_produtos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #336600;
	text-decoration: none;
}
a:hover.submenu_produtos {
	color: #000099;
}





.textoPage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.text15verde2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: #15;
	color: #618629;
	text-decoration: none;	
	padding-left: 10px;
}




/* New CSS Document */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(file://///Servidor/www/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(file://///Servidor/www/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(file://///Servidor/www/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

