/* CSS Document */

body {
	background-image:url(images/bg2.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
a {
   	border: none;
	}

a:link {
	color: #360; /* verde mais escuro */	
	text-decoration: underline;
	border: none;
	}     /* unvisited link */
	
a:visited {
	color: #360;
	text-decoration: underline;
	border: none;
	}  /* visited link */
	
a:hover {
	color: #fff;
	background-color: #690;
	border: none;
	text-decoration: none;
	}   /* mouse over link */

#container {
	position: absolute; 
	top: 10px;
	left: 50%;
	margin-left: -360px;
	}
	
#conteudo {
	position: relative;
	top: 0px;
	width: 720px;
	height: auto;
	background-color: #fff;	
	font-size: 11px;
	color: #000;
	border: solid 1px #669900; /*verde principal*/
	border-top: solid 1px #fff;
	z-index: 4;
	}
	
.titulo {
	position: relative;
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-indent: 10px;
	}

p {
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	}
	
#rodape {
	position: relative;
	background-image:url(images/rodape.gif);
	background-repeat: no-repeat;
	width: 720px;
	height: 100px;
	font-size: 9px;
	z-index: 1;
	clear: both;
	}
	
.destaque {
	font-weight: bold;
	color: #360;
	}
	
.destaque2 {
	font-weight: bold;
	color: #360;
	font-size: 16px
	}

.cinza {
	color: #666;
	font-style: italic;
	}
	
.data {
	color: #666;
	font-style: italic;
	float: right;
	}

.direita {
	float: right;
	}
	
.verde {
	color: #690;
	font-style: italic;
	}

table {
	background-color:#FFF;
	left: 15px;
	z-index: 3;
	}

form {
	font-weight: bold;
	}

img.borda {
	border: solid 1px #CEBC8A;
	}

/*input, textarea, select{
	background-color: #F9FFEE;
	border: solid 1px #690;
	}*/
	
ul {
 list-style: inside url(images/marcador.gif);
	}

#assinatura {
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	}

a.assinatura:link {
	color: #D1E0B2;
	text-decoration: none;
	}     /* unvisited link */	
a.assinatura:visited {
	color: #D1E0B2;
	text-decoration: none;
	}  /* visited link */	
a.assinatura:hover {
	color: #FFFFFF;
	background-color: #690;
	text-decoration: none;
	}   /* mouse over link */

/* Coluna única */
.coluna {
	position: relative;
	top: 20px;
	width: 720px;
	height: auto;
	display: block;
	clear: both;
	z-index: 10;
}

/* Colunas contato*/
.coluna_a {
	position: relative;
	background-color:#FFF;
	float: left;
	top: 10px;
	left: 15px;
	width: 360px;
	z-index: 3;
	}

.coluna_b {
	position: relative;
	background-color:#FFF;
	float: right;
	top: 10px;
    right: 15px;
	width: 280px;
	z-index: 3;
	}
	
/* Colunas Produtos*/
.coluna_um {
	position: relative;
	background-color:#fff;
	float: left;
	top: 20px;
	left: 15px;
	width: 430px;
	z-index: 3;
	text-align: justify;
	}

.coluna_dois {
	position: relative;
	background-color:#fff;
	float: right;
	top: 20px;
    right: 15px;
	width: 260px;
	z-index: 3;
	}

.coluna_umb {
	position: relative;
	background-color:#fff;
	float: left;
	top: 20px;
	left: 15px;
	width: 260px;
	z-index: 3;
	}

.coluna_doisb {
	position: relative;
	background-color:#fff;
	float: right;
	top: 20px;
    right: 20px;
	width: 420px;
	text-align: justify;
	z-index: 3;
	}


/* duas colunas iguais - produtos.html */
.coluna_x {
	position: relative;
	float: left;
	top: 10px;
	left: 15px;
	width: 335px;
	height: 120px;
	}
.coluna_y {
	position: relative;
	float: right;
	top: 10px;
	right: 15px;
	width: 335px;
	height: 120px;
	}

/* HOME :: duas colunas iguais - home - index.html */
.coluna_xh {
	position: relative;
	float: left;
	top: 10px;
	left: 0px;
	width: 345px;
	}
	
.coluna_yh {
	position: relative;
	float: right;
	top: 10px;
	right: 0px;
	width: 345px;
	}

/* Colunas home - principais */
.coluna_h1 {
	font-size: 11px;
	line-height: 15px;
	position: relative;
	float: left;
	top: 21px;
	left: 15px;
	width: 457px;
	border: solid 1px #690;
	padding: 5px;
	}
.coluna_h2 {
	text-align: right;
	position: relative;
	float: right;
	top: 0px;
	right: 10px;
	width: 228px;
	}



	
