/* CSS Document */

body {
	background-color: #030505;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


* 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=""

		)

	);

}




#externa{
	width:884px;
	margin-left:auto;
	margin-right:auto;
}

#ediouro_ico{
	width:70px;
	float:left;
}

#conteudo{
	width:812px;
	float:right;
}

#menu{
	width:812px;
	height:28px;
	float:left;
}

#interna-bg{
	width:812px;
	height:736px;
	float:left;
	background-image:url(images/bg_site.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#margeamento{
	width:773px;
	height:699px;
	margin: 19px 20px 19px 20px;
}

#header{
	width:773px;
	height:154px;
	float:left;
}

#container{
	width:773px;
	height:545px;
	float:left;
}

#footer{
	width:812px;
	float:left;
}

#leitorvoraz{
	width:82px;
	float:left;
}

#termos{
	width:430px;
	float:right;
}

#compartilhe{
	width:430px;
	float:right;
}

.rodape{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size:12px;
	color:#999999;
	text-decoration:none;
}

.texto{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size:14px;
	color:#414141;
	text-decoration:none;
	line-height:1.6;
}

a:hover{
	text-decoration:underline;
}

.bloco_interno{
	width:773px;
	height:545px;
	background-image:url(images/bg_interna.jpg);
	background-repeat:repeat;
    position: absolute;
    overflow: hidden; 
    z-index: 2;
}

#foto{
	width:359px;
	height:545px;
	float:left;

}

#textos{
	float:right;
	width:411px;
}

#scroll{
	width:11px;
	float:right;
}

#up {
	margin:0px 0 0 0 ;
    cursor: pointer;
}

#track {
	width: 11px;
	height: 5px;
	background-image:url(images/scroll_line.gif);
	background-repeat:no-repeat;
	background-position:center;
}

#down {
    cursor: pointer;
}

#drag {
    position: relative;
    cursor: pointer;
	margin-top: 0px;

}


/*Nome,e-mail e site*/
.textfield_orcamento {
    font-size: 11px;
    color: #414141;
    width: 150px;
    height: 15px;
    border-color: #414141;
	background-color: #fff;
	border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

/*código Captcha*/
.textfield_orcamento1 {
    font-size: 11px;
    color: #414141;
    width: 80px;
    height: 15px;
    border-color: #414141;
	background-color:#fff;
    border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

/*comentário*/
.textarea_laminas {
    font-size: 11px;
    color: #414141;
    width: 197px;
    height: 150px;
    border-color: #414141;
	background-color:#fff;
    border-width: 1px;
    border-style: solid;
    padding-top: 1px;
    padding-left: 5px;
    overflow: auto;
}
