/*
VILLANI IMOVEIS - estilo.css
Folha de Estilo Principal
Por Ramon
*/

/* -------- IDS -------- */

#geral {width:950px; margin:0 auto; background-image:url(../img/geral_fundo.gif); background-repeat:repeat-y}

#fachada {position:absolute; top:0; text-align:right; width:950px;;}
#topo {padding-top:60px; width:950px; margin:0 auto; height:150px;}

#lateral {width:223px; float:left; background-color:#434343; padding:8px; background-image:url(../img/lateral_fundo.jpg); background-repeat:repeat-x;}

#lateral #menu {list-style:none; margin:0; padding:0;}
#lateral #menu a {text-decoration:none; display:block; padding:5px 17px;}
#lateral #menu a:hover {background-color:#007336;}

#miolo {margin-left: 250px;}

#miolo #lancamentos {background-image:url(../img/lancamentos.jpg); background-repeat:no-repeat; padding-top:40px;}
#miolo #botoes {padding:15px 0;}

#conteudo {}

#rodape {background-image:url(../img/rodape_fundo.jpg); background-repeat:repeat-x; background-position:bottom; font-size:11px; text-align:center; clear:both; padding:25px;}

/* ------- CLASSES ------- */

.saiba {}

.voltar {}

.creditos {text-align:center;}
.creditos a {font-size:10px; color:#e5e5e5; text-decoration:none;}

.destaque img {border:1px solid #fff;}
.destaque a {font-weight:bold; text-decoration:none;}

/* ------- TAGS ------- */

body {
	font-family:tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	margin:0;
	background-image:url(../img/fundo.jpg);
	background-repeat:repeat-x;
	background-color:#000;
}

h1 {border-bottom:1px solid #fff; font-size:16px; font-weight:normal; padding-bottom:5px;}

h2 {
}

h3 {font-size:14px; font-weight:bold;}

a {color:#fff}
a:hover {text-decoration:none}

a img {border:none}

form {margin:0;}