/* CSS Document */

body {
	background-color: #ad5224;
	background-image:url(images/bg_line.gif);
	background-position:top;
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*configurações de texto*/
.rodape{
	font-family:Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#753217;
	text-decoration:none;
}

.texto{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	font-weight: bold;
}

a:hover{
	text-decoration:underline;
}
/*fim de texto*/

.lateral-esquerda{
	background-image:url(images/lateral_esquerda.gif);
	background-position:top right;
	background-repeat:no-repeat;
	height:900px;
}

.lateral-direita{
	background-image:url(images/lateral_direita.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

.lateral-direita_livro{
	background-image:url(images/lateral_direita_livro.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

.centro{
	width:770px;
}

#externa{
	width:770px;
}

#header{
	width:770px;
	height:132px;
	float:left;	
}

#menu{
	width:770px;
	height:46px;
	float:left;
}

/*Conteudo*/
#bg_interna{
	width:770px;
	height:318px;
	background-image:url(images/bg_interna.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
}

#bg_interna_livro{
	width:770px;
	height:318px;
	background-image:url(images/bg_livro.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
}

#bg_home{
	width:770px;
	height:318px;
	background-image:url(images/bg_home.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
}

#margeamento{
	margin-top:16px;
	margin-left:165px;
}

#container{
	width:463px;
	height:291px;
}

#conteudo{
	width:440px;
	height:291px;
	float:left;
}

#scroll{
	width:10px;
	height:291px;
	float:right;
}

#contentMask {
	width: 440px;
    height: 291px;
    position: relative;
    overflow: hidden;	
}
#content {
	width: 440px;
    position: relative;
	text-align: left;
}

#scroll{
	width:9px;
	float:right;
	height:102px;
}

#up {
	margin:0px 0 0 0 ;
    cursor: pointer;
}

#track {
	width: 9px;
	height: 102px;
	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;

}

/*Fim do conteudo*/


/*rodapé*/
#footer{
	background-image:url(images/bg_footer.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:770px;
	height:404px;
	float:left;
}

#footer_livro{
	background-image:url(images/bg_footer_livro.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:770px;
	height:404px;
	float:left;
}

#f-margeamento{
	margin-top:187px;
}

#f-left{
	width:637px;
	float:left;
}

#f-right{
	width:130px;
	float:right;
	margin-top:111px;
}

#termos{
	margin-right:95px;
}


/*opinioes*/
.textfield_orcamento {
    font-size: 11px;
    color: #000;
    width: 100px;
    height: 13px;
    border-color: #000;
	background-color: #d3d3ed;
	border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textfield_orcamento1 {
    font-size: 11px;
    color: #000;
    width: 101px;
    height: 13px;
    border-color: #000;
	background-color:#d3d3ed;
    border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textarea_laminas {
    font-size: 11px;
    color: #000;
    width: 138px;
    height: 60px;
    border-color: #000;
	background-color:#d3d3ed;
    border-width: 1px;
    border-style: solid;
    padding-top: 1px;
    padding-left: 5px;
    overflow: auto;
}

