/* CSS Document */

body {
	 background: #FFFFFF;
	 color:#330000;
	 font-family: Verdana, Arial, Trebuchet MS;
	 font-size:12px;
	 text-align:left;
	 line-height:15px;
	 margin: 0px;
	 padding: 0px
}

a:link { font-weight: bold; color: #eb3d00; text-decoration: underline; }
a:visited { font-weight: bold; color: #eb3d00; text-decoration: underline; }
a:hover { font-weight: bold; color: #eb3d00; text-decoration: none; }

/* 
---------------------------------------
conteiner
---------------------------------------
*/

#conteiner {
	top: 0%;
	left: 50%;
	background: #fbfaf9 url('../images/back.jpg') no-repeat top;
	margin-left: -387px;
	width: 774px;
    position:relative;
}

#conteudo {
	width: 490px;
	float:right;
	margin: 20px 0px 30px 0px;
	padding: 0px 20px 0px 0px;
}	


#esquerda {
	float:left;
	width:260px;
	margin: 20px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
}


.legenda {
	color: #999999;
	text-align:left;
	text-transform:uppercase;
	letter-spacing:1px;
	padding-bottom:5px;
	font-weight: bold;
}

#mapadobeco {
	width:774px;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	margin-right:0px;
}

ul { 
	list-style-image: url(../images/item.gif);
}

li {
	margin-bottom:10px;
}

img {
	border:0px
}

#rodape {
	width:774px;
	position: relative;
	left:50%;
	margin-left:-387px;
	padding-bottom:20px;
	clear:both;
	background: #FFFFFF url('../images/rodape.gif') no-repeat top;
	color:#ffffff;
    font-size:11px;
}

#rodape .links {
	text-align:right;	
	padding-right:10px;
	padding-top:16px;
	height:30px
}

#rodape .endereco {
	text-align:left;
	color:#330000;
	letter-spacing:2px;
	padding-left:10px;
}

#rodape a:link { font-weight: bold; color:#ffffff; text-decoration: none; }
#rodape a:visited { font-weight: bold; color:#ffffff; text-decoration: none; }
#rodape a:hover { font-weight: bold; color:#ffffff; text-decoration: underline; }
#rodape a:active { font-weight: bold; color:#ffffff; text-decoration: underline; }


/* 
---------------------------------------
tabelas
---------------------------------------
*/

#table#formulario tr td {
	color: #000000;
}

.lojas {
	text-align:center;
	width: 420px;
}

#table#formulario tr td {
	color: #000000;
}

.mapa {
	text-align:center;
	width: 770px;
}

