/* 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=""
		)
	);
}

.lateral-esquerda{
	background-image:url(images/lateral_esquerda.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

.lateral-direita{
	background-image:url(images/lateral_direita.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#superio{
	width:774px;
	height:392px;
}

#header{
	float:left;
	width:566px;
	height:392px;
}

#menu{
	float:right;
	width:208px;
	height:392px;
}

#bg-home{
	background-image:url(images/bg_home.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:774px;
	height:108px;
	float:left;
	padding-top:427px;
}

#bg-interna{
	background-image:url(images/bg_internas.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:774px;
	height:500px;
	float:left;
/*	padding-top:10px;
	padding-left:18px;*/
}


#menu_multimidia{
	position: absolute; 
	left: 798px;
	top:77px; 
	z-index: 888; 
	display: none; 
	margin-left: -1px;
	*margin-left: 564px; 
	width:68px;
	height:32px;
}

#transp{
	position: absolute; 
	left: 798px;  
	top:0px; 
	z-index: 777; 
	display: none; 
	margin-left: -1px;
	width:308px; 
	height:392px;
}

.rodape{
	font-family:Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

/*intro*/

.intro-esquerda{
	background-image:url(images/intro/lateral_esquerda.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

.intro-direita{
	background-image:url(images/intro/lateral_direita.gif);
	background-position:top left;
	background-repeat:no-repeat;
}


#internas{
	padding-top:10px;
	padding-left:18px;
	width:512px;
}

.texto{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.textfield_orcamento {
    font-size: 11px;
    color: #000;
    width: 97px;
    height: 13px;
    border-color: #000;
	background-color: #a39f99;
	border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textfield_orcamento1 {
    font-size: 11px;
    color: #000;
    width: 141px;
    height: 20px;
    border-color: #000;
	background-color:#a39f99;
    border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textarea_laminas {
    font-size: 11px;
    color: #000;
    width: 141px;
    height: 86px;
    border-color: #000;
	background-color:#a39f99;
    border-width: 1px;
    border-style: solid;
    padding-top: 1px;
    padding-left: 5px;
    overflow: auto;
}
