body{
	margin: 0px 0px 0px 0px;
	font-family:tahoma;

}

div {
	float:left;
}

.container{
	margin: 0px auto;
	width:1000px;

	float:none;

	
}

a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:hover{text-decoration:none;}

ul{float:left;
width:1000px;

}

li {
float:left;
width:100px; 
padding: 10px 10px 10px 10px;
background-color:#666;

list-style:none;

}




.menuCentral{
	width:100%;
	background-color:#666;
	text-align:center;
	margin-bottom:20px;
	
}

#home{
	width:100%;
	height:300px;


	text-align:center;
	background-image:url(../a7_images/fundo_cabec.jpg);
	background-position:center;

	
	
}



.menuCentral li a{
	color:#fff;	
}

.menuCentral li a:hover{
	color:#ccc;	
}


#logo{
	
	width:1000px;
	text-align:center;
	
}

#promocoes{
	width:1000px;
	margin:0px auto;
	text-align:center;
	float:none;
}


#telefone{width:1000px; text-align:right;}

