/* INÃCIO - REGRAS GERAIS */

html {
	/*background: url(../img/layout/fundo.jpg) repeat-x #333;*/
}

body {
	margin: 0;
	padding:0;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	width: 100%;
	display: table;
	background: url(../img/layout/fundo.jpg) repeat-x #0a0a0a;
}

a:link, a:visited {	color: #999999; text-decoration: none; }
a:active, a:hover { color: #999999; text-decoration: underline; }

p {
	font-family: Arial;
	font-size: 12px;
	color: #b48842;
	text-align: justify;
	margin: 0 0 10px 0;	
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ac6c07;
	margin: 0 0 10px 0;
}

h3 {
	font-family: Tahoma;
	font-size: 13px;
	color: #a18800;
	font-weight: normal;
	margin: 0 0 3px 0;
}

/* FIM - REGRAS GERAIS */

/* INÍCIO - CONTEÚDO */

#container {
	width: 1020px;
	margin: auto;
}

#br_Princ_esquerda {
	width: 190px;
	float: left;
}

#br_Princ_esquerda #logo{
	width: 190px;
	height: 126px;
	text-align:center;
	padding-top: 2px;
}

#br_Princ_esquerda #menu{
	width: 190px;
	/*height: 126px;*/
	text-align:center;
	padding-top: 18px;
}

#br_Princ_esquerda #menu_topo{
	width: 190px;
	height: 14px;
	background: url(../img/layout/topo_menu.png) no-repeat;
}

#br_Princ_esquerda #menu_centro{
	width: 190px;
	min-height: 310px;
	background: url(../img/layout/meio_menu.png) repeat-y;
}

#br_Princ_esquerda #menu_centro ul {margin:0 0 0 27px; padding:0; list-style:none;}
#br_Princ_esquerda #menu_centro ul li a{margin-top: 9px; margin-bottom: 8px; display:block; width:135px; height:28px; float:left;font-size:1px;color:#fff;text-decoration:none;}

#br_Princ_esquerda #menu_centro ul li a.home{background:url(../img/botoes/bt_home.gif) no-repeat top left;}
#br_Princ_esquerda #menu_centro ul li a:hover.home{background-position:bottom left;}

#br_Princ_esquerda #menu_centro ul li a.quemsomos{background:url(../img/botoes/bt_quemsomos.gif) no-repeat top left;}
#br_Princ_esquerda #menu_centro ul li a:hover.quemsomos{background-position:bottom left;}

#br_Princ_esquerda #menu_centro ul li a.produtos{background:url(../img/botoes/bt_produtos.gif) no-repeat top left;}
#br_Princ_esquerda #menu_centro ul li a:hover.produtos{background-position:bottom left;}

#br_Princ_esquerda #menu_centro ul li a.servicos{background:url(../img/botoes/bt_servicos.gif) no-repeat top left;}
#br_Princ_esquerda #menu_centro ul li a:hover.servicos{background-position:bottom left;}

#br_Princ_esquerda #menu_centro ul li a.principais{background:url(../img/botoes/bt_principais_clientes.gif) no-repeat top left;}
#br_Princ_esquerda #menu_centro ul li a:hover.principais{background-position:bottom left;}

#br_Princ_esquerda #menu_centro ul li a.portifolio{background:url(../img/botoes/bt_portifolio.gif) no-repeat top left;}
#br_Princ_esquerda #menu_centro ul li a:hover.portifolio{background-position:bottom left;}

#br_Princ_esquerda #menu_centro ul li a.parcerias{background:url(../img/botoes/bt_parcerias.gif) no-repeat top left;}
#br_Princ_esquerda #menu_centro ul li a:hover.parcerias{background-position:bottom left;}

#br_Princ_esquerda #menu_centro ul li a.contato{background:url(../img/botoes/bt_contato.gif) no-repeat top left;}
#br_Princ_esquerda #menu_centro ul li a:hover.contato{background-position:bottom left;}


#br_Princ_esquerda #menu_rodape{
	width: 190px;
	height: 26px;
	background: url(../img/layout/rodape_menu.png) repeat-y;
}

#br_Princ_direita {
	width: 830px;
	float: left;
}

