/*==============================
CSS Desenvolvido por:
www.kobi.com.br
==============================*/
body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(images/background.png);
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}
	
#geral {
	width: 770px;
	height: 510px;
	padding-top: 5px;
	margin: 0 auto;
	position: relative;
	background-repeat: no-repeat;
}

/* DIV Geral */
.home {
	background-image: url(images/bg_home.png);
}

.empreendimento {
	background-image: url(images/bg_empreendimento.png);
}

.plantas {
	background-image: url(images/bg_plantas.png);
}

.localizacao {
	background-image: url(images/bg_localizacao.png);
}

.realizadores {
	background-image: url(images/bg_realizadores.png);
}

.contato {
	background-image: url(images/bg_contato.png);
}

/* Menu */
#menu {
	line-height: 28px;
	height: 28px;
	width: 730px;
}
* + html #menu{
	margin-top: 37px;
}

#menu li {
	display: inline;
	float: left;
	margin-right: 40px;
	font-size: 12px;
	font-weight: bold;
}

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

.link_menu a:hover {
	color: #195090;
}

.link_reserve a {
	color: #FF6600;
	text-decoration: none;
}

.link_reserve a:hover {
	color: #FF6600;
	text-decoration: underline;
}

/* Títulos */
h1 {
	width: 614px;
	height: 34px;
	display: block;
	text-indent: -100000000px;
	margin-left: 68px;
	margin-bottom: -3px;
	_margin-top: 20px;
	background-image: url(images/tit.png);
	background-repeat: no-repeat;
}

h2 {
	margin-bottom: 0;
	font-size: 19px;
	margin-top: 0;
}

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

a:hover {
	color: #666;
	text-decoration: underline;
}

/* Conteudo*/

.conteudo_texto {
	width: 264px;
	padding-left: 15px;
	padding-right: 15px;
	height: 210px;
	margin-left: 40px;
	font-size: 12px;
	color: #666666;
	text-align: justify;
	float: left;
	display: inline;
	
}

.conteudo_texto p {
	line-height: 13px;
}

.listagem_opcoes {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.thumbs_plantas {
	width: 400px;
	float: left;
	margin-left: 30px;
	display: inline;
}

.thumbs_empreendimentos {
	width: 400px;
	float: left;
	margin-left: 30px;
	display: inline;
}

.thumbs_logos {
	width: 300px;
	float: left;
	margin-left: 50px;
	text-align: center;	
	display: inline;
}

.thumbs_logos img {
	margin-bottom: 50px;
	margin-right: 190px;
}

.thumbs_plantas img {
	float: left;
	margin-left: 5px;
	margin-bottom: 20px;
	border: 1px solid #fff;
}

.thumbs_plantas p {
	font-size: 11px;
}

.thumbs_empreendimentos img {
	float: left;
	margin-right: 25px;
	margin-bottom: 20px;
	border: 1px solid #fff;
}

.thumbs_empreendimentos p {
	font-size: 14px;
}

.localizacao_conteudo {
	height: 330px;
	width: 260px;
	padding-right: 10px;
	overflow: auto;
}

.assinatura {
	color: #154584;
	font-size: 11px;
	position: absolute;
	bottom: -15px;
	right: 10px;
}

/* Formulário */

fieldset {
	width: 240px;
	border: none;
}

label {
	width: 80px;
	display: block;
	float: left;
}

input {
	float: left;
	width: 150px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

textarea {
	float: left;
	width: 150px;
	height: 90px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

.submit {
	width: 60px;
	margin-left: 80px;
}