/* Geral */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/background.jpg);
	background-color: #4464D4;
}

/* Textos */
.texto {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #4F4F4F;
}

.texto_busca {
	font-family: "Trebuchet MS";
	font-size: 9px;
	color: #96F8FF;
	text-decoration: underline;
	cursor: hand;
}

.texto_vermelho_negrito {
	font-family: "Trebuchet MS";
	font-size: 9px;
	color: #FF0000;
}

.submenu {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #4F4F4F;
}

.texto_descr_01 {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #4F4F4F;
}

.texto_rodape {
    font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: bold;
	color: #A6C1EA;
}

.titulo1 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #030D5F;
}

.titulo2 {

	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #030D5F;
}

.titulo3 {

	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #030D5F;
}

/* Links */
a:link {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: bold;
	color: #4F4F4F;
	text-decoration: underline;
}

a:visited {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: bold;
	color: #4F4F4F;
	text-decoration: underline;
}

a:hover {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: bold;
	color: #4F4F4F;
	text-decoration: underline;
	background: #99CCFF;
}

a:active {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: bold;
	color: #4F4F4F;
	text-decoration: underline;
}

.texto a:link {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #4F4F4F;
	text-decoration: none;
}

.texto a:visited {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #4F4F4F;
	text-decoration: none;
}

.texto a:hover {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #4F4F4F;
	text-decoration: underline;
	background: #99CCFF;
}

.texto a:active {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #4F4F4F;
	text-decoration: underline;
}

.submenu a:link {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #4F4F4F;
	text-decoration: none;
}

.submenu a:visited {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #4F4F4F;
	text-decoration: none;
}

.submenu a:hover {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
	background: #FFFFFF;
}

.submenu a:active {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #4F4F4F;
	text-decoration: underline;
}

.txt_sistema {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
}


/* Forms */
.form_busca {
	height: 18px;
	width: 129px;
	border: 1px solid #054670;
	font-size: 11px;
	font-family: "Trebuchet MS";
}

.form_contato {
	height: 18px;
	width: 250px;
	border: 1px solid #054670;
	font-size: 11px;
	font-family: "Trebuchet MS";
}

.form_ddd {
	height: 18px;
	width: 40px;
	border: 1px solid #054670;
	font-size: 11px;
	font-family: "Trebuchet MS";
}

.form_telefone {
	height: 18px;
	width: 171px;
	border: 1px solid #054670;
	font-size: 11px;
	font-family: "Trebuchet MS";
}
.form_mensagem {
	height: 120px;
	width: 250px;
	border: 1px solid #054670;
	font-size: 11px;
	font-family: "Trebuchet MS";
}

/* Submenu */
#menuEmpresa {
	position:absolute;
	*margin-left:-80px;
	top:40px;
	width:395px;
	height:20px;
	z-index:1;
	visibility: hidden;
}
#empresa_in {
	position:absolute;
	top:42px;
	width:395px;
	height:20px;
	z-index:1;
	visibility: visible;
}
#catalogo {
	position:absolute;
	top:40px;
	*margin-left:-133px;
	width:319px;
	height:20px;
	z-index:1;
	visibility: hidden;
}
#catalogo_in {
	position:absolute;
	top:42px;
	width:319px;
	height:20px;
	z-index:1;
	visibility: visible;
}
#vidro {
	position:absolute;
	top:38px;
	*margin-left:-58px;
	width:189px;
	height:20px;
	z-index:1;
	visibility: hidden;
}
#vidro_in {
	position:absolute;
	top:42px;
	width:189px;
	height:20px;
	z-index:1;
	visibility: visible;
}
#reciclagem {
	position:absolute;
	top:36px;
	*margin-left:-82px;
	width:133px;
	height:20px;
	z-index:1;
	visibility: hidden;
}
#reciclagem_in {
	position:absolute;
	top:42px;
	width:133px;
	height:20px;
	z-index:1;
	visibility: visible;
}
.divisor {font-size: 9px}

.menu_sessao {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #666666;
	font-weight: bold;

}

.menu_item {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #333366;
	cursor: hand;
}

.menu_item_bold {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #333366;
	cursor: hand;
	font-weight: bold;
}

/*******************************************************************************************8*/

/* Geral */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/background.jpg);
	background-color: #4464D4;
}

/* Textos */
.texto {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #4F4F4F;
}

.texto_vermelho_negrito {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FF0000;
}

.menu_sessao {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #666666;
	font-weight: bold;

}

.menu_item {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #333366;
	cursor: hand;
}

.menu_item_bold {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #333366;
	cursor: hand;
	font-weight: bold;
}

.submenu {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #4F4F4F;
}

.texto_descr_01 {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #4F4F4F;
}

.texto_rodape {
    font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: bold;
	color: #A6C1EA;
}

.titulo1 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #030D5F;
}

.titulo2 {

	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #030D5F;
}

.titulo3 {

	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #030D5F;
}

.titulo_categoria {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #084E5C;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

.titulo_categoria_segmento {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #084E5C;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

/* Links */
a:link {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: bold;
	color: #4F4F4F;
	text-decoration: underline;
}

a:visited {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: bold;
	color: #4F4F4F;
	text-decoration: underline;
}

a:hover {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: bold;
	color: #4F4F4F;
	text-decoration: underline;
	background: #99CCFF;
}

a:active {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: bold;
	color: #4F4F4F;
	text-decoration: underline;
}

.texto a:link {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #4F4F4F;
	text-decoration: none;
}

.texto a:visited {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #4F4F4F;
	text-decoration: none;
}

.texto a:hover {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #4F4F4F;
	text-decoration: underline;
	background: #99CCFF;
}

.texto a:active {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #4F4F4F;
	text-decoration: underline;
}

.submenu a:link {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #4F4F4F;
	text-decoration: none;
}

.submenu a:visited {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #4F4F4F;
	text-decoration: none;
}

.submenu a:hover {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
	background: #FFFFFF;
}

.submenu a:active {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #4F4F4F;
	text-decoration: underline;
}

.txt_sistema {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
}


/* Forms */
.form_busca {
	height: 18px;
	width: 129px;
	border: 1px solid #054670;
	font-size: 11px;
	font-family: "Trebuchet MS";
}

.form_contato {
	height: 18px;
	width: 250px;
	border: 1px solid #054670;
	font-size: 11px;
	font-family: "Trebuchet MS";
}

.form_ddd {
	height: 18px;
	width: 40px;
	border: 1px solid #054670;
	font-size: 11px;
	font-family: "Trebuchet MS";
}

.form_telefone {
	height: 18px;
	width: 171px;
	border: 1px solid #054670;
	font-size: 11px;
	font-family: "Trebuchet MS";
}
.form_mensagem {
	height: 120px;
	width: 250px;
	border: 1px solid #054670;
	font-size: 11px;
	font-family: "Trebuchet MS";
}

/* Submenu */
#menuEmpresa {
	position:absolute;
	top:42px;
	width:395px;
	height:20px;
	z-index:1;
	visibility: hidden;
}
#empresa_in {
	position:absolute;
	top:42px;
	width:395px;
	height:20px;
	z-index:1;
	visibility: visible;
}
#catalogo {
	position:absolute;
	top:42px;
	width:319px;
	height:20px;
	z-index:1;
	visibility: hidden;
}
#catalogo_in {
	position:absolute;
	top:42px;
	width:319px;
	height:20px;
	z-index:1;
	visibility: visible;
}
.divisor {font-size: 9px}

.quebra {
	font-family: "Trebuchet MS";
	font-size: 7px;
	color: #4F4F4F;
}

.quebra_mini {
	font-family: "Trebuchet MS";
	font-size: 3px;
	color: #4F4F4F;
}

.title_admin {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000099;
	font-weight: bold;
	border-bottom: 1px solid #3399cc;
}
