* {
	margin: 0;
	padding: 0;
}

html {font-size: 100%;}
body {font-size: 12px;}

body, html {
	width: 100%;
	height: 100%;
	font-family : 'Open Sans', sans-serif; 
	font-weight:normal;
	text-align: left;
	font-size:13px;
	color:#000000;
	text-align:center; /* hack para o IE */
	text-align:left;
}

.select {
	font-size:13px;
	color:#434343;
	border: 1px solid #bfbfbf;
	line-height:26px;
	height:28px;
	padding:0 0 0 5px;
	font-family:'Open Sans', sans-serif;
	background-color: #ffffff; 
}

a {
	color:#656970;
	text-decoration: none;
}

img {
	border:0;
}

a:hover {
  text-decoration: underline;
}

#cabecalho {
	position:relative;
	width:960px;
	height:36px;
	margin:18px auto 0 auto;
	z-index:1;
}

	#cabecalho .logo {
		position:absolute;
		top:7px;
		left:10px;
	}

	#cabecalho a {
		color:#ffffff;
	}

	#cabecalho .item-1 {position:absolute;top:0;left:130px;line-height:36px;font-size:12px;text-align:center;width:106px;font-weight:600;}
	#cabecalho .item-2 {position:absolute;top:0;left:238px;line-height:36px;font-size:12px;text-align:center;width:80px;font-weight:600;}
	#cabecalho .item-3 {position:absolute;top:0;left:318px;line-height:36px;font-size:12px;text-align:center;width:100px;font-weight:600;}
	#cabecalho .item-4 {position:absolute;top:0;left:420px;line-height:36px;font-size:12px;text-align:center;width:101px;font-weight:600;}
	#cabecalho .carrinho {position:absolute;top:0;left:565px;line-height:36px;font-size:12px;text-align:left;width:215px;color:#ffffff;font-weight:600;}
	#cabecalho .campo-busca {
		position:absolute;
		top:6px;
		left:779px;
		line-height:24px;
		font-size:12px;
		text-align:left;
		width:138px;
		color:#ffffff;
		font-family:'Open Sans', sans-serif;
		padding:0 10px;
		border:0;
		font-weight:600;
		background-color:transparent;
	}
	#cabecalho .botao-busca {position:absolute;top:12px;right:11px;}

	.submenu-minha-conta {
		position:absolute;z-index:999;top:41px;left:320px;background-color:#656565;padding:5px 0 15px 0;
	}

		.submenu-minha-conta p {
			width:150px;padding:0 10px;background-color:#656565;line-height:20px;text-align:left;font-size:12px;
		}

#banner-home { height: 614px; min-width: 1000px;overflow:hidden; width: 100%; position: absolute; top: 0; left: 0; z-index:0; }
#banner-home .banner {position:absolute;}
#banner-home #itens { position:absolute;top:576px;min-width:1000px;width:100%;z-index:1;text-align:center;z-index:1;}
	#banner-home #itens img {display:inline-block;margin:0 8px;z-index:2;cursor:pointer;}

#corpo {
	position:relative;
	min-width:1000px;
	max-width:1440px;
	margin:565px auto 0 auto;
	text-align:center;
}

	#corpo .marca {
		display:inline-block;
		margin-right:5px;
		margin-bottom:5px;
	}

	@media all and (-ms-high-contrast:none) {
		#corpo .marca {
			margin-right:5px;
		}
	}

	#corpo .marca:last-child {
		margin-right:0;
	}

#rodape {
	position:relative;
	width:940px;
	height:67px;
	margin:0 auto;
}

	#rodape p {
		text-align:right;
		padding-right:31px;
		line-height:54px;
		color:#393536;
	}

	#rodape .logo {
		position:absolute;
		top:15px;
		left:0;
	}

	#rodape .icone-localizacao {
		position:absolute;
		top:20px;
		right:0;
	}

.input {
	font-size:13px;
	color:#434343;
	border: 1px solid #bfbfbf;
	line-height:26px;
	height:28px;
	padding:0 4px;
	font-family:'Open Sans', sans-serif;
	background-color: #ffffff; 
}