/* CSS Document */

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#flash-home{
	margin-left:auto;
	margin-right:auto;
	width:800px;
}

.lateral_esquerda{
	background-image:url(images/lateral_esquerda.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

.lateral_direita{
	background-image:url(images/lateral_direita.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.centro, #externa{
	width:769px;
}

/*#externa{
	width:769px;
}*/

#header{
	width:769px;
	height:208px;
	float:left;	
}

#menu{
	width:769px;
	height:17px;
	float:left;	
}

#interna{
	width:769px;
	float:left;
	background-image:url(images/bg.gif);
	background-position:top;
	background-repeat:no-repeat;
}

#container{
	width:518px;
	float:left;
}

#home-margens{
	margin-top:59px;
	margin-left:17px;	
}

#conteudo{
	width:424px;
}

.texto{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#dcdcdc;
	text-decoration:none;
}

a:hover{
	text-decoration: underline;
	color:#eedf60;
}

#internas-margens{
	margin-top:96px;
	margin-left:17px;
}

#sidebar{
	width:251px;
	float:right;
}

#blog{
	margin-top:243px;
	width:251px;	
}

#side-compre{
/*	margin-top:319px;*/
	width:251px;
	height:269px;
}



#footer{
	width:769px;
	float:left;
}

.rodape{
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#b3b3b3;
	text-decoration:none;
}

#twitter{
	width:148px;
	float:left;
}

#frog{
	width:148px;
	float:right;
}

#termos{
	width:470px;
	float:right;	
}

#compartilhe{
	margin-top:10px;
}

.textfield_orcamento {
    font-size: 11px;
    color: #db4226;
    width: 97px;
    height: 13px;
    border-color: #db4226;
	background-color: #000;
	border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textfield_orcamento1 {
    font-size: 11px;
    color: #db4226;
    width: 141px;
    height: 20px;
    border-color: #db4226;
	background-color:#000;
    border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textarea_laminas {
    font-size: 11px;
    color: #db4226;
    width: 141px;
    height: 86px;
    border-color: #db4226;
	background-color:#000;
    border-width: 1px;
    border-style: solid;
    padding-top: 1px;
    padding-left: 5px;
    overflow: auto;
}

