/*COLOUR PALLETE

#534741 -> castanho escuro
#c7b299 -> castanho claro
#998675 -> castanho input

*********************/

/*GENERAL AND TYPESETTING*/

html, body, #container {
	height: 100%;
	min-height: 100%;
	padding: 0;
	margin: 0;
}

body {
	font-family: Verdana,Arial,Tahoma,sans-serif;
	font-size: 100.01%;
	color: #534741;
	line-height: 115%;
	background: url(../images/bg.png) repeat;
	padding: 0;
	margin: 0;
}

a, a:visited {
	color: #534741;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

html > body, html > body #container {
	height: auto;
}


/*HEADER*/

#header {
	height: 180px;
	padding-left: 20px;
	padding-top:20px;
}

	#header #headerContent {
		width: 900px;
		margin: 0 auto;
	}
	
		#header h1 a#logo {
			
			background: url(../images/logo.png) no-repeat 0px 0px;
			width: 675px;
			height: 180px;
			display: block;
			text-indent: -9000px;
		}
		
		
		
/*PAGE*/

#page {
	width: 880px;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	/*padding: 40px 0 40px 0;*/
	background-color: #c7b299;
	font-size:70%;
	
}	

	#page #mainCol {
		float: left;
		width: 340px;
		padding-left: 30px;
		min-height: 388px;
	}
	
	#page #mainCol .ok {
		background: url(../images/ok.png) no-repeat 0 0;
		width:622px;
		height: 81px;
		float:left;

	}

	#page #mainCol .mainBox {
		background: url(../images/mainBox.png) no-repeat 0 0;
		width: 622px;
		height:289px;
		padding-left: 30px;
	}
	
	
		#page #mainCol .mainBox h2 {
			padding-top: 90px;
			font-size: 2.7em;
			font-weight:bold;
		}
	
		#page #mainCol .mainBox input#ondeEstas {
			background-color:#998675;
			padding: 5px;
			width: 545px;
			height: 80px;
			margin-top: 20px;
			font-size: 5em;
			color: #534741;
			border:none;
		}
		
		#page #mainCol .mainBox input[type=image] {
			position: relative;
			left: 320px;
			top: 10px;
		}
		
		#page #mainCol .mainBox small {
			position: relative;
			top: -70px;
		}
		
		#page #mainCol #map #outsidesmaps #smapa #navArea{
			display: none;
		}
		
		#page #mainCol form#filters label, #page #mainCol form#filters h3 {
			font-size: 1.2em;
			font-weight: bold;
		}
		
		#page #mainCol form#filters div.optional {
			display: none;
		}
		
		#page #mainCol form#filters input[type=text] {
			background-color:#998675;
			padding: 5px;
			margin-bottom: 10px;
			width: 400px;
			height: 33px;
			font-size: 2.5em;
			color: #534741;
			border:none;
		}
		
		#page #mainCol form#filters a.showLess{
			display: none;
		}
		
		#page #mainCol form#filters div.optional input[type=text] {
			background-color:#998675;
			padding: 5px;
			margin-bottom: 10px;
			width: 200px;
			height: 15px;
			font-size: 1em;
			color: #534741;
			border:none;
		}
		
		#page #mainCol form#filters div.optional .ui-slider {
			background: url(../images/slider-bg.png) no-repeat 0 0;
			float: left;
		}
		
		#page #mainCol form#filters div.optional .ui-slider .ui-slider-handle {
			background: url(../images/slider-handle.gif) no-repeat 0 0;
		}
		
		#page #mainCol form#filters div.optional .sliderVal {
			float: left;
		}
		
	#page #map {
		z-index: 0;
	}
	
	
	#page #infoCol {
		float: right;
		width: 300px;
		padding-left: 30px;
		padding-top:20px;
		position: absolute;
		top: 250px;
		left: 825px;
		display: none;
		z-index: 50;
	}
	
	#page #infoCol .infoColTop {
		background: url(../images/boxTop.png) no-repeat 0 0;
		width: 287px;
		min-height: 53px;
	}
		#page #infoCol .infoColTop a.close {
			background: url(../images/close.png) no-repeat 0 0;
			float: left;
			display: block;
			width: 20px;
			height: 18px;
			text-indent: -9000px;
			position: relative;
			top: 5px;
			left: 1px;
		}
		
		#page #infoCol .infoColTop a.close:hover {
			background: url(../images/close.png) no-repeat 0 -17px;
		}
	
	#page #infoCol .infoColMiddle {
		background: url(../images/boxMiddle.png) repeat-y;
		width: 287px;
		padding-left: 20px;
		padding-top: 20px;
	}
	
	#page #infoCol .infoColTop h3.nome {
		font-weight:bold;
		font-size:1.8em;
		padding-left: 20px;
		padding-top: 15px;
		float: left;
		width: 220px;
		height: auto;
	}
	
	#page #infoCol .infoColMiddle .endereco {
		background: url(../images/address.png) no-repeat -3px 2px;
		font-size:1.2em;
		padding-left: 30px;
		padding-top: 2px;
		margin-top: 5px;
		min-height:25px;
		width: 210px;
	}
	
	#page #infoCol .infoColMiddle .description {
		background: url(../images/info.png) no-repeat -1px 2px;
		font-size:1.2em;
		padding-left: 30px;
		margin-top: 5px;
		min-height:25px;
		width: 210px;
	}
	
	#page #infoCol .infoColMiddle .addComment {
		background: url(../images/addComment.png) no-repeat 0 2px;
		font-size:1.2em;
		padding-left: 30px;
		margin-top: 5px;
		min-height:25px;
		width: 210px;
	}
	
		#page #infoCol .infoColMiddle .addComment a {
			color: #534741;
		}
		
		#page #infoCol .infoColMiddle .addComment textarea {
			border: 1px solid #c7b299;
			font-family: Verdana,Arial,Tahoma,sans-serif;
			font-size: 1em;
		}
		
		#page #infoCol .infoColMiddle .addComment p.success {
			font-weight: bold;
		}
	
	#page #infoCol .infoColMiddle .ratingsOff {
		background: url(../images/starsOff.png) no-repeat 0 0;
		width: 80px;
		height: 20px;
	}
	
	#page #infoCol .infoColMiddle .ratingsOn {
		background: url(../images/starsOn.png) no-repeat 0 0;
		width: 35px;
		overflow: hidden;
		height: 20px;
	}
	
	
	#page #infoCol .infoColMiddle ul.comments li {
		background:url(../images/comment.png) no-repeat 0 2px;
		padding-left: 30px;
		font-size:1.2em;
		margin-top: 5px;
		min-height:25px;
		width: 210px;
	}
	
		#page #infoCol .infoColMiddle ul.comments li small{
			font-size: 0.9em;
			font-style: italic;
		}
	
	#page #infoCol .infoColMiddle .middle {
		background: url(../images/boxMiddle.png) repeat-y;
		width: 287px;
		height:auto;
	}
	
	#page #infoCol .infoColBottom {
		background: url(../images/boxBottom.png) no-repeat 0 0;
		width: 287px;
		height:40px;
	}
	


/*FOOTER*/

#footer {
	height: 40px;
	background-color: #534741;
	width: 100%;
	padding-top: 20px;


}

#footer a, #footer a:visited {
	color: #c7b299;
}

	#footer .footerContent {
		width: 880px;
		margin: 0 auto;
		color: #c7b299;
		font-size: 0.8em;
		padding-left:30px;
		font-size: 0.9em;

	}