@charset "utf-8";
/* CSS Document */

/* Definição da estrutura */

* {
    margin:0px;
    padding:0px;
}

body {
	background-image: url(../images/bg_site.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #485576;
}

/* Posicionamento Global - Especial para HOME */
#site {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -483px; 
    margin-top: 15px; 
    width: 966px;
    height: 520px;
}

.logo {
	background-image:url(../images/logo_idealhome.png);
	background-repeat: no-repeat;
	display: block;
	width: 147px;
	height: 136px;
	text-indent: -10000px;
	margin-bottom: 30px;
	border: none;
}

.text_bemvindo {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	display: block;
	margin-bottom: 40px;
}

#home_box_select_perfil {
	display: block;
}

#home_box_select_perfil_paravoce {
	display: block;
	width: 400px;
	height: 162px;
	float: left;
	margin-left: 40px;
	padding: 10px;
}

a#home_box_select_perfil_paravoce {
	background-image: url(../images/bg_select_home_pravoce_on.png);
	background-repeat: no-repeat;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #333333;
}

a#home_box_select_perfil_paravoce:hover {
	background-image: url(../images/bg_select_home_pravoce_on2.png);
	background-repeat: no-repeat;
}

.home_box_select_titulo {
	font-size: 19px;
	font-weight: bold;
	margin-left: 30px;
	margin-top: 10px;
	width: 385px;
	height: 45px;
	display: block;
}

.home_box_select_content {
	font-size: 24px;
	font-weight: 100;
	text-align: right;
	display: block;
	width: 180px;
	margin-top: 5px;
	margin-left: 210px;
}	

#home_box_select_perfil_arquitetos {
	display: block;
	width: 400px;
	height: 162px;
	float: right;
	margin-right: 40px;
	padding: 10px;
}

a#home_box_select_perfil_arquitetos {
	background-image: url(../images/bg_select_home_arquitetos_on.png);
	background-repeat: no-repeat;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #333333;
}

a#home_box_select_perfil_arquitetos:hover {
	background-image: url(../images/bg_select_home_arquitetos_on2.png);
	background-repeat: no-repeat;
}

.clear {
	clear: both;
}

#home_box_rodape {
	display: block;
	margin-top: 75px;
	border-top: #FFFFFF 1px solid;
}

.copyright {
	display: block;
	width: 927px;
	height: 25px;
	float: left;
	margin-top: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: 100;
}

.td2cp {
	display: block;
	width: 39px;
	height: 25px;
	float: right;
	text-indent: -10000px;
	background-image: url(../images/logo_td2cp.gif);
	background-repeat: no-repeat;
	margin-top: 4px;
}