/* http://matthewjamestaylor.com/blog/holy-grail-no-quirks-mode.htm */
* {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
form {
	margin: 0;
	padding: 0;
}
#header {
	background: url(../imagens/fundo_cabecalho.jpg) center top;
	width: 100%;
	height: 150px;
	padding: 0;
	margin: 0;
	clear:both;
}
#banner {
	background: url(../imagens/fundo_banner.png) center bottom;
	position: absolute;
	width: 100%;
	height: 280px;
	padding: 0;
	margin: 0;
}
#highlight {
	background: url(../imagens/fundo_banner.png) center bottom;
	position: absolute;
	width: 100%;
	height: 220px;
	padding: 0;
	margin: 0;
}
#highmask {
	width: 620px;
	height: 210px;
	position: relative;
	margin: 0 auto 15px;
	z-index: 1;
}
#colmask {
	background: url(../imagens/fundo_banner.png) center -270px no-repeat;
	position: relative; 	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear: both;
	float: left;
	width: 100%; 			/* Width of whole page */
	overflow: hidden; 		/* This chops off any overhanging divs */
	/*background: #ffd8b7; 	/* Left column background color */
}
#colmid {
	float: left;
	width: 200%;
	position: relative;
	left: 200px;
	/*background: #fff;    	/* Center column background color */
}
#colright {
	float: left;
	width: 100%;
	position: relative;
	left: 50%;
	margin-left: -400px;
	/*background: #ff9;    	/* Right column background color */
}
#col1wrap {
	float: right;
	width: 50%;
	position: relative;
	right: 100%;
}
#col1pad {
	margin: 0 15px 0 415px;
	overflow: hidden;
}
#col1 {
	width: 100%;
	overflow: hidden;
	padding: 280px 0 40px 0;
	min-height: 500px;
}
#col2 {
	float: left;
	width: 170px;
	position: relative;
	left: 215px;
	overflow: hidden;
	padding-top: 20px;
	margin-left: -50%;
}
#col3 {
	float: left;
	width: 170px;
	position: relative;
	left: 15px;
	overflow: hidden;
	padding-top: 20px;
}
#footer {
	background: url(../imagens/fundo_rodape.jpg) center top repeat-x #CE4700;
	clear: both;
	float: left;
	width: 100%;
	min-height: 160px;
	padding: 0;
	margin: 0;
}
#CategoriasRodape {
	background: url(../imagens/categorias_rodape.png) center bottom no-repeat;
}
#FabricantesRodape {
	background: url(../imagens/fabricantes_rodape.png) center bottom no-repeat;
}
