/* Albergaria Catedral */
body {
 margin: 0px;
 color: #333333;
 font-size: 11px;
 background-color: #FFFFE1;
 font-family: Arial, Helvetica, sans-serif;
}
table, p {
 color: #333333;
 font-size: 11px;
 font-family: Arial, Helvetica, sans-serif;
}
#Main {
 margin: 10px 0px 0px 0px;
}
#MyLogo {
 margin: 12px 10px 50px 44px;
}
a {
 color: #333333;
}
a:hover {
color: #C2665A;
}



/* MainMenu */
#MainMenu {
 width: 130px;
 margin: 0px 25px 20px 25px;
}
#MainMenu ul {
 margin: 0px;
 padding: 0px;
 list-style-type: none;
}
#MainMenu ul li {
 margin: 0px;
/* height: 15px; */
 list-style-type: none;
 padding: 0px 0px 2px 0px;
 background-repeat: repeat-x;
 background-position: bottom left;
 background-image: url(menu/MenuSep.gif);
}
#LanguageSelection {
 text-align: center;
 margin: 0px 75px 15px 25px;
}
#BookNowButton {
 text-align: center;
 margin: 0px 75px 15px 25px;
}



/* SubMenu */
#SubMenu {
	padding: 0px;
 margin: 0px 0px 20px 0px;
}
#SubMenu li {
	display: inline;
 margin-right: 15px;
}
#SubMenu a {
 font-size: 10px;
	font-weight: bold;
 text-decoration: none;
 text-transform: uppercase;
}



/* Left Area */
#LeftArea {
 clear: left;
 float: left;
 width: 230px;
 color: #F0D9BF;
 overflow: hidden;
 background-repeat: no-repeat;
 background-position: top right;
 background-image: url(diversos/LeftAreaShadow.gif);
}
.LeftAreaHolder {
 width: 216px;
 background-color: #C2665A;
 background-repeat: no-repeat;
 background-position: top left;
 background-image: url(Corners/LeftAreaCorner.gif);
}
.LeftAreaBottomSpacing {
 height: 14px;
 width: 230px;
 background-repeat: no-repeat;
 background-position: bottom right;
 background-image: url(Corners/MiddleCorner.gif);
}
.LeftColumnContent {
 padding: 22px 22px 0px 22px;
}
#LeftArea .DefaultParagraph {
 font-size: 11px;
 padding-bottom: 30px;
 background-repeat: repeat-x;
 background-position: bottom left;
 background-image: url(diversos/NewsSep.gif);
}
#LeftArea a {
 color: #F0D9BF;
 text-decoration: none;
}



/* TopGraphic */
#TopImage {
 position: relative;
}
.Frame {
 width: 511px;
}
.RoundedCorner {
 position: absolute;
	top: 0px;
	left: 0px;
}
.TopImageShadow {
 height: 14px;
 background-repeat: no-repeat;
 background-position: bottom left;
 background-image: url(diversos/TopGraphicShadow.gif);
}



/* Main Content */
.MainContent {
 margin: 5px 10px 8px 21px;
}
.IndexImage {
 margin-bottom: 18px;
}
.DefaultParagraph {
 margin: 0px 30px 0px 15px;
}
.DefaultParagraph p, .DefaultParagraph table {
 font-size: 12px;
}
.SepParagraph {
 height: 38px;
 background-repeat: repeat-x;
 background-position: center left;
 background-image: url(diversos/ContentSep.gif);
}



/* Price Table */
.PriceTable {
	border-collapse: collapse;
}
.PriceTable td, .PriceTable th {
 padding: 4px;
	text-align: center;
}
.PriceTable th, .PriceTable td {
 border-right: 1px solid #C2665A;
 border-bottom: 1px solid #C2665A;
}
.PriceTable .ColumnHeader {
 width: 80px;
 border-top: 1px solid #C2665A;
}
.PriceTable .FirstColumnHeader {
 width: 80px;
 border-top: 1px solid #C2665A;
}
.PriceTable .RowHeader {
 border-left: 1px solid #C2665A;
}



/* Forms */
form {
 margin: 0px;
}
.label {
 font-size: 11px;
}
.small {
 font-size: 10px;
}
input, textarea {
 width: 217px;
 color: #333333;
 font-size: 11px;
 border: 1px solid #C2665A;
 font-family: Arial, Helvetica, sans-serif;
}
.FormButton input {
 width: 80px;
 color: #FFFFFF;
 border: none;
	background-color: #C2665A;
}



/* Footer */
#Footer {
 height: 65px;
	position: relative;
 background-color: #C2665A;
 background-repeat: no-repeat;
 background-position: bottom right;
 background-image: url(Corners/FooterBtRgCorner.gif);
}
#FooterMenu {
 padding-top: 25px;
 text-align: center;
 text-transform: uppercase;
}
#FooterMenu, #FooterMenu a {
 color: #F0D9BF;
 font-size: 9px;
 font-weight: bold;
 text-decoration: none;
}
#FooterLogo {
 position: absolute;
 top: 6px;
 left: 27px;
}
#FooterMessage, #FooterMessage a {
 color: #541016;
 font-size: 10px;
 margin-top: 10px;
 text-align: center;
 text-decoration: none;
}
#FooterMessage a:hover, #FooterMenu a:hover {
 text-decoration: underline;
}