/* 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:900px;
	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:600px;
	background-position:bottom right;
}


#texto{
	width:500px;
	line-height:18px;
	float:right;
	margin-right:5px;
}

.bem_vindo{
	background-image:url(../images/caption_bemvindo.gif);
	background-repeat:no-repeat;
	width:107px;
	height:33px;
	text-indent:-9999em;	
}

#links_menu ul li{
	list-style:none;
	background-image:url(../images/fundo_menu.gif);
	background-repeat:repeat-x;
	background-position:top left;
	padding: 5px 10px 10px 10px;
	background-color:#3a3a3a;
	color:#9D9D9D;
	width:200px;
	border-top:1px solid #484848;
	border-left:1px solid #484848;
	border-right:1px solid #484848;
	text-align:left;
}
#links_menu ul li:hover{
	background-image:url(../images/fundo_menu_hover.gif);
	background-color:#3f3f3f;
	color:#FFFFFF;
}

#links_menu a:link{
	text-decoration:none;
}
#links_menu a:visited{
	text-decoration:none;
}
#links_menu a:hover{
	text-decoration:none;
}
#links_menu a:active{
	text-decoration:none;
}

.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;	
}

#links_menu{
	width:230px;
	background-repeat:no-repeat;
	height:184px;
	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;
}

#texto h3{
	font-size:16px;
	text-transform:capitalize;
	margin-top:10px;
}

#texto img{
	margin-left:25px;	
}



@charset "utf-8";

/* SLIMBOX (Customized version) */

#lbOverlay {
	position: absolute;
	top:0; left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%; padding:0;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/sb_loading.gif) no-repeat center;
}

#lbCanvas {
	border: 9px solid #fff;
}

#lbCanvas iframe, #lbCanvas img {
	border:1px solid #999;
	margin:0; padding:0;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 10px;
	width: 70px;
	background:url(../images/sb_anchor_spacer.gif);
}


#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/sb_prevlabel.gif) no-repeat;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/sb_nextlabel.gif) no-repeat;
}

#lbBottom {
	font-size:12px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	margin:0 0 0 10px; padding:0;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/sb_closelabel.gif) no-repeat center;
	margin:0; padding:0;
}

#lbCaption, #lbNumber {
}

#lbCaption {
	font-weight: bold;
}


