/* 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 {
	background-color: #7fab79;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.lateral-esquerda{
	background-image:url(images/line_header.gif);
	background-position:top;
	background-repeat:repeat-x;
}

.centro{
	width:780px;
}

#header{
	width:780px;
	height:272px;
	float:left;
}

#body{
	width:780px;
	float:left;
}

#footer{
	width:780px;
	float:left;
}

#menu{
	width:188px;
	float:left;
}

#container{
	width:580px;
	float:right;
}

#conteudo{
	padding-left:27px;
	padding-right:22px;
}

.texto{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1a0d61;
	text-decoration:none;
}

.rodape{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
	color:#c5ba6b;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.textfield_orcamento {
    font-size: 11px;
    color: #1a0d61;
    width: 97px;
    height: 13px;
    border-color: #1a0d61;
	background-color: #fff;
	border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textfield_orcamento1 {
    font-size: 11px;
    color: #1a0d61;
    width: 141px;
    height: 20px;
    border-color: #1a0d61;
	background-color:#fff;
    border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textarea_laminas {
    font-size: 11px;
    color: #1a0d61;
    width: 141px;
    height: 86px;
    border-color: #1a0d61;
	background-color:#fff;
    border-width: 1px;
    border-style: solid;
    padding-top: 1px;
    padding-left: 5px;
    overflow: auto;
}
