/* CSS Document */

/* MAIN */
body {
	background-color: #FFFFFF;
	font:12px  "Times New Roman", Times, serif;
	color: #333333;
}

h1 {
	font:15px "Times New Roman", Times, serif;
	color: #000000;
	font-weight:bold;
}

h3 {
	font:12px "Times New Roman", Times, serif;
	color:#B3D900;
	/*font-weight:bold;*/
}

p {
text-align:justify;
line-height:12px;
}

.ptText{
color: #666666;
/*font-size:9px;*/
}

.currentText {
font:13px "Times New Roman", Times, serif;
line-height:18px;
color: #333333;
}

/*/////////////////////////////////////////////////////// INDEX ELEMENTS */

.indexText {
font:10px  "Times New Roman", Times, serif;
color: #333333;

}
.indexTextBold {
font:10px "Times New Roman", Times, serif;
font-weight: bold;
margin-top:5px;
color: #000000;
}

.indexEnter {
font:16px "Times New Roman", Times, serif;
color:#000000;
text-indent:5px;
line-height:26px;
}

a.indexEnter:visited {
color:#000000;
}

a.indexEnter:hover {
color:#000000;
}

/* TOP MENU */
.TopLinks {
font:13px "Times New Roman", Times, serif;
padding-right:10px;
color: #333333;
vertical-align:top;
}

/* GREY VERSION*/
.sideMenu {
height:16px;
background: #CCCCCC;
font:12px "Times New Roman", Times, serif;
padding-left:5px;
padding-top:4px;
padding-bottom:2px;
/*padding: 100px 0px 0px 100px;*/
border-bottom:1px solid  #ff0000;
}

.sideMenu a:link {
color: #000000;
}
.sideMenu a:hover{
color:#ffffff;
text-decoration:none;
}


/* NAVIGATION CONTAINER */
#navcontainer { 
width: 140px; 
margin: 0;
padding: 0;
}

#navcontainer ul
{
font:12px "Times New Roman", Times, serif;
margin: 0;
padding: 0;

list-style-type: none;
}

#navcontainer li
{
display: block;
background-color: #ffffff;
border-bottom: 1px solid #666666;
/*padding: 10px 0 0 0;*/
}

#navcontainer a:link, #navlist a:visited
{
color: #000000;
text-decoration: none;
}

#navcontainer a:hover
{
display: block;
background-color: #000000;
color: #CCF700;
}


/* ARTICLES THUMB CONTAINER  */

#articlesContainer{
height:375px;
}

.imageThumb {
border-bottom:1px solid  #ffffff;
border-right:1px solid #ffffff;
border-left:1px solid #ffffff;
border-top:1px solid #ffffff;
}

#pressLinks{
/*background-color:#00FF00;*/
text-align:left;
padding:0 10 0 0px;
width:185px;
height:370px;
float:left;
}

#pressText{
/*background-color: #009933;*/
text-align:left;
line-height:16px;
width:300px;
height:370px;
float:left;
}

#counterPress{
font:12px "Times New Roman", Times, serif;
color: #333333;
text-align:right;
padding-top:20px;
padding-right:120px;
float: left;
}

/* PAGE COUNTER [BOTTOM] */
#counter{
/*background-color:#CCCCCC;*/
font:12px "Times New Roman", Times, serif;
color: #333333;
text-align:left;
padding:0 0 0 0px;
/*padding-right:120px;*/
}

/* DETAILS */
/* Main details*/
#detailsContainer{
padding:0 100px 0 0;
float:right;
}

#detailsImage{
width:380px;
text-align:center;
}
/* Left*/
#leftDetails{
/*border: thin red solid;*/
/*background-color: #eeeeee;*/
text-align:left;
padding:0 10px 0 10px;
width:290px;
height:150px;
float:left;
}
/* Right*/
#rightDetails{
/*background-color:#bbbbbb;*/
text-align:left;
padding:0 10 0 20px;
width:90px;
height:150px;
float:left;
}
.titleDetails{
font:14px "Times New Roman", Times, serif;
color: #000000;
font-weight:bold;
padding:10px 0 0 0px;
}
.textDetails{
font:14px "Times New Roman", Times, serif;
color: #333333;
padding:0px;
}

/* GOOGLE MAP CONTAINER*/
.mapContainer {
font:12px "Times New Roman", Times, serif;
color:#B3D900;
text-indent:5px;
}

/* FORMS */
#subscribeContainer{
width: 140px;
}
.subscribeTitle{
font-size:16px;
}

.subscribeForm {
background: #CCCCCC;
font:12px "Times New Roman", Times, serif;
color: #333333;
text-indent:3px;
border-bottom:1px solid #E1E1E1;
border-right:1px solid #E1E1E1;
border-left:1px solid #999999;
border-top:1px solid #999999;
}
.subscribeButton {
background: #FFFFFF;
font:12px "Times New Roman", Times, serif;
color: #B3D900;
border-bottom:1px solid #999999;
border-right:1px solid #999999;
border-left:1px solid #E1E1E1;
border-top:1px solid #E1E1E1;
}
/* RESERVATION FORM */
.reservationTitle{
font-size:16px;
}

.reservationForm {
background: #CCCCCC;
font:12px "Times New Roman", Times, serif;
color: #333333;
text-indent:3px;
border-bottom:1px solid #E1E1E1;
border-right:1px solid #E1E1E1;
border-left:1px solid #999999;
border-top:1px solid #999999;
}


/* LINKS */
a {
color:#333333;
text-decoration: none;
}

a:link {
color: #333333;
text-decoration: none;
}

a:visited {
color:#333333;
text-decoration: none;
}

a:hover {
color:#B3D900;
text-decoration: underline;
}

/* FOOTER */

.footerText{
font:10px "Times New Roman", Times, serif;
color: #999999;
text-align:left;
padding-bottom:10px;
}

.footerTextCasa{
font:10px "Times New Roman", Times, serif;
color: #000000;
text-align:left;
padding-bottom:10px;
}

.footerTextAlmada{
font:10px "Times New Roman", Times, serif;
color: #B3D900;
text-align:left;
padding-bottom:10px;
}

