/* Importar CSS  */
@import url("/css/header.css");

/* CSS Document */

a img{ border:0px}
img{ vertical-align:top}
html
	{	font-family:Arial;
		font-size:12px; 
		color:#1d2328;
	}
body { 
background:#EDEEEE url("/images/bgdegrade.jpg") top left repeat-x fixed;
     }

.divGeral {
	MARGIN-RIGHT: auto;
	MARGIN-LEFT: auto;
	HEIGHT: 10px;
	float: none;
	WIDTH: 775px;
	padding-top: 10px;
	margin-top: 10px;
	z-index: 10;
}

.divSiteTopo {
	HEIGHT: 2px;
	WIDTH: 779px;
	BACKGROUND: url(/images/bg_topo_site.gif) no-repeat;
	MARGIN-TOP: 10px;
	FLOAT: none;
	PADDING: 5px 1px 0px 5px;
	POSITION: relative;
}

.divSiteMeio {
	HEIGHT: auto;
	WIDTH: 779px;
	FLOAT: none;
	POSITION: relative;
	background: url(/images/bg_body_site.gif) repeat-y;
}

.divSiteRodape {
	WIDTH: 753px;
	BACKGROUND: url(/images/bg_rodape_site.gif) no-repeat;
	MARGIN-BOTTOM: 10px;
	FLOAT: none;
	CLEAR: both;
	DISPLAY: block;
	POSITION: relative;
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	HEIGHT: 60px;
}

#titulo-da-cidade {
	height: 25px;
	color: #214895;
	text-align: center;
	font: bold 22px/20px  sans-serif;
}
#titulo-da-pagina {
	height: 25px;
	color: #A93F0F;
	font: bold 22px/20px  sans-serif;
}
h1 {
	margin: 0px;
	font-size: 22px;
}
#endereco-da-loja {
	height: 30px;
	color: #000000;
	text-align: center;
	font: bold 15px/14px sans-serif;
}
#link-lojas {
	clear: left;
	float: left;
	height: auto;
	color: #666666;
	font: bold 18px/24px sans-serif;
	padding-top: 2px;
}
#link-lojas a{
	text-decoration: none;
	color: #666666;
}
#link-lojas a:hover {
	text-decoration: underline;
	color: #003399;
}


.icone-mapa-do-site a{
	clear: right;
	float: right;
	height: auto;
	color: #000000;
	font: bold normal 10px/9px Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-right: 18px;
	text-decoration: none;
}
.icone-mapa-do-site a:hover {
	text-decoration: bold;
	color: #FF0000;
}
.icone-webmail a{
	clear: left;
	float: right;
	height: auto;
	color: #000000;
	font: bold normal 10px/9px Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-right: 10px;
	text-decoration: none;
}
.icone-webmail a:hover {
	text-decoration: bold;
	color: #FF0000;
}

#mapa-do-site {
	clear: left;
	float: left;
	height: auto;
	color: #003399;
	font: bold 12px/18px sans-serif;
	padding-top: 2px;
}
#mapa-do-site a{
	text-decoration: none;
	color: #003399;
}
#mapa-do-site a:hover {
	text-decoration: underline;
	color: #FF0000;
}
