/****************************************************************/
/*	Design: 	AutumnLeaves									*/
/*	Author: 	David Kaye										*/
/*	Date:		September 2006									*/
/*	Release:	Alpha											*/
/*	Website: 	http://www.webstarhosting.co.uk					*/
/****************************************************************/ 

/********************************/
/*	Main Body 					*/
/********************************/
.style9 {	color: #000066
}
.style4 {font-size: 18px}
.style5 {font-size: 12px}
body 
{
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background-color: #6B6B6B;
  color: #333333;
  margin: 0 auto;
  padding: 0;
}

/********************************/
/*	Page Container				*/
/********************************/

#wrapper
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 770px;
	background-color: #2f2f2f;
	color: #333333;
	border: 2px solid gray;

}

/********************************/
/*	Main Header					*/
/********************************/

#top-bar
{
	background-color: #2f2f2f;
	color: #333333;
	height: 40px;
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
}

#topo {
    width:765px;
	height:27px;
	padding: 4px 0 0 5px;
	clear:both;
	background:#EAEAEA url(img/breadcrumbs_bg.gif);
	text-decoration: none;
	display:inherit;
	margin:auto 0;
	
}

#topo a {
	float:right;
	text-decoration: none;
	display:inherit;
	margin-right: 5px;
	border:1px solid #999999;
}

 #topo a:hover { 
	border:1px solid #FFFFFF;
	margin-right: 5px;
	float:right;
}

#topo p{
	float:left;
	font-size:9px;
	margin-top:5px; 
	margin-left:325px;
	color:#FFFFFF;
}


#header
{
	background-image: url(img/header.jpg);
	width: 770px;
	height: 150px;
	border-bottom: 2px solid gray;
}

.header-title
{
	font-size: 110%;
	color: #2f2f2f;
	background-color: inherit;
	padding-left: 20px;
	padding-top: 30px;
}

/********************************/
/*	Level 2 Navigation			*/
/********************************/

#navigation-2
{
	clear: both;
	background-color: #8cc91a;
	color: inherit;
	font-size: 18px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	height: 25px;
	border-bottom: 2px solid gray;
	font-weight: bold;
}

#navigation-2 ul li
{
	display: inline;
}


#navigation-2 a
{
	list-style: none;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	border-right: 1px solid #fff;
	color: #fff;
	background-color: inherit;
	font-size: 80%;
}

#navigation-2 a:hover
{
	color: #2f2f2f;
	background-color: inherit;
}

/*
#navigation-2 a
{
	color: #ffffff;
	text-decoration: none;
	border-right: 1px solid #fff;
	padding-left: 10px;
	padding-right: 10px;
}
*/
/********************************/
/*	Pathway	(Not Used)			*/
/********************************/

#pathway
{
	clear: left;
	background-color: #99aaaa;
	color: inherit;
	width: 500px;
	float: left;
	height: 50px;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 5px;
	margin-left: 1px;
	margin-right: 5px;
}

/************************************/
/*	Content							*/
/************************************/

#content
{
	clear: left;
	background-color: #ffffff;
	color: inherit;
	padding-top: 2px;
	padding-right: 30px;
	padding-left: 20px;
	margin-right: 5px;
	width: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 35px;
	border-right: 2px solid gray;
	float: left;
}

#content p
{
	/*border-bottom: 1px dashed #8cc91a;*/
	padding-bottom: 10px;
	padding-top: 5px;
	font-size: 12px;
	/*line-height: 16px;*/
}
.borda{
	font-size: 12px;
	border-bottom: 1px dashed #8cc91a;
	border-top: 1px dashed #8cc91a;
	line-height: 16px;
	}
.limpo{

	padding-bottom: 10px;
	padding-top: 5px;
	font-size: 12px;
	line-height: 16px;


}

#content h1
{
	color: #8cc91a;
	background-color: inherit;
	font-size: 1em;
	padding-top: 10px;
}

#content a
{
	text-decoration: none;
	color: #8cc91a;
	background-color: inherit;
}

#content a:hover
{
	text-decoration: underline;
}
.style8 {color: #333333}
.style7 {color: #8CC91A;
	padding-bottom: 10px;
	padding-top: 5px;
	font-size: 12px;}
/********************************/
/*	Right Side					*/
/********************************/

#side-bar
{
	float: right;
	width: 150px;
	padding: 10px 40px 0 5px;
	color: #fff;
	background-color: inherit;
	font-size: 0.7em;
	margin-right: 5px;
}

#side-bar h1
{
	color: #fff;
	background-color: inherit;
	font-size: 1em;
	padding-bottom: 10px;
	padding-top: 5px;
}

#side-bar p
{
	border-bottom: 1px dashed #fff;
	padding-bottom: 10px;
}

#side-bar a
{
	text-decoration: none;
	color: #8cc91a;
	background-color: inherit;
}

#side-bar a:hover
{
	text-decoration: underline;
}


/********************************/
/* Footer						*/
/********************************/

#footer
{
	background-color: #638d15;
	clear: both;
	text-align: center;
	padding-bottom: 5px;
	font-size: 0.6em;
	border-top: 2px solid gray;
	padding-top: 3px;
	color: #fff;
}

#footer ul li
{
	display: inline;
	padding: 10px;
	color: #fff;
	background-color: inherit;
}

#footer a
{
	text-decoration: none;
	color: #fff;
	background-color: inherit;
}

#footer a:hover
{
	text-decoration: underline;
}

/************************************/
/*	Misc							*/
/************************************/


*
{
	padding:0;
	margin:0;
}	


 
#submit_email {
 width: 325px;
 } 

/* Elementos Gerais */

address { 
 text-decoration: none;
 font-style: normal;
 font-size: 12px;
 line-height: 1.8;
 }
 
#info span {
 font-size: 18px
 }
 
#color {
 font-size: 12px;
 color:  #739E21;
 }
 
#info p {
 margin-top: 40px;
 font-size: 14px;
 }

#promo{ height: 300px;}



/* Elementos do formulário */

 #form {
 font-size:12px;
 border: none;
 height: 390px;
 margin: 0px;
 padding: 0px;
 line-height: 1.8;
 border:1px solid #999999;
 }
 

  #form_assunto {
  height: 50px;
  float: right;
  margin: 0px;
  padding: 0px;
  line-height: 1.8;
  }


 #h1 {
 font-size:18px;
 }
 
 #h1_color{
 font-size:18px;
 color: #e10a16;
 }
 
 h2 {
 font-size:16px;
 line-height: 1.8;
 font-weight:100;
 }
 
 #h2_form {
 font-size:12px;
 }
 
 h2 span {
 font-size:16px;
 color: #8cc91a;
 }
 
 strong {
 font-size:12px;
 font-weight:300;
 text-align: center;
 }
 
  label {
 display:block;
 }

	/*-----------------------------------------------------
	-> CAIXA PARA FOTOS COM LEGENDA
	-----------------------------------------------------*/
	.box_foto, li.box_foto {
		border:1px solid #999999;
		font-size:11px;
		padding:2px;
		margin-bottom:5px;
		text-align:center;
		float:left;
	}
	
	.box_foto_inicio{	border:1px solid #999999;
		font-size:11px;
		padding:1px 1px 1px 1px;
		margin-bottom:5px;
		float:left;
		}
    li.box_foto_inicio {
		width:150px;
		float:left;
		margin-right:5px;
	}
	ul.fotos {
		width:660px;
		list-style-type:none;
		margin-left:55px;
	}
	ul.fotos li.box_foto {
		width:200px;
		float:left;
		margin-right:10px;
	}
	.conteudo_relacionado3 {
		width:150px;
		float:left;
		margin: 0 5px 0 0;
		padding: 0 5px 0 0;
		height:100%;
	}
	.conteudo_relacionado2 {
		width:205px;
		float:left;
		margin: 5px 5px 0 0;
		padding: 0 5px 0 0;
		height:100%;
	}
	.conteudo_relacionado1 {
		width:510px;
		float:left;
		padding: 0;
		height:100%;
	}
	
	.borda_sup{ border-top:1px solid #999999;
	}	
	
	/*-----------------------------------------------------
	-> ESTILO PARA IMAGENS
	-----------------------------------------------------*/
	
	/************************************/
/*	Content							*/
/************************************/

#content_acomodacoes
{
	clear: left;
	background-color: #ffffff;
	color: inherit;
	padding-top: 2px;
	padding-right: 30px;
	padding-left: 20px;
	margin-right: 5px;
	width: 510px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 35px;
	border-right: 2px solid gray;
	float: left;
}

#content_acomodacoes p
{
	/*border-bottom: 1px dashed #8cc91a;*/
	padding-bottom: 10px;
	padding-top: 5px;
	font-size: 12px;
	/*line-height: 16px;*/
}
	
	#content_acomodacoes h1
{
	color: #8cc91a;
	background-color: inherit;
	font-size: 1em;
	padding-top: 10px;
}

#content_acomodacoes a
{
	text-decoration: none;
	color: #8cc91a;
	background-color: inherit;
}

#content_acomodacoes a:hover
{
	text-decoration: underline;
}

.style6 {
	color: #8cc91a;
	font-weight: bold;
}
	
	
	
	
	
	
	
	
	
	
