﻿/* Header Inicio */
.header {
	font: 11px arial;
	position: relative;
	z-index: 30;
	width: 962px;
}

/*  Top Inicio */
.header div.top {
	margin-bottom: 10px;
}

/* Hack */ *:first-child + html body .header div.top {
	padding-bottom: 10px;
}

/* Hack */ * html body .header div.top {
	padding-bottom: 10px;
}

.header div.top ul {
	float: left;
}

.header div.top ul li {
	float: left;
}

/*  Top_Lojas Inicio */
.header div.top ul.top_lojas {
	width: 330px;
	margin-right: 118px;
}

.header div.top ul.top_lojas li span {
	margin: 0 15px;
	color: #333333;
	font-weight: bold;
}

.header div.top ul.top_lojas li a {
	color: #666666;
	margin-right: 5px;
	padding-left: 10px;
}

.header div.top ul.top_lojas li a:hover, .header div.top ul.top_lojas li a.on {
	background: url(../../images/geral/ico_arrow.gif) no-repeat scroll left center;
	color: #0057ac;
}
.header ul.contato li span b {
	display:inline-block;
	padding-top: 7px;
	font-weight: normal;
}
/*.header ul.contato li.mnTelefone span {
	padding:0 36px 0;
}*/
/*  Top_Lojas Fim */
/*  Top_Menu_Loja Inicio */
.header div.top ul.top_menu_loja {
	width: 250px;
	margin-right: 40px;
}

.header div.top ul.top_menu_loja li a {
	color: #0057ac;
	font-weight: bold;
	margin-right: 5px;
	padding-left: 5px;
	border-left: dotted 1px #7fabd5;
}

/*  Top_Menu_Loja Fim */
/*  Login Inicio */
.header div.top ul.top_login {
	width: 120px;
	margin-right: 20px;
}

.header div.top ul.top_login li a {
	color: #0057ac;
	font-weight: bold;
	margin-right: 5px;
	padding-left: 5px;
	border-left: dotted 1px #7fabd5;
}

/*  Login Fim */
/*  Bandeiras Inicio */
.header div.top ul.top_bandeiras {
	float: right;
}

.header div.top ul.top_bandeiras li a {
	text-indent: -2000px;
	overflow: hidden;
	width: 21px;
	height: 13px;
	display: block;
	margin: 0 5px;
}

/* Hack */ *:first-child + html body .header div.top ul.top_bandeiras li a {
	text-indent: -2000px;
	overflow: hidden;
	width: 21px;
	height: 13px;
	display: block;
	margin: 0 1px;
}

/* Hack */ * html body .header div.top ul.top_bandeiras li a {
	text-indent: -2000px;
	overflow: hidden;
	width: 21px;
	height: 13px;
	display: block;
	margin: 0 1px;
}

.header div.top ul.top_bandeiras li a.ing {
	background: url(../../images/geral/band_usa.gif) no-repeat scroll center center;
}

.header div.top ul.top_bandeiras li a.spa {
	background: url(../../images/geral/band_spa.gif) no-repeat scroll center center;
}

/*  Bandeiras Fim */
.header div.top ul.top_menu_loja li a:hover, .header div.top ul.top_menu_loja li a:active, .header div.top ul.top_login li a:hover, .header div.top ul.top_login li a:active {
	color: #666666;
}

.header div.top ul.top_menu_loja li a.off, .header div.top ul.top_login li a.off {
	border-left: 0;
}

/*  Top Fim */
/*  Contato Inicio */
.header ul.contato {
	padding-bottom: 25px;
	margin-bottom: 14px;
}

/* IE 6 */ * html body .header ul.contato {
	margin-bottom: 14px;
}

.header ul.contato li {
	height: 27px;
	float: left;
	color: #fff;
}

/* Hack */ * html body .header ul.contato li {
	/*margin-right: -3px;*/
}

.header ul.contato li.bg {
	border-left: 1px dotted #bccee3;
}

/* Hack */ * html body .header ul.contato li.bg {
	border-left: 1px solid #bccee3;
}

.header ul.contato li a.diferente {
	background-color: #0068c4;
	color: #fff;
	font: bold 11px arial;
	border-left: 1px dotted #bccee3;
	padding: 7px 20px 0;
	height: 20px;
	display: block;
	float: left;
}

/* IE 6 */ * html body .header ul.contato li a.diferente {
	border-left: 1px solid #bccee3;
}

.header ul.contato li a.todos {
	color: #fff;
	background: url(../../images/geral/bg_menu_contato.gif) repeat-x scroll center center;
	font: bold 11px arial;
	border-left: 1px dotted #bccee3;
	padding: 7px 20px 0;
	height: 20px;
	display: block;
	float: left;
}

/* Hack */ * html body .header ul.contato li a.todos {
	border-left: 1px solid #bccee3;
}

.header ul.contato li.pesquisar {
	background: url(../../images/geral/bg_menu_contato.gif) repeat-x scroll center center;
}

.header ul.contato li.pesquisar a {
	background: url(../../images/geral/ico_arrow_branco.gif) no-repeat scroll left center;
	margin: 7px 0 14px 0;
	padding: 0;
	text-indent: -2000px;
	overflow: hidden;
	display: block;
	width: 11px;
}

/* Hack */ * html body .header ul.contato li.pesquisar a {
	margin: 4px 10px 0 0;
	padding-top: 5px;
	width: 12px;
}

.header ul.contato li.pesquisar a:hover {
	background: url(../../images/geral/ico_arrow_branco.gif) no-repeat scroll left center;
}

.header ul.contato li.pesquisar input {
	border: 1px solid #ccc;
	float: left;
	font-size: 11px;
	margin: 5px 10px 0 30px;
	padding: 1px;
	width: 186px;
}

/* IE 6 */ * html body .header ul.contato li.pesquisar input {
	width: 178px;
}

/* IE 7 */ *:first-child + html .header ul.contato li.pesquisar input {
	width: 194px;
}

.header ul.contato li.borda_dir {
	width: 10px;
}

.header ul.contato li.borda_esq {
	background: url(../../images/geral/bg_borda_esq.gif) no-repeat scroll left center;
	border: 0;
}

.header ul.contato li.borda_esq:hover {
	background: url(../../images/geral/bg_borda_esq_on.gif) no-repeat scroll left center;
	border: 0;
}

.header ul.contato li.borda_esq a {
	margin-left: 10px;
}

/* Hack */ *:first-child + html body .header ul.contato li.borda_esq a {
	margin-left: 5px;
}

/* Hack */ * html body .header ul.contato li.borda_esq a {
	margin-left: 5px;
}

.header ul.contato li.borda_dir {
	background: url(../../images/geral/bg_borda_dir.gif) no-repeat scroll center center;
	border: 0;
}

.header ul.contato li span {
	color: #fff;
	background: url(../../images/geral/bg_menu_contato.gif) repeat-x scroll center center;
	font: bold 11px arial;
	border-left: 1px dotted #bccee3;
	padding: 0px 37px 0;
	height: 27px;
	display: block;
	float: left;
}

/* Hack */ * html body .header ul.contato li span {
	border-left: 1px solid #bccee3;
}

.header ul.contato li a:hover, .header ul.contato li a.on {
	background: transparent url(../../images/geral/bg_menu_contato_on.gif) repeat-x scroll center center;
}

/*  Contato Fim */
.header h1 {
	background: transparent url(../../images/geral/logo_stb.gif) no-repeat scroll left center;
	float: left;
	height: 60px;
	margin: 0 15px 10px 0;
	overflow: hidden;
	text-indent: -2000px;
	width: 124px;
}

.headerInternas h1 {
	background: transparent url(../../images/geral/logo_stb.gif) no-repeat scroll left center;
	float: right;
	height: 60px;
	margin: 0;
	overflow: hidden;
	text-indent: -2000px;
	width: 124px;
}
.headerInternas h1 a {
	height: 60px;
	width: 124px;
	display: block;
}

/* .header h1, .header h2 {
	background: transparent url(../../images/geral/logo_stb.gif) no-repeat scroll left center;
	float: left;
	height: 60px;
	margin: 0 15px 10px 0;
	overflow: hidden;
	text-indent: -2000px;
	width: 124px;
} */

.header h1 a, .header h2 a {
	display: block;
	width: 124px;
	height: 60px;
}

/*  Produtos Inicio */
.header p {
	margin: 47px 0 3px 0;
	float: left;
	width: 820px;
}

* html body .header p {
	margin-top: -10px;
}

.header .menu_produtos {
	float: left;
	width: 214px;
}
.menu_produtos {
	display:inline-block;
	padding:0 0 0 140px;
}
.header .menu_produtos li {
	float: left;
	width: 70px;
	height: 39px;
	margin-right: 1px;
}

.header .menu_produtos li a {
	display: block;
	width: 70px;
	height: 39px;
	color: #fff;
	font-weight: bold;
	line-height: 39px;
	text-align: center;
}

.header .menu_produtos li a.um {
	background: url(../../images/geral/bg_botoes_2.gif) no-repeat scroll 0 0;
}

.header .menu_produtos li a.dois {
	background: url(../../images/geral/bg_botoes_2.gif) no-repeat scroll -72px 0;
}

.header .menu_produtos li a.tres {
	background: url(../../images/geral/bg_botoes_2.gif) no-repeat scroll -144px 0;
}

.header .menu_produtos li a.um:hover {
	background: url(../../images/geral/bg_botoes_2.gif) no-repeat scroll 0 -51px;
}

.header .menu_produtos li a.dois:hover {
	background: url(../../images/geral/bg_botoes_2.gif) no-repeat scroll -72px -51px;
}

.header .menu_produtos li a.tres:hover {
	background: url(../../images/geral/bg_botoes_2.gif) no-repeat scroll -144px -51px;
}

.header a.bt_viagem {
	width: 142px;
	height: 39px;
	display: block;
	line-height: 39px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: url(../../images/geral/bg_botoes_2.gif) no-repeat scroll -228px 0;
	/*position: absolute;
	top: 107px;
	left: 365px;
	z-index: 5002;*/
	float: left; /* Teste distrib */
	position: relative;
	z-index: 5002;
}

.header a.bt_viagem:hover {
	background: url(../../images/geral/bg_botoes_2.gif) no-repeat scroll -228px -51px;
}

.header div.drop_viagem {
	background: transparent url(../../images/geral/bg_box.gif) no-repeat scroll left top;
	border-top: 1px solid #C9D4EA;
	left: 260px;
	position: absolute;
	/*top: 146px;*/
	top: 39px;
	padding-left: 20px;
	width: 275px;
	z-index: 5003;
	visibility: hidden;
}

/* Hack */ * html body .header div.drop_viagem {
	/*left: -580px;*/
}

.header div.drop_viagem div {
	background: transparent url(../../images/geral/bg_box.gif) no-repeat scroll right top;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-top: 10px;
}

.header div.drop_viagem div ul {
	border-bottom: 1px dotted #000000;
	height: 50px;
	padding-bottom: 20px;
}

.header div.drop_viagem div ul li {
	width: 49%;
	float: left;
}

.header div.drop_viagem div ul li a {
	font: 10px arial;
	color: #000;
	background: transparent url(../../images/geral/img_estilo_lista_menu.gif) no-repeat scroll left center;
	padding-left: 5px;
}

.header div.drop_viagem div ul li a:hover {
	color: #4370A9;
}

.header div.drop_viagem div ul li b {
	color: #136CBB;
	display: block;
	padding-top: 5px;
}

.header .kill_zone {
	width: 505px;
	height: 400px;
	position: absolute;
	/*top: 35px;*/
	top: -50px;
	left: 175px;
	z-index: 5001;
	visibility: hidden;
}


.header .menu_atendimento {
	float: right;
	margin-right: 20px;
	width: 264px;
}

.header .menu_atendimento li {
	float: right;
	width: 88px;
	height: 39px;
}

.header .menu_atendimento li a {
	display: block;
	width: 88px;
	height: 39px;
	background: url(../../images/geral/bg_botoes_2.gif) no-repeat scroll -376px 1px;
	color: #333;
	font-weight: bold;
	line-height: 39px;
	text-align: center;
}

.header .menu_atendimento li a:hover {
	background: url(../../images/geral/bg_botoes_2.gif) no-repeat scroll -376px -50px;
	color: #000;
}

/*  Produtos Fim */
/* Header Fim */
