/*
* -----------------------------------------------
* Style for default page
* Author:   Neotix
* URL:      www.neotix.com.br
* ----------------------------------------------- 
*/

/* 
* -----------------------------------------------
* IMPORTS
* -----------------------------------------------
*/
@import url("/static/css/shared/reset.css");
@import url("/static/css/shared/helper.css");
@import url("/static/css/shared/structure.aspx");
@import url("/static/css/shared/print.css") print;

/* 
* -----------------------------------------------
* BACKGROUNDS
* -----------------------------------------------
*/
body 
{
	background:url("/static/img/shared/default/bg-top.png") top center no-repeat;
}

div#container 
{
	background: url("/static/img/shared/default/bg-bottom.gif") bottom center no-repeat;
}

div#footer 
{
	background: #000 url("/static/img/shared/bg_art_right.gif") bottom center no-repeat;
	background: #000 url("/static/img/shared/default/bg-bottom.gif") bottom center no-repeat;
}

/* 
* -----------------------------------------------
* BANNER
* -----------------------------------------------
*/
div#banner{
	width: 794px;
	height: 395px;
	float: left;
	position: relative;
	background: url("/static/img/shared/loading.gif") center center no-repeat;
}

div#banner ul{
	width: 783px;
	height: 395px;
	float: left;
	position: absolute;
	top: 0;
	left: 11px;
	z-index: 5;
	overflow: hidden;
}

div#banner ul li,div#banner ul li a{
	float: left;
	position: relative;
	display: none;
}

div#banner ul li a img{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: none;
}

div#banner ul li a span{
	position: absolute;
	top: 373px;
	left: 0;
	z-index: 10;
	font-size: 10px;
	padding: 5px 27px;
	width: 800px;
	background-color: #000;
	color: #fff;
}

/* information box
---------------------------------------------- */
div#banner div#info{
	background: url("/static/img/shared/default/bg-banner-infos.png") 0 0 no-repeat;
	float: left;
	width: 56px;
	height: 41px;
	position: absolute;
	left: 0;
	top: 77px;
	z-index: 99999;
	display: block;
}

div#banner div#info:hover,div#banner div#info.hover{
	background: url("/static/img/shared/default/bg-banner-infos.png") 0 -41px no-repeat;
	width: 403px;
	height: 239px;
	top: 15px;
}

div#banner div#info h1{
	text-indent: -9999px;
	overflow: hidden;
	background: url("/static/img/en-us/default/tit-banner-stop-search.png") 0 0 no-repeat;
	width: 322px;
	height: 48px;
	margin: 30px 20px 0 38px;
}

div#banner div#info p{
	color: #fff;
	line-height: 21px;
	margin: 15px 20px 0 38px;
}

div#banner div#info h1,div#banner div#info p{
	display: none;
}
div#banner div#info:hover h1,div#banner div#info.hover h1,div#banner div#info:hover p,div#banner div#info.hover p{
	display: block;
}

div#banner div#info p a{
	color: #fff;
	text-decoration: none;
}


/* 
* -----------------------------------------------
* STATE SELECT
* -----------------------------------------------
*/

/* 
* -----------------------------------------------
* NEIGHBORHOOD SELECT
* -----------------------------------------------

Moved to "static/css/shared/structure.css"
"neighborhood navigation" section

* -----------------------------------------------
* HIGHLIGHTS
* -----------------------------------------------
*/

ul#highlights{
	margin: 10px 0 0 11px;
	*margin: 0px 0 0 11px;
	_margin: 10px 0 0 11px;
	height: 450px;
	overflow: hidden;
	clear: both;
}

ul#highlights li{
	width: 184px;
	float: left;
	display: inline;
	list-style: none;
	padding: 202px 0 0 0;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #fff;
	margin: 10px 82px 0 0;
}

ul#highlights li:last-child{
	margin-right: 0;
}

ul#highlights li h2{
	text-indent: -9999px;
	overflow: hidden;
	width: 184px;
	height: 27px;
	float: left;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #fff;
	margin-bottom: 10px;
	display: inline;
}

ul#highlights li p{
	line-height: 20px;
	padding: 10px 0;
	display: block;
}

ul#highlights li a{
	text-indent: -9999px;
	overflow: hidden;
	width: 184px;
	height: 26px;
	background: url("/static/img/en-us/assets/bt-hl-read-more.png") no-repeat left top;
	display: block;
}

/* backgrounds
---------------------------------------------- */

ul#highlights li.maxkitchen{
	background: url("/static/img/shared/default/ico-hl-maxkitchen.png") no-repeat 15px 40px;
}

ul#highlights li.maxbagno{
	background: url("/static/img/shared/default/ico-hl-maxbagno.jpg") 0 50px no-repeat;
}

ul#highlights li.mp3{
	background-image: url("/static/img/shared/default/ico-hl-mp3.jpg");
}

ul#highlights li.maxcafe{
	background: url("/static/img/shared/default/ico-hl-maxcafe.jpg") no-repeat 0 40px;
}

ul#highlights li.combined{
	background-image: url("/static/img/shared/default/ico-hl-combined.jpg");
}

ul#highlights li.maxdoor{
	background-image: url("/static/img/shared/default/ico-hl-maxdoor.jpg");
}

ul#highlights li.maxcle{
	background-image: url("/static/img/shared/default/ico-hl-maxcle.jpg");
}

ul#highlights li.arquiteturaberta{
	background-image: url("/static/img/shared/default/ico-hl-arquiteturaberta.jpg");
}

/* titles
---------------------------------------------- */

ul#highlights li.maxkitchen h2{
	background-image: url("/static/img/en-us/default/tit-hl-maxkitchen.png");
}

ul#highlights li.maxbagno h2{
	background-image: url("/static/img/en-us/default/tit-hl-maxbagno.png");
}

ul#highlights li.mp3 h2{
	background-image: url("/static/img/en-us/default/tit-hl-mp3.png");
}

ul#highlights li.maxcafe h2{
	background-image: url("/static/img/en-us/default/tit-hl-maxcafe.png");
}

ul#highlights li.combined h2{
	background-image: url("/static/img/en-us/default/tit-hl-combined.png");
}

ul#highlights li.maxdoor h2{
	background-image: url("/static/img/en-us/default/tit-hl-maxdoor.png");
}

ul#highlights li.maxcle h2{
	background-image: url("/static/img/en-us/default/tit-hl-maxcle.png");
}

ul#highlights li.arquiteturaberta h2{
	background-image: url("/static/img/en-us/default/tit-hl-arquiteturaberta.png");
}




/* 
* -----------------------------------------------
* DECORATED
* -----------------------------------------------
*/
div.decorated{
	width: 285px;
	margin: 0 64px 0 11px;
	float: left;
	display: inline;
}

div.decorated h2{
	text-indent: -9999px;
	overflow: hidden;
	background: url("/static/img/en-us/default/tit-decorated.png") no-repeat left top;
	height: 37px;
	margin: 0 0 18px 0;
}

div.decorated div.holder-movie{
	width: 285px;
	height: 200px;
	float: left;
	background: url("/static/img/shared/loading.gif") no-repeat center center;
}



/* 
* -----------------------------------------------
* LASTS
* -----------------------------------------------
*/
div#lasts{
	width: 285px;
	margin: 0 64px 0 0;
	float: left;
	display: inline;
}

div#lasts h2{
	text-indent: -9999px;
	overflow: hidden;
	background: url("/static/img/en-us/default/tit-lasts.png") no-repeat left top;
	height: 37px;
	margin: 0 0 18px 0;
}

div#lasts div.holder{
	float: left;
	width: 285px;
	height: 200px;
	overflow: hidden;
	position: relative;
}

div#lasts ol{
	/*width: 1425px;*/
	height: 200px;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

div#lasts ol li{
	float: left;
	width: 285px;
	cursor: pointer;
}

div#lasts ol img{
	float: left;
}

div#lasts ol li h3{
	font: normal 15px/14px Tahoma,Geneva,sans-serif;
	margin: 0 0 20px 0;
}

div#lasts ol li p{
	font: normal 11px/18px Tahoma,Geneva,sans-serif;
	margin: 0 0 18px 0;
}

div#lasts ol li p a{
	margin: 0 18px 0 0;
	float: left;
}


div#lasts p.controls{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	height: 26px;
	width: 285px;
}

div#lasts p.controls a{
	text-indent: -9999px;
	overflow: hidden;
	background: url("/static/img/en-us/assets/bt-lasts-read-more.png");
	height: 26px;
	width: 155px;
	float: left;
	margin-left: 17px;
}

div#lasts ol li:hover h3,div#lasts ol li.hover h3{
	color: #83bec5;
}

div#lasts ol li:hover p,div#lasts ol li.hover p{
	color: #666;
}

div#lasts ol li:hover a,div#lasts ol li.hover a{
	border: 3px solid #83bec5;
	width: 97px;
	height: 106px;
	overflow: hidden;
	float: left;
}

div#lasts ol li:hover a img,div#lasts ol li.hover a img{
	margin: -3px 0 0 -3px;
}


div#lasts p.controls span.position{
	float: left;
	line-height: 26px;
	height: 26px;
	width: 46px;
	text-align: center;
}

div#lasts p.controls span.prev,div#lasts p.controls span.next{
	width: 29px;
	height: 26px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
}

div#lasts p.controls span.prev{
	left: 0;
	background-image: url("/static/img/shared/default/bt-arrow-lasts-prev.png");
}

div#lasts p.controls span.next{
	left: 30px;
	background-image: url("/static/img/shared/default/bt-arrow-lasts-next.png");
}




/* 
* -----------------------------------------------
* TESTEMONIALS
* -----------------------------------------------
*/
div#testimonials{
	width: 285px;
	height: 255px;
	float: left;
	display: inline;
	position: relative;
}

div#testimonials h2{
	text-indent: -9999px;
	overflow: hidden;
	background: url("/static/img/en-us/default/tit-testimonials.png") no-repeat left top;
	height: 37px;
	margin: 0 0 18px 0;
}

div#testimonials dl dt{
	font: normal 11px/18px Tahoma,Geneva,sans-serif;
}

div#testimonials dl dd{
	font: bold italic 11px/18px Tahoma,Geneva,sans-serif;
	color: #a1a1a1;
	padding: 0 0 20px 0;
}

div#testimonials a{
	text-indent: -9999px;
	overflow: hidden;
	background: url("/static/img/en-us/assets/bt-testimonials-read-more.png") no-repeat left top;
	width: 283px;
	height: 26px;
	float: left;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

div#banner
{
	/*width: 763px;*/
	height: 361px;
	/*padding-top:34px;
	padding-left:31px;*/
	background: #fff url("/static/img/en-us/default/banner/bg-banner-home.jpg") no-repeat !important;
	border: 1px solid #d9d9d9!important;
}

#banner .holder
{
	width:400px;
	height:323px;
	background:#000 url("/static/img/shared/loading-2.gif") center center no-repeat;
	float:left;
	border:1px solid gray;
}

#banner .description
{
	width:100%;
	height:343px;
	/*background:url("/static/img/en-us/default/banner/txt-banner.png") no-repeat 0 0;*/
	float:left;
}

#banner .description a
{
	width:100%;
	height:343px;
	display:block;
	overflow:hidden;
	text-indent:-5000px;
	background:url("/static/img/shared/blank.gif") no-repeat;
}







