/* ZERA TAGS */
@import "zera.css";
/* --------- */

/* ------------------------ GERAIS ---------------------------	*/

body { padding: 0; margin: 0; background: #2D6878 url(../img/bgGeral.jpg) no-repeat top center; font: 14px Arial; }
body a { text-decoration: none; color: #333; }
body a:hover { text-decoration: underline; }
.alt { display: none;}

/* ------------------------------------------------------------ */
/* ------------------------ GERAL ----------------------------	*/

#Geral {
	width: 912px;
	border: solid 0px red;
	margin: 20px auto 0 auto;
	background: url(../img/bgTopo.png) no-repeat top;
	position:relative;
}

/* ------------------------------------------------------------ */
/* ------------------------ TOPO ------------------------------	*/

#Topo { 
	width: 100%;
	height: 95px;
	float: left;
	border: solid 0px red;
}

.MarcaTopo {
	width: 280px;
	height: 95px;
	/*background: url(../img/MarcaNova.png);*/
	position:absolute;
	top:9px;
	left:15px;
}

#MenuTopo {
	border: solid 0px red;
	width: 345px;
	height: 63px;
	position: absolute;
	top: 32px;
	right: 6px;
	background: url(../img/bgMenuTopo.gif);
}

#MenuTopo .btHome, #MenuTopo .btContato { position: absolute; display: block; height: 39px; }
#MenuTopo .btHome { width: 85px; top: 9px; left: 87px; background: url(../img/btHome.png); }
#MenuTopo .btContato { width: 112px; top: 5px; right: 39px; background: url(../img/btContato.png); }

/* ------------------------------------------------------------ */
/* ------------------------ CORPO -----------------------------	*/

#Corpo {
	width: 100%;
	float: left;
	background: url(../img/bgCorpo2.png) no-repeat 0 30px;
	padding: 0 0 25px 0;
	border: solid 0px green;
}

/* ------------------------------------------------------------ */
/* ------------------------ COLUNAS ---------------------------	*/

#ColEsq, #ColDir, #Centro { float: left; border: solid 0px red; }

#ColEsq { width: 200px; padding: 37px 0 0 17px; }
#Centro { width: 460px; padding: 0 0 0 17px; }
#ColDir { width: 200px; padding: 0 0 0 5px; }

/* ------------------------------------------------------------ */
/* ------------------------ MENU ------------------------------	*/

#Menu {
	font: 1.07em "trebuchet MS";
}

#Menu ul { float: left; }

#Menu a {
	color: #373873;
	text-decoration: none;
	letter-spacing: -0.5px;
	width: 190px;
	display: block;
	background: url(../img/lineDotted.jpg) bottom repeat-x;
	padding: 7px 5px;
}

/*#Menu a:hover {
	padding-left: 10px;
	width: 185px;
	color: #CF651A;
}*/

/* ------------------------------------------------------------ */
/* ------------------------ DESTAQUES -------------------------	*/

#Destaques {
	width: 460px;
	height: 275px;
	border: solid 0px blue;
}

/* ------------------------------------------------------------ */
/* ------------------------ CENTRO - CONTEUDO -----------------	*/

#Centro #Conteudo {
	font-size: 0.85em;
	padding: 40px 10px 0 0;
}

#Centro #Conteudo p {
	padding: 5px 2px;
}

#Centro #Conteudo h2 {
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
}

#Centro #Conteudo ul {
	margin: 10px 0 5px 5px;
}

#Centro #Conteudo ul li {
	margin: 0 0 4px 0;
	list-style: inside disc;
}

#Centro #Conteudo .imgEsq {
	float: left;
	margin: 3px;
	padding: 2px;
	border: solid 1px #DDD;
}

/* Formularios */

#Centro #Conteudo label {
	padding: 5px 10px;
	margin: 2px;
	width: 80px;
	text-align: right;
	float: left;
}

#Centro #Conteudo input, #Centro #Conteudo textarea {
	float: left;
	border: solid 1px #DDD;
	padding: 5px;
	margin: 2px;
	width: 300px;
}

#Centro #Conteudo form {
	padding: 10px 0;
}

#Centro #Conteudo form br { clear: left; }

#Centro #Conteudo button {
	padding: 5px 10px;
	background: #666;
	color: #FFF;
	margin: 2px;
}

#Centro #Conteudo #BtsForm {
	float: right;
	padding: 10px 30px;
}

#Centro #Conteudo fieldset { border: solid 1px #CCC; padding: 10px; margin: 5px 0; }
#Centro #Conteudo fieldset legend { background: #FFF; border: solid 1px #333; border-top: 0; border-left: 0; padding: 3px 10px; background: #666; color: #FFF;}

#Centro #Conteudo .fieldRadios { padding: 10px 20px;}
#Centro #Conteudo .fieldRadios input { width: auto; border: 0;}
#Centro #Conteudo .fieldRadios label { text-align: left; padding: 0px 5px;}

#Centro #Conteudo #Orcamento, #Centro #Conteudo #Orcamento li { list-style: none !important; }

#Centro #Conteudo #Orcamento li a {
	display: block;
	padding: 6px 9px;
	background: #EEE;
}

#Centro #Conteudo #Orcamento li a:hover {
	background: #EAEAEA;
}

/* ------------------------------------------------------------ */
/* ------------------------ NOTICIAS --------------------------	*/

#Noticias {
	width: 200px;
	padding: 65px 0 0 0;
	background: url(../img/titNoticias.jpg) no-repeat top left;
}

#Noticias ul {
	border: solid 0px red;
	height: 152px;
}

#Noticias ul li {
	background: url(../img/lineDotted.jpg) bottom repeat-x;
	padding: 12px 0;
	margin: 0 0 0 6px;
}

#Noticias ul li.last { background: none; }

#Noticias h3 {
	font-size: 0.95em;
	letter-spacing: -0.3px;
	font-weight: normal;
	line-height: 14px;
}

#Noticias .btVerTodas {
	font: 1em "trebuchet MS";
	color: #28166F;
	font-weight: bold;
	text-align: right;
	width: auto;
	display: block;
	background: #EAF0F2;
	padding: 6px 9px 6px 0;
	margin: 26px 0 0 0;
}

/* ------------------------------------------------------------ */
/* ------------------------ RODAPE ----------------------------	*/

#Rodape {
	width: 100%;
	padding: 20px 0 0 0;
	height: 80px;
	float: left;
	background: url(../img/bgRodape.png) no-repeat;
	border: solid 0px red;
	font-size: 0.92em;
	color: #FFF;
	text-align: center;
	line-height: 16px;
	position: relative;
}

#Rodape a { color: #FFF; }

#Rodape .btInovit {
	width: 67px;
	height: 27px;
	display: block;
	position: absolute;
	top: 26px;
	right: 37px;
	background: url(../img/btInovit.gif);
}

/* ------------------------------------------------------------ */
/* ------------------------ SERVICOS --------------------------	*/

.Servicos li {
    list-style: none !important;
    float: left;
    border: solid 1px #EEE;
    padding: 3px 3px 6px 3px;
    margin: 3px !important;
    text-align: center;
    font-size: 1.1em;
    color: #666;
    font-weight: bold;
    letter-spacing: -1px;
    width: 200px !important;
    height: 220px !important;
}


.Servicos li img { margin-bottom: 4px; }

/* ------------------------------------------------------------ */
/* ------------------------ DHTML -----------------------------	*/

.DHTML {
	width: 560px;
	height: 340px;
	padding: 5px;
	position: absolute;
	top: 70px;
	left: 50%;
	margin-left: -285px;
	z-index: 99999;
	background: #FFF;
	border: solid 1px #CCC;
}

.DHTML .btFechar {
	background: #FFF;
	padding: 4px;
	font-size: 1.1em;
	color: #666;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
	text-decoration: none !important;
	
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99999;
}

.DHTML .btFechar:hover { background: #666; color: #FFF; }