/* CSS Document */

/* Inicio CSS da página index.php */
html, body {
	margin:0px;
	padding:0px;
	
}

body  {
		background:url(imagens/bg_cafe2.jpg) repeat-x center top;
		background-color:#d7b889;
		
}


img {
	border:1;
	padding:0;
	margin:0;
	border-color:#833d1a;
}

#container {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
}

.quad_clientes {
			  	position:relative;
				float:left;
				width:174px;
				height:132px;
				margin:0 0 0 1.7em;
			   }

/* CSS topo */
#engloba_topo {
	position:relative;
	float:left;
	width:980px;
	height:310px;
}

	
#logo {
	position:relative;
	float:left;
	width:980px;
	height:270px;
	background-image:url(imagens/topo_actual_caffe.jpg);
	background-repeat:no-repeat;
	}
	
#banner {
	position:relative;
	float:left;
	width:980px;
	height:270px;
	}
	
#fita_meio_social {
	position:relative;
	float:left;
	width:980px;
	background:url(imagens/bkg_fita.png) repeat;
	font:11pt Arial, Helvetica, sans-serif;
	color:#FFF;
	padding:0.6em 0 0.6em 0;
					}
					
#fita_meio_social a{

						color:#FFF;
						text-decoration:none;
					}
					
.icon {
	 	position:relative;
		float:left;
		width:26px;
		height:26px;
		margin:0 0 0 0.5em;
	  }
	  
.tarja {
	  		position:relative;
			float:left;
			width:100px;
			height:26px;
	   }

/* Fim CSS topo */

/* CSS Menu Horizontal */

#engloba_menu {
	position:relative;
	float:left;
	width:980px;
	height:40px;
	background-image:url(imagens/bg_menu.gif);
	background-repeat:repeat-X;
	}
	
#titulo_dir {
	position:relative;
	float:left;
	width:300px;
	height:40px;
	background-image:url(imagens/texto_menu.jpg);
	}
	
#menu_horizontal {
	position:relative;
	float:left;
	width:930px;
	height:40px;
	}
			 	
#links_menu {
	position:relative;
	float:left;
	text-decoration:none;
	list-style:none;
	text-align:left;
	color:#FFFFFF;
	width:925px;
	height:30px;
	padding-top:5px;
	padding-left:5px;
	/*background-color:#FF0000;*/
	}
	
#ul_links{
	position:relative;
	float:left;
	width:925px;
	height:30px;
	text-align:left;
	list-style:none;
	text-decoration:none;
	padding-top:5px;
	margin:0;
	}
	
	
ul#ul_links li a:link, ul#ul_links li a:visited {
	font-family:verdana;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	/*text-align:left;
	/*display:block;*/
	/*padding-top:2px;*/
	/*padding-bottom:2px;*/
	/*height: 1%;*/
	}

	
li {
	position:relative;
	float:left;
	text-decoration:none;
	width:auto;
	}
	
/* Fim CSS Menu Horizontal */

/*CSS Menu vertical e conteudo */

#engloba_menu_conteudo {
	position:relative;
	float:left;
	width:980px;
	background-color:#FFFFFF;
	background-image:url(imagens/linha_menu_vertical.jpg);
	background-repeat:repeat-y;
	}
	
#menu_vertical {
	position:relative;
	float:left;
	width:350px;
    margin-left:auto;
	margin-right:auto;
	background-image:url(imagens/linha_menu_vertical.jpg);
	background-repeat:repeat-y;
	}
	
#busca {
	position:relative;
	float:left;
	width:320px;
	height:40px;
	padding-left:30px;
	padding-top:10px;
	}
	
#chatonline {
	position:relative;
	float:left;
	width:320px;
	height:150px;
	padding-left:25px;
	padding-top:10px;
	background-position:center;
	background-image:url(imagens/chat_online_actual.jpg);
	background-repeat:no-repeat;
	}
	

	
#scriptchatonline {
	position:relative;
	float:left;
	width:182px;
	height:30px;
	padding-left:13px;
	margin-top:100px;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	}
	
/* CSS PARA A DIV DO MENU */
.div_menu {
	position:relative;
	float:left;
	width:344px;
	margin-left:7px;
	margin-top:0px;
	margin-bottom:20px;
	}
	
.ie.div_menu {
	position:relative;
	float:left;
	width:342px;
	margin-left:4px;
	margin-top:0px;
	margin-bottom:20px;
	}
	
	/* *** Float containers fix:*** */
	.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	.clearfix{display: inline-block;}
	/* Hides from IE-mac \*/
	* html .clearfix{height: 1%;}
	.clearfix{display: block;
	}
	/*printer styles*/ 
	@media print{ 
	/*hide the left column when printing*/ 
	#leftcol{display:none;} 
	#twocols, #maincol{width:100%; float:none;}
	}
	
/*============================================
	CLASS PARA OS MENUS DOS PRODUTOS */
	.menu_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	text-indent: 15px;
	height: 15px;
	width: 330px;
	background: #666666;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #E3DFD1;
	border-bottom-color: #E3DFD1;
	border-left-color: #E3DFD1;
	font-weight: bold;
	}
	/*============================================
	CLASS PARA OS SUBMENUS */
	.menu_sublink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2f2f2f;
	text-decoration: none;
	text-indent: 15px;
	height: 10px;
	width: 330px;
	background: #CCCCCC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #E3DFD1;
	border-bottom-color: #E3DFD1;
	border-left-color: #E3DFD1;
	}
	/*============================================
	CLASS PARA O MENU DINAMICO */
	.menutitle{
	cursor:pointer;
	text-decoration: none;
	margin-bottom: 0px;
	color:#FF6600;
	padding:0px;
	font-size:11px;
	}
	/*============================================
	CLASS PARA O SUBMENU DO MENU DINAMICO */
	.submenu{
	cursor:pointer;
	font-size:11px;
	text-decoration: none;
	margin-bottom: 0.1em;
	padding:0px;
	color:#333333;
	}
	
#newsLetter {
	position:relative;
	float:left;
	width:330px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:center;
	padding-left:20px;
	padding-bottom:20px;
	}
	
.objetos {
	font-family:verdana;
	font-size:12px;
	color:#666666;
	font-weight:normal;
	background-color:#FFFFFF;
	margin:0px;
	border:1px solid #666666;
}
	
#conteudo {
	position:relative;
	float:left;
	width:620px;
	padding-top:5px;
	padding-left:10px;
	}
	
#engloba_conteudo {
	position:relative;
	float:left;
	width:610px;
	}
	
.titulo_pags {
	position:relative;
	float:left;
	width:610px;
	height:20px;
}

.texto_titulo {
	position:relative;
	float:left;
	text-align:right;
	width:583px;
	height:17px;
	padding-right:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#58595b;
	font-size:12px;
}

.iconi_titulo {
	position:relative;
	float:left;
	width:16px;
	height:17px;
	background-image:url(imagens/iconi_titulo.jpg);
	background-repeat:no-repeat;
}

#foto_simulador{
 position:relative;
	float:left;
	width:600px;
	height:100px;
	padding-left:10px;
	padding-bottom:20px;
	background-image:url(cartao_bndes/simulador_bndes.jpg);
	background-repeat:no-repeat;
}

.linha_baixo_titulo {
	position:relative;
	float:left;
	width:610px;
	height:3px;
	font-size:1px;
	background-image:url(imagens/linha_baixo_titulo.jpg);
	background-repeat:no-repeat;
}

#engloba_destaques {
	position:relative;
	float:left;
	width:610px;
	height:auto;
	padding-bottom:10px;
	padding-top:10px;
}

.engloba_conteudo_pags {
	position:relative;
	float:left;
	width:610px;
	height:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding-bottom:10px;
	padding-top:10px;
	}
	
.texto_home {
	position:relative;
	float:left;
	width:610px;
	text-align:justify;
	padding-right:10px;
	}
	
.img_home {
	position:relative;
	float:left;
	width:610px;
	}
	
#titulo_destaques {
	position:relative;
	float:left;
	width:590px;
	height:40px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
}

#texto_destaques {
	position:relative;
	float:left;
	width:590px;
	height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:underline;
	font-weight:bold;
	color:#CC0000;
	padding-top:5px;
}

#linha_destaques {
	position:relative;
	float:left;
	width:590px;
	padding-top:5px;
}

#div_linha_destaques {
	position:relative;
	float:left;
	width:590px;
	height:2px;
	font-size:2px;
	background-color:#999999;
}

#fundo_destaques{
	position:relative;
	float:left;
	width:610px;
	height:auto;
	background-color:#eeeeee;
}

.destaques{
	position:relative;
	float:left;
	width:190px;
	height:350px;
	padding-left:10px;
}

.foto_destaques {
	position:relative;
	float:left;
	width:190px;
	height:217px;
	border:#000000;
	
}

.descricao_destaques {
	position:relative;
	float:left;
	width:180px;
	height:80px;
	padding-left:6px;
	padding-top:6px;
	font-size:12px;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;	
}

.fundo_texto_destaque {
	position:relative;
	float:left;
	width:190px;
	height:100px;
	background-image:url(imagens/fundo_destaque02.jpg);
	
}

.ref_estoque {
	position:relative;
	float:right;
	
	
}

. {
 	position:relative;
	float:left;
	width:190px;
	height:65px;
	padding-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
 }
 
.orcamento_destaques {
 	position:relative;
	float:left;
	width:190px;
	height:30px;
	text-align:center;
 }

#engloba_principais {
	position:relative;
	float:left;
	width:610px;
	height:350px;
	padding-bottom:10px;

}

#principais_produtos {
	position:relative;
	float:left;
	width:300px;
	height:345px;
	}
	
#banner_produtos01 {
	position:relative;
	float:left;
	width:300px;
	height:30px;
	background-image:url(imagens/layout_rmescadas_formas_pagto.jpg);
}

#banner_produtos02 {
	position:relative;
	float:left;
	width:300px;
	height:297px;
	background-image:url(imagens/layout_rmescadas_formas_pagto2.jpg);
}

#banner_produtos03 {
	position:relative;
	float:left;
	width:300px;
	height:18px;
	background-image:url(imagens/layout_rmescadas_formas_pagto3.jpg);
}

#principais_marcas {
	position:relative;
	float:right;
	width:300px;
	height:345px;
	}
	
#banner_marcas01 {
	position:relative;
	float:left;
	width:300px;
	height:30px;
	background-image:url(imagens/layout_rmescadas_novidades_rm.jpg);
}

#banner_marcas02 {
	position:relative;
	float:left;
	width:300px;
	height:297px;
	background-image:url(imagens/layout_rmescadas_novidades_rm2.jpg);
}

#banner_marcas03 {
	position:relative;
	float:left;
	width:300px;
	height:18px;
	background-image:url(imagens/layout_rmescadas_novidades_rm3.jpg);
}

.baixo_quadro {
	position:relative;
	float:left;
	width:610px;
	height:8px;
	background-image:url(imagens/busca_03.jpg);
	}
	
.top_quadro {
	position:relative;
	float:left;
	width:610px;
	height:8px;
	background-image:url(imagens/busca_01.jpg);
	}
	
.linha {
	border-left:1px solid #999999;
}

.borda_img {
	border:1px;
	border-color:#999999;
	}
	
.produtos {
	font-family:verdana;
	font-size:12px;
	color:#000000;
	text-align:left;
	font-weight:bold;
	}
	
.produtos2 {
	font-family:verdana;
	font-size:12px;
	color:#FFF;
	text-align:left;
	font-weight:bold;
	}
	
.titulo_categorias {
	position:relative;
	float:left;
	font-family:verdana;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	}
	
.txt_produtos {
	font-family:verdana;
	font-size:12px;
	color:#000000;
	}
	
.txt_promocao {
	font-family:verdana;
	font-size:12px;
	color:#ff0000;
	}
	
.txt_orcamento {
	font-family:verdana;
	font-size:12px;
	color:#FFF;
	}
	
.promo_valor {
	position:absolute;
	float:left;
	width:250px;
	height:55px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:96px;
	padding-top:16px;
	
}
	

/*Fim CSS Menu vertical e conteudo */

/*CSS Rodapé */

.rodape {
	position:relative;
	float:right;
	width:980px;
	height:55px;
	text-align:center;
	font-family:verdana;
	font-size:13px;
	color:#FFFFFF;
	background:url(imagens/bg_rodape.jpg) repeat;
	padding-top:5px;
	}

.menu_rodape {
				position:relative;
				float:left;
				width:980px;
				list-style-type:none;
				margin:0 0 1em 0;
			 }
			 
.menu_rodape a{
				color:#FFF;
			 }
	
/*Fim CSS Rodapé */

/* Fim CSS da página index.php */

