@charset "utf-8";
/* CSS Document */

body{
	background:url(fundo.jpg);
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#666;
	text-align:center;
}

h1 {
	margin:0px;
	padding:0px;
	color:#666;
	font-weight:bold;
}

h2 {
	margin:0px;
	padding:0px;
	color:#666;
	font-weight:bold;
}

h3 {
	margin:0px;
	padding:0px;
	color:#666;
	font-weight:bold;
}

img{border:0;}

a:link
{
text-decoration: none;
color: #666;
}

a:visited
{
text-decoration: none;
color: #666;
}

a:hover
{
color: #666;
text-decoration: underline;
}

a:active
{
color: #666;
text-decoration: none;
}

/****************************************************************/

.div0{
	margin:0px auto;
	padding:0px;
	width:780px;
}
	.topo{
		float:left;
		margin:0px 0px 0px 57px;
		padding:0px;
		width:665px;
		background:#FFF url(fundo_topo.jpg);
		height:68px;
	}
		.menu_topo{
			float:left;
			width:410px;
			margin:10px 0px 0px 0px;
		}
			.btn_topo{
				float:left;
				border-right:1px solid #ebebeb;
				padding:15px 10px 15px 10px;
			}
	.content{
		float:left;
		width:780px;
		background-color:#FFF;
		text-align:left;
		padding-bottom:7px;
	}
		.flash{
			float:left;
			width:780px;
		}
		.menu_carrinho{
			float:left;
			width:750px;
			text-align:right;
			height:30px;
		}
		.div_vitrine{
			float:left;
			width:773px;
			margin:0px 0px 0px 3px;
		}
			.h_vitrine{
				width:773px;
				background:url(h_vitrine.jpg) no-repeat;
				height:32px;
			}
		.banner_full{
			float:left;
			width:780px;
			margin:5px 0px 0px 0px;
			text-align:center;
		}
		.div_maisprodutos{
			float:left;
			width:773px;
			margin:5px 0px 0px 3px;
		}
			.h_produtos{
				float:left;
				width:773px;
				background:url(h_maisprodutos.jpg) no-repeat;
				height:32px;
			}
				.menu_dropdown{
					float:right;
					width:200px;
					margin:6px 0px 0px 0px;
				}
	.rodape{
		float:left;
		margin:0px 0px 0px 57px;
		padding:0px;
		width:667px;
		background:url(fundo_rodape.jpg) repeat-x bottom #FFFFFF;
		height:106px;
	}
		.logo_seguro{
			float:left;
			margin:10px 0px 0px 15px;
		}
		.logo_easy{
			float:right;
			margin:30px 15px 0px 0px;
		}


/*******************produtos**********************************************/

/*usados na forma resumida*/

.box_produto{
	float:left;
	width:384px;
	min-height:157px;
	_height:157px;
	border-bottom:2px dotted #E2E2E2;
	border-right:2px dotted #E2E2E2;
}
	.bx_img_prod{
		float:left;
		width:125px;
		margin:10px 0px 0px 5px;
	}
	.bx_nom_prod{
		float:left;
		width:252px;
		margin:10px 0px 0px 0px;
		font-weight:bold;
		font-size:15px;
	}
	.bx_resum_prod{
		float:left;
		width:252px;
		margin:5px 0px 0px 0px;
	}
	.bx_btns{
		float:left;
		margin:5px 0px 0px 0px;
		width:252px;
		text-align:right;
	}