@charset "utf-8";
/* CSS Document */

.pintro{
	font-family:Verdana; 
	font-size:14px; 
	color:#4f8042;
	text-decoration:none; 
}

.lateral-esquerda{
	background-image:url(images/lateral_esquerda.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	width:319px;
}

.lateral-direita{
	background-image:url(images/lateral_direita.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:327px;
}

.esquerda {
	background-image:url(images/rpt_esquerda.gif);
	background-position:top;
	background-repeat:repeat-x;

}
.direita {
	background-image:url(images/rpt_direita.gif);
	background-position:top;
	background-repeat:repeat-x;

}

.meio {
	height:455px;
	background-image:url(images/bg_meio.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.meio_livro {
	height:440px;
	background-image:url(images/bg_livro.jpg);
	background-repeat:no-repeat;
	background-position:top;
	
	
}
.meio_home {
	height:455px;
	background-image:url(images/bg_home.jpg);
	background-repeat:no-repeat;
	background-position:top;

}

.meio_autor {
	height:455px;
	background-image:url(images/bg_autor.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

.menu{
	width:189px;
	background-image:url(images/bg_menu.jpg);
	padding-top:209px;
}
.body {
	font-family:Verdana;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.rodape {
	font-family: Verdana;
	font-size:10px;
	color:#4f8042;
	text-decoration:none;
}

.bg-rodape{
	background-image:url(images/bg_rodape.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#contentMask {
	width:300px;
    height: 200px;
    position: relative;
    overflow: hidden;	
}
#content {
	width:299px;
    position: relative;
	text-align: left;
}

#up {
	margin:0px 0 0 0 ;
    cursor: pointer;
}


#track {
	width: 14px;
	height: 240px;
	background-image:url(images/scroll_line.gif);
	background-position:center;
	background-repeat:no-repeat;
}

#down {
    cursor: pointer;
}

#drag {
    position: relative;
    cursor: pointer;
	margin-top: 0px;

}

.textfield_orcamento {
	font-size: 11px;
	color: #000000;
	width: 97px;
	height: 13px;
	border-color: #000;
	background-color:#bda999;
	border-width: 1px;
	border-style: solid;
	padding-left: 5px;
}
.textfield_orcamento1 {
	font-size: 11px;
	color: #000;
	width: 141px;
	height: 20px;
	border-color: #000;
	background-color:#bda999;
	border-width: 1px;
	border-style: solid;
	padding-left: 5px;
}
.textarea_laminas {
	font-size: 11px;
	color: #000000;
	width: 141px;
	height: 86px;
	border-color: #000;
	background-color:#bda999;
	border-width: 1px;
	border-style: solid;
	padding-top: 1px;
	padding-left: 5px;
	overflow: auto;
}
