/* 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: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.lateral-esquerda{
	background-image:url(images/line_left.gif);
	background-position:top;
	background-repeat:repeat-x;
}

.lateral-direita{
	background-image:url(images/lateral_direita.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.centro{
	width:769px;
}

#container{
	width:769px;
	float:left;
}

#menu-interna{
	width:503px;
	float:left;
}

#menu-lateral{
	width:266px;
	float:right;
}

.interna{
	width:397px;
}

.livro-compre{
	width:372px;
	height:647px;
	background-image:url(images/bg_mae.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

#header{
	width:397px;
	height:249px;
}

#interna-padd{
	padding-left:16px;
	padding-right:20px;
	padding-top:18px;
}

.texto{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#444242;
	text-decoration:none;
}

#bg-rodape{
	background-color:#a6093a;
	height:50px;
}

#footer-externa{
	width:737px;
	padding-top:10px;
}

#compartilhadores{
	width:225px;
}

#frog{
	width:121px;

}

#politicas{
	width:390px;
}

.rodape{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#dbdbdb;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}


.textfield_orcamento {
    font-size: 11px;
    color: #a6093a;
    width: 300px;
    height: 13px;
    border-color: #a6093a;
	background-color: #fff;
	border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textfield_orcamento1{
    font-size: 11px;
    color: #a6093a;
    width: 141px;
    height: 13px;
    border-color: #a6093a;
	background-color:#fff;
    border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textarea_laminas {
    font-size: 11px;
    color: #a6093a;
    width: 345px;
    height: 60px;
    border-color: #a6093a;
	background-color:#fff;
    border-width: 1px;
    border-style: solid;
    padding-top: 1px;
    padding-left: 5px;
    overflow: auto;
}
