/* CSS Document */

.bg-esquerda{
	background-image:url(images/bg_esquerda.gif);
	background-position:top;
	background-repeat:repeat-x;
}

.bg-direita{
	background-image:url(images/bg_direita.gif);
	background-position:top;
	background-repeat:repeat-x;
}

.lateral-esquerda{
	background-image: url(images/lateral_esquerda.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	width:293px;
}

.lateral-direita{
	background-image: url(images/lateral_direita.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:339px;
}

#menu{
	width:768px;
	height:41px;
}

#header{
	width:768px; 
	height:112px;
}

#externa{
	width:768px;
	height:497px;
}

#interna1{
	float:left;
	width:586px;
	height:497px;
	background-image:url(images/bg_interna.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#interna2{
	float:right;
	width:182px;
	height:497px;
}

#footer{
	background-image:url(images/bg_footer.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:250px;
	width:768px;
	padding-top:140px;
}

.rodape{
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color:#bdbdbd;
	font-size:12px;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.body-home{
	font-family:"Times New Roman", Times, serif;
	color:#656565;
	font-size:19px;
	text-decoration:none;
}

.body{
	font-family: Times New Roman, Times, serif;
	color:#7e7e7e;
	font-size:14px;
	text-decoration:none;
}

.body-opine{
	font-family: Times New Roman, Times, serif;
	color:#7e7e7e;
	font-size:12px;
	text-decoration:none;
}

#contentMask {
	width: 320px;
    height: 487px;
    position: relative;
    overflow: hidden;	
}
#content {
	width: 320px;
    position: relative;
	text-align: left;
}

#up {
	margin:0px 0 0 0 ;
    cursor: pointer;
}


#track {
	width: 13px;
	height: 466px;
	background-image:url(images/scroll_line.gif);
	background-position:center;
	background-repeat: no-repeat;
}

#down {
    cursor: pointer;
}

#drag {
    position: relative;
    cursor: pointer;
	margin-top: 40px;

}

/* Opinioes */
.textfield_orcamento {
    font-size: 11px;
    color: #cd0a0d;
    width: 220px;
    height: 13px;
    border-color: #cd0a0d;
	background-color:#ffffff;
	border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textarea_laminas1 {
    font-size: 11px;
    color: #cd0a0d;
    width: 141px;
    height: 13px;
    border-color: #cd0a0d;
	background-color:#ffffff;
    border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textarea_laminas {
    font-size: 11px;
    color: #cd0a0d;
    width: 270px;
    height: 70px;
    border-color: #cd0a0d;
	background-color:#ffffff;
    border-width: 1px;
    border-style: solid;
    padding-top: 1px;
    padding-left: 5px;
    overflow: auto;
}


