/* CSS Document */

/* basicos */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	background-color: #000033;
}
dfn{ /*Para o nome da empresa*/
  font-weight: bold;
  color: #03c;
  border-bottom: 1px solid red;
  font-variant: small-caps;
  font-style: normal;
}
.head{
	width: 150px;
	height: 230px;
	margin-right: 20px;
	margin-left: 560px;
	margin-top: 10px;
    text-align: center;
	z-index: 5000;
	cursor: pointer;
	float: right;
	position: absolute;
}
.container{
    width: 732px;
	height: 500px;
	margin-top: 50px;
	z-index: 100;
	background-color: #fff;
	border: 3px solid #009;
	background-image: url(logo_med.jpg);
	background-repeat: no-repeat;
	background-position: 560px 10px;
}
.container td{
    vertical-align: top;
}
.menu{
   pzosition: absolute;
   bottom: 10px;
   width: 370px;
}
.itemMenu{
	right: 70px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.itemMenu a{
	text-decoration: none;
	color: #009;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 9px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	line-height: 19px;
}
.itemMenu a:hover{
	color: #069;
	border-bottom: 4px solid #069;
}
.selecionado a{
	color: #f00;
	border-bottom: 4px solid #f00;
}
.marcado a{
    background-color: #ccc;
	border-bottom: 4px solid #ccc;
}
.endereco{
	color: #39c;
	font-size: 9px;
	text-align: center;
	vertical-align: middle;
	line-height: 38px;
	clear: both;
	z-index: 1000;
}
.endereco a{
	text-decoration: none;
	color: #9cf;
	cursor: pointer;
}
.endereco a:hover{
    text-decoration: underline;
	color: #fff;
}
.anuncios{
  position: absolute;
  top: 100px;
  left: 770px;
  display: none;
}
/* 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 */