@charset "utf-8";
/* CSS Document */

body {
	background-color:#DCDEDB;
	background-image:url("imgsbase/bgr.png");
	/*background-image:url("layout2.jpg");*/
	background-repeat:repeat-x;
	background-position:center top;
	margin:0;
}

a{outline:none;}

.preload { display: none;}

a:focus{outline:none;} 

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {display: inline-block;}
 
html[xmlns] .clearfix {display: block;}
 
* html .clearfix {height: 1%;}



/*CABEÇALHO*/
.cabecalho{
	/*border: solid 1px #000;*/
	margin: 0 auto;
	width:832px;
	height:55px;
}

#cabecalho1{
	/*border: solid 1px #000;*/
	margin: 0 auto;
	width:100%;
	height: 85px;
	background-repeat: repeat-x;
	background-position:top;
}
.barra{
	/*border: solid 1px #000;*/
	width:120px;
	height:12px;
	margin-top: 0;
	margin-left: 0;
	background-color:#000;
}
.botoes{
	/*border: solid 1px #000;*/
	width:349px;
	height:42px;
	float:right;
	margin-top: 39px;
}
.logo{
	/*border: solid 1px #000;*/
	width:256px;
	height:57px;
	float: left;
	margin-top: 25px;
}

.separador{
	/*border: solid 1px #000;*/
	width:832px;
	height:21px;
	float:left;
}
.titulo_pagina{
	/*border: solid 1px #000;*/
	width:178px;
	height:24px;
	float:left;
	margin-bottom: 10px;
	margin-top: 20px;
}


/******************* Menu *******************/

#menu {
	width:500px; 
	float:right; 
	height:100px; 
}
#menu ul {
	float:right;
}
#menu ul li {
	float:left; 
	margin:0 15px 0 15px; 
	line-height:10px; 
	font-size:13px; 
	display:inline;
}
#menu ul li a:hover {
	color:#000;
}
#navigation {
	float: right;
	position: relative;
	width: 560px;
	font-family: Arial;
	font-size:14px;
	margin-top: 31px;

}
#dropmenu {
	padding:0px;
	list-style:none;
	position:relative;
	z-index:300;
}
#dropmenu ul {
	padding:0px;
	list-style:none;
	position:relative;
	z-index:300;
	font-size:14px;
	margin-top: 0;
}
#dropmenu li a {
	color:#999;
}
#dropmenu li li a {
    color:#ccc;
}
#dropmenu a {
	display:block;
	color:#ccc;
	padding:0 0 0 25px;
	text-decoration:none;
}
#dropmenu li li a {
	background:url(../images/dividerrpt.png) no-repeat 16px bottom;
}
#dropmenu li a:hover {
	padding:0 0 0 25px;
	color:#FFF;
}
#dropmenu li {
	float:right;
	position:relative;
}
#dropmenu ul {
	position:absolute;
	margin:0 0 0 0px;
	display:none;
	width:16em;
	top:24px;
	left:-1px;
}
#dropmenu ul a {
	padding:10px;
}
#dropmenu li ul {
	width:16em;
	margin-top:0;
	background:url(../images/subsubrpt.png) no-repeat  0px  0px ;
	padding-top:10px;
}
#dropmenu li ul  ul{
	width:16em;
	margin-top:0;
	background:url(../images/subsubrpt_sub.png) no-repeat  0px 0px ;
	padding-top:0px;
}
#dropmenu li ul a {
	width:14.9em;
	height:auto;
	float:left;
}
#dropmenu ul ul {
	top:auto;
}
#dropmenu li ul ul {
	left:16em;
	margin:0 0 0 0px;
	top:0em;
}
#dropmenu li ul a:hover, #dropmenu li.current_page_item a {
	color:#fff;
}
#dropmenu li.current_page_item ul li a {
	background:#fff;
}
#dropmenu li ul li a:hover {
	padding:10px 10px;
	color:#fff;
}
#dropmenu li a span {
	position: absolute;
	right:0px;
}
.sub-menu li a {
	font-size:12px !important;
	padding-left:15px !important;
	padding-right:15px !important;
}
#dropmenu li:last-child a{
	background: none;
}
#dropmenu li a span .firstlabel {
	display:none;
}
#dropmenu li a:hover span .firstlabel {
	display: none;
}
.sub-menu li {
    background: none repeat scroll 0 0 #fff;
}


/*FIM DE CABEÇALHO*/


/*CONTEUDOS*/
.separador_small{
	/*border: solid 1px #000;*/
	width:832px;
	height:1px;
	background-color:#CCCCCC;
	margin-top: 0px;
	float: left;
}
#separador_small{
	/*border: solid 1px #000;*/
	width:832px;
	height:1px;
	background-color:#999;
	margin-top: 0px;
}
#separador_small2{
	/*border: solid 1px #000;*/
	width:832px;
	height:1px;
	background-color:#fff;
	margin-top: 0px;
}
.conteudo{
	/*border: solid 1px #000;*/
	width:832px;
	margin: 0 auto;
	height:690px;
	margin-top: 40px;
}
.conteudo2{
	/*border: solid 1px #000;*/
	width:840px;
	margin: 0 auto;
	height:605px;
	margin-top: 38px;
}
.conteudo3{
	/*border: solid 1px #000;*/
	width:832px;
	margin: 0 auto;
	height:685px;
	margin-top: 38px;
}
.conteudo4{
	/*border: solid 1px #000;*/
	width:832px;
	margin: 0 auto;
	height:540px;
	margin-top: 40px;
}
.center{
	/*border: solid 1px #000;*/
	width:832px;
	height: 673px;
}
.left{
	/*border: solid 1px #000;*/
	width:408px;
	height: 658px;
	float:left;
}
.right{
	/*border: solid 1px #000;*/
	width:416px;
	height: 658px;
	float:right;
}
#left{
	/*border: solid 1px #000;*/
	width:400px;
	height: 300px;
	float:left;
}
#right{
	/*border: solid 1px #000;*/
	width:400px;
	height: 300px;
	float:right;
}
.pdf{
	/*border: solid 1px #000;*/
	width:58px;
	height: 152px;
	float:right;
}
.brochura{
	/*border: solid 1px #000;*/
	width:350px;
	height: 200px;
	float:left;
}
.center2{
	/*border: solid 1px #000;*/
	width:840px;
	height: 582px;
	margin-left: 4px;
}

/* Easy Slider */

#shadow{
	margin-top:0;
	margin-right:0;
	width:832px;
	height:350px;
	positio: absolute;
	position: absolute;
	}
#slider{
	width:832px;
	height: 350px;
	margin-left:0;
	background-color: #CCCCCC;
}
#slider2{
	width:840px;
	height: 582px;
}

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
	
#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	}
	
#slider li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:832px;
	height:350px;
	overflow:hidden; 
	}	
	
#slider2 li{
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:840px;
	height:582px;
	overflow:hidden;
	}	

p#controls, p#controls2 {
	margin:0;
	position:relative;
	} 

	#prevBtn, #nextBtn{ 
			display:block;
			width:48px;
			height:47px;
			position:absolute;
			left:-58px;
			top:-350px;
			background:url("imgsbase/prev.png") no-repeat 0 0;	
			}
	#prevBtn2, #nextBtn2{ 
			display:block;
			width:48px;
			height:47px;
			position:absolute;
			left:-58px;
			top:-574px;
			background:url("imgsbase/prev.png") no-repeat 0 0;	
			}
				
				
	#nextBtn { 
			left:842px;
			background:url("imgsbase/next.png") no-repeat 0 0;	
			}	
	#nextBtn2 { 
			left:842px;
			background:url("imgsbase/next.png") no-repeat 0 0;	
			}														
	#prevBtn a, #nextBtn a{  
			display:block;
			width:48px;
			height:47px;
			background:url("imgsbase/prev_over.png") no-repeat 0 0;	
			}
	#prevBtn2 a, #nextBtn2 a{  
			display:block;
			width:48px;
			height:47px;
			background:url("imgsbase/prev_over.png") no-repeat 0 0;	
			}		
	#nextBtn a{ 
			background:url("imgsbase/next_over.png") no-repeat 0 0;
			}	
	#nextBtn2 a{ 
			background:url("imgsbase/next_over.png") no-repeat 0 0;
			}
/* Fim de Slider*/

				
.contentfolio{
	/*border: solid 1px #000;*/
	width:840px;
	height: 291px;
	margin-top: 25px;
}
.contentfolio2{
	/*border: solid 1px #000;*/
	width:840px;
	height: 582px;
}
.folio{
	/*border: solid 1px #000;*/
	width:202px;
	height: 283px;
	float: left;
	background-color: #FFF;
	margin-right: 8px;
	margin-bottom: 8px;
}
.1work{
	width:210px;
	height: 291px;
	background-image: url(imgs/bgr_proj.png);
	display: block;
	float: left;
}
.work{
	width:190px;
	height: 148px;
	margin-left: 6px;
	background-color: #CCCCCC;
	margin-top: 6px;
	float: left;
}
.titulo{
	width:190px;
	height: 20px;
	margin-left: 7px;
	margin-top: 12px;
	float: left;
}
.separador_work{
	width:202px;
	height: 1px;
	background-color:#CCCCCC;
	margin-top: 4px;
	float: left;
}
.legenda{
	width:203px;
	height: 77px;
	float: left;
}
.legenda_texto{
	width:145px;
	height: 50px;
	margin-left: 7px;
	float: left;
	margin-top: 10px;
}
.numero{
	width:43px;
	height: 30px;
	margin-top: 35px;
	float: left;
	background-color: #FFFFFF;
}
.tipo{
	width:202px;
	height: 20px;
	background-color: #CCCCCC;
	float: left;
}
.legenda_tipo{
	width:185px;
	height: 16px;
	margin-top: 3px;
	float:left;
	margin-left: 7px;
}
/*FIM DE CONTEUDOS*/

/*FORMULARIO*/
.formulario{
	/*border: solid 1px #000;*/
	width:832px;
	margin: 0 auto;
	height:229px;
	background-image: url("imgs/formulario.png");
	background-repeat: no-repeat;
	margin-top: 20px;
}
.formulario_confirm{
	/*border: solid 1px #000;*/
	width:832px;
	margin: 0 auto;
	height:229px;
	background-image: url("imgs/formulario_confirm.png");
	background-repeat: no-repeat;
	margin-top: 20px;
}
/* 
		estilos do formulario
	*/ 
INPUT#nome {
	PADDING-RIGHT: 4px;
	PADDING-LEFT: 4px;
	FONT: 12px Arial, Helvetica, sans-serif;
	;
	WIDTH: 385px;
	COLOR: #666666;
	BORDER-TOP-STYLE: none;
	MARGIN-top: 20px;
	MARGIN-left: 0px;
	MARGIN-RIGHT: 0px;
	PADDING-TOP: 4px;
	BORDER-RIGHT-STYLE: none;
	BORDER-LEFT-STYLE: none;
	HEIGHT: 22px;
	BORDER-BOTTOM-STYLE: none;
	background-color: #D6D6D6;
}
INPUT#email {
	PADDING-RIGHT: 4px;
	PADDING-LEFT: 4px;
	FONT: 12px Arial, Helvetica, sans-serif;
	WIDTH: 385px;
	COLOR: #666666;
	BORDER-TOP-STYLE: none;
	MARGIN-top: 33px;
	MARGIN-left: 0px;
	MARGIN-RIGHT: 0px;
	PADDING-TOP: 4px;
	BORDER-RIGHT-STYLE: none;
	BORDER-LEFT-STYLE: none;
	HEIGHT: 22px;
	BORDER-BOTTOM-STYLE: none;
	background-color: #D6D6D6;
}
INPUT#mensagem {
	PADDING-RIGHT: 4px; PADDING-LEFT: 2px; FONT: 12px Helvetica; WIDTH: 632px; COLOR: #fff; BORDER-TOP-STYLE: none; MARGIN-top: 30px; MARGIN-left: 20px; MARGIN-RIGHT: 20px; PADDING-TOP: 4px; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; HEIGHT: 45px; BACKGROUND-COLOR: #333333; BORDER-BOTTOM-STYLE: none;
}	
TEXTAREA {
	PADDING-RIGHT: 4px;
	PADDING-LEFT: 4px;
	FONT: 12px Arial, Helvetica, sans-serif;
	WIDTH: 405px;
	COLOR: #666666;
	BORDER-TOP-STYLE: none;
	MARGIN-top: 20px;
	PADDING-TOP: 4px;
	BORDER-RIGHT-STYLE: none;
	BORDER-LEFT-STYLE: none;
	HEIGHT: 82px;
	BORDER-BOTTOM-STYLE: none;
	background-color: #D6D6D6;
}	
/*FIM DE FORMULARIO*/


/*RODAPE*/
.rodape{
	/*border: solid 1px #000;*/
	width:832px;
	height:140px;
	margin: 0 auto;
	display:block;
	margin-bottom: 0px;
}
.copy{
	/*border: solid 1px #000;*/
	width:402px;
	height:15px;
	float: left;
	margin-top: 10px;
}
.hv{
	/*border: solid 1px #000;*/
	width:80px;
	float: right;
	margin-top: 4px;
}
.texthv{
	/*border: solid 1px #000;*/
	width:60px;
	float: right;
	margin-top: 10px;
}
.area1{
	/*border: solid 1px #000;*/
	width:832px;
	height:90px;
	display:block;
	background-position: top;
	background-repeat: no-repeat;
}
.rodapeleft{
	/*border: solid 1px #000;*/
	margin: 25px 0 0 0;
	width:200px;
	height:50px;
	float:left;
}
.rodapecenter{
	/*border: solid 1px #000;*/
	margin: 25px 0 0 10px;
	width:200px;
	height:50px;
	float:left;
}
.rodaperight{
	/*border: solid 1px #000;*/
	margin: 25px 0 0 10px;
	width:200px;
	height:50px;
	float:left;
}
.area2{
	/*border: solid 1px #000;*/
	width:832px;
	height:30px;
	display:block;
	float: left;
}
.rodape_bottom{
	/*border: solid 1px #000;*/
	margin: 0;
	width:832px;
	height:28px;
	float:left;
}
/*FIM DE RODAPE*/



/*ESTILOS*/
.regular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.regular_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}
.regular_amarelo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color:#FFDE00;
}
a:link {color: #666666;}
a:visited {color: #666666;}
a:hover {color: #999999;}
a:active {
	color: #666666;
}

.facebook_nh {
	RIGHT: 0px;
	TOP: 0px;
	POSITION: absolute;
	width: 130px;
	height: 130px;
}
.xmas {
	RIGHT: 0px;
	TOP: 0px;
	POSITION: absolute;
	width: 188px;
	height: 201px;
}
.likebutton{
	/*border: solid 1px #000;*/
	width:60px;
	height:30px;
	float: right;
	margin-top: -27px;
	margin-right: 35px;
}
.enviar{
	/*border: solid 1px #000;*/
	width:40px;
	height:30px;
	float: right;
	margin-top: -27px;
	margin-right: 35px;
}
.share{
	height:30px;
	float: right;
	margin-top: -27px;
	margin-right: -3px;
}
/*FIM DE ESTILOS*/


/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slidernivo-wrapper {
    background:url(images/slider.png) no-repeat;
    width:998px;
    height:392px;
    margin:0 auto;
    padding-top:74px;
    margin-top:50px;
}

#slidernivo {
	position:relative;
	width:832px;
	height:350px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slidernivo img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slidernivo a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:-6px;
	bottom: 355px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/

p{
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#717171;
	line-height:21px;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-style:normal; 
	font-weight:normal; 
	color:#000;
}
h1 {
	font-size:22px; 
	line-height: 2px;
}
h2 {
	font-size:20px; 
	line-height: 24px;
}
h3 {
	font-size:18px; 
	line-height: 22px;
}
h4 {
	font-size:14px;
}
h5 {
	font-size:16px; 
	line-height: 18px;
}
h6 {
	font-size:12px; 
	line-height: 16px;
}

