/* CSS Document */

/* global styles */
.errors{
	color: red;
	border: 2px solid red;
	background: #FFFFCC;
	padding: 3px;
	width: 450px;
}

.formError > *{
	border: 2px solid red;
	color: red;
}

form{
	margin: 0;
}



/* index.html */
body {
	margin:0;
	padding:0px;
	/*font-family: "Palatino Linotype", "Garamond, serif;", Palatino, serif;*/
	font-family:Garamond, serif; MS;
	font-size:12px;
	background: #000000;
	color:#000000;
}



#header {
	background-color:#FFF;
}


#banner img {

margin-bottom:5px;
	
}

#mainContainer{
	border:1px solid #887152;
}

#menuContainer {
font-family:Garamond, serif;, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	background-color:#887152;
	padding:8px;
	margin-bottom:20px;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
}

#menuContainer a {
	margin-left:30px;
}

#menuContainer a:link {
	color:#FFF;
	text-decoration:none;
}
#menuContainer a:visited {
	color:#FFF;
	text-decoration:none;
}
#menuContainer a:focus {
	
}
#menuContainer a:hover {
	color:#D4B38A;
	text-decoration:none;
}
#menuContainer a:active {
	
}

#contentBase {
	background-color:#887152;
	padding:8px;
}

#footer {
font-family:Garamond, serif;;

	color:#DDD;
	font-size:13px;
	margin-top:10px;
}

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

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

#footer a:focus {
	color:#DDD;
	text-decoration:none;
}

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

#footer a:active {
	color:#DDD;
	text-decoration:none;
}

#unlockImage {
	position:absolute;
	top:110px;
	left: 450px;
}

#comfortImage {
	position:absolute;
	top:12px;
	left:661px;
}

#luxuryImage {
	position:absolute;
	top:110px;
	left:445px;
}

#memoriesImage {
	position:absolute;
	top:187px;
	left: 278px;
}

#experienceImage {
	position:absolute;
	top:27px;
	left: 58px;
}

#ownershipImage {
	position:absolute;
	top:12px;
	left: 661px;
}

#possibilitiesImage {
	position:absolute;
	top:110px;
	left: 445px;
}

#qualityImage {
	position:absolute;
	top:187px;
	left: 278px;
}

#investmentImage {
	position:absolute;
	top:27px;
	left: 58px;
}

#invest-opportunitiesImage {
	position:absolute;
	top:12px;
	left: 640px;
}

#invest-investmentImage {
	position:absolute;
	top:110px;
	left: 445px;
}

#invest-valueImage {
	position:absolute;
	top:187px;
	left: 278px;
}

#invest-luxuryImage {
	position:absolute;
	top:27px;
	left: 58px;
}



#content{
font-family:Georgia, "Times New Roman", Times, serif;
text-align:justify;
line-height:130%;
	color:#000000;
	font-size:14px;
	padding-left:30px;
	padding-right:30px;
}

#content a:link {
	color:#887152;
	
}

#content a:visited {
	color:#887152;

}

#content a:focus {
	color:#887152;

}

#content a:hover {
	color:#D4B38A;

}

#content a:active {
	color:#887152;
	
}

h1,h2,h3{
	font-family: Garamond, serif; 
	font-size:22px;
	color:#887152;
}



#taf {
	width: 900px;
	border: 2px solid #5366AA;
	background: url(/template/en/images/content-top-bg-rpt.gif) #FEFEFE repeat-x;
	position: absolute;
	top: 360px; /* positioned relative to rightCol, bumps down below flash */
	right: 190px;
	z-index:100;
}

#tafOverlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	z-index:90;
}



/* language_selector.html */

#language_selector img{
	border: 2px solid white;
}

#language_selector a.currentLang img{
	border: 2px solid #CC6600;
}

#language_selector a:HOVER img{
	border: 2px solid #CC6600;
}




/* sidebar.html */

div.sbHeading{
	background: #336666;
	color: white;
	font-weight: bold;
	border: 1px solid #003333;
	border-bottom: 0;
	padding: 4px;
}

div.sbBody{
	background: #DDE7E7;
	border: 1px solid #003333;
	padding: 4px;
}

div.sbBody form input{
	border: 1px solid #999999;
}

/* mailing list */
#mlform .formLabel{
	font-weight: bold;
}

#mlform *{
	font-size: 11px;
}
.imgbord {
border: 1px solid black;


}