* {
color: #333333;
font-family:  Helvetica, Verdana, Arial, sans-serif !important;
font-size: 13px;
list-style: none;
text-decoration: none;
letter-spacing:0px;
line-height:normal;
}

a:hover {
  color: #555555;
}

html {
  height: 100%;
}

body {
margin: 0;
height: 100%;
line-height: 15px;
margin: 0;
padding: 0px;
font-size: 15px;
}

h1 {
  font-size: 25px;
  color: #B16218;
  font-weight: bold;
}

p {
  margin-top: 4px;
  margin-bottom: 10px;
  text-align: justify;
  letter-spacing: -1px;
  line-height: 19px;
}


.tudo {
  width: 925px;
  margin-left: -474px;
  left: 50%;
  position: relative;
}

#logo {
  padding-top: 10px;
  margin-bottom: 2px;
}

#topo {
  background:url(../img/topo_home.jpg) no-repeat left top;
  height: 345px;
  padding-top: 2px;
  margin-left: -1px;
}


#meio {
  height: 495px;
  margin-top: -90px;

}

.destaques {
  float: right;
  width: 424px;
  clear: both;
  margin-bottom: 17px;
  z-index: 100;
  position: relative;
}


#carregando {
  position: fixed;
  top:50%;
  left: 40%;
  width: 200px;
  height: 5px;
  background-color: #FF8000;
}

#menu {
  width: 100px;
  position: absolute;
  top: 450px;
  left: 2px;
}

#menu a {
  cursor: pointer;
}

#news {
  position: relative;
  width: 235px;
  height: 190px;
  top: 257px;
  left: 170px;
  text-align: right;
  font-size: 10px;

}

#voltar {
  background:url(../img/voltar.gif) no-repeat left top;
  position: absolute;
  width: 60px;
  height: 24px;
  text-indent: -9999px;
  cursor: pointer;
}


.news{
  cursor: pointer;
}

#t-news {
  position: relative;
  top: 244px;
  left: 205px;
  width: 190px;
  height: 25px;
}


table {
  margin-bottom: 10px;
}


table td {
  color: #999;
  font-size: 10px;
}

#msg {
  top: 48%;
  left: 44%;
  background-color: #fff;
  border-left: 3px solid #FF9900;
  border-right: 3px solid #FF9900;
  border-bottom: 1px solid #FF9900;
  border-top: 1px solid #FF9900;
  padding: 10px;
  color: #666;
  position: fixed;
  display: none;
  z-index: 1000;
}

#rodape {
  position: absolute;
  background:url(../img/rodape.gif) no-repeat left top;
  top: 841px;
  width: 921px;
  height: 45px;
  text-indent: -9999px;
}

#direitos {
  position: absolute;
  top: 900px;
  left: 325px;
  padding-bottom: 15px;
  text-align: center;
}

#tags {
  position: absolute;
  top:920px;
  padding-bottom: 15px;
  text-align:justify;
  color:#58585A;
  font-size:14px;
  text-align:justify;
}

#m-empresa {
  background:url(../img/m_empresa.gif) no-repeat top;
  width: 97px;
  height: 28px;
  text-indent: -9999px;
  clear: both;
  border: none;
}

#m-consultoria {
  background:url(../img/m_consultoria.gif) no-repeat top;
  width: 97px;
  height: 25px;
  text-indent: -9999px;
  clear: both;
  border: none;
}

#m-suporte {
  background:url(../img/m_suporte.gif) no-repeat top;
  width: 97px;
  height: 26px;
  text-indent: -9999px;
  clear: both;
  border: none;
}

#m-contato {
  background:url(../img/m_contato.gif) no-repeat top;
  width: 97px;
  height: 28px;
  text-indent: -9999px;
  clear: both;
  border: none;
}

#m-consultoria:hover, #m-suporte:hover, #m-empresa:hover, #m-contato:hover, #m-consultoria:focus,  #m-suporte:focus, #m-empresa:focus, #m-contato:focus { background-position: bottom; }


#logo_2clicks {
  background:url(http://www.2clicks.com.br/all/img/2clicks.png) no-repeat top;
  width: 50px;
  height: 16px;
  text-indent: -9999px;
  position: relative;
  left: 850px;
  top: 63px;
  border: none;
  cursor: pointer;
}


/**********************************
Fomulario formx
***********************************/

form.formx fieldset {
	margin-bottom: 10px;
}

form.formx legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
}

form.formx label {
	display: inline-block;
    width: 60px;            /* Tamanho dos label */
	line-height: 18px;
	vertical-align: top;
	cursor: pointer;
    text-align: right;
    margin:0 10px 10px 0;

}

form.formx {
	width: 370px;
    float: left;
}

form.formx legend {
	padding-left: 0;

}

form.formx label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
    }

form.formx legend, form.formx label {
	/* color: #333;  */

    padding-top: 2px;
}

form.formx fieldset {
	border: none;

/*	background: url(../img/formulario-fieldset.gif) left bottom repeat-x; */

}

form.formx fieldset fieldset {
	background: none;
}

form.formx fieldset p {
	padding: 2px 2px 2px;
   /*	background: url(../img/formulario-divider.gif) left bottom repeat-x; */
}

form.formx label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}
form.formx textarea {	border: none; width: 170px; padding: 2px;}
form.formx p input, form.formx p textarea {	border: 1px solid #ffffff; width: 170px; padding:0 2px 0 2px;}

formx div.error { display: none; }
formx input:focus { border: 1px dotted #888888; }
formx input.error { border: 1px dotted red; }
form.formx .gray * { color: gray; }

/* ZOOM */

#zoom {
  z-index: 500;
}



