/* ESTRUTURA BÁSICA 		
****************************************************************/

body{
	margin:0px 0px;
	text-align: center;			
	background-image: url(fundo.jpg);	
	background-repeat: repeat-x;
	background-color: #BABABA;
	}						

a:link{text-decoration: underline; color: #000000; }
a:visited{text-decoration: underline; color: #000000; }
a:hover{ text-decoration: none; color: #F58927; }
a:active{text-decoration: underline; color: #000000; }

.rodape:link {font-family: Arial; font-size: 11px; color: #FFFFFF; text-decoration: underline; }	
.rodape:visited {font-family: Arial; font-size: 11px; color: #FFFFFF; text-decoration: underline; }
.rodape:active {font-family: Arial; font-size: 11px; color: #FFFFFF; text-decoration: underline; }	
.rodape:hover {font-family: Arial; font-size: 11px; color: #000000; text-decoration: none; }

.produtos:link {font-family: Arial; font-size: 20px; color: #F58927; text-decoration: underline; }	
.produtos:visited {font-family: Arial; font-size: 20px; color: #F58927; text-decoration: underline; }
.produtos:active {font-family: Arial; font-size: 20px; color: #F58927; text-decoration: underline; }	
.produtos:hover {font-family: Arial; font-size: 20px; color: #000000; text-decoration: none; }

.conteudo {

	margin:0px auto;
	width:780px;
	border: 0;
	vertical-align:top;
	position:relative;	
	
	background-image: url(fundo.gif);	
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	}
	
ul {
	list-style:none;
	margin: 0px;	
	}
li {
	margin: 0px;
	font: 11px Arial, Verdana;
	font-weight: bold;
	background-image: url(menu_linha.gif);
	background-repeat: no-repeat;	
	margin-bottom: 10px;
	border-bottom:1px dashed #008DCF;	
	}
	
h1 {
	font: 32px "Trebuchet MS";
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 40px;	
	font-weight: bold;
	text-transform: uppercase;				
	}	
	
h2 {
	font: 18px "Trebuchet MS";
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #F58927;	
	}	

h3 {
	font: 14px Arial;
	text-transform: uppercase;
	margin-bottom: 0px;
	}		
		
.txt { /* TEXTO NORMAL  */
	font: 11px Arial;
	line-height: 17px;	
	}		
.txtL {  /* TEXTO LARANJA  */
	color: #F58927;
	font: 12px Arial;	
	font-weight: bold;	
	}								
	
.rodape { 
	font: 11px Arial;
	color: #FFFFFF;			
	}		
	
.caixa {	/* CAMPOS */
	background-color: #F58927;
	color: #FFFFFF;		
	font: 12px Arial;
	margin-top: 5px;	
	padding: 2px;
	padding-left: 10px;	
	font-weight: bold;	
	}	
	
.fotos1 {
	padding: 0px;
	width: 120px;
	height: 430px;
	overflow: auto;
	border:1px solid #636363;	
	overflow-x: hidden;		
	}

.fotos2 {
	border:2px dashed #DDDDDD;	
	}	

.fotomini {
	border:2px solid #CCC9C9;	
	}		
	
		
/* FORMULÁRIOS
****************************************************************/


.form {	/* CAMPOS */
	background-color: #FFFFFF;
	border:1px solid #BCBCBC;
	font: 11px Arial;
	margin-top: 5px;	
	padding-left: 10px;
	font-weight: bold;	
	}
.bot {  /* BOTAO GRANDE  */
	background-color: #F58927;
	font:12px Arial, Verdana;
	color:#FFFFFF;
	font-weight: bold;
	padding: 1px;	
	cursor:pointer;
}	

.bot2 { 	/* PRODUTOS - BUSCA */
	background-color: #7A7A7A;
	font:10px Arial, Verdana;
	color: #FFFFFF;
	font-weight: bold;	
	cursor:pointer;
}	
				
	