@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=""
		)
	);
}


.body {
	font-family:Verdana;
	font-size:13px;
	color:#ffffff;
	text-decoration:none;
	text-align:justify;
}

.body_home {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
}

.header_img{
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height:440px;
	width:776px;
}

.replica_final{
	background-color:#FFFFFF;
	background-repeat:repeat-y;
}


.body_a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

.body_b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	text-decoration: underline;
}

a:hover {
	text-decoration:underline;
}

.meio {
	height:415px;
	background-image:url(images/bg_meio.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	vertical-align:top;
	padding-left:85px; 
	padding-right:63px;
}

/*.meio_home {
    height:415px;
	background-image: url(images/bg_meio_home.jpg);
	background-repeat:no-repeat;
	background-position:top;
	vertical-align:top;
}*/

.esquerda {
	height:735px;
	width:345px;
	background-image:url(images/lat_esquerda.jpg);
	background-position:top right;
	background-repeat: no-repeat;
}

.direita {
	width:324px;
	height:735px;
	background-image:url(images/lat_direita.jpg);
	background-position:top left;
	background-repeat: no-repeat;
}

.bg_esquerda {
	background-image:url(images/linha_rpt.gif);
	background-position:top right;
	background-repeat: repeat-x;
}

.bg_direita {
	background-image:url(images/linha_rpt.gif);
	background-position:top left;
	background-repeat: repeat-x;
}

.rodape_bg {
	background-image:url(images/bg_rodape.jpg);
	background-repeat:no-repeat;
	height:76px;
}

.rodape {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#633883;
	text-decoration:none;
}

.textfield_orcamento {
    font-size: 11px;
    color: #fff;
    width: 97px;
    height: 13px;
    border-color: #fff;
	background-color:#734495;
	border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textarea_laminas1 {
    font-size: 11px;
    color: #fff;
    width: 141px;
    height: 20px;
    border-color: #fff;
	background-color:#734495;
    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:#734495;
    border-width: 1px;
    border-style: solid;
    padding-top: 1px;
    padding-left: 5px;
    overflow: auto;
}
