/* LEFT */
#left{
float:left;
width:560px;
padding:5px;
}
	/* TITULO */
	#titulo{
	float:left;
	width:550px;
	padding:0px 5px;
	}
		#titulo .data{
		float:left;
		width:200px;
		height:18px;
		padding-top:15px;
		color:#04263F;
		}
		#titulo .nome{
		float:left;
		width:345px;
		height:33px;
		color:#EBE9DA;
		font-size:40px;
		text-align:right;
		font-weight:bold;
		overflow:hidden;
		}
		#titulo .nada{
		width:550px;
		height:15px;
		float:left;
		background:#FFFFFF;
		border-top:#CCCCCC 1px solid;
		}
	#produtos{
	float:left;
	width:550px;
	padding:0px 5px;
	}
		#produtos .tituloProdutos{
		float:left;
		width:490px;
		padding:10px 30px;
		margin-bottom:10px;
		}
			#produtos .categoria{
			float:left;
			width:450px;
			color:#990000;
			font-size:20px;
			padding:10px 20px;
			border:#ECE9D8 1px solid;
			background:url(../imagens/bg_radio.gif) repeat-x bottom;
			}
			#produtos .empresa{
			float:left;
			width:450px;
			height:75px;
			padding:10px 20px;
			border:#ECE9D8 1px solid;
			background:url(../imagens/bg_radio.gif) repeat-x bottom;
			}
				#produtos .imagemEmpresa{
				float:left;
				width:150px;
				height:75px;
				text-align:center;
				}
				#produtos .dadosEmpresa{
				float:left;
				width:300px;
				/*height:35px;*/
				font-weight:bold;
				padding-top:10px;
				}
				#produtos .foneEmpresa{
				float:left;
				width:300px;
				/*height:30px;*/
				color:#990000;
				font-size:12px;
				font-weight:bold;
				}
		#produtos .bloco1{
		width:260px;
		float:left;
		height:160px;
		padding-right:30px;
		border-bottom:#ECE9D8 1px solid;
		margin-bottom:20px;
		}
		#produtos .bloco2{
		width:260px;
		float:left;
		height:160px;
		border-bottom:#ECE9D8 1px solid;
		margin-bottom:20px;
		}
		#produtos .bloco3{
		float:left;
		width:540px;
		}
			#produtos .imagemProduto{
			float:left;
			width:220px;
			height:200px;
			}
				#produtos .imagemProduto img{
				width:210px;
				height:158px;
				}
			#produtos .tituloProduto{
			float:left;
			width:320px;
			padding-bottom:8px;
			text-align:left;
			font-weight:bold;
			font-size:20px;
			line-height:25px;
			}
			#produtos .descricaoProduto{
			float:left;
			width:320px;
			color:#333;
			padding-bottom:10px;
			text-align:justify;
			font-size:11px;
			line-height:13px;
			}
			#produtos .tipoProduto{
			float:left;
			width:320px;
			height:25px;
			color:#006699;
			text-align:right;
			font-size:12px;
			}
			#produtos .avistaProduto{
			float:left;
			width:320px;
			height:20px;
			color:#990000;
			font-size:15px;
			font-weight:bold;
			text-align:right;
			}
			#produtos .aprazoProduto{
			float:left;
			width:320px;
			height:30px;
			font-size:12px;
			text-align:right;
			}
			#produtos .tipo{
			float:left;
			width:265px;
			height:25px;
			color:#006699;
			}
				#produtos .tipo a{
				color:#006699;
				}
			#produtos .produto{
			float:left;
			width:265px;
			height:24px;
			font-weight:bold;
			margin-bottom:5px;
			}
			#produtos .imagem{
			float:left;
			width:135px;
			height:100px;
			}
			#produtos .dados{
			float:left;
			width:125px;
			height:100px;
			}
				#produtos .avista{
				float:left;
				width:125px;
				height:16px;
				color:#990000;
				font-size:12px;
				font-weight:bold;
				text-align:right;
				}
				#produtos .aprazo{
				float:left;
				width:125px;
				height:30px;
				text-align:right;
				}
				#produtos .logoEmpresa{
				float:left;
				width:125px;
				height:59px;
				text-align:right;
				}
/* RIGHT */
#right{
float:left;
width:200px;
padding:10px 5px;
margin-right:5px;
}