@charset "utf-8";
/* CSS Document */

body, h1, h2, h3, h4, h5, p, ul, li, form {
	margin:0;
	padding:0;
	}
img {
	border:0;
	}

.contato .link {color:#000;}

.clear{
	clear:both;
}

body{
	background-image:url(../imagens/bkgTotal.jpg);
	font:10px "Trebuchet MS", Verdana, Arial, sans-serif;
}

.geral{
	background-image:url(../imagens/bkgTopo.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	margin:auto;
	width:auto;
}

.header{
	width:890px;
	height:106px;
	margin:auto;
	background-image:url(../imagens/logoIpool.png);
	background-repeat:no-repeat;
}

.contato{
	width:465px;
	height:31px;
	background-image:url(../imagens/bkgContatoTopo.jpg);
	float:right;
	font-size:14px;
}

.menuTopo{
	width:100%;
	height:24px;
	background-image:url(../imagens/bkgMenu.gif);
	margin:0;
	padding:0;
}

.menuzao{
	width:890px;
	margin:auto;
}

.menuzao .containerMenu{
	float:left;
	margin-left:3px;
	position:relative;
}

.logoLinha{
	float:left;
	width:462px;
}
.linhas{
	width:100%;
	height:279px;
	background-image:url(../imagens/bkgTv.png);
	background-repeat:no-repeat;
	background-position:center;
	margin-top:30px;
	margin-bottom:35px;
}

.linhas h1
{
	color:#64352e;
	font-size:16px;
	font-weight:bolder;	
	margin:0;
	margin-bottom:10px;
	padding:0;
	border-bottom: #64352e 1px solid;
	padding-bottom:3px;
}

.produtos{
	width:829px;
	margin:auto;
}

.produtos h1{
	color:#64352e;
	font-size:16px;
	font-weight:bolder;	
	margin:0;
	margin-bottom:20px;
	padding:0;
	border-bottom: #64352e 1px solid;
	padding-bottom:3px;
}

.produtos h1 a 
{
	color:#64352e;
}

.item{
	width:107px;
	float:left;
	margin-right:25px;
	height:300px;
}

.item h1{
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	border:0;
	margin: 5px 0px;
}

.item h2{
	font-size:16px;
	font-weight:bolder;
	color:#000;
	border:0;
	margin: 5px 0px 0px 0px;
}

.item .de{
	text-decoration:line-through;
}

.item .por{
	color:#900;
}

.item h3{
	font-size:10px;
	font-weight:normal;
	color:#000;
	border:0;
	margin: 5px 0px 10px 0px;
}

a:link,
a:visited {
	color:#FFF;
	text-decoration:none;
	}
a:hover {
	color:#FFF;
	text-decoration:underline;
	}

#secao {
	list-style:none;
	width:140px;
	padding:3px 0;
	padding-top:3px;
	position:absolute;
	float:left;
	top:0px;
	left:5px;
	}
#secao a {
	position:relative; /* corrige bug do ie6 para fundo com png transparente */
	}
#secao.internas {
	left:468px;
	}
#secao li {
	margin:0;
	font-size:12px;
	height:25px;
	text-transform:lowercase;
	float:left;
	cursor:pointer;
	}
#secao li a {
	display: block;
	padding:3px 10px 4px;
	width:120px;
	cursor:pointer;
	text-decoration:none;
	}

/* corrigir espaçamento dos blocos no IE6 */
* html ul li {float:left; height:1%;}
* html ul li a {height:1%}
/* fim da correção */

/* MENU - submenu */

#secao li ul {
	list-style:none;
	width:140px;
	position:relative;
	left:116px;
	margin:0;
	margin-top:-25px;
	display:none;
	z-index:50;
	}
#secao li ul li {
	padding-left:10px;
	margin:0;
	height:25px;
	cursor:pointer;
	}
#secao li:hover ul,
#secao li.over ul {
	display:block;
	}
#secao li ul li a {
	width:140px;
	padding-left:20px;
	cursor:pointer;
	display:block;
	}

#secao.padrao li a {background:url(../imagens/bg_menu_secoes_padrao.png);}
#secao.padrao li a.over,
#secao.padrao li a:hover {background:url(../imagens/bg_menu_secoes_padrao_over.png);}
#secao.padrao li ul li a {background:url(../imagens/bg_submenu_secoes_padrao.png);}
#secao.padrao li ul li a.over,
#secao.padrao li ul li a:hover {background:url(../imagens/bg_submenu_secoes_padrao_over.png);}

.detalhe{
	padding:0;
}

.detalhe img{
	float:left;
	margin-right:20px;
}

.detalhe .detalheTit{
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	
}

.detalhe .descricao
{
	font-size:13px;	
}

.detalhe ul li{
	list-style:none;
	font-size:12px;
	margin-bottom:2px;
	color:#3e250c;
}

.detalhe .descr{
	font-size:12px;
	margin-bottom:20px;
} 