/* CONFIGURAÇÕES GERAIS */
html, body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	text-align: center;
	}

body {
	background:#0099ff url(../imagens/bgdegrade.jpg) top left repeat-x fixed;

	}
 
#geral{
	background-color: #ffffff;
	border: 1px solid #ffffff;
	margin: 10px auto;
	text-align:left;
	width: 770px;
	}

h1 {
	font-size:1.3em;
	color: #0033cc;
	background: url(../imagens/fundo-h1.gif) top left repeat-x fixed;
	border: 1px solid #ccc;
	line-height: 1.3em;
	padding: 10px;
	}

/* CONFIGURAÇÕES GERAIS */ 
#topo{
	height:110px; 
	position:relative; 
	width:100%;
	}

/* BARRA SUPERIOR */
#barra-superior {
	background: url(../imagens/fundo-barra-superior.gif);
	color: #fff;
	height:35px;
	}

#form-busca {
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	width:300px;
	}

#form-busca .setform form {
	padding: 6px 10px;
	width: auto;
	}

#form-busca .setform form * {
	vertical-align:middle;
	}

#form-busca .setform form label {
	margin-right:0.42em;
	}

#form-busca .setform form .textbox {
	background-color: #fff;
	border: 1px solid #ccc;
	height: 1.4em;
	margin-right: 0.42em;
	width: 125px;
	}

#form-busca .setform form .botaoOK {
	background: #ffffff url(../imagens/fundo-prata.gif);
	border:1px solid #ffffff;
	width:60px;
	}

#form-busca form, #form-busca fieldset, #form-busca label, #form-busca legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	list-style: none;
	}

#form-busca legend {
	display: none;
	}

#form-busca input {
	margin: 0;
	padding: 0;
	}

#menu-superior {
	float: right;
	line-height: 35px;
	padding-right: 10px;
	text-align: right;
	width: 450px;
	}

#menu-superior a {
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	}

#menu-superior a:hover {
	color: #33ccff;
	}

/* ESQUERDA */  
#esquerda{
	background-color:#e8e8e8;
	float:left; 
	padding: 10px;
	position:relative; 
	width: 160px; 
	}

/* CORPO */
#wrapper {
	background: url(../imagens/faux.gif);
	}
 
/* CONTEÚDO */ 
#conteudo{
	background-color: #fff;  
	display:inline; 
	float: right; 
	padding: 10px;
	position: relative; 
	width: 570px; 
	}

#conteudo p{
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 10px;
	}

#conteudo ul{
	font-size: 1.2em;
	line-height: 1.5em;
	list-style-type: disc;
	list-style-position: inside;
	margin: 10px;
	text-align: left;
	}
 
/* RODAPÉ */ 
#rodape {
	background-color: #003399;
	border-top: 4px solid #ffffff;
	clear: both;
	color: #ffffff;
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 10px;
	text-align: center;
	}

/* CONFIGURAÇÕES */ 
#caixa-resposta {
	color: #ff6600;
	font-size: 1.4em;
	font-weight: bold;
	height: 250px;
	line-height: 250px;
	margin-top: 10px;
	text-align: center;
	vertical-align: middle;
	width: auto;
	}

.caixa-produtos {
	float: left;
	height: 190px;
	margin-top: 10px;
	padding: 10px 5px;
	text-align: center;
	width: 180px;
	}

.cor01{
	color: #000;
	}

.centralizar{
	text-align: center;
	}

.borda{
	border: 1px solid #000;
	}

/* LINKS */
.link:link, .link:visited, .link:hover, .link:active {
	color:#0066cc;
	text-decoration:none;
	}

.link:hover {
	text-decoration: underline;
	}
 

 
/* FIX */
.clear{
	clear: both;
	}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
 
.clearfix{
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfix{
	height: 1%;
	}
.clearfix{
	display: block;
	}
/* End hide from IE-mac */  

/* IMPRESSÃO */ 
@media print{
	/* DESABILITA A COLUNA ESQUERDA DURANTE A IMPRESSÃO */ 
	#esquerda, #topo, #rodape{
		display:none;
		} 
	#conteudo{
		background: white;
		float: none;
		padding: 10px;
		position: absolute;
		width: 90%;
		}
	}