* {
	list-style: none;
}


body {
	background: url(imagens/fundo.gif);
	margin: 0px;
}

.fundo {
	background: url(imagens/fundo_fade.gif) repeat-x bottom;
}



#menu {
	text-align: center;
	margin-top: 25px;
}
.fundocont{
background:url(imagens/fudocont.jpg) bottom right no-repeat;
}
.fundocont-repeat{
background:url(imagens/fundocontrepeat.jpg) right repeat-y;
}
.fundobranco{
background:url(imagens/fundobranco.gif) right repeat-y;
}
.conteudo{
padding:0px 10px;  
}

.rodape {
	background: url(imagens/rodape_fundo.jpg) repeat-y;
}




/*		CSS SELECT PERSONALIZADO	*/
#select-servico {	
	position: absolute;
	margin-top: 127px;
	margin-left: 593px;

}


#select-servico #item {
	float: left;
}

#select-servico #select {	
	float: left;
}

#select-servico #item #texto {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #005B8A;
	float: right;
	padding-top: 3px;
}
#select-servico #select #valor {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #764E08;
	background-color: #F5F5F5;
	border: 1px solid #5D0000;
	width: 152px;
	display:block;
	text-align: left;
	padding: 1px 4px;
	float: left;
	cursor: default;
}
#select-servico #select #seta {
	margin-left: -19px;


}

#select-menu {
	position: absolute;
	margin-left: -193px;
	margin-top: 20px;
	z-index: 25;
	display: none;
	
}

#select-menu ul{
	list-style: none;
	text-align: left;
	display: block;
}

#select-menu li a {
	padding: 2px 7px;
	display: block;
	text-decoration: none;
	width: 152px;
	height: 21px;
	line-height: 21px;
	margin-bottom: 1px;
	
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #764E08;
	background-color: #FEEFCF;
	border: 1px solid #5A0200;	
	
	filter:alpha(Opacity=90);
	-moz-opacity : 0.9;
	opacity: .9;


}

#select-menu li a:hover {
	color: #FFF;
	background-color: #921211;
	
	color: #000;
	background-color: #FFE09F;
	
	filter:alpha(Opacity=100);
	-moz-opacity : 1.0;
	opacity: 1.0;
}

