* {
	margin: 0;
	padding: 0;
}

body, th, td {
/*	background: #FFFFFF url(images/cabecalhoverde.gif) repeat-x;	/*cabeçalho*/
	background: #FFFFFF url(images/cabecalho180.gif) repeat-x;	/*cabeçalho*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
.normal{
	font-size: 13px;
}
.grande{
	font-size: 20px;
}

h1, h2 {/*aqui*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 100%;
	color: #000000;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.6em;
}



ol {
}

ul {
	list-style: none;
}

ul li {
	padding-left: 10px;
	background: url(images/img16.gif) no-repeat 0px 10px;
}
.ul_li_n2 {
	padding-left: 10px;
	background: url(images/img16a.gif) no-repeat 0px 10px;
}

a:link {
	text-decoration:none;
	color: #FF0099;
	font-weight:bold;
}

a:hover, a:active {
	text-decoration:underline;
	color: #009900;
}

a:visited {
	color: #FF0099;
	text-decoration:none;
}

a:visited hover{
	color: #999999;
	text-decoration:none;
}


img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

img.right {
	float: right;
	margin: 0 0 10px 20px;
}

.byline {
	color: #CCCCCC;
}
.contato{
	font-weight:bold;
}
.citacao{
	text-align:right;
	font-style:italic;
}

/* Boxes */

.box-green {
	background: url(images/green.gif) repeat-x;
	z-index:1000;
}

.box-green .section {
	background: url(images/img11.gif) no-repeat right top;
	font-size: 100%;
	color: #FFFFFF;
	font-weight:bold;
}


.box-green .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(images/img10.gif) no-repeat;
}

.box-green .content {
	padding: 10px;
	background-color:white;
}

.box-blue {
	background: url(images/blue.gif) repeat-x;
}

.box-blue .section {
	background: url(images/img15.gif) no-repeat right top;
	font-size: 100%;
	color: #FFFFFF;
}

.box-blue .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(images/img14.gif) no-repeat;
}

.box-blue .content {
	padding: 10px;
	background-color:white;
}
.box-blue .content  form{
	text-align:center;
	}

.box-pink {
	background: url(images/img17.gif) repeat-x;
}

.box-pink .section {
	background: url(images/img19.gif) no-repeat right top;
	font-size: 100%;
	color: #FFFFFF;
}

.box-pink .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(images/img18.gif) no-repeat;
}

.box-pink .content {
	padding: 10px;
	background-color:white;
}

/*div foto*/
#foto {
	float: none;
	padding-top: 0px;
	position: absolute;
	left: 468px;
	top: 0px;
	z-index:1;
}

/* Header */

/*#header {
	width: 960px;
	height: 123px;
	/*height:181px;*//*
	margin: 0 auto;
	position: relative;
}*/
#header {
	width: 960px;
/*	height: 142px;
	height: 182px;*/

	margin: 0 auto;
	position: relative;
	z-index:10;
}


/* Logo */

#logo {
	/*float: left;*/
	margin-top:0px;
	margin-left:5px;
	z-index:11;
}

#logo h1, #logo h2 {
	/*float: left;*/
}

#logo h1 {
	padding-top: 0px;
	text-transform: lowercase;
	font-size: 34px;
	font-weight: normal;
}

#logo h2 {
	padding: 63px 0 0 3px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#logo a {
	text-decoration: none;
	color: #000000;
}


/* Menu */

#menu {
	width: 960px;
	height: 30px;
	margin: -7px auto;
	padding-left:5px;
	/*float:left;*/
	z-index:100;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	margin-right: 1px;
	padding: 0;
	background: #FFFFFF;
}

#menu a {
	display: block;
	float: left;
	background: url(images/img07cinza.gif) no-repeat;
	text-decoration: none;
	color: #666666;
}

#menu a:hover {
	color: #1777B1;
}

#menu b {
	display: block;
	float: left;
	height: 23px;
	padding: 7px 20px 0 20px;
	background: url(images/img08cinza.gif) no-repeat right top;
	cursor: hand;	
}

#menu li.active {
	background: #CFCECE url(images/img04.gif) repeat-x;
}

#menu li.active a {
	background: url(images/img06cinza.gif) no-repeat right top;
	color: #DE0F7A;
}

#menu li.active b {
	background: url(images/img05cinza.gif) no-repeat;
}
/* ---- so beth --*/
/*-- lista de artigos detaques--*/
.ListaDeArtigos {
	padding: 20px;
	background-color:white;
	text-align:center;
}
.ListaDeArtigos img{
	padding-left:30px;
	padding-right:30px;
	padding-bottom:20px;
	padding-top:20px;
}
/*-- lista de artigos outros --*/
.ListaDeArtigos2 {
	padding: 20px;
	background-color:white;
	text-align:left;
}

.ListaDeArtigos2 a:link {
/*	color: #3490F8;*/
	text-decoration:none;
	color: #3300FF;
	font-weight:normal;
}

.ListaDeArtigos2 a:hover, a:active {
	text-decoration:underline;
	color: #FF9900;
}

.ListaDeArtigos2 a:visited {
	color: #3399FF;
	text-decoration:none;
}

.ListaDeArtigos2 a:visited hover{
	color: #3300FF;
	text-decoration:none;
}
.caderno_tit{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:20px;
	margin:0;
	margin-top:10px;
}
/*---------------*/
.tab1 { /*tabela invisivel centralizada para colocar 2 logos*/
	text-align:center;
	width:80%;
	}
.tab1 td{ /*tabela invisivel centralizada para colocar 2 logos*/
	background:white;
	background-image:none;
	}
.ServicosConteudo .ProdutosConteudo{
	background-color:white;
	text-align:center;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
	background-color:white;
}
.ServicosLinks	{
	background-color:white;
	text-align:left;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
	background-color:white;
}
.ServicosConteudo	p, .ServicosConteudo h1,  .ServicosConteudo h2, .ServicosConteudo li, .ServicosConteudo ul{
	text-align:left;
}
.ServicosConteudo h1{
	padding-top:15px;
	padding-bottom:15px;
}
.right{ /*imagens na coluna principal float right*/
	float:right;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:10px;
}
.left{ /*imagens na coluna principal float left*/
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	margin-right:10px;
}

.box-green .titulo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;

	background: url(images/img11.gif) no-repeat right top;
	font-size: 197%;
	color: #FFFFFF;
}

.box-green .titulo b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(images/img10.gif) no-repeat;
}
.cadastro{
	text-align:left;
	padding: 20px;
	background-color:white;

	}
.formcadastro{
	margin-top:40px;
	}
	
label{
width:300px;
}	
.topicos{
/*border:solid 1px #0000FF;*/
background-color:#E5FFCB;
padding:0;
margin:0;
margin-bottom:5px;
}
.topicos li{
background: none;
}
.usuario{
font-weight:bold;
}
.data{
text-align:right;
}
/*cabecalho apos o menu */
.header_botao{
	padding:0;
	margin-top:-5px;
	margin-right:5px;
	float:right;
}
.header_titulo{
	padding:0;
	float:left;
}
.conteudo{
padding-left:0px;
padding-right:0px;
}
.conteudo h1{
padding-top:0px;
}
/*tabela dos forms*/
.clean {
background:none;
background-color:transparent;
width:100px;
}
.clean2 {
background:none;
background-color:transparent;

}
.clean2{
background:none;
background-color:transparent;
width:400px;
}
#bandeiras{
	/*position:absolute;
	left: 892px;
	top: 210px;*/
	width: 160px;
	float:right;
	z-index:100;
	text-align:right;
}
.linktitulo{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 167%;
	color:#003399;
}
/*TABELA USADA EM PRODUTOS*/
.div_produtos{
background:none;
background-color:transparent;
border-style:groove;
border-color:#0000FF;
border-width:1px;
}
.tab_produtos td{
background:none;
background-color:transparent;
}
.tab_produtos table{
text-align:center;
}


/*--------*/
