@charset "utf-8";

@import url("capa.css");
@import url("redesagres.css");
@import url("acidade.css");
@import url("praias.css");
@import url("hotel.css");
@import url("ambientes.css");
@import url("localizacao.css");
@import url("pacotes.css");
@import url("reservas.css");
@import url("galeria.css");
@import url("contato.css");
@import url("noticia.css");
@import url("promocoes.css");
@import url("atracoes.css");

* {
	margin:0;
	padding:0;
}
html {  overflow-y: scroll;  }
body {
	font-family: Trebuchet MS, Tahoma, MS Reference Sans Serif, serif;
	font-size: 12px;
	color:#8a8a8a;
	line-height:16px;
}
a:link { text-decoration:none; color:#003059; font-weight:normal; }
a:visited { text-decoration:none; color:#003059; }
a:hover { text-decoration:underline; color:#d80400; }
a:active { text-decoration:none; }

img {
	border:none;
	}
	
#wrapper {
	clear:both;
	margin:0 auto 0 auto;
	width:996px;
	background:#f9f9f9;
	}

/* Midia Topo */
#midia {
	width:780px;
	height:160px;
	margin:0 auto 0 108px;;
	}
#content {
	float:left;
	display:inline;	
	background:url(../../img/bg_content.gif);
	width:780px;
	margin-left:108px;
	}

/* Header */
#header {
	width:996px;
	margin:0 auto 0 auto;
	}
	#header .logo{
		height:80px;
		margin-left:110px;
		}
	
/* Menu */
#faixaAzul{ 
	background:url(../../img/bg_menu.gif) repeat-x;
	width:100%;	 
	height:45px;
	color:#003059;
	}
	#faixaAzul #box {
		width:996px;
		margin:0 auto 0 auto;
		}
	#faixaAzul #box #menu {
		width:780px;
		height:45px;
		margin:0 auto 0 108px;;
		}

/* Rodape */
#linhaRodape {
	clear:both;
	background:url(../../img/linha_rodape.gif) no-repeat;
	width:735px;
	height:1px;
	margin:10px auto 8px auto;
	}
#rodape {
	width:780px;
	height:10px;
	margin:0px auto 0 auto;
	line-height:10px;
	color:#003059;
	}
	#rodape ul {
		list-style:none; width:500px;
		height:10px;
		width:500px;
		margin:0 auto;
		}
		#rodape ul li {
			float:left; display:inline;
			border-right:1px #999999 solid;
			height:10px;
			font-size:10px;	
			margin-right:5px; padding-right:5px;
			}
			#rodape ul li a {
				color:#999999;
				}
#rodapebc {
	width:200px;
	margin:10px auto 0 425px;
	padding-bottom:10px;
	color:#999999;
	font-size:10px;
	}

h1 {
	text-indent:-9999px; height:30px; 
	}
	h1.redeSagres{ background:url(../../img/bg_faixa_redesagres.gif) no-repeat; width:780px; }
	h1.aCidade { background:url(../../img/bg_faixa_acidade.gif) no-repeat; width:780px; }
	h1.praias { background:url(../../img/bg_faixa_praias.gif) no-repeat; width:780px; }
	h1.galerias { background:url(../../img/bg_faixa_galeria.gif) no-repeat; width:780px; }
	h1.hotelMadeira { background:url(../../img/bg_hotel_madeira.gif) no-repeat; }
	h1.hotelSagres { background:url(../../img/bg_hotel_sagres.gif) no-repeat; }
	h1.hotelAcores { background:url(../../img/bg_hotel_acores.gif) no-repeat; }
	h1.contato { background:url(../../img/bg_faixa_contato.gif) no-repeat; }
	h1.noticias { background:url(../../img/bg_faixa_noticias.gif) no-repeat; }
	h1.atracoes { background:url(../../img/bg_faixa_atracoes.gif) no-repeat; width:780px; }

h2 {
	font-size:15px; 
	color:#003059;
	font-weight:normal;
	margin:10px 0 10px 16px;
	}
	
h3 {
	font-size:13px;
	color:#003059;
	font-weight:normal;
	margin:10px 0 10px 0px;
	}

.clearFloat { clear:both; }

input, select, textarea {
	font-family: Trebuchet MS, Tahoma, MS Reference Sans Serif, serif;
	font-size: 12px;
	color:#232323;
	border:1px solid #8a8a8a;
	}
input.submit {
	height:20px;
}
form {
	margin-left:15px;
}