@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=""
		)
	);
}


.interna{
	width:627px;
	height:492px;
	background-image:url(images/bg_meio.jpg);
	background-repeat:no-repeat;
	background-position:top;
	color:#a8594c;
}

.interna_home{
	width:626px;
	height:492px;
	background-image:url(images/bg_meio_home.jpg);
	background-repeat:no-repeat;
	background-position: top;
}

.esquerda{
	background-image:url(images/lat_esquerda.jpg); 
	background-position:top right; 
	background-repeat:no-repeat;
	color:#a8594c;
}

.header{
	background-image:url(images/bg2.jpg); 
	background-repeat:repeat-x;
	height:250px;
	width:100%;
}

.direita{
	background-image:url(images/lat_direita.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	color:#a8594c;
}

.rodape{
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#8f4436;
text-decoration:none;
}

#bg_rodape{
	background-image:url(images/bg_rodape.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding-top:30px;
}

.body{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}


.tb{

font-family:Verdana;
	font-size:12px;
	color:#14206c;
	text-decoration:none;
	padding-left:10px;
	}

#contentMask {
	width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;	
}
#content {
	width: 100%;
    position: relative;
	text-align: left;
}

#up {
	margin:10px 0 0 0 ;
    cursor: pointer;
}


#track {
	width: 8px;
	height: 326px;
	background-image:url(images/scroll_line.gif);
	background-position:center;
	background-repeat:no-repeat;
}

#down {
    cursor: pointer;
}

#drag {
    position: relative;
    cursor: pointer;
	margin-top: 10px;

}

.textfield_orcamento {
    font-size: 11px;
    color: #fff;
    width: 97px;
    height: 13px;
    border-color: #fff;
	background-color:#a75749;
	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:#a75749;
    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:#a75749;
    border-width: 1px;
    border-style: solid;
    padding-top: 1px;
    padding-left: 5px;
    overflow: auto;
}

