/* CSS Document */

/************************************

www.casadofuturo.com.br
Criado em: abr/2007                     																					 		Desenvolvido por: ZONAInternet

************************************/

/************************************

basic tags 

************************************/
#wrap_content li {
	float: left;
	list-style-type: none;
	display: inline;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}
#wrap_content ul {
	margin: 23px 0px 0px 0px;
	padding: 0px;
}

#wrap_content a.tag { display:block; height:19px; text-indent:-99999px; overflow:hidden; color: #FFF; }
#warp_content a.tag:hover { color: #FFF; text-indent: +99999px; }
#wrap_content .link1 a {
	width: 135px;
	height: 65px;
	background-image: url(../img/btn_arquitetos.jpg);
	background-repeat: no-repeat;
	
}
#wrap_content .link2 a {

	text-decoration:none;
	width:135px;
	height:65px;
	background-image: url(../img/btn_construtores.jpg);
	background-repeat: no-repeat;
	
}
#wrap_content .link3 a {

	text-decoration:none;
	width:135px;
	height:65px;
	background-image: url(../img/btn_condominio.jpg);
	background-repeat: no-repeat;
	
}
#wrap_content .link1 a:hover {

	background-image: url(../img/btn_arquitetos.jpg);
	background-repeat: no-repeat;
	
}
#wrap_content .link2 a:hover {

	background-image: url(../img/btn_construtores.jpg);
	background-repeat: no-repeat;
	
}
#wrap_content .link3 a:hover {

	background-image: url(../img/btn_condominio.jpg);
	background-repeat: no-repeat;
	
}





