/* CSS Document */

/* Inicio CSS da página index.php */
html, body {
	margin:0px;
	padding:0px;
	background-image:url(imagens/fundo_site.jpg);
	background-repeat:repeat-y;
	background-color:#FFF;
}

img {
	border:1;
	padding:0;
	margin:0;
	border-color:#2063a1;
}

.fundo_top {
	position:absolute;
	width:100%;
	height:270px;
	background-image:url(imagens/fundo_top_site.jpg);
	background-repeat:repeat-x;
	z-index:1;
}

#container {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	z-index:2;
}

/* CSS topo */
#engloba_topo {
	position:relative;
	float:left;
	width:980px;
	height:310px;
	z-index:2;
}

	
#logo {
	position:relative;
	float:left;
	width:980px;
	height:270px;
	background:url(imagens/logo_lojasmaranhao_moveis.jpg);
	background-repeat:no-repeat;
	z-index:1;
	}
	
.logo_flash {
	position:relative;
	float:left;
	width:980px;
	height:270px;
	z-index:1;
	}
	
#link_home {
	position:absolute;
	float:left;
	width:350px;
	height:270px;
	z-index:2;
	}
	

/* Fim CSS topo */

/* CSS Menu Horizontal */

#engloba_menu {
	position:relative;
	float:left;
	width:980px;
	height:40px;
	background-image:url(imagens/fundo_menu_lojas_maranhao.jpg);
	background-repeat:repeat-x;
	}
	

#menu_horizontal {
	position:relative;
	float:left;
	width:980px;
	height:40px;
	}
	
#banner_principal {
	position:relative;
	float:left;
	width:620px;
	height:225px;
	background-color:#FFF;
	}
	
#banner_chat {
	position:relative;
	float:left;
	width:440px;
	height:45px;
	padding-left:180px;
	padding-top:55px;
	margin-top:10px;
	margin-left:5px;
	background-image:url(imagens/chat_lojas_maranhao.jpg);
	background-repeat:no-repeat;

	}
	
#meu_pedido {
	position:relative;
	float:left;
	width:620px;
	height:30px;
	margin-top:10px;
	margin-left:5px;
	background-image:url(imagens/ver_meu_orcamento.jpg);
	background-repeat:no-repeat;

	}
	
#meu_pedido_qtd {
	position:relative;
	float:left;
	width:135px;
	height:25px;
	padding-top:5px;
	color:#F00;
	font-size:16px;
	font-weight:bold;
	padding-left:485px;
	}
	
#links_menu {
			position:relative;
			margin:auto;
			text-decoration:none;
			list-style:none;
			color:#FFFFFF;
			width:920px;
			height:30px;
			padding-top:3px;
	/*background-color:#FF0000;*/
	}
	
#links_menu ul{
				padding:0;
				margin:0;
				
				}
	

#links_menu ul li {
					position:relative;
					float:left;
					list-style-type:none;
					text-decoration:none;
					padding:0.5em 0 0 0;
					
					}
					
#links_menu ul li a {
						font:14px Verdana, Geneva, sans-serif;
						color:#fff;
						text-decoration:none;
						padding:0 0.2em 0 0.2em;
					}
	
/* Fim CSS Menu Horizontal */

/*CSS Menu vertical e  */

#engloba_menu_conteudo {
	position:relative;
	float:left;
	width:980px;
	margin:auto;
	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;
	}
	
.titulo_menu {
	position:relative;
	width:350px;
	height:25px;
	padding-top:15px;
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:33px;
	color:#C93;
	text-align:center;
}
	
#busca {
	position:absolute;
	width:400px;
	height:40px;
	padding-left:573px;
	top:242px;
	z-index:2;
	}
	
/* 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: #000;
	text-decoration: none;
	text-indent: 15px;
	height: 15px;
	width: 330px;
	background: #eeeeee;
	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: #eeeeee;
	border-right-color: #eeeeee;
	border-bottom-color: #E3DFD1;
	border-left-color: #eeeeee;
	font-weight: bold;
	}
	/*============================================
	CLASS PARA OS SUBMENUS */
	.menu_sublink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	text-decoration: none;
	text-indent: 15px;
	height: 20px;
	width: 330px;
	background: #eeeeee;
	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: #eeeeee;
	border-right-color: #eeeeee;
	border-bottom-color: #E3DFD1;
	border-left-color: #eeeeee;
	}
	/*============================================
	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:5px;
	}
	
#engloba_conteudo {
	position:relative;
	float:left;
	width:610px;
	}
	
#chatonline {
	position:relative;
	float:left;
	width:320px;
	height:150px;
	padding-left:25px;
	padding-top:10px;
	background-position:center;
	background-image:url(imagens/chat_online_lojas_maranhao.jpg);
	background-repeat:no-repeat;
	}
	
#scriptchatonline {
	position:relative;
	float:left;
	width:182px;
	height:30px;
	padding-left:13px;
	margin-top:100px;
	text-align:center;
	}
	
.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_informativo {
	position:relative;
	float:left;
	width:610px;
	height:auto;
	padding-bottom:10px;
	padding-top:10px;
}


#engloba_destaques {
	position:relative;
	float:left;
	width:620px;
	height:auto;
	padding-bottom:10px;
	padding-top:10px;
}

#engloba_destaques_mini {
	position:relative;
	float:left;
	width:620px;
	height:auto;
	padding-bottom:10px;
	padding-top:10px;
}

#destaques_mini_fotos {
	position:relative;
	float:left;
	width:80px;
	height:95px;
	padding-right:8px;
	padding-bottom:5px;
	text-align:center;
}

#titulos_destaques_mini {
	position:relative;
	float:left;
	width:615px;
	height:25px;
	margin-bottom:5px;
	padding-left:5px;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#900;
	background-color:#E1E1E1;
}




.fundo_destaque_principal_01 {
	position:relative;
	float:left;
	width:620px;
	height:39px;
	background-image:url(imagens/fundo_destaque_principal_01.jpg);
	background-repeat:no-repeat;
}

.fundo_destaque_principal_02 {
	position:relative;
	float:left;
	width:620px;
	height:329px;
	background-image:url(imagens/fundo_destaque_principal_02.jpg);
	background-repeat:no-repeat;
}

.fundo_destaque_principal_03 {
	position:relative;
	float:left;
	width:620px;
	height:auto;
	background-image:url(imagens/fundo_destaque_principal_03.jpg);
	background-repeat:repeat-y;
}

.fundo_destaque_principal_04 {
	position:relative;
	float:left;
	width:620px;
	height:84px;
	background-image:url(imagens/fundo_destaque_principal_04.jpg);
	background-repeat:no-repeat;
}

.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:350px;
	text-align:justify;
	padding-right:10px;
	}
	
.img_home {
	position:relative;
	float:left;
	width:250px;
	}
	
#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:16px;
	color:#CC0000;
	padding-top:5px;
}

.tit_produtos2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
}

#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:200px;
	padding-left:10px;
}

.foto_destaques {
	position:relative;
	float:left;
	width:190px;
	height:200px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	
}

.descricao_destaques {
 	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;
 }



.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;
	}
	
.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_produtos_tit {
	font-family:verdana;
	font-size:14px;
	color:#F00;
	font-weight:bold;
	}
	
	
.txt_promocao {
	font-family:verdana;
	font-size:12px;
	color:#ff0000;
	}
	
.txt_orcamento {
	font-family:verdana;
	font-size:12px;
	color:#FFF;
	}
	

/*Fim CSS Menu vertical e  */

/*CSS Rodapé */

.fim_conteudo {
	position:relative;
	background-image:url(imagens/fim_conteudo.png);
	margin:auto;
	width:980px;
	height:80px;
}

.rodape {
	position:relative;
	float:right;
	width:100%;
	height:200px;
	text-align:center;
	font-family:verdana;
	font-size:13px;
	color:#FFFFFF;
	background-image:url(imagens/rodape_fundo.jpg);
	background-repeat:repeat-x;
	}

	
/*Fim CSS Rodapé */

/* Fim CSS da página index.php */

