@charset "UTF-8";
*{
	margin:0;
	padding:0;
	
}
html{
	height:100%}
	
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #424242;
	background-image: url(imagens/deco.jpg);
	background-repeat: repeat-x;
	height:100%;
}

#logo{
	height:80px;
	padding-top:70px;
	width:820px;
	margin:auto;
}

img {
	border:0;
}

#menu {
	background-image:url(imagens/menu.jpg);
	background-repeat:repeat-x;
	height:40px;
}

.botoes {
	margin:auto;
	width:825px;	
	background-color:#424242;
	padding-left:1px;	
}

.botao{
	float:left;
	padding-left:1px;
}

#banner{
	text-align:center;
	background-color:#FFF;
	margin:auto;
}

#content {
	margin:auto;
	width:840px;
	margin-top:30px;
	padding-bottom:20px;		
}

#blocos {
	width:840px;
	height:700px;
	background-image:url(imagens/bg_home.png);
	background-repeat:no-repeat;
	margin:auto;
}
	
.bv{
	padding:50px 50px 0 50px;
	width:500px;
	float:left;
	height:230px;
}

.nt_home{
	padding-top:50px;
	padding-left:20px;
	padding-right:20px;
	width:200px;
	float:right;
	height:600px;
	
}

.nt_home a{
	color:#FFF;
	
	text-decoration:none;
	}
.nt_home a:hover{
	text-decoration:underline;
	}

.pq_nos{
	padding:70px 40px 0 50px;
	width:210px;
	height:300px;
	float:right;
}

.servicos_home{
padding:70px 50px 0 50px;
	height:300px;
	width:200px;
	float:left;
	color:#FFF
}
.servico{
	text-align:center; float:left; width:200px; padding:0px 25px 30px 25px;  height:150px;}


.bloco{
	width:752px;
	padding:50px 30px 50px 50px;
	background-image:url(imagens/fundo_branco.png);
	background-repeat:repeat-y;
	margin:auto;
	float:left;
	margin-left:4px;
	min-height:300px;

}

.col1{
	width:300px;
	float:left;}
.col1 a {
	text-decoration:none;
	color:#000;
	}
.col1 a:hover{
	color:#930;}

.col2{
	width:400px;
	float:right;}

.fundo_bloco{
	background-image:url(imagens/bottom.png);
	background-repeat:no-repeat;
	height:40px;
	width:835px;
	margin-left:4px;
	float:left;
}

.barra_a{
	margin:auto;
	padding-top:57px;
	padding-left:50px;
	height:35px;
	background-image:url(imagens/top_a.png);
	background-repeat:no-repeat;
}

.barra_v{
	margin:auto;
	padding-top:57px;
	padding-left:50px;
	height:35px;
	background-image:url(imagens/top_v.png);
	background-repeat:no-repeat;
}

.menu_qs{
	width:100px;
	float:left;
	}
.texto_qs{
	width:500px;
	float:right;
	margin-right:40px;}
.texto_s{
	width:750px;
	float:left;
	
	margin-right:40px;}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -42px; /* the bottom margin is the negative value of the footer's height */
}
 
#push{
	height:100px;
	clear:both;
}

#footer{
	background-image:url(imagens/deco.jpg);
	background-repeat:repeat-x;
	height:32px;
	color:#667;
	text-align:center;
	font-size:9px;
	padding-top:10px;
	clear:both;
}

#footer a{
	text-decoration:none;
	border-bottom:dotted 1px;
	color:#667;
}