@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;	
	background:#e8e8e8;
}
img{
	border:0;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
p a{
	color:#666;
}
input, textarea{
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
}
input[type="hidden"]{
	display:none;
}
input[type="submit"]{
	background:#4179b1;
	color:#ffffff;
	width:60px;
	height:20px;
	font-size:12px;
	border:0;
	float:right;
}
input[type="submit"]:hover{
	background:#ffffff;
	color:#4179b1;
	width:60px;
	height:20px;
	font-size:12px;
	border:0;
	float:right;
}
/* geral */
#top{
	margin:0 auto;	
	width:100%;
	height:335px;
	background:#000;
}
#title{
	margin:0 auto;	
	width:100%;
	height:25px;
	background:#fff;
	border-bottom:1px solid #999;
	padding-top:25px;
}
#bottom{
	margin:0 auto;
	width:100%;
}
#footer{
	font-size:10px;
	color:#fff;
	/*position:fixed;*/
	left:0;
	bottom:0;
	width:100%;
	height:23px;
	padding-top:7px;
	background:#000;
	border-top:1px solid #999;
	clear:both;
	float:left;
	margin-top:30px;
}
.wrapper{	
	width:710px;
	height:auto;
	margin:0 auto;	
}

.content_home{
	margin: 20px auto;
	width:710px;
}

.content_contactos{
	margin: 20px auto;
	width:710px;
	padding-left:30px;
}

.content_galeria{
	margin: 20px auto;
	width:710px;
	padding-left:80px;
}

.wrapper.top{	
	width:750px;	
}
/* top */
.bgMain{
	width:750px;
	height:294px;
	background:transparent url(../images/bg_home.jpg) no-repeat;
}
.bgMain a{
	float:right;
	margin:15px 15px 0 0;
}
.bgContactos{
	width:750px;
	height:294px;
	background:transparent url(../images/bg_contactos.jpg) no-repeat;
}
.bgContactos a{
	float:right;
	margin:15px 15px 0 0;
}
.bgGaleria{
	width:750px;
	height:294px;
	background:transparent url(../images/bg_galeria.jpg) no-repeat;
}
.bgGaleria a{
	float:right;
	margin:15px 15px 0 0;
}
/* title */
#title h1{
	font-size:16px;
	color:#024c97;
	text-transform:uppercase;
	background:transparent url(../images/logo_azul.jpg) no-repeat;
	padding-left:40px;
}

.content_home h2{
	font-size:16px;
	color:#024c97;
	/*text-transform:uppercase;*/
	padding-left:25px;
	float:left;
	width:61%;
}

.content_contactos label{
	font-size:10px;
	color:#024c97;
	/*text-transform:uppercase;*/
	/*padding-left:25px;*/
	padding-right:10px;
	float:left;
	text-align:right;
	width:60px;
}

.content_contactos h3{
	font-size:10px;
	color:#024c97;
	/*text-transform:uppercase;*/
	padding-left:25px;
	float:left;
	width:61%;
}
.content_contactos a {
	text-decoration:underline;
	color:#024C97;
}

.content_contactos p{
	/*clear:both;*/
	padding-bottom:5px;
}

.content_galeria h3{
	font-size:10px;
	color:#024c97;
	/*text-transform:uppercase;*/
	padding-left:25px;
	float:left;
	width:61%;
}

.content_galeria p{
	/*clear:both;*/
	padding-bottom:5px;
}


.imagem_home{
	float:left;
}
.text_home{
	margin-left:10px;
}
.text_home p{
	font-size:10px;
	width:61%;
	float:left;
	padding-left:25px;
	padding-top:10px;
}

.text_contactos{
	float:left;
	width:360px;
	/*margin-left:380px;*/
	/*margin-top:15px;*/
}
.text_contactos p{
	font-size:10px;
	width:61%;
	float:left;
	padding-left:25px;
	padding-bottom:10px;
}

.text_galeria{
	float:left;
	width:257px;
	margin-left:-50px;
}
.text_galeria p{
	font-size:10px;
	color:#666;
	width:61%;
	float:left;
	padding-bottom:10px;
	width:257px;
}

.text_galeria h2 a{
	background:transparent url(../images/bullet.gif) no-repeat;
	text-decoration:none;
	font-size:14px;
	color:#024c97;
	padding-left:12px;
	padding-bottom:10px;
	font-weight:bold;
}
.text_galeria h2 a:hover{
	text-decoration:underline;
}

.link a{
	background:transparent url(../images/bullet.gif) no-repeat;
	text-decoration:none;
	font-size:14px;
	color:#024c97;
	padding-left:12px;
	/*padding-top:10px;*/
	font-weight:bold;
}

.link a{
	background:transparent url(../images/bullet.gif) no-repeat;
	text-decoration:none;
	font-size:14px;
	color:#024c97;
	padding-left:12px;
	/*padding-top:10px;*/
	font-weight:bold;
}

.separador{
	float:left;
	background:transparent url(../images/separador.gif) repeat-y;
	margin-left:-70px;
	width:2px;
	height:240px;
}

.formulario{
	float:left;
	width:350px;
}

.formulario_aux{
	float:left;
	margin-left:-60px;
}

.formulario h2{
	background:transparent url(../images/bullet.gif) no-repeat;
	text-decoration:none;
	font-size:12px;
	color:#024c97;
	padding-left:12px;
	padding-bottom:10px;
	/*padding-top:10px;*/
	font-weight:bold;
}
.input_field{
	width:320px;
	font-family:Arial, Helvetica, sans-serif;
}

.sub_erro{
	font-size:10px;
	color:#FF0000;
	float:right;
}

.sub_success{
	font-size:10px;
	color:#024c97;
	float:right;
}
.thumbnails{
	width:500px;
	float:left;
	/*height:100px;*/
	/*background-color:#0099CC;*/
}

.thumbnails h2{
	background:transparent url(../images/bullet.gif) no-repeat;
	text-decoration:none;
	font-size:12px;
	color:#024c97;
	padding-left:12px;
	padding-bottom:10px;
	/*padding-top:10px;*/
	font-weight:bold;
}

.plantas_thumbs{
	width:430px;
	height:70px;
}

.exterior_thumbs{
	width:430px;
	height:70px;
}
#thumb{
	float:left;
	padding: 0px 5px 0px 5px;
}
/* footer */
#disclaimer{
	float:left;
}
#menuFooter{
	float:right;
}
#menuFooter ul li{
	display:inline;
}
#menuFooter ul li a{
	font-size:10px;
	color:#fff;
}
/* menu */
#menu{
	font-family:Helvetica, Arial, sans-serif;
	width:750px;
	height:26px;
	padding-top:15px;
}
#menu ul li{
	display:inline;
	margin-right:15px;
}
#menu ul li a{
	font-size:10px;
	color:#fff;
	padding-left:14px;
}
#menu ul li a:hover{
	text-decoration:none;
	color:#a2d0ff;
}
#menu ul li a.active{
	color:#a2d0ff;
}
#menu ul li a.home{
	background:transparent url(../images/btn_home.jpg) no-repeat scroll 0 0;
}
#menu ul li a.home:hover, #menu ul li a.home.active{
	background:transparent url(../images/btn_home.jpg) no-repeat scroll 0 -11px;
}
#menu ul li a.galeria{
	background:transparent url(../images/btn_galeria.jpg) no-repeat scroll 0 0;
}
#menu ul li a.galeria:hover, #menu ul li a.galeria.active{
	background:transparent url(../images/btn_galeria.jpg) no-repeat scroll 0 -11px;
}
#menu ul li a.contactos{
	padding-left:16px;
	background:transparent url(../images/btn_contactos.jpg) no-repeat scroll 0 0;
}
#menu ul li a.contactos:hover, #menu ul li a.contactos.active{
	background:transparent url(../images/btn_contactos.jpg) no-repeat scroll 0 -11px;
}
/* lightbox */
#overlay{
	position:absolute;
	width:100%;
	height:100%;
	z-index:3;
	top:0;
	left:0;
	background:#000;
	display:none;
}
#overlay a{
	position:absolute;
	width:100%;
	height:100%;
	z-index:4;
	top:0;
	left:0;
}
#lightbox{
	position:absolute;
	width:640px;
	height:480px;
	z-index:3;
	top:50%;
	left:50%;
	background:#fff;
	display:none;
	margin:-240px 0 0 -320px;
}