/* CSS Document */

	/*
		Montagem: 	Danielle Freitas (maxmeio.com)
		Ano: 		2007
	
	*/
	
	
	 *{
	 	margin: 0;
		padding: 0;			
	 }
	 a img{
	 	border: 0;
	 }
	body{
		font-family: Tahoma, Arial, Verdana;
		font-size: 11px;
		color: #899CAF; 
	}
	 div#geral{
	 	width: 775px;	
		margin: 0 auto;
	 	overflow: hidden;		
		background-image: url(../imgs/bg_geral.jpg);
		background-repeat: repeat-x;
		background-color: #E0EAF2;		
	 }	
	 div#rodape{
	 	background-color: #D4E4EC;
		padding: 10px;
		width: 755px;
		overflow: auto;
		margin: 0 auto;
		text-align: center
	 }
	 div#topo{
	 	height: 307px;
	 }
	 div#principal, div#dir{
	 	float: left;
	 }
	 
	 div#dir{
	 	width: 168px;
		padding-top: 55px;
	 }
	 
	 div#conteudo{
	 	padding: 17px;
		margin-bottom: 10px;
		background-image: url(../imgs/bg_principal.gif);
		background-repeat: no-repeat;
	 }
	 
	 div#cont2{
	 	width: 381px;
		overflow: hidden;
		float: left
	 }
	 div#principal{
	 	width: 607px;
		background-color: #F5F8FB;
	 }
	 div#dir li{
	 	list-style-type: none;
		margin-bottom: 7px;
	 }
	 div#dir{
	 	text-align: center;
	 }
	 div#dir h2{
	 	margin-bottom: 7px;
	 }
	 div#destaque,div#alimentacao, div#eventos{
	 	float: left;
	 }
	 div#destaque{
	 	 width: 371px;
		 padding-right: 10px;
		 overflow:hidden;
		 margin-bottom: 10px;
	 }
	 div#alimentacao, div#eventos{
	 	width: 183px;
		background-color: #F9FBFD;
		height: 120px;
		margin-bottom: 7px;
	 }
	 div#alimentacao{
	 	margin-right: 10px;
	 }
	 div#alimentacao p, div#eventos p{
	 	padding: 10px;
	 }
	 div#alimentacao h2, div#eventos h2, div#lojas h2{
	 	background-image: url(../imgs/bg_h2.gif);
		background-position: top;
		background-repeat: no-repeat;
		height: 18px;
		margin-bottom: 4px;
		padding-left: 10px;
		padding-top: 3px;
	 }
	 div#eventos{
	 	
	 }
	 div#destaque img.not{
	 	 float: left;
		 margin-right: 7px;
		 padding: 2px;
		 border: 1px solid #E6E8EB;
		 background-color: #FFFFFF;
	 }
	 div#lojas{
		float: right;
		width: 183px;
		background-color: #F9FBFD;
		
		
	 }
	 div#lojas ol{
	 	height: 208px;
		overflow: auto
	 }
	 div#lojas h2{
	 	border-bottom: 4px solid #FFD800;
		padding-left: 30px;
		padding-bottom: 0;
	 }
	 div#lojas h2 span{
	 	position: relative
	 }
	 div#lojas h2 span img{
	 	position: absolute;
		top: -11px;
		left: -40px;
	 }
	 div#lojas li{
		padding: 10px ;
		margin-right: 5px;
		margin-left: 5px;
		list-style-type: none
	 }
	 div#lojas li.c{
	 	background-color: #EDF2F6
	 }
	 div#lojas li a{
	 	color: #688199;
		text-decoration: none
	 }
	 div#lojas li a:hover{
	 	text-decoration: underline
	 }


	div#rodape p.copy{
		float: left
	}
	
	div#rodape p.max{
		float: right;
	}
	div#rodape p.copy{
		width: 50%;
		text-align: center;
		margin-left: 18%;
		display:inline
	}
	 div#rodape p.max{
	 	width: 20%
	 }
	 div#bgInterna{
	 	background-image: url(../imgs/dir_lojas.jpg);
		background-position: top right;
		background-repeat: no-repeat;
		min-height: 391px;
	 }
	 div#bgInterna td {
	 	padding: 5px;
	 }
	 div#bgInterna td img {
	 	border: 3px solid #6685A2;
		text-align: center;
	 }
	 h4 {
		font-family: Tahoma, Arial, Verdana;
		font-size: 14px;
		margin: 10px 5px 10px 5px;
	 }
a,a:visited {
color:#899CAF;
text-decoration:none;
}