html, body, iframe, p, img, ol, ul, li, form, table, tr, td {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body {
	width:100%;
	height:101%;
}
body {
	background: #D6E4EF url(/images/bg_repeat_x.gif) repeat-x left -62px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #084164;
}
#site_area {
	width: 970px;
	text-align: justify;
	margin:0 auto;
	/*min-height:100%;
	height: 100%;*/
	margin-bottom:24px;
}
#barra_topo {
	background:url(/images/bg_barra_topo.png) repeat-x;
	height: 27px;
	padding-left: 0px;
	color:#FFF;
	font-size: 11px;
	font-weight:bold;
}
#barra_topo a.link_bar {
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}
#barra_topo a.link2_bar {
	font-weight:bold;
	color:#FF0;
	text-decoration:none;
}
#barra_topo a.link_bar:hover {
	color:#FC0;
	text-decoration:none;
}
#barra_topo a.link2_bar:hover {
	color:#FC0;
	text-decoration:none;
}
#barra_topo .sep_vert {
	background: url(/images/sep_barra_topo.png) no-repeat center center;
	height: 27px;
	width: 24px;
}

/***********
/* Header 
***********/
#header {
	height:70px;
	margin-bottom:12px;
}
#header img.logo {
	margin-top:16px
}
#header .bt_newsletter {
	width: 174px;
	margin-top:15px
}
#header a.bt_newsletter {
	background:transparent url(/images/bt_header_newsletter.png) no-repeat right center;
	display:block;
	float:right;
	height:28px;
	width:160px
}
#header a.bt_newsletter:hover, #header a.bt_newsletter:focus {
	background:transparent url(/images/bt_header_newsletter_hvr.png) no-repeat right center;
}
#header .bt_contactos {
	width: 112px;
	margin-top:15px
}
#header a.bt_contactos {
	background:transparent url(/images/bt_header_contactos.png) no-repeat right center;
	display:block;
	float:right;
	height:28px;
	width:98px
}
#header a.bt_contactos:hover, #header a.bt_contactos:focus {
	background:transparent url(/images/bt_header_contactos_hvr.png) no-repeat right center;
}

/* Footer */
#footer {
	background-color:#EBF2F7; /* Para fazer os print screen*/
	background:url(/images/bg_footer_x.png) repeat-x 0px 0px;	
	width:100%;
	height:160px;
}
#footer .conteudo {
	width:970px;
	margin:0 auto;
}
#footer .titulo {
	color: #93A0A6;
	font-size:12px;
	font-weight:bold;
	padding-bottom: 10px;
}
#footer .linha_logos {
	padding-top:15px;
}
#footer .links {
	color: #93A0A6;
	font-size:12px;
}
#footer .links .flinks {
	color: #93A0A6;
	text-decoration: none;
}
#footer .links a.flinks {
	color: #93A0A6;
	text-decoration: none;
}
#footer .links a.flinks:hover {
	color: #3E4B55;
	text-decoration:underline;
}
#footer .links .copyright, #footer .links a.copyright {
	font-size:11px;
	color: #93A0A6;
	text-align: right;
	text-decoration:none;
}
#footer .links a.copyright:hover{
	color: #93A0A6;
	text-decoration:none;
}
#footer .sep_horiz {
	background-color: #CDD6DD;
	height:1px;
}

ol, ul {
	list-style:none
}
hr {
	clear:both
}
.hidden {
	display:none
}
h1 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 14px;
	margin-top: 2px;
	/*color:#006AB3;*/
}
h2 {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 5px;
	margin-top: 0px;
	/*color:#006AB3;*/
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #1376B3;
	margin: 10px 0px 4px;
}
a, a:link, a:visited, a:active {
	color: #06C;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #F60;
	text-decoration: underline;
	outline: none;
}
p {
	line-height: 18px;
	margin: 0px 0px 15px;
}
ul li.list_square{
	display: block;
	padding-left: 34px;
	padding-bottom: 8px;
	background: url(/images/bullet_square.png) no-repeat 20px top;
}
ul li.list_seta_peq{
	display: block;
	padding-left: 12px;
	background-image: url(/images/bullet_seta_peq.png);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
ul li.list_check{
	display: block;
	padding-left: 22px;
	background: url(/images/list_check.png) no-repeat;
}
ol li.list_number {
	list-style: none;
	padding-left: 22px;
	padding-bottom: 6px;
}
.azul {
	color: #1376B3;
	font-weight: bold;
}
.laranja {
	color: #F60;
	font-weight: bold;
}
.vermelho {
	color: #F00;
	font-weight: bold;
}
.faq {
	font-size: 13px;	
	color: #1376B3;
	font-weight: bold;
	padding-bottom: 2px;
}
.sep_horiz {
	background-color: #CDD6DD;
	height:1px
}
.sep_vert {
	background-color: #CDD6DD;
	width:1px
}

/* Zona editável */
table .tabela1 {
	border-collapse:collapse;
	margin: 10px auto;
	font-size: 12px;
}
table .tabela1 td {
	border-right: 1px solid #D6E4EF;
	border-bottom: 1px solid #D6E4EF;
	border-left: 1px solid #D6E4EF;
	border-top-style: none;
	padding: 2px 6px;
}
table .tabela1 .header {
	background: url(/images/bg_table_header.png) repeat-x;
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	border-right: 1px solid #D6E4EF;
	border-left: 1px solid #D6E4EF;
	padding: 0px 6px;
	vertical-align: middle;
}
table .tabela1 .header2 {
	font-size: 14px;
}
table .tabela2 {
	border-collapse:collapse;
	margin: 20px 0px 10px;
	font-size: 10px;
}
table .tabela2 td {
	border-right: 1px solid #D6E4EF;
	border-bottom: 1px solid #D6E4EF;
	border-left: 1px solid #D6E4EF;
	border-top-style: none;
	padding: 2px;
}
table .tabela2 .header {
	background: url(/images/bg_table_header.png) repeat-x;
	height: 25px;
	font-size: 10px;
	font-weight: bold;
	border-right: 1px solid #D6E4EF;
	border-left: 1px solid #D6E4EF;
	padding: 0px 2px;
	vertical-align: middle;
}
table .textbox1 {
	background: url(/images/bg_box_azul_70.gif) no-repeat;
	text-align: justify;
	font-size: 12px;
	line-height: 18px;
	height: 70px;
}
table .textbox2 {
	background: url(/images/bg_box_azul_130.gif) no-repeat;
	text-align: justify;
	font-size: 12px;
	line-height: 18px;
	height: 130px;
}


/*
	Formatação dos Formulários
*/
.subtit_loja {
	font-size: 15px;
	color: #FF3300;
	font-weight: bold;
	padding: 15px 0px 5px;
}
table .tabelaform {
	border-collapse:collapse;
	margin: 5px 0px 10px;
	font-size: 12px;
}
table .tabelaform td {
	border-right: none;
	border-bottom: 1px solid #D6E4EF;
	border-left: none;
	border-top-style: none;
	padding: 3px 6px 2px;
}
table .tabelaform .header {
	background: url(/images/bg_table_header.png) repeat-x;
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 6px;
	vertical-align: middle;
}
#tform {
	color: #00568E;
	margin: 0 auto;
	margin: 15px 0px 5px;
	font: bold 12px Arial, Helvetica, sans-serif;	
}
#tform .label_esq {
	text-align: right;
	padding-right: 8px;
}
#tform .label_dir {
	text-align: left;
	padding-left: 8px;
	font-weight: normal;
	color: #999;
}
.spacer_form {
	height:8px;
}
.form_ficha {
	border: #B8D6E8 1px solid;
	background: #F7FBFD;
	height: 295px;
}
#tform_ficha {
	text-align: left;
	color: #00568E;
	font: bold 12px Arial, Helvetica, sans-serif;
	margin: 20px 0px 5px;
}
#tform_ficha .label {
	padding-right: 5px;
}
#tform_ficha .label_disabled {
	padding-right: 5px;
	color:#999;
}
#tform_ficha .label_required {
	padding-right: 5px;
	color: #F00;
}
#tform_ficha .label_dir {
	text-align: left;
	font-weight: normal;
	color: #999;
	padding-left: 5px;
}
.input_esq {
	background: url(/images/input_esq.gif) no-repeat left top;
	width: 4px;
	height:21px;
}
.input_dir {
	background: url(/images/input_dir.gif) no-repeat left top;
	width: 4px;
	height:21px;
}
.input_body {
	background: url(/images/input_body.gif) repeat-x left top;
	height:21px;
}

/* Input disabled*/
.input_ds_esq {
	background: url(/images/input_ds_esq.gif) no-repeat left top;
	width: 4px;
	height:21px;
}
.input_ds_dir {
	background: url(/images/input_ds_dir.gif) no-repeat left top;
	width: 4px;
	height:21px;
}
.input_ds_body {
	background: url(/images/input_ds_body.gif) repeat-x left top;
	height:21px;
}

.txt_input {
	color: #333;
	margin: 0px;
	padding:0px;
	outline: none;
	border: 1px solid #FFF;
	font: 12px Arial, Helvetica, sans-serif;
}
.txt_input_file {
	color: #333;
	outline: none;
	border: 1px solid #BFCFDB;
	font: 12px Arial, Helvetica, sans-serif;
}
.txt_input_rp {
	color: #6A6A6A;
	outline: none;
	border: 1px solid #BFCFDB;
	font: 12px Arial, Helvetica, sans-serif;
	width:248px;
}

/* Textarea disabled com 2 linhas*/
.textarea2_ds_esq {
	background: url(/images/textarea2_ds_esq.gif) no-repeat left top;
	width: 4px;
	height:43px;
}
.textarea2_ds_dir {
	background: url(/images/textarea2_ds_dir.gif) no-repeat left top;
	width: 4px;
	height:43px;
}
.textarea2_ds_body {
	background: url(/images/textarea2_ds_body.gif) repeat-x left top;
	height:43px;
}

.textarea2_esq {
	background: url(/images/textarea2_esq.gif) no-repeat left top;
	width: 4px;
	height:43px;
}
.textarea2_dir {
	background: url(/images/textarea2_dir.gif) no-repeat left top;
	width: 4px;
	height:43px;
}
.textarea2_body {
	background: url(/images/textarea2_body.gif) repeat-x left top;
	height:43px;
}

/* Textarea com 3 linhas*/
.textarea3_esq {
	background: url(/images/textarea3_esq.gif) no-repeat left top;
	width: 4px;
	height:58px;
}
.textarea3_dir {
	background: url(/images/textarea3_dir.gif) no-repeat left top;
	width: 4px;
	height:58px;
}
.textarea3_body {
	background: url(/images/textarea3_body.gif) repeat-x left top;
	height:58px;
}

/* Textarea com 4 linhas*/
.textarea4_esq {
	background: url(/images/textarea4_esq.gif) no-repeat left top;
	width: 4px;
	height:73px;
}
.textarea4_dir {
	background: url(/images/textarea4_dir.gif) no-repeat left top;
	width: 4px;
	height:73px;
}
.textarea4_body {
	background: url(/images/textarea4_body.gif) repeat-x left top;
	height:73px;
}

/* Textarea com 5 linhas */
.textarea5_esq {
	background: url(/images/textarea5_esq.gif) no-repeat left top;
	width: 4px;
	height:88px;
}
.textarea5_dir {
	background: url(/images/textarea5_dir.gif) no-repeat left top;
	width: 4px;
	height:88px;
}
.textarea5_body {
	background: url(/images/textarea5_body.gif) repeat-x left top;
	height:88px;
}
.textarea {
	border: 1px solid #FFF; 
	padding: 0px;
	margin:0 auto;
	margin-top: 2px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	outline: none;
}
.req_field {
	color: #F00;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}
.opt_select {
	color: #333;
	border: 1px solid #B8D6E8;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	margin: 2px 2px 2px 5px;
	outline: none;
}
.bt_enviar {
	margin: 5px 0px 0px;
}
.bt_loja_enviar {
	margin: 15px 0px 0px;
}
/* Para o emailform */
.item {
	font-size: 13px;
	color: #3A7598;
	font-weight: bold;
}
#col_esq {
	width:654px;
	height:350px;
	vertical-align: top;
}
#col_esq .zona_edit_top {
	background:transparent url(/images/bg_top_zona_edit.png) left top no-repeat;
	height:14px;
}
#col_esq .zona_edit_body {
	background:#FFF url(/images/bg_col_esq_654.gif) left top repeat-y;
	text-align: justify;
	vertical-align: top;
	padding: 0px 14px;
	line-height: 18px;
}
#col_esq .zona_edit_footer {
	background:transparent url(/images/bg_footer_zona_edit.png) left top no-repeat;
	height:10px;
}
#col_dir {
	width:300px;
	vertical-align: top;
}
#col_dir .zona_dir_top {
	background:transparent url(/images/bg_top_zona_dir.png) left top no-repeat;
	height:14px;
}
#col_dir .zona_dir_body {
	text-align: justify;
	vertical-align: top;
	padding: 0px 14px;
	background: #FFF url(/images/bg_col_dir_300.gif) repeat-y left top;
	line-height: 18px;
}
#col_dir .zona_dir_footer {
	background:transparent url(/images/bg_footer_zona_dir.png) left top no-repeat;
	height:16px;
}

/* Estrutura do menú esquerdo */
#col_esq2 {
	width:240px;
	vertical-align: top;
	background: transparent url(/images/bg_col_esq_240.gif) repeat-y left top;
}
#col_esq2 .header {
	background: url(/images/bg_top_col_esq.png) no-repeat;
	height: 10px;
	width: 240px;
}
#col_dir2 {
	width:714px;
	vertical-align: top;
}
#col_dir2 .img_header {
	padding: 0px 0px 16px;
}
#col_dir2 .zona_dir_top {
	background:transparent url(/images/bg_top_zona_dir2.png) left top no-repeat;
	height:14px;
}
#col_dir2 .zona_dir_body {
	text-align: justify;
	vertical-align: top;
	padding: 0px 14px;
	background: #FFF url(/images/bg_col_dir_714.gif) repeat-y left top;
	line-height: 18px;
}
#col_dir2 .zona_dir_footer {
	background:transparent url(/images/bg_footer_zona_dir2.png) left top no-repeat;
	height:16px;
}
.col_esq_footer {
	background:transparent url(/images/bg_footer_col_esq.png) left top no-repeat;
	height: 16px;
	width: 240px;
}
.col_dir_footer {
	background:transparent url(/images/bg_footer_zona_dir2.png) left top no-repeat;
	height:16px;
	width: 714px;
}

/*********************** 
	Menú Lateral Esq. 
***********************/
#menu_esq {
	width:212px;
	margin-top:10px;
	margin-left:14px;
}
#menu_esq .mn_esq_item a {
	font-size: 12px;
	color: #7A7B7C;
	font-weight: bold;
	text-decoration: none;
	padding-top: 7px;
	padding-left: 28px;
	background: url(/images/mn_esq_item_off.png) no-repeat;
	height: 29px;
	display: block;
	width: 100%;	
}
#menu_esq .mn_esq_item a:hover {
	color: #4D4F50;
	text-decoration: none;
	background: url(/images/mn_esq_item_hover.png) no-repeat;
}
#menu_esq .mn_esq_item_on a {
	background: url(/images/mn_esq_item_on.png) no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #4D4F50;
	text-decoration: none;
	padding-top: 7px;
	padding-left: 28px;
	height: 29px;
	display: block;
}
#menu_esq .mn_esq_item_on a:hover {
	color: #4D4F50;
	text-decoration: none;
}
#col_centro {
	width:970px;
	height:300px;
	vertical-align: top;
}
#col_centro .zona_edit_top {
	background:transparent url(/images/bg_top_zona_edit_970.png) left top no-repeat;
	height:14px;
}
#col_centro .zona_edit_body {
	text-align: justify;
	vertical-align: top;
	padding: 0px 14px;
	background: #FFF url(/images/bg_body_970.gif) repeat-y left top;
	line-height: 18px;
}
#col_centro .zona_edit_footer {
	background:transparent url(/images/bg_footer_zona_edit_970.png) left top no-repeat;
	height:16px;
}
#col_sep {
	width:16px;
}
.box_azul {
	background: url(/images/bg_box_azul_70.gif) no-repeat;
	text-align: justify;
	font-size: 12px;
	line-height: 18px;
	height: 70px;
	margin:16px 0px 14px;
}

