@charset "iso-8859-1";
/* CSS Document */
* {
margin: 0;
padding: 0;
}
html, body{height:100%;}
body{ margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; color:#303030; font-size:14px; line-height:18px; word-spacing:1px;  overflow-x:hidden;}
#topo{ height: 524px; width:100%; margin:0 auto;}
#topo1{ width:100%; height:524px;}
#barra_topo{ height:120px; width:100%; background:#000; opacity: .75; -moz-opacity: .75; filter:alpha(opacity=75); position:absolute; z-index:1000; top:540px; -moz-box-shadow: 0 0 10px #000; -webkit-box-shadow: 0 0 10px #000;box-shadow: 0 0 10px #000; color:#FFF; font:60px RBN;}


#menu{ width:550px; height:55px; z-index:29000; background:#1c7a99; position:fixed; top:0; right:50px; opacity: .78; -moz-opacity: .78; filter:alpha(opacity=78);-moz-box-shadow: 0 3px 8px #000; -webkit-box-shadow: 0 3px 8px #000;box-shadow: 0 3px 8px #000;}

#menu ul{ margin:35px; padding:0;}
#menu ul li{list-style-type:none; float:left; padding:4px 15px; display:block; height:40px;}

#menu ul li a{ text-decoration:none; color:#fff;  display:block; height:30px; margin-top:-20px; font-family:"Helvetica Neue", Helvetica, Arial; font-size:20px; }

#menu ul li a:hover{ text-decoration:none; color:#28a9b6; border-bottom:6px solid #28a9b6; display:block;}

#texto_barra_topo{ padding:10px; padding-left:30px; font-size:42px; padding-left:70px;}
#site{ background:#efeae5; height: 3200px; width:100%;}

#logo{ width:180px; height:120px; background:#FFF; position:absolute; z-index:11000; top:30px; left:30px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}

#logo img{ padding-left:25px;}
#conteudo{ width:100%; }

#barra_menu{ height:6px; width:100%; position:absolute; top:0; background:#358eac; z-index:2900; -moz-box-shadow: 0 0 10px #000; -webkit-box-shadow: 0 0 10px #000;box-shadow: 0 0 10px #000; position:fixed;}

#img_lazer img{ border:1px solid #D4D4D4; padding:1px; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}




span.form{ line-height:20px;}
h1{ padding:5px; color:#FFF;}
input, textarea{font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; color:#6e6e6e;outline:none; border:1px solid #abadb3;}

#nome, #email, #cidade, #assunto, #tel{ height:22px; width:360px; border:1px solid #abadb3;}
#enviar{height:39px; width:126px; border:none; border:0; cursor:pointer;}
#enviar:hover{height:39px; width:126px; border:none; border:0; background:url(imagens/botao2.png); cursor:pointer;}
#carregaIMG{ margin:0 auto; z-index:500; position:fixed; top:-15%; left:9%; -moz-box-shadow: 0 0 5px #888;-webkit-box-shadow: 0 0 5px #888;box-shadow: 0 0 10px #888;
-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius:6px;

background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(249,249,249,1) 15%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(15%,rgba(249,249,249,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 15%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 15%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 15%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 15%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}