/* CSS Document */
*{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#9d9d9d;
	text-align:justify;
}

body{
	background-image:url(../images/degrade_fundo_body.gif);
	background-repeat:repeat-x;
	background-color:#494949;
}

#geral{
	background-color:#2c2c2c;
	width:789px;
	margin:auto;
}

.titulo_site{
	background-image:url(../images/logotipo_site.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:790px;
	height:174px;
	text-indent:-9999em;
}

#menu{
	height:70px;
	margin-left:4px;
}

#menu ul li{
	list-style:none;
	display:inline;
	margin-left:-2px;
}


#conteudo{
	margin:20px;
	background-image:url(../images/foto_muieh.jpg);
	background-repeat:no-repeat;
	height:880px;
	background-position:bottom right;
}


#bemvindo{
	width:428px;
	line-height:18px;
	float:left;
}

.bem_vindo{
	background-image:url(../images/caption_bemvindo.gif);
	background-repeat:no-repeat;
	width:107px;
	height:33px;
	text-indent:-9999em;	
}

#nossos_servicos{
	background-image:url(../images/box_nossos_servicos.gif);
	width:305px;
	height:560px;
	background-repeat:no-repeat;
	margin-left:13px;
	float:left;
}


#nossos_servicos ul li{
	list-style:none;
	margin-top:10px;
	color:#d5d5d5;
	text-align:left;
}
#nossos_servicos ul li a:link{
	color:#d5d5d5;
	text-decoration:none;
}
#nossos_servicos ul li a:visited{
	color:#d5d5d5;
	text-decoration:none;
}
#nossos_servicos ul li a:hover{
	color:#999999;
	text-decoration:none;
}
#nossos_servicos ul li a:active{
	color:#d5d5d5;
	text-decoration:none;
}

#nossos_servicos ul{
	margin-left:25px;
	margin-top:45px;
	text-align:left;
}

#fotos_index{
	float:left;
	width:427px;
	margin-top:5px;
}

#fotos_galeria{
	width:380px;
	margin:auto;
}

#fotos_galeria ul li{
	list-style:none;
	display:inline;
	margin-right:1px;
}


.title_conheca{
	background-image:url(../images/caption_conheca.gif);
	background-repeat:no-repeat;
	width:137px;
	height:33px;
	text-indent:-9999em;
}

#footer{
	background-image:url(../images/degrade_footer.jpg);
	background-repeat:repeat-x;
	padding-top:7px;
	height:23px;
	background-color:#2c2c2c;
	margin-top:-20px;
	width:100%;
	border-top:1px solid #5d5d5d;
}

#footer span{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	width:500px;
	margin:auto;
	margin-left:175px;
	color:#5d5d5d;
}