/* 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-esquerda1{
	background-color:#000000;
	background-image:url(images/bg_line.gif);
	background-position:top;
	background-repeat:repeat-x;
}

.lateral-esquerda2{
	background-color:#000000;
	background-image:url(images/lateral_esquerda.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:53px;
}

.centro{
	width:751px;
	background-color:#000000;
}

#header{
	width:751px;
	float:left;
}

#interna{
	width:751px;
	float:left;
}

#livro{
	width:152px;
	float:left;
}

#conteudo{
	width:466px;
	float:right;
}

#menu{
	width:80px;
	float:left;
}

#content{
	width:410px;
	margin-top:32px;
}

.texto{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#f5f5f5;
	text-decoration:none;
}

.f-centro{
	width:751px;
}

.bg-footer{
	background-image:url(images/footer_line.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#fff;
}

#footer{
	margin-top:29px;
	margin-left:19px;
}

#oleitorvoraz{
	width:99px;
	float:left;
}

#compartilhe{
	width:500px;
	float:left;
}

#frog{
	width:130px;
	float:right;
}

.rodape{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#termos{
	margin-bottom:11px;
}

/*opinioes*/
.textfield_orcamento {
    font-size: 11px;
    color: #fff;
    width: 280px;
    height: 13px;
    border-color: #fff;
	background-color: #000;
	border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textfield_orcamento1 {
    font-size: 11px;
    color: #fff;
    width: 141px;
    height: 13px;
    border-color: #fff;
	background-color:#000;
    border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textarea_laminas {
    font-size: 11px;
    color: #fff;
    width: 335px;
    height: 60px;
    border-color: #fff;
	background-color:#000;
    border-width: 1px;
    border-style: solid;
    padding-top: 1px;
    padding-left: 5px;
    overflow: auto;
}


