* {
   margin:0px;
   padding:0px;
}

body {
	font-family:Trebuchet MS;
	font-size:11px;
	color:#383431;
}

b.valor{
	font-size:18px;
	color:#FFF500;
}

/* INÍCIO ESTRURAS DIV */

#geral{
	width:100%;
	height:544px;
	float:left;
	background:url(../img/conteudo.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

.conteudo_esq{
	width:245px;
	height:428px;
	float:left;
	background:url(../img/logo_stampinox.gif);
	background-repeat:no-repeat;
}

.caixa_esq{
	width:219px;
	height:99px;
	float:left;
	background:url(../img/caixa_esq.gif);
	background-repeat:no-repeat;
}

.caixa_esq2{
	width:219px;
	height:185px;
	float:left;
	background:url(../img/caixa_esq2.gif);
	background-repeat:no-repeat;
	margin-top:10px;
}

.caixa_esq3{
	width:219px;
	height:126px;
	float:left;
	background:url(../img/caixa_esq3.gif);
	background-repeat:no-repeat;
	margin-top:10px;
}

.caixa_cadastrar{
	width:179px;
	height:21px;
	float:left;
	background:url(../img/caixa_cadastrar.gif);
	background-repeat:no-repeat;
	margin-top:5px;
	margin-left:11px;
	display:inline;
}

.caixa_cadastrar2{
	width:172px;
	height:15px;
	float:left;
	margin-top:4px;
	margin-left:4px;
	display:inline;
	font-size:11px;
	border:0px;
}

.rodape{
	width:100%;
	height:20px;
	float:left;
	background:url(../img/rodape.gif);
	background-repeat:no-repeat;
	background-position:center top;
}

.rodape2{
	width:100%;
	height:100px;
	float:left;
	background:url(../img/rodape2.gif);
	background-position:center top;
}

.central{
	width:245px;
	float:left;
	background:url(../img/central.gif);
	background-repeat:repeat-y;
}

.central2{
	width:220px;
	float:left;
	background:url(../img/central2.gif);
	background-repeat:repeat-y;
}

.caixa_central{
	width:219px;
	float:left;
	background:url(../img/caixa_central.gif);
	background-repeat:repeat-y;
}

.tdDestaque {
	background:url(../img/rodape2.gif);
	Font-size:12px;
	font-weight:bold;
	padding-left:5px;
	color:#FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
}

.caixa_detalhes{
	width:38px;
	height:15px;
	color:#72706F;
	border:1px solid #666666;
	background-color:#DEDEDE;
	font-size:11px;
}

.border{
	border-bottom:1px solid #666666;
}

/* FIM ESTRURAS DIV */

/* INÍCIO ESTRURAS DE INPUT */

.contato {
	background:url(../img/caixa_contatos.gif);
	background-repeat:no-repeat;
	width:501px;
	height:21px;
	margin-bottom:5px;
}

.CaixaContato{
	width:493px;
	height:15px;
	font-size:11px;
	margin-left:4px;
	display:inline;
	margin-top:4px;
	background:none;
	border:0px;
}

.area {
	background:url(../img/caixa_area.gif);
	background-repeat:no-repeat;
	width:501px;
	height:151px;
	margin-bottom:5px;
}

.CaixaArea{
	width:493px;
	height:143px;
	font-size:11px;
	margin-left:4px;
	display:inline;
	margin-top:4px;
	background:none;
	border:0px;
}

.contato2{
	background:url(../img/caixa_contatos2.gif);
	background-repeat:no-repeat;
	width:260px;
	height:21px;
	margin-bottom:5px;
	
}

.CaixaContato2{
	width:252px;
	height:15px;
	font-size:11px;
	margin-left:4px;
	display:inline;
	margin-top:4px;
	background:none;
	border:0px;
}

.area2{
	background:url(../img/caixa_area2.gif);
	background-repeat:no-repeat;
	width:260px;
	height:117px;
	margin-bottom:5px;
}

.CaixaArea2{
	width:252px;
	height:108px;
	font-size:11px;
	margin-left:4px;
	display:inline;
	margin-top:4px;
	background:none;
	border:0px;
}

.news_cadastro{
	width:25px;
}

.orcamento{
	width:60px;
	float:left;
	height:23px;
	background:url(../img/caixa_orcamento.gif);
	background-repeat:no-repeat;
}

.caixa_orcamento{
	width:42px;
	float:left;
	height:15px;
	margin-top:4px;
	margin-left:4px;
	display:inline;
	border:0px;
	font-size:11px;
	color:#969594;
}

/* FIM ESTRURAS DE INPUT */

/* INÍCIO ESTILOS DE LETRAS - LINKS - OUTROS */

a {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
   text-decoration:underline;
}

a.link_contato{
	color:#666666;
	text-decoration:none;
}

a.link_contato:hover {
   text-decoration:underline;
}

a.popup{
	color:#2A5C91;
	text-decoration:none;
}

a.popup:hover {
   text-decoration:underline;
}

/* FIM ESTILOS DE LETRAS - LINKS - OUTROS */

/* INÍCIO FUNÇÃO PNG */

 .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="css/blank.gif").substr(0,0)
       )
       :
       this.runtimeStyle.filter=""
   )
     );}

/* FIM FUNÇÃO PNG */

.highslide-wrapper div {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(../highslide/graphics/zoomin.cur), pointer;
    outline: none;
    text-decoration: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-wrapper, .drop-shadow {
	background: white;
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    padding-left: 22px;
    background-image: url(../highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
