body{
	background: url(../../bkgd.gif) repeat-x #fff;
	margin: 5px;
	font: 11px Verdana;
	color: #000;
}
img{
	border: 0px;
}
h3, h4, h5 {
	background: #f0f0f0;
	color: #f60;
	padding: 5px;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
}
.detalhes {
	color: #f60;
	font: bold;
	padding: 5px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
.direita {
	text-align: right;
}
.centro {
	text-align: center;
}
.par {
	background: #f0f0f0;
}
.cabecalhoOrcamento {
	background: #f60;
	color: #fff;
}
#alinhaCentro{
	position: relative;
	width: 980px;
	margin: 0 auto;
}
#geral{
	position: relative;
	float: left;
	background: #fff url(../../bkgdGeral.gif);
	width: 980px;
	border: 1px solid #999;
}
#logo{
	position: relative;
	float: left;
	width: 124px;
	height: 102px;
}
#banner{
	position: relative;
	float: left;
	width: 856px;
	height: 102px;
	text-align: right;
	background: #fff;
}
#menuHoriz{
	position: relative;
	float: left;
	width: 980px;
	height: 65px;
	background: url(bkgdMenu.gif);
}
#menuHoriz .divMenu{
	position: relative;
	width: 980px;
	height: 32px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
}
#search{
	position: relative;
	float: left;
	width: 975px;
	height: 24px;
	padding: 3px 5px 0px 0px;
	background: url(bkgdSearch.gif);
	text-align: right;
}
select, input, textarea {
	font: 10px Verdana;
}
#principal{
	position: relative;
	float: left;
	width: 980px;
}
#menuVert{
	position: relative;
	float: left;
	width: 140px;
	background: #eff0f0;
	border-right: 1px solid #999;
}
#menuVert img{
	margin-top: 10px;
	display: block;
}
#menuVert a{
	font-size: 11px;
	color: #333;
	text-decoration: none;
	width: 120px;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	display: block;
}
#menuVert a:hover{
	color: #666;
}
#conteudo{
	position: relative;
	float: left;
	width: 672px;
	padding: 10px;
}
.boxProduto {
	width: 219px;
	text-align:left;
	padding: 13px 5px 5px 0px;
	display: block;
	height: 120px;
	float: left;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px auto 0px auto;
}
.boxInterno {
	width: 219px;
	height: 85px;
	float: left;
	position: relative;
	display: block;
}
.imagemProduto {
	float: left;
	height: 85px;
	display: inline;
	width: auto;
	padding-right: 3px;
}
.detProduto {
	padding: 0px 3px 0px 3px;
	text-align: left;
}
.detProduto a, a{
	text-decoration: none;
	color: #f60;
}
.detProduto a:hover, a:hover{
	text-decoration: underline;
	color: #f30;
}
#direita{
	position: relative;
	float: left;
	width: 142px;
	margin-top: 10px;
	margin-right: 3px;
	background: #e9eaeb;
}
#direita a{
	font-size: 11px;
	color: #f60;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	width: 122px;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	display: block;
}
#direita a:hover{
	color: #f90;
}
#direita #topoDestaque{
	display: block;
}
#cartoes{
	position: relative;
	float: left;
	width: 142px;
	background: #e9eaeb;
}
#cartoes .titulo{
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	padding: 10px;
	color: #333;
	display: block;
}
#rodape{
	position: relative;
	float: left;
	width: 960px;
	text-align: center;
	padding: 10px;
	font-size: 10px;
	color: #333;
	background: #f0f0f0;
	border-top: 1px solid #999;
}
.atencao {
	font: bold;
	color: #f00;
}