/*CSS Multifrio*/

* {
  font-family:Arial, "Nimbus Sans L";
}

body {
	margin:0px;
	padding:0px;
	background-color:#FFF;
	background-image:url(../images/site/bg.jpg);
	background-repeat:repeat-x;
}

img {
  border:0;
}

a {
  text-decoration:none;
}

#principal {
	width:998px;
  margin:0 auto;
}

/*
 * cabecalho
 */
.cabecalho {
	width:1003px;
	height:133px;
	float:left;
}
.logo {
	float:left;
	margin:0;
	display:inline;
}
#flash_topo {
  	float:right;
}

/**** INICIO MENU HORIZONTAL ***/
#menu {
	float:left;
	width:990px;
	height:39px;
	background-image:url('../images/site/bg_menu.jpg');
	background-repeat:repeat-x;
  	margin-left:4px;
  	_margin-left:2px;
}
#menu ul {
	height:37px;
	margin:0;
  padding:0;
  text-align:center;
  list-style:none;
}
#menu ul li {
	display:inline;
	font-size:13px;
	text-align:center;
	padding:0;
 	margin:0;
	float:left;
	color:#FF0000;
}
#menu ul li a {
  color:#ffffff;
  text-decoration:none;
  font-weight:bold;
  margin:2px 1px;
  padding:8px 0px 8px 0px;
  float:left;
}
#menu ul li a:hover{
	color:#2D2264;
	background-image:url(../images/site/bg_menu_hover.jpg);
}
#menu ul li.visitado a {
  margin:2px 1px;
  padding-bottom:8px;
  color:#2D2264;
  background-image:url(../images/site/bg_menu_hover.jpg);
}
#menu ul li.linha_menu {
	width:1px;
	height:35px;
	font-size:0px;
	background-image:url(../images/site/bg_linha_menu.jpg);
	background-repeat:no-repeat;
}

/***** FIM MENU HORIZONTAL *****/
/*
 * estrutura
 */
#corpo {
	width:998px;
	min-height:320px;
	_height:320px;
	background-image:url(../images/site/bg_cont.jpg);
	background-repeat:repeat-y;	
	/*padding:20px 0 0 14px;*/
	/*margin:20px 0 0 14px;
	_margin:20px 0 0 7px;*/
	float:left;
	text-align:left;
}
.base_corpo {
  	float:left;
  	width:988px;
  	height:13px;
  	font-size:0px;
  	background-image:url(../images/site/base_corpo.gif);
  	margin:0 0 6px 3px;
  	display:inline;
}

#corpo p {
	font-size:10pt;
	text-align:left;
	padding:0px 50px 0px 30px;
}
#corpo h3 {
	font-size:15pt;
	font-weight:bold;
	text-align:left;
  	padding:0 0 3px 0px;
 	margin:0 0 10px 0;
	color:#27186b;
  	border-bottom:1px solid #d0cfcf;
}
#corpo h4 {
	font-size:13pt;
	font-weight:bold;
	text-align:left;
	margin:0px 0px 20px 0px;
}

/*
 * CAIXA PRODUTOS DESTAQUE
 */
#caixa_destaque{
	width:435px;
	float:left;
	padding-left:45px;
}
.caixa_prod_destaque{
	width:187px;
	height:198px;
	float:left;
	padding-right:30px;
}
.caixa_top_destaque{
  width:187px;
  height:22px;
  background-image:url(../images/site/caixa_pr_top.gif);
  background-repeat:no-repeat;
  border:0;
}
.caixa_meio_destaque{
  width:187px;
min-height:112px;
  background-image:url(../images/site/caixa_pr_m.jpg);
  background-repeat:repeat-y;
}
.caixa_meio img{
  vertical-align:middle;
}
.caixa_btm_destaque{
  width:187px;
  height:57px;
  background-image:url(../images/site/caixa_pr_btm.gif);
  background-repeat:no-repeat;
  border:0;
  margin:0px;
  padding:0px;
}
.caixa_btm_destaque h2{
	margin:0px;
	padding-top:20px;
	color:#27186B;
	font-size:12pt;
}

/*
 * CAIXA PRODUTOS
 */
.caixa_prod{
	width:187px;
	height:198px;
	float:left;
}
.caixa_top{
  width:187px;
  height:22px;
  background-image:url(../images/site/caixa_pr_top.gif);
  background-repeat:no-repeat;
  border:0;
}
.caixa_meio{
  	width:187px;
	min-height:112px;
  	background-image:url(../images/site/caixa_pr_m.jpg);
  	background-repeat:repeat-y;
}
.caixa_meio img{
  vertical-align:middle;
}
.caixa_btm{
  width:187px;
  height:57px;
  background-image:url(../images/site/caixa_pr_btm.gif);
  background-repeat:no-repeat;
  border:0;
  margin:0px;
  padding:0px;
}
.caixa_btm h2{
	margin:0px;
	padding:20px;	
	color:#27186B;
	font-size:10pt;
}

/*
 * home
 */
.area_home_left {
  width:55%;
  float:left;
  margin:0px;
  padding:10px 0 0 50px;
}
.area_home_left a {
  text-align:center;
  color:#27186b;
  text-decoration:none;
}
.area_home_left a:hover {
  text-decoration:underline;
}

.area_home_right{
  width:35%;
  float:right;
  padding-right:20px;
  margin:0px;
}
.area_home_right img{
	padding-top:10px
}

.banner {
  margin:10px 0px 0 0px;
  float:right;
}

.area_home_parceiros{
	width:500px;
	float:left;
}
.area_home_parceiros{
	width:900px;
	float:left;
	margin-top:15px;
	margin-bottom:15px;
}
.area_home_parceiros table{
	width:100%;
	float:left;
	margin-left:45px;
	_margin-left:25px;
	margin-top:5px;
	margin-bottom:5px;
}
.area_home_parceiros td{
	width:150px;
}
.area_home_parceiros td div{
	width:150px;
}



/*
 * busca e news
 */
#form_busca{
  width:231px;
  height:36px;
  background-image:url(../images/site/bg_busca.jpg);
  background-repeat:no-repeat;
  font-size:11px;
  float:right;	
}
#form_busca input {
  float:right;
  border:1px solid #1b6974;
  width:151px;
  height:16px;
  color:#707070;
  padding:2px;
  margin:5px 0 0 0;
}
#form_busca input.buscar {
  width:39px;
  height:26px;
  background-image:url(../images/site/bt_buscar.jpg);
  padding:0px;
  border:0;
  cursor:pointer;
  margin:0 0 0 7px;
}
.newsletter{
	width:340px;
	height:120px;
	float:left; 
}
.newsletter P{
	width:240px;
	height:auto;
	float:left; 
}
#newsletter{
	width:240px;
	height:auto;
	float:left; 
	padding-left:32px;
}

.newsletter input.ok {
  background-image:url(../images/site/bt_ok.jpg);
  width:42px;
  height:23px;
  border:0;
  cursor:pointer;
  margin:0 0 0 7px;
}

/*
 * conteudo
 */
.conteudo {
  width:726px;
  float:left;
  margin:0 0 0 34px;
  display:inline;
}
.conteudo a {
  color:#636363;
}
.conteudo a:hover {
  text-decoration:underline;
}

.bt_voltar {
  float:right;
  margin:10px 10px 10px 0;
}

/*
 * Produtos
 */
.table_produtos a {
  color:#003663;
  font-size:9pt;
}
.table_produtos a:hover {
  text-decoration:underline;
}
.table_produtos {
  margin-bottom:25px;
  width:100%;
}

.box_produto {
  width:153px;
  height:174px;
  text-align:center;
  padding-top:10px;
}
.imagem_produto {
  height:144px;
}

.produto_list {
  width:145px;
  height:126px;
  text-align:center;
}

.produto_show {
  width:100%;
  float:left;
}


.none_desc {
  margin:10px 0 0 50px;
  float:left;
  width:320px;
  text-align:left;
}

.galeria_produtos {
  width:320px;
  margin:10px 0 0 0;
  float:left;
}


/*
 * menu vertical
 
#menu_filhos {
  width:172px;
  margin:10px 0 0 14px;
  float:left;
  display:inline;
}
.top_menu_vertical {
  width:172px;
  height:5px;
  background-image:url(../images/site/top_menu_vertical.gif);
  font-size:0px;
  float:left;
}
.base_menu_vertical {
  width:172px;
  height:5px;
  background-image:url(../images/site/base_menu_vertical.gif);
  font-size:0px;
  float:left;
}
.menu_vertical {
	width:172px;
	float:left;
  padding:3px 0;
  background-color:#a6daf2;
}
.menu_vertical ul {
	padding:0;
	margin:0;
  list-style:none;
}
.menu_vertical li {
	padding:0;
	margin:0;  
  text-align:left;
  font-size:9pt;
}
.menu_vertical .ul_level_0_normal {
	width:158px;
  margin:0 auto;
}
.menu_vertical .li_level_0_normal {
	border-bottom:1px solid #3a6fc7;
  padding:2px 0;
}
.menu_vertical .a_level_0_normal {
  width:143px;
	display:block;
	padding:8px 0 8px 15px;
	color:#565657;
}
.menu_vertical .a_level_0_normal:hover {
  color:#fbfbfd;
  background-color:#2474e4;
}
.menu_vertical .a_level_0_current {
  width:143px;
	display:block;
	padding:8px 0 8px 15px;
	color:#fbfbfd;
  font-weight:bold;
  background-color:#2474e4;
}

.menu_vertical .a_level_1_normal {
	display: block;
	padding:8px 0 8px 15px;
	color: #a4a4a4;
}
.menu_vertical .a_level_1_current {
	display: block;
	padding:8px 0 8px 15px;
	color:#ee6806;
  background-color:#fdd1ab;
}
.menu_vertical .a_level_1_normal:hover {
  color:#ee6806;
  background-color:#fdd1ab;
}
*/
#menu_filhos {
	float:left;
	margin-left:10px;
	padding:0;
	width:185px;
	float:left;
	display:inline;
}
.menu_vertical .topo_menu {
  width:185px;
  height:10px;
  background-image:url(../images/site/top_menu.jpg);
  float:left;
  font-size:0px;
}
.menu_vertical .base_menu {
  width:185px;
  min-height:130px;
  background-image:url(../images/site/base_menu.jpg);
  background-position:bottom;
  background-repeat:no-repeat;
  float:left;
}
.menu_vertical .bg_menu {
  width:185px;
  min-height:130px;
  background-image:url(../images/site/bg_menu_vert.jpg);
  background-repeat:repeat-y;
  float:left;
}

.menu_vertical .ul_level_0_normal {
  width:179px;
  margin:0 auto;
  padding:0 0 10px 0;
}
.menu_vertical .ul_level_0_normal li.li_level_0_normal {
  width:175px;
  border-bottom:1px solid #c2c2c2;
  margin:0;
  padding:2px;
  list-style:none;
}
.menu_vertical .ul_level_0_normal li.li_level_0_normal a.a_level_0_normal {
  width:175px;
  height:23px;
  font-size:10pt;
  color:#636262;
  font-weight:bold;
  text-decoration:none;
  padding:7px 0 0 3px;
  display:block;
}
.menu_vertical .ul_level_0_normal li.li_level_0_normal a.a_level_0_normal:hover {
  background-color:#554F73;
  color:#fff;
}
.menu_vertical .ul_level_0_normal li.li_level_0_normal a.a_level_0_current {
  width:175px;
  height:23px;
  font-size:11pt;
  font-weight:bold;
  text-decoration:none;
  padding:7px 0 0 3px;
  display:block;
  background-color:#554F73;
  color:#fff;
}

.menu_vertical .ul_level_1_normal {
  margin: 0px 0px 15px 10px;
  padding:0px;
  font-size:9pt;
  list-style:none;
}
.menu_vertical .li_level_1_normal {
  margin:0px;
  height:28px;
  background-image:url(../images/site/bg_li_submenu.jpg);
  background-position:top left; 
  background-repeat:no-repeat;
  font-size:9pt;
  padding:0px 0px 0px 25px;
}
.menu_vertical .a_level_1_normal {
  padding:0px;
  margin:0px;
  text-decoration: none;
  font-size:9pt;
}
.menu_vertical .a_level_1_normal:hover {
  font-weight:bold;
}
.menu_vertical .a_level_1_current {
  display:block;
  padding:0;
  margin:0px;
  text-decoration: none;
  font-size:9pt;
  font-weight:bold;
}

.menu_vertical .ul_level_2_normal {
  margin:0;
  padding:0 0 0 15px;
}
.menu_vertical .a_level_2_normal {
  text-decoration:none;
}
.menu_vertical .a_level_2_normal:hover {
  font-weight:bold;
}
.menu_vertical .a_level_2_current {
  text-decoration:none;
  font-weight:bold;
}


/*
 * Formularios
 */
#formulario { 
	font-size:10pt;
	font:bold;
	margin:0px auto;
}

#formulario label {
	font-weight:bold;
	text-align:right;
}
#formulario input { 
	border:1px solid #27187D;
	width:259px;
	height:12px;
	font-size:9pt;
	padding:2px;
  background-color:#faf7f7;
}
#formulario input.fone { 
	width:229px;
}
#formulario input.ddd { 
	width:20px;
}
#formulario input.cidade { 
	width:196px;
}
#formulario select { 
	border:1px solid #27187D;
	height:20px;
	font-size:9pt;
	padding:2px;
  background-color:#faf7f7;
}
#formulario textarea { 
	border:1px solid #27187D;
	width:259px;
	height:102px;
	font-size:9pt;
	padding:2px;
  background-color:#faf7f7;
}
#formulario .limpar {
	width:64px;
	height:31px;
	border:0;
	cursor:pointer;
	padding:0px;
	margin:5px 5px 0px 0px;
	border:1px solid #27187D;
}
#formulario .enviar {
	width:64px;
	height:31px;
	border:0;
	cursor:pointer;
	padding:0px;
	margin:5px 5px 0px 0px;
	border:1px solid #27187D;
}

.label_erro {
	color:red;
}

/*
 * rodape
 */
#rodape {
	width:100%;
	height:65px;
	clear:both;
	background-image:url('../images/site/bg_rodape.jpg');
	background-repeat:no-repeat;
	text-align:center;	
	margin: 0 0 0 1px;
}

#rodape address {
	font-size:11px;
	font-weight:normal;
  	font-style:normal;
	color:#FFF;
	padding:28px 0px 0px 0px;
}

#rodape A {
	font-size:11px;
	font-weight:normal;	
	text-decoration:none;
}
#rodape A:hover {
  text-decoration:underline;
}

.assinatura {
  font-size:10px;
  font-weight:normal;
  font-style:normal;	
}
.assinatura .link, .link a {
  float:right;
  margin-right:20px;
  text-decoration:none;
  text-align:right;
}
.assinatura a:hover {
  text-decoration:underline;
}
/*
 * FIM RODAPE 
 */

/*
 * lightbox galeria show
 */
.lb_slideshow {
  font-size:12px;
}

/*
 * localizacao
 */
.mapa_localizacao {
  width:430px;
  margin:20px auto;
}

.ampliar {
  width:177px;
  font-size:11px;
  background-image:url(../images/site/ampliar.gif);
  background-repeat:no-repeat;
  background-position:left;
  padding-left:20px;
  float:left;
  margin-top:10px;
  text-align:left;
  color:#555454;
}

/*
 * Paginação
 */
.paginacao {
	margin:13px auto;
} 
.paginacao a {
  width:15px;
  height:19px;
	color:#8d8b8b;
	text-decoration:none;
  text-align:center;
  padding-top:5px;
  font-size:11px;
  float:left;
  font-weight:bold;
  background-color:#ffffff;
}
.paginacao a:hover {
	background-color:#bababa;
  color:#ffffff;
}
.paginacao a.img {
  width:6px;
  height:12px;
  font-size:0px;
  padding:0 3px 0 3px;
  background:none;
}
.paginacao a.img:hover {
  background:none;
}
.paginacao strong {
  width:15px;
  height:19px;
	color:#8d8b8b;
	text-decoration:none;
  text-align:center;
  padding-top:5px;
  font-size:11px;
  float:left;
  background-color:#bababa;
  color:#ffffff;
}

/*
 * backtracking
 */
.backtracking ul {
  font-size:12px;
  margin:5px 0px 0px 5px;
  padding:10px;
  text-align:left;
}
.backtracking li {
  display:inline;
  list-style:none;
  color:#666;
}
.backtracking a {
  color:#666;
}
.backtracking a:hover {
  text-decoration: underline;
}
.backtracking li.last {
  font-weight:bold;
}
