/* 
	TODO O SITE
	HEADER
	RODAPE
*/
* {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
img, a, fieldset {
	border: 0px;
}
ul {
	list-style-type: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input{
	text-align:left;
}
#conteudo {
	margin: auto;
	width: 100%;
	min-width: 1000px;
}
#cabecalho {
	background: url(../img/bg_cabecalho.gif) repeat-x;
	height: 80px;
}
#logomarca {
	float: left;

}
#informativos {
	background: url(../img/bg_informativos_ul.gif) no-repeat left top;
	padding-left: 12px;
	float: right;
	width: 815px;
	height: 28px;

}
#informativos ul {
	background: url(../img/bg_informativos_li.gif) repeat-x;
	height: 28px;

}
#informativos li {
	float: right;
	background: url(../img/li_informativos.gif) no-repeat left;
	padding: 8px 7px 8px 11px;

}
#informativos li a {
	font-size: 11px;
	color: #f00;
	text-decoration: underline;	
}
#atalhosEcommerce {
	float: right;
	clear: right;
	width: 640px;
}
#atalhosEcommerce li {
	padding: 11px 10px 9px 35px;
	float: left;
	font-weight: bold;	
}
#atalhosEcommerce li a{
	color:#00F;
}
#atalhosEcommerce .online {
	/*background: url(../img/li_online.gif) no-repeat left center;*/
}
#atalhosEcommerce .meucadastro {
	background: url(../img/li_meucadastro.gif) no-repeat left center;
}
#atalhosEcommerce .meuspedidos {
	background: url(../img/li_meuspedidos.gif) no-repeat left center;
}
#atalhosEcommerce .carrinho {
	background: url(../img/li_carrinho.gif) no-repeat left center;
}
#area01 {
	clear: both;
	background: url(../img/bg_area01.gif) repeat-x;
	height: 74px;
}
#login {
	background: url(../img/bg_area01.gif) repeat-x; 
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	height:38px;
	padding: 18px 0px 0px 13px;  
	width: 175px;
	float: left;
}
#login a {
	color: #fff;
	text-decoration: underline;
}
#login span {
	padding-left: 16px;
	background: url(../img/icon_cadeado.gif) no-repeat left center;
}
#busca {
	background: url(../img/bg_busca_linha.gif) repeat-x;
	height: 56px; 
	overflow: hidden;
	color: #fff;
	/*padding: 18px 0px 0px 0px;*/
}
#buscaEsquerda {
	background: url(../img/bg_busca_esquerdo.gif) no-repeat left;
	float:left;
	height:38px;
	overflow:hidden;
	padding:18px 0px 0px 22px;
}
#buscaDireita {
	background: url(../img/bg_busca_direito.gif) no-repeat left;
	float:right;
	height:38px;
	overflow:hidden;
	padding:18px 0px 0 52px;
}
#busca fieldset {
	padding: 17px 0px 0px 100px;
}
#busca label {
	margin-left: -100px;
}
#busca input {
	vertical-align: middle;
	font-size: 14pt;
}
#filtrosEspeciais {
	float: right;
	margin-right: 10px;
	position: relative;

}
#filtrosEspeciais li {
	float: left;
	padding: 16px 2px;
}
/*#menuSuperior {
	clear: both;
	background: url(../img/bg_menusuperior.gif) repeat-x bottom #1c00bd;
	float: left;
	width: 100%;
	padding-bottom: 5px;
}
#menuSuperior ul {
	width: 100%;
	clear: both;
	border-top: 1px solid #000;
}
#menuSuperior li {
	border-left:1px solid #000;
	float: left;
	text-align: center;
	padding: 3px 0px;

}
.linha1 a{
	padding: 0px 24px 0px 23px;
}
.linha2 a{
	padding: 0px 27px 0px 27px;
}
.linha3 a{
	padding: 0px 18px 0px 17px;
}
#menuSuperior li a {
	color: #fff;
	font-weight: bold;
	font-size: 11px;	
}*/

#menuSuperior {
	clear: both;
	background: url(../img/bg_menusuperior.gif) repeat-x bottom #1c00bd;
	float: left;
	width: 100%;
	padding-bottom: 5px;
}
#menuSuperior ul{
	border-top: 1px solid #0e005e;
	clear:both;
	text-align:center;
}
#menuSuperior li {
	float: left;
	border-left: 1px solid #0e005e;
	padding: 2px 0px;	
}
#menuSuperior li a {
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}
.linha1{
	width:10.9%;
}
.linha2{
	width:14.07%;
}
.linha3{
	width:16.4%;
}
.linha4{
	width:12.3%;
}

/*.linha1 a {
	border-right: 1px solid #2400f3;
	border-top: 1px solid #2400f3;	
	padding: 3px 11px 3px 12px;
}
.linha1Ultima a {
	border-top: 1px solid #2400f3;	
	padding: 3px 14px;
}
.linha2 a {
	border-right: 1px solid #2400f3;
	border-top: 1px solid #2400f3;	
	padding: 3px 8px 3px 9px;
}
.linha2Ultima a {
	border-top: 1px solid #2400f3;	
	padding: 3px 13px 3px 14px;
}
.linha3 a {
	border-right: 1px solid #2400f3;
	border-top: 1px solid #2400f3;	
	padding: 3px 8px 3px 9px;
}
.linha3Ultima a {
	border-top: 1px solid #2400f3;	
	padding: 3px 4px;
}*/

#banner {
	background-color:#FFF;
	clear: both;
	text-align:center;
}
/* RODAPE */
#rodape {
	clear: both;
	background: url(../img/bg_rodape.gif) no-repeat top #e8e9e0;
	padding: 20px;
	margin-top:30px; 
	border-top: 2px solid #B0B1A3;
}
#rodape h3 {
	color: #000;
	font-weight: bold;
	font-size: 11px;
}

#institucional {
	float: left;
	width: 20%;
}
#institucional ul {
	padding-left: 10px;
}
#institucional li a {
	background: url(../img/li_institucional.gif) no-repeat left center;
	color: #b20000;
	font-size: 11px;
	padding-left: 10px;
}
#formaPagamento {
	float: left;
	width: 25%;
}
#formaPagamento p {
	margin-top: 8px;
}
.tele {
	float: left;
	width: 15%;
}
.tele h2 {
	color: #b20000;
	font-size: 18px;
}
.tele p {
	font-size: 11px;
	margin-bottom: 5px;
}
#extras {
	float: left;
	width: 25%;
}
#extras h3 {
	margin-top: 5px;
	background: url(../img/icon_aviso.gif) no-repeat left center;
	padding-left: 35px;
	color: #7b7c77;
	font-size: 16px;
}
#extras p {
	font-size: 10px;
}
#lateralDireita{
	float: right;
	margin-left:-185px;
	position:relative;
	width: 100%;	
}
