/* CSS Pousada MAX*/
/* Desenvolvido pela Nunix Consultoria LTDA */
* {
	margin:0;
	padding:0;
	border:0;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(/images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

address {font-style:normal;}

/******************************************************************************
Geral
******************************************************************************/

#body {
	width:720px;
	height:auto;
	margin:0 auto;
	background-color:#FFFFFF;
	background-image:url(/images/bg-body.jpg);
	background-repeat:repeat-y;
	background-position:left;
	display:table;
}

/******************************************************************************
Sidebar (barra lateral)
******************************************************************************/

#sidebar {
	width:150px;
	margin-left:10px;
	_margin-left:5px; /* Hack pro IE */
	float:left;
	background:#F5E096;
	display:table;
}

/******************************************************************************
Logo Pousada MAX
******************************************************************************/

#logo h1 {
	width:150px;
	height:130px;
	float:left;
	background:url(/images/logo-pousada-max.jpg) no-repeat center top;
	text-indent:-5000em;
}
#logo h1 a {display:block; height:130px;}

/******************************************************************************
Certificado Pousada MAX
******************************************************************************/

#certificado h1 {
	width:150px;
	height:230px;
	position:relative;
	top:10px;
	left:0;
	float:left;
	background:url(/images/certificado-mini.jpg) no-repeat center top;
	overflow:hidden;
	text-indent:-5000em;
}
#certificado h1 a {display:block; height:209px;}

/******************************************************************************
Menu
******************************************************************************/
 
#menu {
 	width:540px;
	height:50px;
	padding-top:15px;
	float:right;
}
#menu ul li {display: inline; list-style:none;}

#menu ul li a {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:9px;
	font-weight:bold;
	width:82px;
	height:50px;
	overflow:hidden;
	text-align:right;
	text-decoration:none;
	line-height:80px;
	float:left;
	padding-right:5px;
	background:url(/images/bg-menu.jpg) no-repeat top right;
}
#menu ul li a:hover {
	background:url(/images/bg-menu.jpg) no-repeat 5px -51px;
}

/******************************************************************************
Conteudo
******************************************************************************/

#conteudo {
	width:520px;
	float:right;
	text-align:left;
	margin-right:20px;
	_margin-right:10px;
	margin-bottom:10px;
	display:table;
}
#conteudo p {text-align:justify; line-height:18px;}
p a:link, a:visited{ color:#000000; text-decoration:none;}
p a:hover{color:#AB010C;}

.estilo1 {color:#AB010C; font-size:9px;}
.estilo2 {color:#AB010C; font-size:11px;}
.titulo-geral{
	color:#000000; 
	font-size:11px; 
	font-weight:bold; 
}
.obs {font-size:9px;}
.italico {font-style:italic;}
#conteudo h2 {
	color:#AB010C;
	font-size:16px;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
}

#conteudo h3 {
	width:520px;
	border-bottom:5px solid #484442;
	font-size:28px;
	font-weight:normal;
	letter-spacing:-1px;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	color:#5C5C5C;
	margin-bottom:20px;
}

.botao {}
#conteudo .alinha {padding-left:20px;  line-height:25px;}

#conteudo em {font-style:normal;}

.foto-geral{
	border:0px;
	padding: 0 10 10 0;
	}
#facareserva {}
#facareserva ul li {list-style:none;}
#facareserva ul li a {
	display:block;
	width:520px;
	height:60px;
	background:url(/images/baner-faca-sua-reserva.jpg) no-repeat 0 0;
	text-indent:-50000em;
}
#facareserva ul li a:hover {background:url(/images/baner-faca-sua-reserva.jpg) 0 -60px;}

.foto-noticia{
margin-left:5px;
}

.descricao-ap{
	margin-left:30px;
}
/******************************************************************************
Formulario
******************************************************************************/

#formulario {}
table {
	width:520x;
}

.form-bloco {
	width:400px;
	margin-bottom:10px;
	display:table;
}
.form-bloco label {
	width:90px;
	float:left;
	text-align:center;
	padding:4px;
}
.caixa  {
	width:300px;
	float:right;
	}
.input, select {
	padding:2px;
	border:1px solid #FF0000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

/******************************************************************************
Rodape
******************************************************************************/

#footer {
	width:720px;
	height:55px;
	margin:0 auto;
	clear:both;
	background-image:url(/images/bg-footer.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#footer address {
	font-style:normal;
	color:#FFFFFF;
	padding-top:20px;
	font-size:9px;
	float:left;
	padding-left:25px;
}

.nunix a {
	width:65px;
	height:50px;
	float:right;
	margin-right:20px;
	background-image:url(/images/nunix.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	text-indent:-5000em;
}