/* CSS Document */

body {
	background-color: #c0a375;
	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;
}

.line-esquerda{
	background-image:url(images/line_esquerda.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:127px;
}

.centro{
	width:770px;
}

.lateral-direita{
	background-image:url(images/lateral_direita.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:127px;	
}

.line-direita{
	background-image:url(images/line_direita.gif);
	background-position:top;
	background-repeat:repeat-x;
}


#menu{
	width:770px;
	height:60px;
	float:left;
}

#header{
	width:770px;
	height:332px;
	float:left;
}

#container{
	width:770px;
	float:left;
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#menu-lateral{
	width:333px;
	height:417px;
	float:left;
}

#conteudo{
	width:436px;
	float:right;
}
	
#content{
	width:410px;
	float:left;
}

.texto{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6e6554;
	text-decoration:none;
}

.texto2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6e6554;
	text-decoration:none;
}


#footer{
	width:770px;
	float:left;
}

#privacidade{
	width:770px;
	margin-top:12px;
	margin-bottom:8px;
}

#rodape-line{
	width:770px;
	height:9px;
}

.rodape{
	font-family:Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6c5937;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}


#compartilhe{
	width:333px;
	float:left;
	padding-left:79px;
	padding-top:9px;
}

#frog{
	width:255px;
	float:right;
	padding-right:78px;
	padding-top:9px;
}

/*opinioes*/
.textfield_orcamento {
    font-size: 11px;
    color: #6c5937;
    width: 230px;
    height: 13px;
    border-color: #6c5937;
	background-color: #d6c19d;
	border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textfield_orcamento1 {
    font-size: 11px;
    color: #6c5937;
    width: 141px;
    height: 13px;
    border-color: #6c5937;
	background-color:#d6c19d;
    border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textarea_laminas {
    font-size: 11px;
    color: #6c5937;
    width: 230px;
    height: 60px;
    border-color: #6c5937;
	background-color:#d6c19d;
    border-width: 1px;
    border-style: solid;
    padding-top: 1px;
    padding-left: 5px;
    overflow: auto;
}