/* 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;
	height:840px;
	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-repeat:no-repeat;
	height:560px;
	background-color:#2C2C2C;
	background-position:bottom right;
}


#texto{
	width:473px;
	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;	
}

.caption_quemsomos{
	background-image:url(../images/caption_quemsomos.gif);
	background-repeat:no-repeat;
	width:157px;
	margin-top:2px;
	height:33px;
	text-indent:-9999em;	
}

.caption_servicos{
	background-image:url(../images/caption_servicos.gif);
	background-repeat:no-repeat;
	width:157px;
	margin-top:2px;
	height:33px;
	text-indent:-9999em;	
}

.caption_portfolio{
	background-image:url(../images/caption_portfolio.gif);
	background-repeat:no-repeat;
	width:157px;
	margin-top:2px;
	height:33px;
	text-indent:-9999em;	
}

.caption_contato{
	background-image:url(../images/caption_contato.gif);
	background-repeat:no-repeat;
	width:157px;
	margin-top:2px;
	height:33px;
	text-indent:-9999em;	
}

#fotos{
	background-image:url(../images/box_fotos.gif);
	width:256px;
	background-repeat:no-repeat;
	height:184px;
	margin-left:20px;
	float:left;
}

#nossos_servicos ul li{
	list-style:none;
	margin-top:10px;
	color:#d5d5d5;
}
#nossos_servicos ul{
	margin-left:25px;
	margin-top:45px;
}

#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;
}
