/* CSS Document */

body {
	background-color: #602115;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.lateral-direita{
	background-image:url(images/lateral_direita.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:128px;
}

.lateral-esquerda{
	background-image:url(images/lateral_esquerda.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:120px;
}

.direita{
	background-image:url(images/faixa_dir.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

.esquerda{
	background-image:url(images/faixa_esq.jpg);
	background-position:top right;
	background-repeat:repeat-x;
}

.centro{
	width:771px;
}

.interna-esquerda{
	width:561px;
}

.interna-direita{
	width:210px;
}

#header{
	width:561px;
	height:219px;
}

#interna{
	width:561px;
	height:275px;
	background-image:url(images/bg_interna.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#compre{
	width:561px;
	height:274px;
	background-image:url(images/bg_compre.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#menu{
	width:210px;
	height:259px;
}

#menu-sub{
	width:210px;
	height:509px;
	background-image:url(images/menu_sub.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#container{
	padding-left:18px;
	padding-top:12px;
}

#contentMask {
	width: 382px;
    height: 250px;
    position: relative;
    overflow: hidden;
	float:left;	
}
#content {
	width: 382px;
    position: relative;
	text-align: left;
}

#scroll{
	width:10px;
	float:right;
}

#up {
	margin:0px 0 0 0 ;
    cursor: pointer;
}

#track {
	width: 10px;
	height: 7px;
	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: #000;
    width: 230px;
    height: 13px;
    border-color: #000;
	background-color: #f04f23;
	border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textfield_orcamento1 {
    font-size: 11px;
    color: #000;
    width: 141px;
    height: 13px;
    border-color: #000;
	background-color:#f04f23;
    border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textarea_laminas {
    font-size: 11px;
    color: #000;
    width: 285px;
    height: 60px;
    border-color: #000;
	background-color:#f04f23;
    border-width: 1px;
    border-style: solid;
    padding-top: 1px;
    padding-left: 5px;
    overflow: auto;
}

.rodape{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size:12px;
	color: #caa44b;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.texto{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}


	
