@charset "utf-8";
/* CSS Document */

.bg_tabela {
	background-image: url(images/bg_default.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:950px;
	vertical-align:top;
}


.bg_tabela_contactos {
	background-image: url(images/bg_default2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:950px;
	vertical-align:top;
}

.bg_tabela_clientes {
	background-image: url(images/bg_default3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:950px;
	vertical-align:top;
}


body, input {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: tahoma;
	font-size: 12px;
	color: #000;
	text-align:justify;
	vertical-align: top;
}

.txt_produtos
{
	font-size:10px;
}

.linha_topo {
	background-image: url(images/linha_topo.png);
	background-repeat: repeat-x;
	height: 20px;
}
.sombra_dir {
	background-image: url(images/sombra_dir.png);
	background-repeat: repeat-y;
}
.bg_conteudo {
	background-image: url(images/bg_conteudo.png);
	background-repeat: repeat;
}
.bg_conteudo_canto {
	background-image: url(images/bg_conteudo_canto.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.sombra_cima {
	background-image: url(images/sombra_cima.png);
	background-repeat: repeat-x;
	height: 4px;
}

.sombra_fundo {
	background-image: url(images/sombra_baixo.png);
	background-repeat: repeat-x;
}

a:link, a:visited, a:active{
	color: #f58323;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
	
}
.img_border {
	border: 1px solid #F58323;
}

.titulo
{
	font-weight:bold;
	color:#F58323;
	
}

.form_box {
	border: 1px solid #F58323;
	width:150px;
}

.bg_barra {
	background-image: url(images/barra.png);
	background-repeat: repeat-x;
	height: 7px;
	
}

.bg_barra_cinza {
	background-image: url(images/barra_cinza.png);
	background-repeat: repeat-x;
	height: 13px;
	
}

.menu_seccao_topo {
	background-image: url(images/menu_seccao_topo.png);
	background-repeat: repeat-x;
	height: 10px;
}

.menu_seccao_fundo {
	background-image: url(images/menu_seccao_fundo.png);
	background-repeat: repeat-x;
	height: 10px;
}

.menu_seccao_direita {
	background-image: url(images/menu_seccao_dir.png);
	background-repeat: repeat-y;
	width:10px;
}

.white {
	color: #FFF;
	font-size: 12px;
}

.white_14, .white_14 a:link,  .white_14 a:active, .white_14 a:visited
{
color:#FFF;
font-size:12px;
text-decoration:none;
font-weight:bold;
}

.white_14 a:hover
{
	color:#F58323;
	font-size:12px;
	text-decoration:underline;
	font-weight:bold;
}


table.menu a {
display: block;
height:30px;
} 

div.menu a {
color: #FFF;
background: #666;
text-decoration:none;
padding: 2px 2px;
vertical-align:middle;
}

div.menu a:link, div.menu a:visited, div.menu a:active  {
color: #FFF;
background: #666;
}

div.menu a:hover {
	color: #333;
	background: #F58323;
}

