/* CONTAINER */

#container {
	margin:0 auto;
	width:970px;
}


/* HEADER */

#header {
	height:58px;
}

#topmenu {
	height:58px;
	/*WIDTH REAL: 660px*/
	width:640px;
	padding-left:20px;
	background-image:url(/media/images/bg_menu.jpg);
	background-repeat:no-repeat;
	float:left;

}

#news {
	height:58px;
	width:310px;
	background-image:url(/media/images/bg_newsletter_hotel.jpg);
	background-repeat:no-repeat;
	float:left;
}

#news_form {
	margin-left:137px;
	margin-top:12px;
	float:left;

}



#banner {
	height:230px;
	background-color:#fefefe;
}


/* CONTENT */

#left_col{
	width:250px;
}

#novidades{
	background-image:url(/media/images/bg_novidades.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding:0px 15px 30px 30px;
	margin-top:20px;
	height:120px;
}

#reserva{
	background-image:url(/media/images/bg_novidades.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding:10px 15px 30px 30px;
}



#content {
	width:970px;
	clear:both;
}
	
#output {
	padding:15px 10px 0 15px;
	width:700px;
}

#output_rte table{
	/*border:1px solid red;*/
	width:100%;
	border:none;
}


#output_rte td{
	padding:5px;
	background-color:#ede5cc;
	border:4px solid #fff;
}

#output_rte td h4{
	color:#e06f13;
	font-family:"Trebuchet MS",Arial;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}

#banners_noticias{
	height:222px;
	background-image:url(/media/images/bg_noticias.gif);
	background-repeat:no-repeat;
}


#news_container{

}

#padrao{
	background-image:url(/media/images/pattern_laranja.gif);
	margin-bottom:20px;
}


/* FOOTER */

#footer {
	clear:both;
	width:100%;
	position: absolute;
}

#footer_in {
	height:68px;
	color:#e06f13;
	width:970px;
	margin:0 auto;
	background-image:url(/media/images/footer.jpg);
	background-repeat:repeat-x;
}

#footer .logos_footer {
	background-color:#666666;
	width:253px;
	height:68px;
	float:left;
}

#footer .left {
	float:left;
	text-align:left;
	width:200px;
	height:33px;
	padding-top:35px;
	font-size:10px;
	font-weight:bold;
}

#footer .center {
	text-align:left;
	float:left;
	width:360px;
	height:33px;
	padding-top:35px;
}

#footer .right {
	float:right;
	height:33px;
	padding-top:35px;
	width:150px;
	background-image:url(/media/images/footer_corner.jpg);
	background-repeat:no-repeat;
	background-position:right;
}


/* MENU */

.menu {
	border-right:1px solid #dbdbdb;
	background-color:#FFFFFF;
	width:250px;
}

#menu {
}

/* PESQUISA */

#search {
	float:right;
	width:180px;
	height:100px;
	border-left: 1px dashed #FFFFFF;
	padding:0px 0px 0px 10px;
}

#servicos {
	padding-left:27px;
}

#links {
	padding-left:27px;
}

#links a {
	padding-bottom:5px;
}

#bottom {
	font-family:Arial, Helvetica, sans-serif;
}