/* home CSS file */
#esquerda
{
	float: left;
}

#direita
{
	float: right;
}

#mainbox {

	width:440px; height:300px;

	/* float:left; */
 	clear:both;

}
#mainbox img {

	border:none;
	padding:0; margin:0;
	width:430px; height:290px;

}

/* PRODUTOS */
#produtos {

	width:290px; height:190px;

	/* float: right; */
	clear: both;

	margin:0 0 9px 0;

}

/* Registro de preço */

#srp {

	
	
	/*
	margin:0; padding:0; 
	float: right;
	
	display:block;
	*/
	
	clear:both;
	
	margin-top: 20px;
	margin-left: 82px;
	
	width:300px; height:100px;

}
#srp a {

	display:block;
	width:300px; height:100px;

	background:transparent url(../images/home/srp.gif) top left no-repeat;

}
#srp a span { display:none; }

/* revendedor */

#revendedor {

	width:290px; height:90px;
	float:right;

	background:transparent url(../images/home/area_restrita.jpg) top left no-repeat;

}

#revendedor h2 {

	padding:0;

	background-image:url(../images/headers/home_revendedor.gif);
	width:80px;

}

#revendedor .button {

	margin-bottom:-20px;

}

#dhtml {

	width:340px; height:160px;

	position:absolute;

	left:65%; top:10px;

	margin:0 0 0 -170px;

}