@charset "utf-8";
* {
	outline: none;	
}

html,body{
margin:0px;
height:100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background: url(../imgs/background.jpg) top center no-repeat #C9C5C1;
	margin: 0;
	padding: 0;
}

#background {
	background-image: url(../imgs/background-banner.png);
	background-repeat: no-repeat;
	background-position: center 94px;
}

hr {
	color: #CCC;
	border: 2px solid #CCC;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	text-decoration: underline;
	background: #9C0;
}

#container {
	margin: 0 auto;
	width: 800px;
}

#top {
	height: 90px;	
}

#logo {
	width: 183px;
	height: 61px;
	margin: 20px 0 0 50px;
	float: left;
	display: block;
}

#logo a {
	background: none;
}

#logos_parceiros {
	width: 119px;
	height: 21px;
	margin: 60px 20px 0 0;
	float: right;
	display: block;
}

#footer {
	height: 150px;
	display: block;
	background: url(../imgs/background_footer.jpg) repeat-x top #DDD9DA;
}

#footer_menu {
	text-align: right; font-weight: bold; font-size: 10px; padding: 10px 0 0; margin: 0 auto; width: 660px; height: 18px;
}

#footer_menu a:hover {
	background: none;
	color: #000;
}

#footer_address {
	height: 106px;
	text-align: right; font-weight: bold; font-size: 10px; padding: 2px 0 0; margin: 0 auto; width: 660px;
}

#content {
	padding: 143px 5px 0 40px;
	position: relative;
}

#centro {
	width: 500px;
	position: relative;
	min-height: 1500px;
	background: url(../imgs/background_interna_container.png) top center no-repeat;
	z-index: 50;
	display: block;
	padding: 7px 0 0;
	float: left;
}

#conteudo {
	width: 480px;
	margin: 0 auto;
	background: url(../imgs/background_interna_content.jpg) top center repeat-x #E4E2E0;
	min-height: 1500px;
}

ul#navigation {
	margin: 0;
	padding: 15px 0 25px;
	list-style: none;
	width: auto;
	text-align: center;
}

ul#navigation li {
	display: inline;
	font-size: 11px;
}

#results {
	padding: 0 20px 25px;
}

.result {
	margin: 0 0 25px 0;
}

#coluna {
	/*height: 500px;*/
	position: absolute;
	right: 15px;
	top: 105px;
	width: 264px;
	z-index: 40;
}

#busca_intro {
	width: auto;
	height: 80px;
	display: block;
	background: #FFF;
	border-bottom: 7px solid #EEECE6;
	padding: 14px 10px 0 35px;
}

#busca_opcoes {
	background: url(../imgs/background_buscas.png) no-repeat right top;
	height: 130px;
	width: auto;
	margin: 2px 0 0 0;
	border-bottom: 10px solid #EEECE6;
	padding: 15px 10px 0 35px;
}

#label_busca, #label_categorias {
	display: block;
	color: #5CA426;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 4px;
}

#busca {
	font-size: 11px;
	background: url(../imgs/bg-form-input-text.png) no-repeat left center;
	border: none;
	width: 185px;
	height: 16px;
	padding: 2px 11px 2px 5px;
}

#submit {
	margin: 5px 0 0 130px;
	z-index: 10;
}

#categorias {
	margin: 20px 0 0;
}

#combobox_container_categorias {
	background: url(../imgs/bg-form-input-text.png) no-repeat left top;
	height: 20px;
	padding: 0 11px 0 5px;
	margin: 0 0 0;
}

.combobox_input {
	width: 175px;
	background: none;
	border: none;
	font-size: 10px;
	padding: 0;
}

a.combobox_button {
	background: none;
}

.combobox_button span {
	background: url(../imgs/seta.jpg) no-repeat;
	background-position: bottom left;
	width: 14px;
	height: 17px;
	display: inline-block;
}

ul.combobox_summary {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #FFF;
	border: 1px solid #CCC;
	width: 185px;
	position: relative;
}

ul.combobox_summary li a {
	display: block;
	text-decoration: none;
}

#banners {
	padding: 0;	
	float: right;
	margin-top: 220px;
	margin-bottom: 50px;
}

.banner {
	margin: 20px 0 0;
	display: block;
}

.banner_imagem {
	background: url(../imgs/box-banners.png) no-repeat;
	width: 226px;
	height: 111px;
	padding: 7px 10px;
}

.banner_imagem a {
	background: none;	
}

.publicidade {
	color: #3C3A38;	
	font-size: 9px;
	padding: 0 0 0 10px;
}

.ui-tabs-hide {
	display: none;	
}

a.imglink {
	background: none;
}
