/* CSS Document */
* {
	padding: 0;
	margin: 0;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	background: url(../imagens/layout/bg_body.png) top left repeat-x;	
}

body a{
	color:#3F3F3F;/**/
	text-decoration:none;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	color:#000;
}
img{
	border:0px;
	}
	
#container_corpo {
	max-width: 900px;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left:0px;
	padding-right:0px;
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	display: table;
}
#container_topo {
	width: 900px;
	height: inherit;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
}

#container_logo {
	width: 356px;
	height: 140px;
	float: left;
	padding-top: 5px;
	margin-left:-30px;
}

#container_login {
	width: 300px;
	height: 30px;
	float: right;
}

#container_search {
	width: 350px;
	height: 40px;
	float: right;
	display:table-cell;
	vertical-align:bottom;
}

#container_home_link {
	width: 24px;
	height: 24px;
	position: absolute;
	margin-left: 840px;
	margin-top: 15px;
}

#container_restrito_link {
	width: 24px;
	height: 24px;
	position: absolute;
	margin-left: 870px;
	margin-top: 15px;
}

/* fim topo */

/* menu */

#menu {
	max-width: 900px;
	height: 55px;
	background: url(../imagens/layout/bg_menu.png) left top repeat-x;
	border-bottom: 1px solid #999;
	/*background-color:#C9C9C9;*/
	margin:0px;
	
	/*padding:5px;*/
	
}
#busca_{
	float:inherit;
}

.container_menu {
	max-width:900px;
	text-align:center;
	font-size: 20px;
	color: #333;
	margin-left: auto;
	margin-right: auto;	
	padding-top: 8px;	
}

.container_menu li {
	float: left;
	padding-left: 7px;
	padding-right: 7px;
	list-style-type: none;
}

.container_menu li a {
	color: #333;
	text-decoration: none;
}

.container_menu li a:hover {
	color: #666;
	text-decoration: underline;
}
.container_menu2 {
	width:900px;
	text-align:center;
	font-size: 20px;
	color: #333;
	margin-left: auto;
	margin-right: auto;	
	padding-top: 0px;
		
}

.container_menu2 li {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	list-style-type: none;
}

.container_menu2 li a {
	color: #333;
	text-decoration: none;
}

.container_menu2 li a:hover {
	color: #666;
	text-decoration: underline;
}

/* fim menu */

/* corpo */
#container_categoria {
	width: 210px;
	min-height: 100px;
	border: 1px solid #999; 
	border-radius: 5px;
	-moz-border-radius: 2px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 8px;
	padding-right: 9px;
	margin-left: 10px;
	margin-right:0px;
	float: left;
	background: #ececec;
	margin-top:-16px;
}

#container_conteudo {
	width: 630px;
	height:auto;
	min-height: 400px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 15px;
	margin-left:0px;
	float: right;
	background: #FFF;	
}
#container_conteudo_produto {
	height:auto;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 15px;
	float: right;
	background: #FFF;	
}

/* fim corpo */

/* produtos destacados */

.p_destacado {
	width: 180px;
	height: 150px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #999;
	padding: 3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background: #FCFCFC;
}

.titulo_p_destacado {
	font-weight: bold;
	font-size: 12px;
	color:#000;
	text-decoration:none;
	text-align: center;
	margin-right:auto;
	margin-left:auto;
	height:37px;
}

.imagem_p_destacado {
	width: 150px;
	height: 150px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	overflow:hidden;
}

/* fim produtos destacados */

/* pagina do produto */

#container_foto_produto {
	width: 300px;
	height: 300px;
	float: right;
	padding: 5px;
	margin-right: 10px;
	margin-top: 10px;
}

.foto_produto {
	text-align:center;
}

/* fim pagina do produto */	

/* categoria */	

.cat_titulo {
	font-size: 20px;
	font-weight: bold;
	text-align:center;
	color:#000;
}

.container_cat {
	width: 175px;
	height: 175px;
	float: left;
	margin-left: 20px;
	margin-bottom: 15px;
	border: 1px solid #999;
	padding: 3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

.imagem_cat {
	margin-top:8px;
	margin-left:15px;
}

td {
	text-align:center;	
}


/* fim categoria */	

/* outros */

.titulo_categoria {
	color: #006;
	font-size: 22px;
	text-align: center;
}

.item_categoria p{
	text-decoration: none;
	font-size:12px;
	color: #333;
	margin-top: 3px;
	}
.produtos_destaque {
	color: #fff;
	font-size: 22px;
	font-style: italic;
	text-indent: 20px;
	margin-bottom: 20px;
}

#clear{
	clear:both;
}
#divisoria{
	
	background: url(../imagens/layout/divis�ria.png) left top repeat-x;
}
#buscaav{
	
	background: url(../imagens/layout/busca_av.png) left top repeat-x;
}

#produtos_{
	
	background: url(../imagens/layout/produtos.png) left top repeat-x;
}
#container_corpo_conteudo { 
   	align:center;
	width: 450px;
	min-height: 100px;
	border: 1px solid #ffffff;
	border-radius: 5px;
	-moz-border-radius: 2px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 5px;
	margin-left: 15px;
	float: center;
	clear: center;
	background: #ffffff;
	text-align:left;	
}
.informa��o_texto {
	color: #006;
	font-size: 8px;
	text-indent: 20px;
	margin-bottom: 20px;
}
#titulos_destaque{
	padding-top: 9px;	
    margin-top:-30px;
	height: 70px;
	margin-left:-6px;
	margin-right:-15px;
	background: url(../imagens/layout/titulos_destaque.png) left top repeat-x;
}
#container_corpo_2 {
	width: 635px;
	padding-top: -90px;
	padding-bottom: 20px;
	margin-left: -5px;
	margin-right: 30px;
	background: #FFF;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display: table;	
}
#container_corpo_3 {
	background-position:right;
	width: 30px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-left: 0;
	margin-right: 60;
	background: #FFF;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display: table;
}
#titulos_destaque_descri��o{
	color:#006;
	text-align:center;
	padding-top: 12px;	
    margin-top:-30px;
	width: 100%;
	height: 80px;
	background: url(../imagens/layout/titulos_destaque_descri��o.png) left top repeat-x;
}
#container_produtos_destaque{
	background-position:left;
	overflow:auto;
	width: 630px;
	max-height:400px;
	padding-top: -50px;
	padding-bottom: 0px;
	margin-left: 10px;
	margin-right: 0px;
	background: #FFF;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display: table;
}
#container_corpo_logo {
	width: 800px;
	height: 140px;
	float: left;
	padding-top: 40px;
	margin-left: 60px;
}
#corpo_all {
	width: 100%;
	background: #999;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.produtos_destaque_2 {
	color: #ffa113;
	font-size: 22px;
	font-style: italic;
	text-indent: 20px;
	margin-bottom: 20px;
	
}

#container_corpo_all {
	width: 100%;
	background: #999;

}
.informa��o_texto_2 {
	text-indent: 20px;
	margin-bottom: 20px;
}
.titulo_categoria_2 {
	color: #06C;
	font-size: 22px;
	text-align: center;
}
#centro_destaque_produtos{
	margin-left:1px;
	margin-right:-5px;
	margin-top:-5px;
}
.botao, submit {
	float:right;
	position:relative;
	margin-top:-20px;
}

.botao_2 {
	float:right;
	padding-top:-80px;
	position:absolute;
	margin-top:22px;
}
	
#rodape{
	/*float:inherit;*/
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	position:relative;
    bottom:0px;
    width: 902px;
    margin-left: auto;
    margin-right: auto;
    height: 90px;
	 background-color:#083f65; 
    /*background: url(../imagens/layout/bg_top_roda.png) left top repeat-x;*/
	padding:0px;
}
#rodape a{
	text-decoration:none;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	}
/* PAGINA��O */

#pagina��o{
	margin:30px 0px 10px 0px;
}
#paginacao p {
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:left;
	margin-top:10px;
	margin-bottom:10px;
	color:#006699;
	border:none;
}
#paginacao a{
	border:1px solid #006699;
	padding:5px 10px;
	text-decoration:none;
	color:#006699;
}

#paginacao a:hover{
	background-color:#006699;
	color:#ffffff;
	padding:5px 10px;
	text-decoration:none;
}

#menu_ {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px;
	left: 149px;
	top: 0;
	display: none;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	list-style: none;
	
}

#botao_top{
	float:right;
	padding-top:10px;
	padding-righ:-70px;
	border:0px;
}

.fale{
	width:520px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	text-align:center;
	height:22px;
	font-size:12px; 
	font-family:Verdana,Geneva, sans-serif;
	color:#3366ff;
	text-decoration:none;
	}
.fale tr td{
	margin-left:5px;
	margin-right:5px;
	min-width:10px;
	}
.falelink{
	color:#3366ff;
	border:0px;
	}	
#localizacao{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#C93;
	}	
.busca{
	padding:0px;
	margin-left:5px;
	text-align:center;
	}
.item_produto{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	float:left;
	}
.rolagem_titulo_destaque{
	overflow:scroll; 
	height:735px; 
	overflow-x:hidden;
}
.titulo_produto{
	font-size:16px;
	font-style:italic; 
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
#desenvolvido{
	text-decoration:none;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;
    text-align:center;
	float:right;
	margin:0px 5px;
	padding:0px;
	font-variant:small-caps;
	}
#desenvolvido a{
	text-decoration:none;
	font-size:9px;
	}
#desenvolvido a:hover{
	color:#000;
	}
.novo_destaques{
	width:190px;
	height:175px;
	float:left;
	margin-left:6px;
	margin-right:6px; 
	margin-bottom:12px; 
	border:1px solid #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	
	}
.novo_img_destaques{
	width:100%;
	height:125px;
	border-bottom:1px solid #999;
	text-align:center; 
	margin:0px;
	padding-top:2px;
	margin:0px;
	
}
.novo_titulo_destaques{
	font-size:10px; 
	color:#000;
	text-align:center;
	font-weight:bold; 
	height:18px; 
	width:100%;
	padding:0px;
	margin:0px;
}
.texto{
	 overflow:scroll;
	 max-height:700px; 
	 max-width:500px; 
     font-family:Verdana, Geneva, sans-serif;font-size:12px;
	 text-align:justify;  
}
#resposta {
    width:99%;
    height:200px;
    border:1px solid #CCC;
}
#servicos-texto{
	width:600px;
	margin-left:auto;
	margin-right:auto;
	}
#servicos-texto ul li{
	margin-left:25px;
	}
.corpo_institucional{
	   margin:20px;
	   max-height:400px; 
	   max-width:680px;
	   /*overflow-y:scroll;*/
	   overflow-x:hidden;
	   color: #333;
}
.texto_institucional{
	   text-align:justify;
	   padding:0px;
	   margin-right:15px;
	   margin-left:5px;
}
.menu{
	width: 196px;
	margin-left: 0px;
	padding:5px;
	text-decoration: none;
	background:#FFF;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	border: 1px solid #999;
	border-radius: 5px;
	-moz-border-radius: 3px;
	overflow:auto;
}
.menu a{
	margin-top:3px;
	margin-bottom:3x;
}
.menu a:hover{
	color:#d1d1d1;
	text-decoration:none;
}
.motoboy{
	margin-top:2px; 
	padding:0px;
	color:#F00;
	}
	.header{width:900px; height:250px; margin:auto; border:1px solid #999; overflow:hidden;}
.top_header{width:100%; height:20px; line-height:20px; margin:auto; background-color:#083f65; border-bottom:3px solid #666; color:#FFF;}
.what{width:450px; text-align:center; height:20px; float:left;}
.data1{width:450px; text-align:center; height:20px; float:right;}
.top_conteudo{width:100%; height:190px; margin;auto;}
.menu_topo_head{width:450px; height:40px; float:right; margin-right:15px;}
.menu1{width:225px; height:35px; float:left; text-align:center; line-height:35px; background-color:#083f65;  border-bottom-left-radius:15px; margin-right:-150px; border-bottom-right-radius:15px; z-index:1; 
-webkit-box-shadow: 10px 9px 8px -12px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 9px 8px -12px rgba(0,0,0,0.75);
box-shadow: 10px 9px 8px -12px rgba(0,0,0,0.75);}
.menu1 a{text-decoration:none; color:#FFF;}
.menu2{width:225px; height:35px; float:right; text-align:center; line-height:35px; background-color:#999; border-bottom-left-radius:15px; border-bottom-right-radius:15px; -webkit-box-shadow: 10px 9px 8px -12px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 9px 8px -12px rgba(0,0,0,0.75);
box-shadow: 10px 9px 8px -12px rgba(0,0,0,0.75);}
.menu2 a{text-decoration:none; color:#FFF;}
.logo{width:250px; height:110px; font-size:12px; color:#333; text-align:center; float:left; margin-left:40px; margin-top:35px; overflow:hidden;}
.bg_topo{width:500px; height:145px; float:right; margin-top:-150px; margin-right:20px; overflow:hidden; }
.bottom-topo{width:100%; background-color:#e2e6e9; height:50px; margin:auto; overflow:hidden;}
.texto_topo{width:250px; height:50px; color:#083f65; font-size:18px; line-height:50px;  text-align:center; float:left; margin-left:4px;}
.texto_topo2{width:350px; height:50px; color:#083f65; font-size:12px; font-weight:bold;  text-align:center; float:left; margin-left:4px;}
.texto_topo a{color:#083f65; text-decoration:none;}
.vermelhoNegrito{color:#900; font-weight:bold; font-size:18px;}
	.container_menu{padding-left:30px; padding-top:10px;}
				.container_menu input[type="text"]{width:600px; height:25px; line-height:25px; border:1px solid #093f61;}