﻿/* Desenvolvido por: JGwebcom */

/* 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{
	margin: 0px;
	background: #e8e9e1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #848181;
	line-height: 16px;
}
p{
	line-height: 18px;
}
h1{
	font-size: 20px;
	font-weight: bold;
	color: #000;
}
h2{
	font-size: 18px;
	font-weight: bold;
}
h3{
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
a{
	color: #000;
	text-decoration: none;
}
.link_comum{
	color: #848181;
}
a:hover{
	text-decoration: underline;
}
#bg_base{
	background: #fff url(../images/bg_base.png) repeat-x;
	text-align: center;
	min-height: 700px;
}
#base{
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
}
#logo_topo{
	padding: 14px;	
}
#topo{
	background: url(../images/bg_topo.jpg) repeat-x;
	height: 292px;
	overflow: hidden;
	margin-bottom: 10px;
}
#base_menu{
	height: 105px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 50;
	overflow: hidden;	
}
#base_menu_i{
	width: 960px;
	height: 105px;
	background: url(../images/base_menu.png);
	margin: 0 auto;
}
#menu{
	width: 98%;
	height: 63px;
	background: url(../images/bg_menu.png) repeat-x;
	vertical-align: middle;
	margin: 0 auto;
	margin-top: -15px;
	#margin-top: 0px;
}
#menu ul{
	list-style: none;
	margin-left: -20px;
	#margin-left: 10px;	
	padding-top: 20px;
	width: 940px;
}
#menu ul li{
	float: left;
	margin: 0 10px 0 10px;
}
#menu ul li img{
	border: 0 none;
}
#fotos_topo{
	height: 291px;
	width: 960px;
	z-index: 0px;
	overflow: hidden;
	text-align: center;
}
.conteudo{
	width: 920px !important; 
	padding: 0 20px 0 20px;
	clear: both;
	text-align: left;
}
#colA{
	width: 260px;
	float: left;
}
#colB{
	width: 630px;
	float: right;
}
#rodape{
	background: url(../images/bg_rodape.png) repeat-x;
	height: 148px;
	font-size: 11px;
	text-align: center;
	color: #000;
	overflow: hidden;
	margin-top: 10px;
}
#selo_rodape{
	float: left;
	text-align: center;
	width: 220px;	
	height: 148px;
	background: url(../images/logo_rodape.jpg) center top no-repeat;
}
#conteudo_rodape{
	width: 710px;
	float: right;
	padding-top: 20px;
	text-align: center;
}
#conteudo_rodape ul{
	list-style: none;
	margin-left: -20px;
	#margin-left: 10px;	
	width: 100%;
}
#conteudo_rodape ul li{
	float: left;
	margin-left: 9px;
	padding-right: 10px;
	border-right: 1px solid #000;
}
#conteudo_rodape a{
	color: #000;	
}
.conteudo_interno{
	width: 920px !important; 
	padding: 0 20px 0 20px;
	clear: both;	
	text-align: left;
}
.conteudo_interno img{
	border: 2px solid #b0aaaa;
}
.img_left{
	float: left;
	margin: 0 10px;
}
.img_right{
	float: right;
	margin: 0 0 10px 10px;
}
.box{
	width: 199px;
	margin: 5px;
	font-weight: bold;
	text-align: center;
	float: left;
	overflow: hidden;
}
.box div{
	width: 195px;
	#width: 190px;
	height: 130px;
	border: 2px solid #b0aaaa;
	background: #E1E1E1;
	margin-bottom: 8px;
	overflow: hidden;
}
.box div img{
	max-width: 205px;
	#width: 205px;
	border: 0 none;
}
.box_obras_int{
	width: 173px  !important;
	height: 180px;
}
.box_obras_int div{
	width: 168px  !important;
}
.box_produtos_int{
	width: 173px  !important;
	height: 130px;
}
.box_produtos_int div{
	width: 168px  !important;
	height: 100px;
}
.madeiras{
	width: 143px  !important;
	height: 130px;
}
.madeiras div{
	width: 138px  !important;
	height: 100px;
}
.box_noticias{
	padding: 16px;
	border: 1px solid #e9e9e9;
	background: #f2f0f0;
	color: #000;
}
input, textarea{
	width: 98%;
	font-weight: bold;
}
.contatosVendedores{
	border-top: 1px solid #D5D5D5;
	padding-top: 10px;
}
.lista{
	list-style: none;
	margin-left: -20px;
	#margin-left: 0px;
}
.lista li{
	border-bottom: 1px solid #dedfd7;
	padding: 3px;
}
.lista li:hover{
	background: #dedfd7;
	cursor: pointer;
}
.voltar{
	float: right; 
	font-weight: bold;
	cursor: pointer;
}