@charset "UTF-8";

/* ESTRUTURA */

#banner{
	width:850px;
	height:320px;
	margin:0px auto;
	background:url(Links/colunas-meio.png) center bottom repeat-x;
}

#colunas{
	width:850px;
	margin:0px auto;
}

#colunas .esquerda, #colunas .direita{
	width:205px;
	padding-right:6px;
	float:left;
}	


#colunas .esquerda .busca, #colunas .esquerda .indices, #colunas .centro, #colunas .direita .central, #colunas .direita .newsletter{
	height:265px;
	margin-top:6px;
	padding:0 15px 0 15px;
	border:3px solid #FFFFFF;
	background:#fff url(Links/colunas-fundo.png) top center repeat-x;
}
#colunas .esquerda h2, #colunas .centro h2, #colunas .direita .central h2, #colunas .direita .newsletter h2{
	height:38px;
	margin-bottom:10px;
	text-indent:-9000px;
	overflow:hidden;
	background: center center no-repeat;
}
#colunas .esquerda .busca h2{
	background-image:url(Links/h2-busca.png);
}

#colunas .esquerda .formulario-select{
	width:168px;
}
#colunas .esquerda .formulario-campo{
	width:158px;
}

#colunas .esquerda .indices{
	height:184px;
}
#colunas .esquerda .indices h2{
	background-image:url(Links/h2-indices.png);
}
#colunas .esquerda .indices ul li{
	margin-top:5px;
	padding:5px 5px;
	_padding:3px 3px; /* QUE COISA! Obrigado IE6! */
	list-style:none;
	font-size:9px;
	color:#97BF00;
	border-top:1px solid #F0F5E6;
}
#colunas .esquerda .indices ul li .indice-verde{
	color:#006822;
}


#colunas .centro{
	width:392px;
	height:461px;
	float:left;
	background:#fff url(Links/colunas-central-fundo.png) top center repeat-x;
}
#colunas .centro h2{
	background-image:url(Links/h2-outros.png);
}
#colunas .centro li{
	display:inline;
	list-style:none;
}
#colunas .centro a.botao-detalhes{
	width:136px;
	height:160px;
	float:left;
	padding:15px 30px 30px 30px;
	display:block;
	font-size:10px;
	text-align:center;
	text-decoration:none;
	_____text-transform:uppercase; 
	color:#666666;
	border:0px;
	background:url(Links/botao-detalhes.png) bottom center no-repeat;
}
#colunas .centro a.botao-detalhes img{
	margin-bottom:6px;
	padding:5px;
	border:1px solid #c0cda8;
	background-color:#FFFFFF;
}
#colunas .centro a.botao-detalhes:hover{
	background-image:url(Links/botao-detalhes-hover.png);
}


#colunas .direita{
	padding:0 0 0 6px;
}
#colunas .direita .central{
	height:319px;
}
#colunas .direita .central h2{
	background-image:url(Links/h2-central.png);
}
#colunas .direita .central p.central-vitrina, #colunas .direita .central p.central-costao, #colunas .direita .central p.central-procave{
	width:147px;
	height:70px;
	margin-top:20px;
	text-indent:-9000px;
	overflow:hidden;
	background:url(Links/central-vitrina.png) bottom center no-repeat;
}
#colunas .direita .central p.central-costao{
	margin-top:10px;
	background-image:url(Links/central-costao.png);
}
#colunas .direita .central p.central-procave{
	margin-top:10px;
	height:80px;
	background-image:url(Links/central-procave.png);
}

#colunas .direita .newsletter{
	height:130px;
}
#colunas .direita .newsletter h2{
	background-image:url(Links/h2-newsletter.png);
}
#colunas .direita .newsletter .formulario-campo{
	width:160px;
	margin-bottom:3px;
	padding:3px;
}
