/* CSS Document */

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#externa{
	width:847px;
	margin-left:auto;
	margin-right:auto;
}

#menu{
	width:847px;
	height:55px;
	background-image:url(images/bg_menu.gif);
	background-position:top;
	background-repeat:no-repeat;
}

#container{
	width:847px;
	height:582px;
	background-image:url(images/background.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#menu-borda{
	padding-left:36px;
	padding-right:36px;
	padding-top:16px;
}

.font-menu{
	font-family:Trajan Pro,Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

a.font-menu:hover{
	color:#d0b368;
	text-decoration:none;
}	
	
#top{
	width:847px;
	height:178px;
	float:left;
}

#header{
	width:557px;
	height:166px;
	float:left;
}

#menu-lateral{
	width:250px;
	height:117px;
	float:right;
	padding-top:27px;
	padding-right:40px;
}

#conteudo{
	width:557px;
	height:404px;
	float:left;
	padding-left:21px;
}

#compre{
	width:225px;
	height:175px;
	float:right;
}

#leitorvaraz{
	width:233px;
	float:left;	
}

#privacidade{
	width:399px;
	float:left;
}

#frog{
	width:214px;
	float:left;
}

.rodape{
	font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}

.bloco_interno{
	width:534px;
	height:396px;
	background-image:url(images/bg_texto.jpg);
	background-position:top;
	background-repeat:no-repeat;
    position: absolute;
    overflow: hidden; 
    z-index: 1;
    opacity: 0;	
}

#margens-interna{
	padding-top: 34px;
	padding-left:36px;
	height:396px;
}

#titulo{
	height:60px;
}

#interna{
	width:486px;
}

#contentMask {
	width: 464px;
    height: 269px;
    position: relative;
    overflow: hidden;
	float:left;	
}
#content {
	width: 464px;
    position: relative;
	text-align: left;
}

#scroll{
	width:11px;
	float:right;
}

#up {
	margin:0px 0 0 0 ;
    cursor: pointer;
}

#track {
	width: 11px;
	height: 258px;
	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;

}

/*opinioes*/
.textfield_orcamento {
    font-size: 11px;
    color: #cbb98a;
    width: 230px;
    height: 13px;
    border-color: #cbb98a;
	background-color: #16140f;
	border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textfield_orcamento1 {
    font-size: 11px;
    color: #cbb98a;
    width: 141px;
    height: 13px;
    border-color: #cbb98a;
	background-color:#16140f;
    border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textarea_laminas {
    font-size: 11px;
    color: #cbb98a;
    width: 230px;
    height: 60px;
    border-color: #cbb98a;
	background-color:#16140f;
    border-width: 1px;
    border-style: solid;
    padding-top: 1px;
    padding-left: 5px;
    overflow: auto;
}

.texto{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#e1e1df;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}