@import url("capa.css");
@import url("quemsomos.css");
@import url("noticias.css");
@import url("agenda.css");
@import url("leilao.css");
@import url("venda.css");
@import url("contato.css");

* {
	margin:0px;
	padding:0px;
}

body {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(../../img/bg.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the wrapper in IE 5* browsers. The text is then set to the left aligned default in the #wrapper selector */
	color: #666666;
	/*line-height:9px; /**/
}

a:link { text-decoration: none; color:#666666; }
a:visited {	text-decoration: none; color:#666666; }
a:hover { text-decoration: underline; color:#666666; }
a:active { text-decoration: none; color:#666666; }

p {margin:5px;}
h1 { font-size:120%; color:#ba7b8d; margin:5px; text-align:center;}

img { border:0; }

.oneColFixCtr #wrapper {
	height:100%; /**/
	width: 804px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#topo {
	background:url(../../img/bg_topo.gif) no-repeat;
	height:186px;
	}
	#topo #logo {
		display:inline;
		float:left;
		margin:30px 0 0 30px;
		width:210px;
		height:100px;
		}
	#topo #busca {
		display:inline;
		float:right;
		margin:32px 20px 0px 0px;
		padding:25px 0px 0px 15px;
		
		width:209px;
		height:97px;
		}
		#topo #busca form {
			width:185px;
			padding-top:8px;
			/*background-color:#00CCCC; /**/
			}
			#topo #busca #form .numero {	width:165px; }
			#topo #busca #form .submit {float:right; margin-right:10px; }

	#topo #menu {
		/*background-color:#0099CC; /**/
		width:680px;
		margin:0px auto 0px auto;
		font-size:130%;
		/*padding:4px 0 0 0 ;*/
		}
		#topo #menu ul {
			list-style:none;
			margin:0px auto;
			padding:0px;
			}
		#topo #menu li {
			float:left;
			margin:2px 9px;
			}
		#topo #menu li a {
			display:block;
			background:url(../../img/bg_menu.gif) no-repeat;
			background-position:top center;
			color:#FFFFFF;
			width:116px;
			height:29px;
			text-align:center;
			text-decoration:none;
			line-height:29px;
			}
		#topo #menu li.current a,
		#topo #menu li a:hover {
			background-position:bottom center;
			}

#conteudo {
	background:url(../../img/bg_conteudo.gif) no-repeat;
	height:378px;
	margin:0px;
	padding:0px 20px 0px 20px;
	}

#rodape {
	background:url(../../img/bg_rodape.gif) center;
	height:33px;
	margin:0px;
	}
	#rodape p {
		text-align:center;
		padding-top:10px;
		margin:0px;
		color:#D9DADB;
	}
	#rodape p a { color:#333333; }
	#rodape p a:hover { color:#FFFFFF; }
#bottom {
	background:url(../../img/bg_bottom.gif) no-repeat;
	height:163px;
	}
	#bottom #midias {
		height:125px;
		margin:0px auto 10px auto;/**/
		}
		#bottom #midias #midia_0,
		#bottom #midias #midia_1,
		#bottom #midias #midia_2,
		#bottom #midias #midia_3,
		#bottom #midias #midia_4,
		#bottom #midias #midia_5,
		#bottom #midias #midia_6 {
			float:left;
			width:110px;
			display:inline;
			height:110px;
			padding:5px;
			margin:12px 10px 0px 0px;
			border:1px solid #F0F0F0;
			}

input, select, textarea {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin:1px;
	padding:1px;
	border:1px solid #CCCCCC;
	color: #666666;
	}

.floatLeft { float:left; }
.floatRight { float:right; }
.clearFloat { clear:both; }


