* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana;
	font-size: 9pt;
	color: #444;
	text-decoration: none;
	list-style-type: none;
}
body {
	background: url(../img/padrao/body.jpg) repeat-x center top;
}
#contencao {
	width: 960px;
	margin: 0 auto;
}
#contencao a {
	text-decoration: underline;
	color: #69f;
}
#contencao a:hover {
	text-decoration: none;
	color: #51ac4a;
}
#topo {
	width: 702px;
	height: 246px;
	padding: 41px 0 0 258px;
	background: #dbe5f0;
	position: relative;
	background: url(../img/padrao/topo.jpg) no-repeat 250px bottom;
}
#logo {
	width: 209px;
	height: 175px;
	display: block;
	background: url(../img/padrao/logo.png) no-repeat;
	position: absolute;
	top: 80px;
	left: 11px;
	text-indent: -9000px;
	z-index: 10001;
}
#apre {
	width: 684px;
	height: 238px;
	display: none;
}
#bolhas {
	width: 960px;
	height: 287px;
	background: url(../img/padrao/bolhas.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}
#container {
	width: 960px;
	background: url(../img/padrao/container.jpg) repeat-y left top;
}
#colesq {
	width: 196px;
	float: left;
	padding: 0 12px;
	background: url(../img/padrao/colesq.jpg) no-repeat left top;
}
#colesq div {
	border-bottom: 2px dotted #cad1d9;
	padding: 10px 0;
}
#colesq strong {
	font-family: Tahoma, Geneva, sans-serif;
	color: #295196;
	font-size: 120%;
	display: block;
	margin-bottom: 8px;
}
#colesq a {
	font-style: italic;
	display: block;
	margin-top: 5px;
}
#parceiros div {
	border: 2px solid #dbe5f0;
	width: 192px;
	height: 76px;
	padding: 0;
	display: none;
}
#dicas span {
	font-weight: bold;
	color: #36c;
	text-transform: uppercase;
	text-decoration: underline;
	margin-bottom: 5px;
}
#localizacao img {
	float: left;
	margin-right: 10px;
}
#localizacao address {
	font-style: normal;
	color: #536482;
}
#contato p {
	color: #536482;
}
#contato p strong {
	font-family: Arial, Helvetica, sans-serif;
	color: #536482;
	font-size: 100%;
	display: block;
	margin: 0;
}
#dicas ul {
	padding-left: 15px;
}
#dicas ul li {
	list-style-image: url(../img/padrao/marcador-colesq.jpg);
	margin-bottom: 0.5em;
}
#menu {
	width: 678px;
	height: 46px;
	line-height: 44px;
	text-align: center;
	background: url(../img/padrao/menu.jpg) no-repeat;
	margin-bottom: 20px;
}
#menu li {
	display: inline;
}
#menu li a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
	padding: 0 10px;
}
#menu li a:hover {
	color: #FF0;
}
#conteudo {
	float: left;
	width: 690px;
	padding: 0 0 0 40px;
}
#conteudo h1 {
	color: #69f;
	font-size: 150%;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 0.1ex;
	margin-bottom: 0.5em;
}
#conteudo p {
	margin-bottom: 1em;
}
#rodape {
	background: url(../img/padrao/rodape.jpg) repeat-x center bottom;
}
#rodape div {
	height: 61px;
	width: 960px;
	margin: 0 auto;
	position: relative;
	background: url(../img/padrao/rodape-div.jpg) no-repeat;
}
#tel {
	border: none;
	position: absolute;
	top: -40px;
	left: 155px;
}
#tel img{
	border: none;
}
#ofertas li {
	background: #cad8e8;
	float: left;
	text-align: center;
}
#ofertas img {
	border: 1px solid #fff;
}
#ofertas span {
	font-style: italic;
	color: #295196;
	display: block;
}
#ofertas strong {
	font-family: Tahoma, Geneva, sans-serif;
	color: #e54e1f;
}
#rodape .triares {
	display: block;
	width: 65px;
	height: 15px;
	background: url(../img/padrao/triares.gif) no-repeat left top;
	text-indent: -9000px;
	position: absolute;
	right: 25px;
	bottom: 15px;
}
#rodape .triares:hover {
	background-position: left bottom;
}
.floatLeft {
	float:left;
}
.floatRight {
	padding-left: 10px;
	float:right;
}
.clear {
	clear: both;
}