/*////////////////////////////////////////////////////////////////////////////////
//      	Desenvolvido por Vizzia Agência Digital - 				            //
//       URL:www.vizzia.com  |  E-mail: info@vizzia.com                         //
//       Parte Integrante do web site beta www.vizzia.com.br                         //
////////////////////////////////////////////////////////////////////////////////*/

/* CSS Document */

/* Body */

body{
  background:#000000;
  margin:0px;
  padding:0px; 
  text-align:center;  
}

#cliente a{
  text-decoration:none;
  color:#FFFFFF;
}

#cliente a:hover{
  color:#990000;
}

#principal{
  width:530px;
  height:400px;
  padding:0px;
  margin:28px auto 0px auto;
  overflow:visible;
}

/* Topo */

#topo{
  background:url(../img/logo.png) no-repeat;
  width:530px;
  height:120px;
  padding:0px;
}

#institucional{
  float:right;
  width:380px;
  margin:30px 0px 0px 0px;
}

#institucional p{
  margin:0px 15px;
  text-align:justify;
  font-family:"Lucida Grande", Arial, Sans-serif;
  font-size:11px;
  color:#777C7E;
}

#secondlife{
   width:530px;
   height:195px;
}

#secondlife a, .imagem{
  border:0px;
  margin:0px;
  padding:0px;
}

#servicos{
  background:url(../img/solucoes.png) top no-repeat left;
  width:530px;
  height:80px;
  padding:35px 0px 0px 0px;
  margin:0px;
  text-align:justify;
  font-family:"Lucida Grande", Arial, Sans-serif;
  font-size:10px;
  color:#777C7E;
}

.servicoItem{
  background:#1F1F1F;
  float:left;
  width:155px;
  height:13px;
  padding:2px 0px 2px 5px;
  margin:1px 5px 0px 5px;
  border-left:3px solid #333333;
}

/* Left */

#left{
  float:left;
  padding:0px;
  width:175px;
  margin-top:33px;
}

/* Clientes */

#cliente{
  background:url(../img/imgclientes.png) top left no-repeat;
  float:left;
  margin:0px;
  padding:35px 0px 0px 0px;
  height:120px;
}

.clienteItem{
  background:#1F1F1F;
  float:left;
  width:155px;
  height:13px;
  padding:2px 0px 2px 5px;
  margin:1px 5px 0px 5px;
  border-left:3px solid #333333;
  text-align:left;
  font-family:"Lucida Grande", Arial, Sans-serif;
  font-size:10px;
  color:#777C7E;
}

.clienteItem span{
  display:none;
}

/* Contato */

#contato{
  float:right;
  padding:0px;
  width:310px;
  margin-top:33px;
}

#figform{
 width:19px;
 height:87px;
 background:url(../img/contato.png) no-repeat;
}

*html #figform{
  margin-left:-240px;
}

.txtcontato{
  height:16px;
  width:250px;
  font-family:Tahoma, "Trebuchet MS", Arial;
  font-size:11px;
  margin-top:8px;
  color:#E6E6E6;
  background:#161616;
  border:none;
}

.msgcontato{
  height:97px;
  width:250px;
  font-family:Tahoma, "Trebuchet MS", Arial;
  font-size:11px;
  margin-top:8px;
  color:#E6E6E6;
  background:#161616;
  border:none;
}

#texto {
  font-family:Tahoma, "Trebuchet MS", Arial;
  font-size:11px;
  color:#E6E6E6;
}

p {
margin-left:20px;
}

*html p{
margin-left:35px;
}

#form{
 margin:-85px 0px 0px 10px;
 
}

*html #form{
 margin:-105px 0px 0px 15px;
}

#form span{
  display:none;
}

#txtformnome{
 width:32px;
 margin-left:25px;
 margin-top:5px;
 background:url(../img/formnome.png) no-repeat;
}

#txtformemail{
 width:40px;
 margin-left:25px;
 margin-top:3px;
 background:url(../img/formemail.png) no-repeat;
}

#txtformassunto{
 width:50px;
 margin-left:25px;
 margin-top:3px;
 background:url(../img/formassunto.png) no-repeat;
}

#txtformmsg{
 width:56px;
 margin-left:25px;
 margin-top:3px;
 background:url(../img/formmsg.png) no-repeat;
}

.btncontato{
 margin-top:2px;
 margin-left:194px;
}

.telefone{
 margin:5px 0px 0px 0px;
 padding:0px;
}