/*
* -----------------------------------------------
* 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;

/* 
* -----------------------------------------------
* HEADINGS
* -----------------------------------------------
*/
#title h1{
	background-image: url("/static/img/en-us/maxhaus_virtual/title.png");
}

#title h2{
	background-image: url("/static/img/en-us/maxhaus_virtual/quote.png");
}

/* 
* -----------------------------------------------
* BACKGROUNDS
* -----------------------------------------------
*/
.maxhaus_virtual div#container{
	background-image: url("/static/img/shared/bg_art_4.gif");
	background-position: bottom center;
	background-repeat: no-repeat;
}

.maxhaus_virtual div#footer{
	background-image: url("/static/img/shared/bg_art_4.gif");
	background-position: bottom center;
	background-repeat: no-repeat;
}



/* 
* -----------------------------------------------
* MAXHAUS VIRTUAL
* -----------------------------------------------
*/

.mount-your{
	float: left;
}

.mount-your p{
	background: #fff url("/static/img/en-us/maxhaus_virtual/mount-your.jpg");
	width: 980px;
	height: 599px;
	float: left;
	display: block;
	position: relative;
}
.mount-your p strong{
	display: none;
}


.mount-your a{
	text-indent: -9999px;
	overflow: hidden;
	width: 205px;
	height: 45px;
	float: left;
	display: block;
	position: absolute;
	right: 5px;
	top: 240px;
	z-index: 2;
}