﻿/*
CSS for Quinta Beira-Mar
*/


/* Main Div CSS */

body {
  font-family: verdana, helvetica, arial, sans-serif;
  line-height: 125%;
  padding: 0;
  margin: 5px;
  background: #123456;
}

#headerleft {
  width: 213px;
  border-top: 3px solid #7da5d8;
  border-left: 3px solid #7da5d8;
  background: #ffff00 url(backgrounds/header3a.jpg) no-repeat left;
}

#headerright {
  width: 775px;
  height: 80px;
  border-top: 3px solid #7da5d8;
  border-right: 3px solid #7da5d8;
  background: #123456 url(backgrounds/header3.jpg) no-repeat left;
}

#bodycontent {
  width: 972px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  border-top: 3px solid #7da5d8;
  border-right: 3px solid #7da5d8;
  border-bottom: 3px solid #7da5d8;
  border-left: 3px solid #7da5d8;
  background:#cccccc;
}

#bodycontentprices {
  width: 962px;
  padding-left: 18px;
  padding-right: 8px;
  padding-bottom: 18px;
  border-top: 3px solid #7da5d8;
  border-right: 3px solid #7da5d8;
  border-bottom: 3px solid #7da5d8;
  border-left: 3px solid #7da5d8;
  background: #cccccc;
}

#leftbodycontent {
  width:468px;
  padding: 8px;
  border-bottom: 3px solid #7da5d8;
  border-left: 3px solid #7da5d8;
  background: #cccccc;
}  

#rightbodycontent {
  left: 492px;
  width: 488px;
  background: #cccccc;
  padding: 8px;
  border-right: 3px solid #7da5d8;
  border-bottom: 3px solid #7da5d8;
}

#choraocal {
  top: 200px;
  width: 300px;
  padding-left: 60px;
  padding-bottom: 30px;
  background: #cccccc;
  border-left: 3px solid #7da5d8;
}

#raizcal {
  top: 200px;
  left: 320px;
  width: 300px;
  padding-left: 60px;
  padding-bottom: 30px;
  background: #cccccc;
}

#morriaocal {
  top: 200px;
  left: 636px;
  width: 300px;
  padding-left: 60px;
  padding-bottom: 30px;
  background: #cccccc;
  border-right: 3px solid #7da5d8;
}

#cardocal {
  top: 450px;
  width: 300px;
  padding-left: 60px;
  padding-bottom: 30px;
  background: #cccccc;
  border-left: 3px solid #7da5d8;
  border-bottom: 3px solid #7da5d8;
}

#malvacal {
  top: 450px;
  left: 320px;
  width: 300px;
  padding-left: 60px;
  padding-bottom: 30px;
  background: #cccccc;
  border-bottom: 3px solid #7da5d8;
}

#perpetuacal {
  top: 450px;
  left: 636px;
  width: 300px;
  padding-left: 60px;
  padding-bottom: 30px;
  background: #cccccc;
  border-bottom: 3px solid #7da5d8;
  border-right: 3px solid #7da5d8;
}


/* End of Main Div CSS */


/* CSS for Navigation Tabs */ 

#navigation {
  float:left;
  width: 968px;
  background:#cccccc;
  border-left: 3px solid #7da5d8;
  border-right: 3px solid #7da5d8;
  padding-left: 20px;
  font-size:93%;
  font-weight: bold;  
  line-height:normal;
}

#navigation ul {
  margin:0;
  padding:3px 10px 0 50px;
  list-style:none;
}

#navigation li {
  display:inline;
  margin:0;
  padding:0;
}

#navigation a {
  float:left;
  background:url("backgrounds/tableftJ.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 5px;
  text-decoration:none;
}

#navigation a span {
  float:left;
  display:block;
  background:url("backgrounds/tabrightJ.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#081472;
}

    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #navigation a span {float:none;}
    /* End IE5-Mac hack */

#navigation a:hover span {
  color:#FFF;
}

#navigation a:hover {
  background-position:0% -42px;
}

#navigation a:hover span {
  background-position:100% -42px;
}

/* End of Tab Navigation CSS */


/* CSS for Heading, Paras, Gallery and Other Links */

h1, h2, h3 {
  font-family: "trebuchet ms", helvetica, arial, sans-serif;
}

h1 {
  width: 198px;
  font-size: x-large;
  color: #081472;
  padding-top: 43px;
  padding-bottom: 10px;
  padding-left: 7px;
  margin: 0;
  background: #ffff00 url(backgrounds/header3a.jpg) no-repeat left;
}

h2 {
  color: black;
  font-size: 130%;
  font-weight: normal;
  padding-top: 15px;
  margin-top: 15px;
}

h3 {
  Color: #081472;
  font-size: 110%;
  font-weight: normal;
  padding-top: 5px;
  margin-top: 5px;
}

p {
  font-size: small;
  color: black;
}

p.jerry {
  text-align: right;
  line-height: 0.5;
  padding-right: 50px;
  font-size: x-small;
}

a:link {
  color: #081472;
  text-decoration: underline;
  font-weight: bold;
}

a:hover {
  color: white;
  background: #081472;
  text-decoration: none;
}

a:link.roomlink {
  font-size: small;
  color: #081472;
  text-decoration: underline;
  font-weight: bold;
}

a:hover.roomlink {
  color: white;
  background: #081472;
  text-decoration: none;
}

img.floatleft {
  float: left;
}

img.floatright {
  float: right;
}

img.photomarginleft {
  margin-left: 100px;
}

img.flowpict {
  margin-left: 80px;
}

/* End of CSS for Heading, Paras and Other Links */


/* This section sets the positioning of each div. It uses absolute positioning - fixed x and y coordinates measured from the top-left corner of the browser's content display. */

#bodycontent, #bodycontentprices, #leftbodycontent, #rightbodycontent, #headerleft, #headerright, #navigation {
  position: absolute;
}

#choraocal, #raizcal, #morriaocal, #cardocal, #malvacal, #perpetuacal {
  position: absolute;
}

#headerright {
  left: 221px;
}

#navigation {
  top: 81px;
}

#bodycontent, #bodycontentprices {
  top: 111px;
}

#leftbodycontent, #rightbodycontent {
  top: 170px;
}

/* End of Div positioning */


/* CSS for Prices Table */

table.prices {
  border-collapse: collapse;
}

table.prices th, table.prices td {
  padding: 4px;
  border: 1px solid navy;
}

table.prices th {
  font-size: x-small;
}

table.prices td {
  font-size: small;
  text-align: center;
}

/* End of CSS for Prices Table */


.bullet_list {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: small;
}
.bullet_list li {
	margin-left: 190px;
}

