body{
	background-image: url(../imgs/bg_geral.jpg);
	background-repeat: repeat-x;
	background-color: #4A4A42;
	background-position: top left;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin: 0;
	padding: 0;
}
div#sombra{
	background-image: url(../imgs/sombra.png);
	background-repeat: repeat-y;
	background-position: top;
	width: 802px;
	left: 50%;
	margin-left: -401px;
	position: absolute;
}
div#container{
	border-left: solid 1px #7E7E7E;
	border-right: solid 1px #7E7E7E;
	height: 100%;
	min-height: 100%;
	margin: 0px 12px 0px 12px;
}
div#topo{
	background-image: url(../imgs/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 102px;
	padding-top: 28px;
}
div#logo{
	margin-left: 146px;
}
div#topMenu{
	width: 610px;
	float: right;
	margin-top: 40px;
	height: 25px;
}
div#topMenu a{
	padding: 0px 3px 0px 3px;
	color: #FFF;
	text-decoration: none;
}
div#topMenu a:hover{
	padding: 0px 3px 0px 3px;
	color: #FFF;
	text-decoration: none;
	background-image: url(../imgs/over_menu.png);
	background-repeat: repeat-x;
}
div#vitrine{
	width: 777px;
	height: 185px;
}
div#conteudo{
	padding: 5px 14px 0px 5px;
	margin-bottom: 12px;
}
div.clearfix{
	clear: both;
}
div#menu{
	float: left;
	width: 180px;
	margin-top: 5px;
}
div#menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
div#menu li a{
	display: block;
	width: 174px;
	height: 22px;
	color: #FFF;
	padding: 6px 0px 0px 12px;
	text-decoration: none;
	border-bottom: solid 1px #666;
	background-color: #524F46;
}
div#menu li a:hover{
	display: block;
	width: 174px;
	height: 22px;
	color: #FFF;
	padding: 6px 0px 0px 6px;
	text-decoration: none;
	border-bottom: solid 1px #666;
	border-left: solid 6px #D9B113;
	background-color: #524F46;
}
div#dados{
	float: right;
	width: 554px;
	padding-top: 10px;
}
div#dados h1{
	color: #D9B113;
	font-size: 18px;
	border-bottom: solid 1px #D9B113;
	padding: 0px 0px 12px 0px;
}
div#dados h2{
	color: #FFD700;
        font-size: 20px;    
}
div#dados img{
	margin: 5px 14px 10px 10px;
}
div#obs{
	border-top: solid 1px #D9B113;
	border-bottom: solid 1px #D9B113;
}
div#obs h2{
	color: #FFF;
	font-size: 12px;
}
div.produto{
	float: left;
}
div#rodape{
	margin-top: 30px;
	height: 60px;
	background-color: #000;
	clear: both;
}
div#rodapeTexto{
	padding: 20px 0px 0px 12px;
	width: 580px;
	float: left;
}
label#amarelo{
	color: #D9B113;
}
div#bw{
	float: right;
	margin-right: 15px;
}
div#banner{
	text-align: center;
	margin-top: 100px;
}
.campo{
	border: solid 1px #FFF;
	background-color: #DBDBDB;
	color: #000;

	width: 300px;
}
.area{
	height: 200px;
}
.label{
	display: block;
	font-size: 13px;
	margin-bottom: 5px;
}
label.error{
	color:#F00;
	font-weight: bolder;
	border: solid 1px #F00;
	background-color: #FAA;
	padding: 3px 12px 3px 12px;
	margin: 3px 0px 3px 0px;
	display: block;
	width: 437px;
}
.tiraBordaTopo{border-top:none !important;}

.links a{
	color: #CCC;
	text-decoration: none;
}
.links a:hover{
	color: #CCC;
	text-decoration: underline;
}
.texto1{	
    position:absolute;
    top:2px;
    left:2px;
    color:#f00;
    font: bold 15px Georgia, "Times New Roman", Times, serif;
}