@charset "iso-8859-1";

/**
 *
 * Formatação de elementos em geral
 *
 **/
* {
	margin:0;
	padding:0;
	font-family:"Palatino Linotype", Georgia, "Times New Roman";
}
body {
	color:#444;
	background:#fff url(../imagens/imgHeader.jpg) 50% top repeat-x;
}
a {color:#0165f6;}
a:hover {
	color:#0042a1;
	text-decoration:none;
}
img {border:none;}
hr {
	height:1px;
	color:#666;
	margin:20px 0 20px;
	*margin:3px 0 -2px; /* IE6 e IE7 */
	background-color:#666;
	border:0;
	border:none;
}
/* Hack para o Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	hr {margin:17px 0 23px;}
}
/* Hack para o Opera */
@media all and (-webkit-min-device-pixel-ratio:10000),
not all and (-webkit-min-device-pixel-ratio:0) {
	head~body hr {margin:20px 0 20px;}
}

/* Float de Imagens (para todas as páginas) */
img.floatRight {
	float:right;
	margin-left:15px;
}
img.floatLeft {
	float:left;
	margin-right:10px;
}



/**
 *
 * Div "principal"
 *
 **/
div#principal {
	position:relative;
	width:756px;
	margin:0 auto;
}



/**
 *
 * Header (Logo + Selo 50 anos)
 *
 **/
div#header {
	position:relative;
	height:130px;
}



/**
 *
 * Logotipo
 *
 **/
div#header div#logotipo {
	position:absolute;
	top:12px;
	left:0;
	width:106px;
	height:106px;
	overflow:hidden;
}
div#header div#logotipo a {
	display:block;
	width:106px;
	height:106px;
	background:url(../imagens/bgLogoBruxelas.jpg) 0 0 no-repeat;
	overflow:hidden;
}
div#header div#logotipo a img {display:none;}

div#header h1 {
	position:absolute;
	top:12px;
	left:106px;
	display:block;
	width:315px;
	height:106px;
	text-indent:-9999px;
	background:url(../imagens/bruxelasTecidos.jpg) 0 0 no-repeat;
	overflow:hidden;
}
div#header h2 {display:none;}



/**
 *
 * Selo: 50 anos
 *
 **/
div#selo50anos {
	position:absolute;
	top:12px;
	right:0;
	width:114px;
	height:106px;
	background:url(../imagens/bgSelo50anos.jpg) 0 0 no-repeat;
	overflow:hidden;
}
div#selo50anos img {
	position:absolute;
	top:-9999px;
	display:block;
}



/**
 *
 * Barra do Slogan
 *
 **/
div#barraSlogan {
	height:29px;
	line-height:29px;
	font-size:95%;
	text-align:center;
	color:#13518a;
	font-weight:bold;
	background-color:#eee;
	border-top:1px solid #757b84;
}



/**
 *
 * Menu
 *
 **/
div#menu {
	width:756px;
	height:40px;
	background:#ffc018 url(../imagens/bgMenu.gif) 0 0 repeat-x;
	overflow:hidden;
}
div#menu ul {list-style-type:none;}
div#menu ul li {
	display:block;
	float:left;
	width:84px;
	height:40px;
}

div#menu ul li a {
	display:block;
	width:84px;
	height:40px;
	font:90% "Palatino Linotype", Georgia, "Times New Roman";
	font-weight:bold;
	color:#fff;
	text-align:center;
	text-decoration:none;
	background:url(../imagens/abaMenu.gif) 0 0 no-repeat;
}
/* Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	div#menu ul li a {
		height:37px;
		padding-top:3px;
	}
}
/* Opera */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	head~body div#menu ul li a {
		height:40px;
		padding-top:0;
	}
}


div#menu ul li a#menuTecidos,
div#menu ul li a#menuCortinas,
div#menu ul li a#menuPersianas,
div#menu ul li a#menuAcessorios,
div#menu ul li a#menuContato {line-height:38px;}

div#menu ul li a:hover {background-position:0 -40px;}

div#menu ul li a.active,
div#menu ul li a.active:hover {
	width:82px;
	height:39px;
	color:#0165f6;
	border:1px solid #b37a43;
	border-bottom:none;
	background-color:#fff;
	background-image:none;
}
div#menu ul li a.active:hover {text-decoration:underline;}

div#menu ul li a#menuEstofados {
	width:64px;
	padding:0 10px;
}



/**
 *
 * Conteúdo principal
 *
 **/
div.conteudo {
	padding:10px 0;
	min-height:300px !important;
	height:auto !important;
	height:300px;
}
div.conteudo h2 {
	font-size:180%;
	color:#ffac07;
	margin-bottom:15px;
}
div.conteudo h3 {
	font-size:150%;
	color:#b37905;
	margin-bottom:10px;
}
div.conteudo p {
	font-size:90%;
	margin:15px 0;
}

/* Link Voltar */
div.conteudo p#linkVoltar {
	height:33px;
	margin:0 0 10px;
	font-weight:bold;
}
div.conteudo p#linkVoltar a {font-weight:normal;}

/* Clear conteúdo */
div#clearConteudo {
	height:0;
	overflow:hidden;
}
div#clearConteudo hr {display:none;}



/**
 *
 * Informações (Rodapé)
 *
 **/
div#info {
	height:35px;
	line-height:35px;
	text-align:center;
	padding-top:25px;
	background:url(../imagens/bgInfo.gif) bottom repeat-x;
	border-bottom:20px solid #fff;
	clear:both;
	overflow:hidden;
	_height:26px; /* IE6 */
}
div#info p {
	display:block;
	font-size:70%;
	color:#3f3f3f;
	text-align:center;
}
div#info p a img {
	vertical-align:middle;
	margin:0 3px 3px;
	*margin-bottom:1px; /* IE6 e IE7 */
}



/**
 *
 * Páginas de erros (404 e 403)
 *
 **/
h2.pageError { padding-bottom:25px; }

div#listaSugestoes {
	font-size:90%;
	margin:20px 0;
	padding:10px;
	background-color:#f0f0f0;
}
div#listaSugestoes ul { padding-left:20px; }
div#listaSugestoes ul li { margin:4px 0; }


