/* CSS Document */

/* basicos */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	background-color: #D8D1BA;
	background-image: url(fundo.bege.jpg);
	background-repeat: repeat-x;
	padding-bottom: 20px;
	margin-left: 50%;
}
dfn{ /*Para o nome da empresa*/
  font-weight: bold;
  color: #C4BE66;
  font-variant: small-caps;
  font-style: normal;
}
.head{
	width: 750px;
	height: 200px;
	margin-top: 0px;
	top: 0px;
	z-index: 1000;
	background: #CAB388;
}
#container{
    width: 750px;
	margin-top: 10px;
	z-index: 100;
	background-color: #fff;
	sposition: absolute;
	left: 50%;
	margin-left: -375px;
	margin-bottom: 20px;
	padding-bottom: 1px;
}
.menu{
   width: 730px;
   margin-top: 10px;
   margin-left: 10px;
   z-index: 1100;
   border-bottom: 4px solid #EAE88E;
   height: 24px;
}
.itemMenu{
	right: 200px;
	float: left;
	margin-right: 2px;
	background-image: url(bot2.jpg);
    background-repeat: repeat-x;
	background-position: right center;
}
.itemMenu a{
	text-decoration: none;
	color: #C4B644;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	line-height: 24px;
}
.itemMenu a:hover{
	color: #000;
}
.selecionado a{
	color: #A49624;
}
.selecionado{
	background-image: url(bot1.jpg);
}
.marcado a{
    background-color: #ccc;
	border-top: 4px solid #ccc;
}

.anuncios{
  position: absolute;
  top: 100px;
  left: 770px;
  display: none;
}
#loader{
  position: absolute;
  background-color: red;
  color: #fff;
  top: 0px;
  right: 0px;
}


/* basicos */

/* fundo  
.bandas{
   z-index: 0;
   position: absolute;
   height: 54;
   width: 40%;
   top: 8px;
   background-repeat: repeat-x;
   background-position: left;
}
.esquerda{
   left: 0px;
   background-image: url(fundo_verde.gif);
}

.direita{
   right: 0px;
   background-image: url(fundo_verde.gif);
}*/
/* fundo */

/* Multimedia Tools Styles */

.toolGadget{
  width: 430px;
  height: 450px;
}
@media screen{
        .toolGadget{
          display: block;
        }
        .toolPrintable{
          display: none;
        }
}
@media print{
        .toolGadget{
          display: none;
        }
        .toolPrintable{
          display: block;
        }
}


.endereco{
	color: #fff;
	font-size: 11px;
	text-align: center;
	vertical-align: top;
	clear: both;
	z-index: 1000;
	background-color: #990000;
	padding: 10px;
	margin: 1px;
	margin-bottom: 0px;
}
.endereco a{
	text-decoration: none;
	color: #9cf;
	cursor: pointer;
}
.endereco a:hover{
    text-decoration: underline;
	color: #fff;
}