@charset "utf-8";
/* CSS Document */

html, body{
	height: 100%;
}

body{
	background: #bababa url(../images/sombra_pagina.png) center repeat-y;
	color: #666;
}

a{
	color: #f00;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
}
a:focus {
  outline: none;
}

ul, li{
}

.faded{
	color: #999;
}


#wrapper{
	width: 960px;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: #000;
}

/*****
* HEADER
******/
#header{
	width: 920px;
	height: 240px;
	padding: 0 20px;
	background: url(../images/sombra_banner_largura.png) center repeat-y;
}

#header #logo{
	z-index: 20;
	position: relative;
}

#imgbanner{
	position: relative;
	top: -30px;
	z-index: 10;
}
ul#menu{
	position: relative;
	top: -165px;
	z-index: 30;
	
	list-style: none;
	margin: 0;
	padding: 0;
	
	float: right;
}
ul#menu li{
	float: left;
	margin: 0;
	padding: 0;
}

#header #produtos{
	position: relative;
	top: -60px;
}

ul#menuprodutos{
	list-style: none;
	width: 660px;
	margin: 0;
	padding: 0;
	float: left;
}

ul#menuprodutos li{
	float: left;
	margin: 0;
	padding: 0;
}

#sombra_fundo{
	position: relative;
	top: -65px;
}

/********
* QUICK SEARCH
***********/
#produtos #bgPesquisa{
	width: 260px;
	height: 50px;
	float: left;
	background:url(../images/menu/menu_pesquisa.jpg) no-repeat;
	text-align: center;
}

#produtos #bgPesquisa #txtSearch{
	margin-top: 15px;
	width: 200px;
	float: none;
}
#produtos #bgPesquisa #imgSearch{
	margin-top: 14px;
}
/*#produtos #bgPesquisa *{
	display: block;
	float: left;
}*/



/*********
* CONTEUDO
***********/
#container{
	margin: 0 15px -35px 20px; /* margin-bottom é -60px para compensar o top negativo, mais 25px de margem efectiva */
	position: relative;
	top: -60px;
}

#apresentacao{
	font-size: 15px;
	line-height: 22px;
	text-align: justify;
	padding-right: 10px;
	display: block;
}

.coluna_esquerda,
.coluna_direita{
}
.fifty_fifty .coluna_esquerda{
	width: 450px;
	float: left;
	margin-left: 10px;
}
.fifty_fifty .coluna_direita{
	width: 460px;
	float: right;
}
.fifty_fifty .coluna_direita h1{
	margin-left: 10px;
}
#container h1{
	margin-bottom: 15px;
}

.peq_grd .coluna_esquerda{
	width: 220px;
	margin-right: 15px;
	float: left;
}
.peq_grd .coluna_direita{
	width: 690px;
	float: left;
}
.peq_grd .coluna_esquerda h1 img{
	margin-left: 10px;
}
#container.peq_grd .coluna_esquerda h1{
	background: url(../images/sombreado_menu_lateral.png) bottom no-repeat;
	margin-bottom: 0;
	padding-bottom: 18px;
}
#container.peq_grd .coluna_direita h1{
	margin-left: 5px;
}
#container.peq_grd h1{
	height: 40px;
}

.grd_peq .coluna_esquerda{
	width: 680px;
	margin-right: 15px;
	margin-left: 10px;
	float: left;
}
.grd_peq .coluna_direita{
	width: 220px;
	float: left;
}
#container.grd_peq .coluna_esquerda h1{
/*	background: url(../images/sombreado_menu_lateral.png) bottom no-repeat;*/
	margin-bottom: 0;
	padding-bottom: 18px;
}
#container.grd_peq .coluna_direita h1{
	margin-left: 5px;
}
#container.grd_peq h1{
	height: 40px;
}

/**********
* FOOTER
************/

#footer{
	position: absolute;
	bottom: 0;
	height: 15px;
	width: 900px;
	background-color:#d5d5d5;
	color: #666;
	font-size: 10px;
	line-height: 15px;
	padding: 0 30px;
}

/**********
* DESTAQUES
************/
ul.destaques_produtos{
	list-style: none;
	margin-left: 4px;
	margin: 0;
	padding: 0;
}
ul.destaques_produtos li{
	margin: 0;
	padding: 0;
	width: 460px;
	height: 115px;
	background:url(../images/produto_destaque.png) no-repeat;
}
ul.destaques_produtos img.thumb{
	margin: 5px 0 0 5px;
	float: left;
}

ul.destaques_produtos h2{
	font-weight: bold;
	font-size: 14px;
	color: #666;
	margin: 5px 0 0 5px;
	float: left;
	width: 280px;
}
ul.destaques_produtos .descricao{
	float: left;
	margin-left: 5px;
	height: 50px;
	width: 280px;
}
ul.destaques_produtos img.mais_info{
	margin-left: 5px;
}

#destaques_linhas{
	float: left;
	width: 470px;
	margin: 30px -10px 0 5px;
}

#destaques_linhas,
#destaques_linhas li{
	list-style: none;
	padding: 0;
}
#destaques_linhas li{
	float: left;
	margin: 0;
	margin-bottom: 15px;
}
#destaques_linhas li.prim{
	margin-right: 20px;
}

#destaques_linhas img,
#destaques_linhas a{
	display: block;
}
#destaques_linhas a{
}
#destaques_linhas a img{
	border: none;	
	padding: 0;
	margin: 0;
}

/********
* PRODUTOS
************/
ul#menu_grupos,
ul#menu_grupos ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#menu_grupos li{
/*	min-height: 30px;*/
	margin: 0;
	padding: 0;
}
ul#menu_grupos a,
ul#menu_grupos img{
	display: block;
}

ul.subgrupo{
	border-bottom: 1px solid #bcbcbc;
	border-left: 1px solid #bcbcbc;
	border-right: 1px solid #bcbcbc;
	background-color: #ddd;
}

ul#menu_grupos ul.subgrupo li:first-child{
	padding-top: 4px;
}
ul#menu_grupos ul.subgrupo li{
	padding: 2px 0 4px 20px;
	height: 20px;
	line-height: 20px;
}
ul#menu_grupos ul.subgrupo li.selected{
	font-weight: bold;
	color: #333;
}

ul.produtos{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.produtos li{
	width: 690px;
	font-size: 12px;
	background: url(../images/caixa_produtos_corpo.png) repeat-y;
	margin-bottom: 7px;
	margin: 0;
	padding: 0;
}

ul.produtos li img{
	display: block;
}

ul.produtos li div.corpo{
	background: url(../images/caixa_produtos_topo.png) top no-repeat;
	padding-top: 4px;
}
ul.produtos li div.corpo2{
	background: url(../images/caixa_produtos_fundo.png) bottom no-repeat;
	padding-bottom: 10px;
}
ul.produtos li div.corpo img.thumb{
	margin: 0 0 0 5px;
	float: left;
}
ul.produtos li div.corpo h2,
ul.produtos li div.corpo .descricao
{
	margin-left: 5px;
	padding-right: 5px;
	width: 370px;
	float: left;
}
ul.produtos li div.corpo h2{
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 5px;
}	
ul.produtos li div.corpo .descricao p{
	margin-bottom: 5px;
}

ul.produtos li div.corpo div.botoes{
	width: 520px;
	margin-top: 20px;
	float: left;
	height: 25px;
}	
ul.produtos li div.corpo div.botoes img{
	margin-left: 5px;
	display: inline;
}

.video{
	margin-bottom: 20px;
}

.video p{
	width: 480px;
}

div#form_mais_info{
	position: absolute;
	z-index: 150;
	width: 345px;
	height: 410px;
	display: none;
	background-color: #fff;
	/*top: 0;
	left: 0;*/
	
	 left:50%; 
	 margin-left:-100px;
}

div#form_mais_info #titulo{
	margin: 20px; 
	float: left;
}
div#form_mais_info #imgFechar{
	margin: 10px; 
	float: right;
}
div#form_mais_info form{
	margin: 0 20px;
}
div#form_mais_info #prod{
	font-weight: bold;
	margin: 0 20px 10px 20px;
}

#form_mais_info #waitPane, 
#form_mais_info #donePane{
	clear: both;
	display: none;
	padding: 50px 20px 0;
	text-align: center;
}

/***********
* NOTICIAS
*************/
ul#noticias{
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
	width: 210px;
}	
ul#noticias li{
	padding: 0;
	margin: 0 0 15px;
}
div#noticia{
	width: 460px;
}
img.noticia{
	float: right;
}

/***********
* LINKS
*************/
ul#links{
	list-style: none;
	margin: 0;
	padding: 0;
}	
ul#links li{
	padding: 0;
	margin: 0 0 15px;
}

/*******
* FORMULARIO
********/
form, fieldset{
	margin: 0;
	padding: 0;
	border: 0;
}

form div{
	clear: both;
}

form label{
	width: 70px;
	float: left;
	margin-bottom: 10px;
}
form input[type="text"],
form textarea {
	width: 220px;
	float: left;
	margin-bottom: 10px;
}
form textarea{
	height: 100px;
}

/************
* LOGIN FORNECEDORES
*************/
div#login{
	width: 440px;
	height: 105px;
	padding: 10px 10px 0;
	background: url(../images/login_fornecedores.png) no-repeat;
	float: right;
	margin-top: 0px;
	margin-left: 5px;
}
form#frmLogin input[type="text"],
form#frmLogin input[type="password"]{
	width: 130px;
	margin-right: 10px;
	float:left;
}
#frmLogin #realpass{
	display: none;
/*	width: 140px;
	margin: 0;*/
}

/*****
* GALERIA
****/
#galeria_container1{
	background-color: #eee;
	margin-top: 65px;
	padding: 10px;
	border: 1px solid #999;
	border-bottom: none;
}
#galeria ul{
	padding: 10px;
	border: 1px solid #999;
}

.galeria img{
	border-color: #f00;
}

a.video,
a.prodRel{
	color: #fff;
	font-weight: normal;
	font-size:14px;
	line-height:20px;
	overflow: auto;
	margin-left:5px;
}
a.video:hover,
a.prodRel:hover{
	text-decoration: none;
}

a.video .botao_esq,
a.prodRel .botao_esq{
	background: url(../images/botao/botao_gandra_esq_up.png) no-repeat;
	width: 15px;
	height:25px;
	display:block;
	float:left;
}
a.video:hover .botao_esq,
a.prodRel:hover .botao_esq{
	background: url(../images/botao/botao_gandra_esq_over.png) no-repeat;
}

a.video .botao_meio,
a.prodRel .botao_meio{
	display:block;
	float:left;
	background: url(../images/botao/botao_gandra_meio_up.png) repeat-x;
	height: 25px;
}
a.video:hover .botao_meio,
a.prodRel:hover .botao_meio{
	background: url(../images/botao/botao_gandra_meio_over.png) repeat-x;
}
a.video .botao_dir,
a.prodRel .botao_dir{
	background: url(../images/botao/botao_gandra_dir_up.png) no-repeat;
	width: 15px;
	height:25px;
	display:block;
	float:left;
}
a.video:hover .botao_dir,
a.prodRel:hover .botao_dir{
	background: url(../images/botao/botao_gandra_dir_over.png) no-repeat;
}

a.botao{
	display:block;
	float:left;
}
