#main address {
	position:absolute;
	bottom:10px;
	right:30px;
	width:590px;
}
#b_produtos #conteudo #sidebar {
	background:url(../imagens/home/menu/vr-sidebar-produtos.png) no-repeat right top !important;
	height:601px;
}
#b_produtos #conteudo #frm_mailing { margin-top:70px !important; }
#main { position:static !important; }
#main h1 { background:url(../imagens/home/produtos/tit-produtos.png) no-repeat right top; }
#main h1.cat1 { background:url(../imagens/home/produtos/tit-cama.png) no-repeat right top; }
#main h1.cat2 { background:url(../imagens/home/produtos/tit-mesa.png) no-repeat right top; }
#main h1.cat3 { background:url(../imagens/home/produtos/tit-banho.png) no-repeat right top; }
#main h1.cat4 { background:url(../imagens/home/produtos/tit-vestuario.png) no-repeat right top; }


#bts_main {
	display:block;
	width:560px;
	height:430px;
	margin:40px 0px 35px 15px;
	background:url(../imagens/home/produtos/bg-bts-main.png) no-repeat center center;
}
#bts_main li, #bts_main li a {
	display:inline;
	float:left;
	width:260px;
	height:195px;
}
#bts_main li a { text-indent:-3000px; }
#bts_main li.cama, #bts_main li.mesa { margin-bottom:40px; }
#bts_main li.cama, #bts_main li.banho { margin-right:40px; }

#bts_main li.cama a { background:url(../imagens/home/produtos/bt-home-cama.jpg) no-repeat; }
#bts_main li.mesa a { background:url(../imagens/home/produtos/bt-home-mesa.jpg) no-repeat; }
#bts_main li.banho a { background:url(../imagens/home/produtos/bt-home-banho.jpg) no-repeat; }
#bts_main li.vestuario a { background:url(../imagens/home/produtos/bt-home-vestuario.jpg) no-repeat; }

#menu_int {
	display:block;
	float:left;
	width:145px;
	margin-top:20px;
}
#menu_int ul li { float:left; margin-bottom:5px; }
#menu_int ul li a {
	display:block;
	float:left;
	color:#1E5359;
	font-weight:bold;
	font-size:11px;
	padding-left:20px;
	width:125px;
	background:url(../imagens/home/produtos/marcador-menu-int.gif) no-repeat left top;
}
#menu_int ul li a.ativo { background-position:0px -40px; }
#menu_int ul li.no_subsub a { background:url(../imagens/home/produtos/marcador-menu-int-dsbl.gif) no-repeat left top !important; }
#menu_int ul li.no_subsub a.ativo { text-decoration:underline; }
#menu_int ul.sub {
	display:none;
	float:left;
	padding:5px 0px 10px 20px;
}
#menu_int ul.aberto { display:block; }
#menu_int ul.sub li {
	padding:3px 0px;
	border-bottom:1px solid #CCC;
	margin:0;
}
#menu_int ul.sub li a {
	padding:0;
	background:none;
	color:#808080;
	font-weight:normal;
}
#menu_int ul.sub li a:hover {
	text-decoration:underline;	
}
#menu_int ul.sub li a.ativo {
	text-decoration:underline;	
	font-weight:bold;
}	

#lista_produtos {
	width:444px;
	display:block;
	height:450px;
	float:right;
	margin-bottom:35px;
}
#lista_produtos li { margin:0px 0px 15px 15px; }
#lista_produtos li, #lista_produtos li a {
	display:inline;
	width:96px;
	height:125px;
	overflow:hidden;
	float:left;
	
}
#lista_produtos li a { color:#808080; }
#lista_produtos li a img {
	padding:2px;
	border:1px solid #DFDFDF;
}
#lista_produtos li a:hover img { border:1px solid #5B94A2 !important; }
#lista_produtos li a strong { display:block; padding:3px 4px; font-size:10px; font-weight:normal; }

#lista_produtos p.att {
	text-align:center;
	font-weight:bold;
	color:#CCC;
	margin-top:20px;
	margin-right:110px;
}

#nav {
	display:block;
	position:absolute;
	bottom:60px;
	right:20px;
}
#nav a.prox, #nav a.ant {
	display:block;
	width:6px;
	height:12px;
	text-indent:-3000px;
}
#nav a.prox { float:right; background:url(../imagens/home/produtos/nav-prox.gif) no-repeat left top; }
#nav a.ant { float:left; background:url(../imagens/home/produtos/nav-ant.gif) no-repeat left top; }
#nav ul {
	display:block;
	height:15px;
	width:auto;
	float:left;
	margin:0px 5px;
}
#nav ul li {
	margin:0px;
	padding:0px 5px;	
}
#nav ul li { border-left:1px solid #1E5359; }
#nav ul li.p { border-left:0px; }
#nav ul li, #nav ul li a {
	display:block;
	float:left;
	height:auto;
	width:auto;
	color:#1E5359;
}
#nav ul li a { font-weight:bold; }
#nav ul li a.ativo, #nav ul li a:hover { text-decoration:underline; }
#detalhes_produto {
	width:425px;
	display:block;
	float:right;
	margin-bottom:35px;
	overflow:hidden;
}
#detalhes_produto h2 {
	font-size:15px;
	color:#5B94A2;
	margin:15px 0px 5px 0px;
	letter-spacing:1px;
}
#detalhes_produto img {
	padding:3px;
	border:1px solid #5B95A3;
}
#detalhes_produto h6 {
	font-size:11px;
	color:#808080;
	margin-top:10px;
}
#detalhes_produto a.voltar {
	display:block;
	position:absolute;
	top:70px;
	right:25px;
	color:#1E5359;
	font-weight:bold;
	padding-left:15px;
	background:url(../imagens/home/produtos/nav-ant.gif) no-repeat left center;
}