* {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	list-style: none;
}

body {
	background: #165751 url(../imgs/bg.gif) repeat-x;
	font: 12px Arial, Verdana, Tahoma;
	text-align: center;
}

.quebra {
	display: block;
	clear: both;
}

#corpo {
	width: 758px;
	margin: 0 auto;
	text-align: left;
	background: #FFF;
	min-height: 540px;
	margin-bottom: 10px;
}
* html #corpo { height: 540px; }

#topo {
	width: 758px;
	height: 103px;
	background: url(../imgs/bg_topo.jpg) no-repeat;
	padding-top: 27px;
}
#topo h2 {
	background: url(../imgs/bg_slogan.jpg) no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -1000em;
	width: 205px;
	height: 55px;
	margin-left: 28%;
}

#coluna-menu {
	position: absolute;
	width: 164px;
	background: url(../imgs/bg_menu.gif) repeat-y;
	border: 3px solid #FFF;
	margin-left: 20px;
	margin-top: 21px;
}
#coluna-menu h1 {
	background: url(../imgs/logo_menu.jpg) no-repeat;
	width: 165px;
	display: block;	
}
#coluna-menu h1 a {
	display: block;
	overflow: hidden;
	text-indent: -1000em;
	width: 165px;
	height: 138px;	
}
#coluna-menu #formBusca {
	padding: 8px 0;
	padding-left: 15px;
}
#coluna-menu #formBusca #q {
	height: 17px;
	width: 104px;
	border: 1px solid #EEE;
	border-right: none;
	float: left;
	display: block;
	font-size: 11px;
	color: #666;
	padding-left: 5px;
	padding-top: 4px;
}
#coluna-menu #formBusca #btOk {
	display: block;
	float: left;	
	border: 1px solid #EEE;
	border-left: none;
	width: 23px;
	height: 23px;
	background: #F2D527 url(../imgs/bg_bt_busca.gif) no-repeat center center;
	text-indent: -1000em;
	overflow: hidden;
}
* html #coluna-menu #formBusca #btOk { _padding-left: 1000em; }

#coluna-menu ul {
	text-transform: uppercase;
	margin: 16px 16px;
	margin-bottom: 0;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #FFF;
	background: url(../imgs/bg_detalhe_menu.jpg) no-repeat center bottom;
	padding-bottom: 80px;
}
#coluna-menu ul li { display: block; }
#coluna-menu ul li a {
	display: block;
	line-height: 25px;
	vertical-align: text-middle;
	font-weight: bold;
	font-size: 13px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #E6E6E6;
	padding-left: 12px;
	color: #787878;
	letter-spacing: -1px;
	height: 1%;
	overflow: hidden;
	outline: 0;
}
#coluna-menu ul li a:hover { color: #1E655F; }

#conteudo {
	background: #F8F8F8;
	float: left;
	margin: 6px 4px;
	width: 539px;
	min-height: 377px;
	padding-left: 200px;
	padding-top: 9px;
}
* html body #conteudo { height: 377px; }
#corpo > #conteudo { margin: 8px; }

#dicas #conteudo table {
	margin: 15px auto;
	background: #FFF;
}
#dicas #conteudo table caption {
	font-weight: bold;
	font-size: 11px;
	color: #333;
	text-align: center;
	margin: 0 auto;
	margin-bottom: -10px;
	margin-top: 8px;
}
#dicas #conteudo table th {
	text-align: center;
	background-color: #EEE;
	padding: 3px 5px;
}
#dicas #conteudo table tr {
	border-bottom: 1px solid #DDD;
}
#dicas #conteudo table td {
	font-size: 11px;
	padding: 2px 3px;
}

#dicas #conteudo ul {
	margin: 16px 32px;
}
#dicas #conteudo ul li {
	display: block;
	line-height: 16px;
	margin-bottom: 10px;
	color: #333;
	border-left: 4px solid #16ACA3;
	padding-left: 5px;
}

#rodape {
	display: block;
	clear: both;
	text-align: center;
	background: url(../imgs/bg_listra_verde.gif);
	color: #FFF;
	height: 25px;
}
#rodape address {
	font-style: normal;
	font-size: 11px;
	padding: 5px 0;
}
#rodape address a {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}
#rodape address a:hover { text-decoration: none; }
