@charset "utf-8";
/* CSS Document */

/* Alpha PNG support for IE */
* html img/**/ {
 filter:expression(
   this.alphaxLoaded ? "" :
   (
       this.src.substr(this.src.length-4)==".png"
       ?
       (
     (!this.complete)
     ? "" :
         this.runtimeStyle.filter=
         ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
         (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
         String(this.alphaxLoaded=true).substr(0,0)+
         (this.src="shared/images/blank.gif").substr(0,0)
       )
       :
       this.runtimeStyle.filter=""
   )
     );
}

body {
	background: url(../images/bg.jpg) no-repeat fixed bottom;
	font: 13px verdana;
	color: #3B3B3B;
	margin: 0px;
}

#base {
	margin: 0 auto;
	width: 940px;
	overflow: hidden;
	z-index: 1;
}


#topo {	
	padding: 22px 20px;
}

#topo ul {
	list-style:none;
	margin: 20px 0px 20px 20px;
	float: right;
}

#topo li {
	margin-left: 20px;
	padding-left: 25px;	
	text-align: left;
	float: left;
	font: 12px Arial;
}

#topo li a:hover {
	padding-left: 25px;
	margin-left: -25px;
	#margin-left: -24px;
	background: url(../images/logo_sitela_mini.gif) no-repeat left;
	text-decoration: none;
}

a{
	color: #7d7d7d;
	text-decoration: none;
}

a:hover{
	color: #666;
	text-decoration: underline;
}

#topo-flash{
	width: 940px;
	height: 240px;

}

#conteudo{
	width: 940px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#esquerda{
	width: 200px;
	float: left;
}

#meio{
	width: 460px;
	float: left;
	padding-left:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#meio_base{
	width: 710px;
	float: left;
	padding-left:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 19px;
}

#direita{
	width: 240px;
	padding-left: 15px;
	float: left;
}

#titulo{
	width: 190px;
	height: 20px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 7px;
	border-color:#999999;
	border-style:dashed;
	border-width: 1px 0px 1px 0px;
}

#titulo2{
	width: 440px;
	height: 20px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 7px;
	border-color:#999999;
	border-style:dashed;
	border-width: 1px 0px 1px 0px;
}

#titulo3{
	width: 225px;
	height: 20px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 7px;
	border-color:#999999;
	border-style:dashed;
	border-width: 1px 0px 1px 0px;
}

#titulo-conteudo{
	width: 700px;
	height: 20px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 7px;
	border-color:#999999;
	border-style:dashed;
	border-width: 1px 0px 1px 0px;
}

.li-principal{
	width: 190px;
	height: 18px;
	background: #f3f3f3;
	list-style: none;
	padding-top: 1px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #666666;
	padding-left: 10px;
	#padding-left: 50px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #333;
}

.ul-principal{
	list-style: none;
	padding-top: 2px;
	margin-left: -39px;
}

ul{
	list-style: none;
	padding-top: 2px;
 	margin-left: -39px;
}

li{
	list-style: none;
}

.li-menu{
/*	list-style-position: outside;*/
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #999;
}

.li-opcoes{
	#margin-top: -18px;
 	#margin-left: 80px;
}

#menu{
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 10px;
	color: #666666;
}

#menu a:link, #menu a:visited{
	text-decoration: none;
	color:#6F6F6F;
}

#menu a:hover{
	text-decoration: none;
	color: #6F6F6F;
}

.img-texto{
	float: left;
	padding: 5px;
	border: 1px #ccc solid;
	margin-right: 15px;
}

.input-text{
	width: 190px;
	height: 17px;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-style: solid;
	border-color: #999;
	border-width: 1px;
	padding-left:7px;
	padding-top: 5px;
}

.input-buttom{
	width: 34px;
	height: 24px;
	border-color: #a3b6c2;
	border-width: 1px;
	border-style: solid;
	color: #7d7d7d;
	background: url(../images/fundo_botao.jpg) repeat-x;
}

#menu-baixo{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666;
	text-decoration: none;
	padding-bottom: 20px;
	clear: both;
}

#menu-baixo a:link, #menu-baixo a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666;
	text-decoration: none;
}

#menu-baixo a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: underline;
}

.ul-menu-baixo{
	list-style: none;
}

.li-menu-baixo{
	float: left;
	padding-left: 20px;
}

#rodape{
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 10px;
	font-weight: normal;
}

#rodape a:link, #rodape a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

#rodape a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}

#menu-baixo-itens{
	width: 700px;
	#width: 670px;
	height: 30px;
	#height: 20px;
	float: left;
	#padding-top: 10px;
	#margin-left: 15px;
	#margin-bottom: -7px;
}

#telefone{
	width: 230px;
	height: 30x;
	#height: 20px;
	float: right;
	text-align: right;
	padding-top: 10px;
	#padding-top: 10px;
	padding-right: 10px;
	#margin-bottom: -7px;

}

.prefixo{
	font-size: 12px;
	font-weight: normal;
}

.tel{
	font-size: 24px;
	font-weight: normal;
}

h1{
	font-size: 13px;
	margin-top: 0px;
	#margin-bottom: -10px;
}

hr{
	border-style: dashed;
	border-color: #999;
	width: 200px;
	height: 0px;
	border-width: 0px 0px 1px 0px;
}

.texto{
	font-size: 11px;
}

img{
	border: 0px;
}

#gradil{
	width: 520px;
	height: 150px;
	margin: 0 auto;
	clear: both;
}

#gradil-esq, #gradil-dir{
	width: 250px;
	height: 20px;
	border: 1px #999999 solid;
	float: left;
	padding: 3px 0px 0px 5px;
	background: #EEEEEE;
}

#gradil-esq-alt, #gradil-dir-alt{
	width: 250px;
	height: 20px;
	border: 1px #999999 solid;
	float: left;
	padding: 3px 0px 0px 5px;
	background: #FFFFFF;
}

.form{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#848383;
	background-color:#F4F4F4;
	border:solid 1px #c9c7c7;
	padding:3px;
	font-weight: bold;
}

.form_esq{
	width:90px;
	float:left;
	margin-top:1px;
}

.form_dir{
	width:430px;
	#width:320px;
}

.form_div{
	margin-top:10px;
}

.form_esq_obra{
	width:120px;
	float:left;
	margin-top:1px;
}

.form_dir_obra{
	width:430px;
	#width:310px;
	font-size: 10px;
}

.form_div_obra{
	margin-top:10px;
}

#mapa{
	width: 400px;
	height: 410px;
	float:left;
}

#divRepre-geral{
	width: 290px;
	height: 350px; 
	border: 1px #999 solid;
	margin-left: 15px;
	margin-top: 15px;
	float:left;
}

#divRepre-top{
	width: 275px;
	height: 20px; 
	background: #999;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 15px;
}

#divRepre{
	width: 270px;
	height: 310px;
	padding: 10px;
	overflow-y: auto;
	overflow-x: hidden;
}

#detalhes{
	width: 260px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-width: 0px 0px 1px 0px;
	border-color: #999999;
	border-style: solid;
	font-size: 11px;
}

#campo-detalhes{
	width: 57px;
	float:left;
}

#selecione-orcamentos{
	width: 400px;
	height: 100px;
	border: 1px #666 solid;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	float: none;
	background: #F4F4F4;
}

#selecione-orcamentos-top{
	width: 400px;
	height: 23px;
	background:#666;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

#selecione-orcamentos-baixo{
	height: 80px;
	#height: 70px;
	padding-top:15px;
	#margin-bottom:-15px;
	text-align: center;
	font-size: 18px;
	font-family: verdana;
	background-image: url(../images/bt_orcamento_fundo.jpg);
	background-repeat: repeat-x;

}

#selecione-orcamentos-baixo a:link, #selecione-orcamentos-baixo a:visited {
	font-size: 18px;
	font-family: verdana;
	color: #E1F0FF;
	text-decoration: none;
}

#selecione-orcamentos-baixo a:hover{
	color:#fff;
	text-decoration: none;
}

#dados-contato{
	font-size: 11px;
}

.fone-contato{
	font-size: 14px;
}

.cont_ul{
	margin-top:5px;
}

.cont_li{
	behavior:url(shared/js/iepngfix.htc);
	width: 130px;
	height: 23px;
	background: url(../images/btn_skype.png) no-repeat;
	padding-bottom:5px;
	font-weight: bold;
}

.cont_li a:link{
	color: #3899de;
}

.cont_li a:hover{
	color: #fff;
}

#skype{
	width: 250px;
	float: right; 
	padding-right: 20px;
	#padding-right: 0px;
	padding-bottom: 20px;
	#padding-bottom: 5px;
}

#skype-top{
	margin: 0 auto;	
	width: 150px;
	height: 60px;
}

#skype-bot{
	margin: 0 auto;	
	width: 150px;
	text-align: center;
}

#skype-bot a:link{
	color: #fff;
	text-decoration: none;
	margin-left: 20px;
}

#skype-bot a:hover{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}


#skype-align{
	width: 250px;
	text-align:center;
}

#orc-esq{
	width: 500px;
	#width: 400px;
	float: left;
}

#orc-dir{
	width: 150px;
	padding-left: 50px;
	float: left;
}

#div-alinhar-botoes{
	text-align: center;
	width: 400px;

}

#obras-esq{
	width: 330px;
	#width: 330px;
	float: left;
	margin-left: 20px;
	#margin-left: 0px;
}

#obras-dir{
	width: 320px;
	float: left;
}

.titulo-obras{
	color: #666;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.ul-obras{
	list-style: circle;
	#padding-left: 50px;
}

.li-obras{
	font-size: 11px;
	list-style: inside;
	#list-style: disc;
	padding-left: 20px;
	#padding-left: 20px;
}

#btnVoltar{
	width: 50px;
	height: 20px;
	text-align: right;
	float: right;
	padding-top: 10px;
}

.hr-orcamento{
	border-style: dashed;
	border-color: #999;
	width: 420px;
	height: 0px;
	border-width: 0px 0px 1px 0px;
	text-align: left;
	padding-top: 15px;
}

.bt_skyke_l{
	float: left;
	background:  url(../images/bt_skype_l.gif) no-repeat left;
	width: 5px;
	height: 30px;
}
.bt_skype_cont{
	float: left;
	height: 30px;
	padding-top: 6px;
	color: #e2e2e2;
	font: 13px Sans-serif;
}
.bt_skype_cont:hover{
	color: #fff;
	font-weight: bold;
}
.bt_skyke_r{
	float: right;
	background:  url(../images/bt_skype_r.gif) no-repeat right;
	width: 5px;
	height: 30px;
}
#bt_skype{
	background: url(../images/bt_skype_m.gif) repeat-x;
	height: 30px;
	clear: both;
	margin-top: 5px;
}

#botao-representantes{
	margin: 0 auto;
	width: 170px;
	#width: 160px;
	height:50px;
}

#botao-representantes-esq{
	width: 50px;
	height:50px;
	float: left;
}

#botao-representantes-dir{
	width: 120px;
	#width: 110px;
	#margin-left: 0px;
	height:50px;
	float: left;
	color:#666;
	text-align:left;
	#text-align:left;
}

#botao-representantes a:link, #botao-representantes a: visited{
	color: #666;
	text-decoration: none;
}

#botao-representantes a:hover{
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

#img-noticias{
	width:220px; 
	float:right; 
	padding:5px;
	border: 1px #999 solid;
	margin: 10px;
}

div#qTip {
	 padding: 3px;
	 border: 1px solid #666;
	 border-right-width: 2px;
	 border-bottom-width: 2px;
	 display: none;
	 background: #999;
	 color: #FFF;
	 font: bold 9px Verdana, Arial, sans-serif;
	 text-align: left;
	 position: absolute;
	 z-index: 1000;
}

#fotos-ilustrativas{
	margin-top: 10px;
	float: right;
	font-size: 9px;
}

#calculadora_pvc{
	margin-left: 5px; 
	margin-bottom: 10px; 
	border: 6px solid #f2f2f2;
	background: #d2d2d2; 
	width: 200px;
	float: right; 
	padding: 10px;
	overflow: hidden;
	font: 11px Arial;
}
.calculadora_pvc_input{
	margin: 0 auto;
	width: 185px;
	#width: 180px;
	border: 2px solid #f2f2f2;
	background: #fff;
	padding: 5px;
	font: Bold 12px Arial;
}
#calculadora_pvc #resultado{
	font-size: 14px;
	color: #06C;
	text-align: center;
	overflow: hidden;
}
#obs-calc{
	font-size:9px; 
	margin: 5px; 
	padding: 8px; 
	border: 3px solid #fff; 
	background: #DBDBDB;
}

#bgAviso{
	-moz-opacity:0.6;
	filter:alpha(opacity=0.6); 
	opacity:0.6;	
	width:100%; 
	height: 100%; 
	z-index: 5; 
	background: #333; 
	position: absolute;
}
#avisoQuadro{
	z-index: 6;
	position: absolute;
	left: 50%;
	margin-left: -221px;
	top: 40%;
	margin-top: -100px;
}
#aviso{
	display: none;
}
