@charset "utf-8";
/* CSS Document */

@import "reset.css";
@import "typo.css";

body {
	background: url(../images/uai_centro_theme/site_home_bg.jpg) repeat-x;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	min-width: 960px;
	text-align: left;
	width: 1000px;
}

#top {
	text-align: center;
}

#logo {
  margin: 5px;
}

#top img {
	margin: 5px;
}

#content {
	padding-top: 10px;
}

#top h2 {
	color: #666 !important;
	margin: 5px;
}

#shoppingInfo {
  margin: 20px auto 0 auto;
  width: 200px;
}

.shoppingInfo {
	margin: 20px auto 0 auto;
	width: 200px;
}

#shoppingInfo h3 {
	background-color: #E21F23;
	color: #fff;
	font-size: 20px !important;
	font-weight: normal;
	padding: 4px;
}

.shoppingInfo h3 {
  background-color: #E21F23;
  color: #fff;
  font-size: 20px !important;
  font-weight: normal;
  padding: 4px;
}

#shoppingInfo address {
	font-style: normal;
	font-size: 12px;
	margin-top: 10px;
	padding: 5px;
}

.shoppingInfo address {
  font-style: normal;
  font-size: 12px;
  margin-top: 10px;
  padding: 5px;
}

#top_menu {
	float: right;
	list-style: none;
}

#top_menu li {
	display: inline;
}

.flow .item {
	float: left;
	margin: 0 10px;
	width: 210px;
}

#uaiFlow {
	margin: 0 auto;
	width: 700px;
}

#top_menu li a {
	color: #999;
	display: block;
	float: left;
	padding: 2px 15px;
	text-decoration: none;
}

#top_menu li a:hover {
	color: #666;
}

#credit {
	clear: both;
	color: #ccc;
	font-family: FuturaMedium;
	font-size: 16px;
	font-weight: normal;	
	margin-top: 30px;
	text-align: right;
}

#credit a {
	color: #ccc;
	text-decoration: none;
}

#credit a:hover {
	color: #666;
}

.como_chegar {
	display: block;
	background: url(../images/uai_centro_theme/btn_como_chegar.png) no-repeat;
	height: 22px;
	margin-top: 5px;
	text-decoration: none;
	width: 81px;
}

.como_chegar:hover {
	background: url(../images/uai_centro_theme/btn_como_chegar_over.png) no-repeat;
}