/* imported
------------------------------*/
@import url(layout.css);
@import url(nav.css);
@import url(properties.css);


/* main
------------------------------------*/
html
{
height: 100%;
text-align: center;
}

* html #nonFooter
{
height: 100%;
}
body {
	margin: 0; 
	padding: 0; 
	text-align: center;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #828282;
	background: #fff url(../images/bg/html.gif) top center;
	margin-left:1px
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
img {
	vertical-align: bottom; /* WIE6 : stops images aligning to baseline */
	border: none; 
	margin: 0; /* WIE6 : image margin reset bug */
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #3B9CCF;
	margin: 28px 22px 15px 30px;
	padding: 0;
	line-height: 1.4em;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #828282;
	margin: 15px 22px 0 30px;
	padding: 0;
	line-height: 1.4em;

}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #3B9CCF;
	margin: 20px 22px 0 30px;
	padding: 0;
	line-height: 1.4em;

}
h4 {
	margin: 25px 35px 0 30px;
	padding: 0;
	font-size: 1.4em;
	color: #3B9CCF;
	font-weight: normal;
	background: url(../images/main/line.gif) repeat-x 0 100%;
	z-index: 1;
	white-space: nowrap;
	
}
a:link {
	color: #3B9CCF;
	text-decoration: underline;
	outline: none;
}
a:visited {
	color: #3B9CCF;
	text-decoration: underline;
}
a:hover {
	color: #3B9CCF;
	text-decoration: none;
	background-color: #ddeeff
}
a:active {
	color: #3B9CCF;
	text-decoration: underline;
	outline: none;
}
p {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.5em;
}
ul li, ol li {
	font-size: 1.2em;
	line-height: 1.5em;
}
ul {
	margin: 0 0 17px 17px;
	line-height: 1.5em;
}
dl {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}
dd, dt,
form, fieldset {
	border:0;
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	font-size: 1.2em;
}
th {
	text-align: left;
}

p.copyright{
	margin: 30px 10px 10px 32px;
	padding: 0;
	font-size: 1em;
	color: #999999;
}


/* home
------------------------------*/

#top {
	margin: 15px 0 0 20px;
	float: left;
	width: 517px;
	display: inline; /* WIE6 : DFM */
}
p.text {
	margin: 15px 25px 15px 30px;
}	
splash {
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	width: 769px;
	height: 164px;
	background: url(../images/main/splash.jpg) no-repeat top left;
	display: inline; /* WIE6 : DFM */
}

p.featured-text {
	margin: 0 25px 8px 32px;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.2em;
	color: #999999;
}

p.featured {
	margin: 3px 0 0 24px;
	padding: 0;
}

p.comment {
	margin: 0 22px 20px 45px;
	font-size: 1.2em;
	color: #999999
}
p.gallery {
	margin: 15px 500px 15px 30px;
	
}

/* flags 
------------------------------*/
#flag {
	margin: 3px 1px 0px 0px;
	float: right;
		
}

/* delete this
------------------------------*/
#mini-port {
	margin: 0px 23px 0px 0px;	/* IE 5.x hack */
	margin/* */:/**/0px 23px 0px 0px;	/* Other browsers */
	margin: /**/8px 23px 0px 0px;	
	float: right;
	padding: 0;
	font-size: .9em;
	color: #828282;
	font-family: Arial, Helvetica, sans-serif	
}
	
#mini-port a:link,
#mini-port a:visited,
#mini-port a:active {
	color: #0086DE;
	text-decoration: none;
}
#mini-port a:hover {
	color: #0086DE;
	text-decoration: underline;
}

* html #mini-port {
	margin: 8px 13px 0 0;	/* IE 6.x hack*/
}


/* contact
------------------------------*/
#mini-contact {
	margin: 18px 23px 0px 0px;	/* IE 5.x hack */
	margin/* */:/**/18px 23px 0px 0px;	/* Other browsers */
	margin: /**/18px 23px 0px 0px;	
	float: right;
	padding: 0;
	font-size: .9em;
	color: #828282;
	font-family: Arial, Helvetica, sans-serif	
}
	
#mini-contact a:link,
#mini-contact a:visited,
#mini-contact a:active {
	color: #0086DE;
	text-decoration: none;
}
#mini-contact a:hover {
	color: #0086DE;
	text-decoration: underline;
}

* html #mini-contact {
	margin: 16px 13px 0 0;	/* IE 6.x hack*/
}

/* accessibility
------------------------------*/
fieldset#mini-search label,
.access-node,
legend {
	height: 0;
	width: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
	position: absolute;
	overflow: hidden;
}
caption {
	display: none;	
}
#access-nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	top: -200px;
	left: 50%;
	background-color: #fff;
	z-index: 1000;
	width: 250px;
	text-align: center;
}
#access-nav a {
	position: absolute;       
	left: -999em; 
	top: 200px;
	font-size: 1.3em;
	width: 250px;
	border: solid 1px #C0C0C0;
	padding: 5px 0;
}
#access-nav a:active,  
#access-nav a:focus {       
	left: 50%;    
	margin: 0 0 0 -250px;
	top: 200px; 
	background-color: #fff;
}

.clear-float:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* clear-float
------------------------------*/
.clear-float {
	display: inline-table;
}
/* IEMAC : hide \*/
* html .clear-float {
	height: 1%;
}
.clear-float {
	display: block;
}
/**/



/* sifr
------------------------------*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-hasFlash #related-products h2,
.sIFR-hasFlash #featured-products h2 {
	font-size: 2.2em;
	min-height: 1%;
}
* html.sIFR-hasFlash #related-products h2,
* html.sIFR-hasFlash #featured-products h2 {
	height: 1%;
}

/* guestbook bubbles
------------------------------*/
.bubble {
	width:430px;
	padding:0 0 14px 0;
	margin:10px auto;
	background:url("../images/bubbles/tsr.gif") bottom left no-repeat;
}
.bubble h3 {
	margin:0;
	padding:7px 10px 3px 10px;
	background:url("../images/bubbles/tsr.gif") top left no-repeat;
}
.bubble p {
	width: 430px;
	margin:-500px;
	padding:0 10px 3px;
	border:1px solid #b7ddf2;
	border-width:0 1px;
	background:#ebf4fb;
}

	
	/* contact form
------------------------------*/
	
form, button{border:0; margin:0; padding:0;}

.myform{
margin:0 0 0 30px;
width:410px;
padding: 14px 20px 5px 20px;
}

#stylized{
	
	border:solid 1px #b7ddf2;
	background:#ebf4fb;
}
#stylized p{
	font-size:12px;
	color:#828282;
	margin-bottom:20px;
	border-bottom:solid 1px #b7ddf2;
	padding-bottom:10px;
}
#stylized label{
	font-size:12px;
	padding: 4px 0 0 0;
	display:block;
	text-align:right;
	width:120px;
	float:left;
}

#stylized input{
	float:left;
	font-size:1.2em;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:230px;
	margin:2px 0 20px 10px;
}
#stylized select{
	float:left;
	font-size:1.2em;
	padding:0;
	border:solid 1px #aacfe4;
	margin:2px 0 20px 10px;
	width: 72px;
}
#stylized select.number{
	width: 52px;
}
#stylized textarea{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:230px;
	margin:2px 0 20px 10px;
}
#stylized button{ 
	clear:both;
	margin-left:128px;
	width:111px;
	height:37px;
	background:url(../images/buttons/submit.gif) no-repeat;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	padding-bottom: 5px;
}
#stylized button:hover{ 
	background-position: 0 -38px;
	cursor: pointer;
}

	/* contact form Portuguese
------------------------------*/
	
form, button {border:0; margin:0; padding:0;}

.myform{
margin:0 0 0 30px;
width:410px;
padding: 14px 20px 5px 20px;
}

#stylized-pt{
	
	border:solid 1px #b7ddf2;
	background:#ebf4fb;
}
#stylized-pt p{
	font-size:12px;
	color:#828282;
	margin-bottom:20px;
	border-bottom:solid 1px #b7ddf2;
	padding-bottom:10px;
}
#stylized-pt label{
	font-size:12px;
	padding: 4px 0 0 0;
	display:block;
	text-align:right;
	width:120px;
	float:left;
}

#stylized-pt input{
	float:left;
	font-size:1.2em;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:230px;
	margin:2px 0 20px 10px;
}
#stylized-pt select{
	float:left;
	font-size:1.2em;
	padding:0;
	border:solid 1px #aacfe4;
	margin:2px 0 20px 10px;
	width: 72px;
}
#stylized-pt select.number{
	width: 52px;
}
#stylized-pt textarea{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:230px;
	margin:2px 0 20px 10px;
}
#stylized-pt button{ 
	clear:both;
	margin-left:128px;
	width:111px;
	height:37px;
	background:url(../images/buttons/submit-pt.gif) no-repeat;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	padding-bottom: 5px;
}
#stylized-pt button:hover{ 
	background-position: 0 -38px;
	cursor: pointer;
}


	/* gallery 
------------------------------*/

/* property details pages
------------------------------*/

.gallery {
	margin: 0 0 0 26px;
}

.gallery table td.t-image {
	margin: 0;
	padding: 3px 4px 0px 4px;
	color: #A7A7A7;
	vertical-align: top;
}

.gallery table td.t-text {
	margin: 0;
	padding: 2px 4px 5px 4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #A7A7A7;
	vertical-align: top;
}

p.dashed {
	border-bottom:thin;
	border-bottom-color: #cccccc;
	border-bottom-style:dashed;
	border-bottom-width:thin;
	margin: 10px 38px 10px 38px;}
