@charset "utf-8";
/* CSS Document */

#coluna1{
	width:800px; height:auto;
	float:left;
	margin:0 0 0 24px;
}

/***********************************************/
#bloco1{
	width:776px; height:400px;
	border:solid 1px #CCC;
	float:left;
	background:url(../img/bg_contato.jpg) repeat-x bottom;
	padding:11px;
	margin:22px 0 0 0;
	background-color:#FFF;
}

#bloco1 p{
	margin-top:10px;
	line-height:18px;
}

#bloco1 a:link, #bloco1 a:visited, #bloco1 a:active{
	text-decoration:none;
	color:#014774;
}

#bloco1 a:hover, #bloco1 a:focus{
	text-decoration:underline;
}
/***********************************************/

#esq{
	float:left;
	width:380px; height:auto;
	margin-top:30px;
}

#dir{
	float:left;
	width:380px; height:auto;
	margin-top:30px;
}

/***********************************************/

/***********************************************/

#produto_destaque{
	position:absolute;
	top:3px;
	left:-6px;
}
