@charset "utf-8";
/* CSS Document */

* 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="images/blank.png").substr(0,0)
			)
			:
			this.runtimeStyle.filter=""
		)
	);
}

#externa{
	background-color:#365e91; 
	background-image:url(images/bg2.jpg);
	 background-repeat:no-repeat;
	  background-position:top center; 
	  height:506px;
}

#interna{
	width:770px;

}


#exrternafooter{
	background-image:url(images/bg_rodape.jpg); 
	background-repeat:repeat-x;
	background-position:top;
	height:394px
	  
}


#internafooter{
	background-image:url(images/bg_footer.jpg); 
	background-repeat:no-repeat; 
	height:506px;
	background-position:top center;

	  
}

#header{
	height:132px;
}

#barra_menu{
	width:770px;
	height:35px;
	
}


#conteudo{
	height:339px;
}

#conteudo_esquerda{
	float:left;
	width:641px;
	height:339px;
}


#conteudo_esquerda_direita{
	float:right;
	width:491px;
		height:339px;
}

#conteudo_direita{
	float:right;
	height:339px;
	width:129px;
}


.meio_home{
	background-image:url(images/img_home.jpg);
	background-repeat: no-repeat;
	background-position:center top;
}



.rodape{
	font-family: Verdana;
	font-size:10px;
	color:#2d5586;
	text-decoration:none;

}


.ex_rodape{
	background-image:url(images/bg_rodape.gif); 
	background-repeat:repeat-x; 
	height:70px;
    background-color:#FFFFFF;
}



.meio{

	height:350px;
}
.textfield_orcamento {
    font-size: 11px;
    color: #fff;
    width: 97px;
    height: 13px;
    border-color: #fff;
	background-color:#345d8f;
	border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textfield_orcamento1 {
    font-size: 11px;
    color: #fff;
    width: 141px;
    height: 20px;
    border-color: #fff;
	background-color:#345d8f;
    border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textarea_laminas {
    font-size: 11px;
    color: #fff;
    width: 141px;
    height: 86px;
    border-color: #fff;
	background-color:#345d8f;
    border-width: 1px;
    border-style: solid;
    padding-top: 1px;
    padding-left: 5px;
    overflow: auto;
}


#contentMask{
	width: 418px;
    height: 300px;
    position: relative;
    overflow: hidden;
		margin-top:30px;
	
}
#content{
	width: 417px;
    position: relative;
	text-align: left;
	margin-left:0px;
	
}

#up {
	margin: 0px 0 0 0 ;
    cursor: pointer;


}


#track {
	width:13px;

}

#down {
    cursor: pointer;
}

#drag {
    position: relative;
    cursor: pointer;
		margin-top:0px;
	}
	
	

.body{
	font-family: verdana;
	font-size:13px;
	color:#ffffff;
	text-decoration:none;
	
	
}
