﻿#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
	#lbOverlay.grey { background-color: #000000; }
	#lbOverlay.red { background-color: #330000; }
	#lbOverlay.green { background-color: #003300; }
	#lbOverlay.blue { background-color: #011D50; }
	#lbOverlay.gold { background-color: #666600; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
	#lbOuterContainer.grey { border: 3px solid #888888; }
	#lbOuterContainer.red { border: 3px solid #DD0000; }
	#lbOuterContainer.green { border: 3px solid #00B000; }
	#lbOuterContainer.blue { border: 3px solid #5F89D8; }
	#lbOuterContainer.gold { border: 3px solid #B0B000; }

#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
	#lbDetailsContainer.grey { border: 3px solid #888888; border-top: none; }
	#lbDetailsContainer.red { border: 3px solid #DD0000; border-top: none; }
	#lbDetailsContainer.green { border: 3px solid #00B000; border-top: none; }
	#lbDetailsContainer.blue { border: 3px solid #5F89D8; border-top: none; }
	#lbDetailsContainer.gold { border: 3px solid #B0B000; border-top: none; }

#lbIframeContainer { padding: 10px; }

#lbImageContainer { padding: 10px; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(../images/shared/gllery/images/loading.gif) center no-repeat;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 49%; height: 100%; background: transparent url(../images/shared/gllery/images/blank.gif) no-repeat; display: block; left: 0; float: left; }
	#lbPrev.grey:visited:hover { background: url(../images/shared/gllery/images/prev_grey.gif) left 15% no-repeat; }
	#lbPrev.grey:hover { background: url(../images/shared/gllery/images/prev_grey.gif) left 15% no-repeat; }
	#lbPrev.red:visited:hover { background: url(../images/shared/gllery/images/prev_red.gif) left 15% no-repeat; }
	#lbPrev.red:hover { background: url(../images/shared/gllery/images/prev_red.gif) left 15% no-repeat; }
	#lbPrev.green:visited:hover { background: url(../images/shared/gllery/images/prev_green.gif) left 15% no-repeat; }
	#lbPrev.green:hover { background: url(../images/shared/gllery/images/prev_green.gif) left 15% no-repeat; }
	#lbPrev.blue:visited:hover { background: url(../images/shared/gllery/images/prev_blue.gif) left 15% no-repeat; }
	#lbPrev.blue:hover { background: url(../images/shared/gllery/images/prev_blue.gif) left 15% no-repeat; }
	#lbPrev.gold:visited:hover { background: url(../images/shared/gllery/images/prev_gold.gif) left 15% no-repeat; }
	
	#lbPrev.gold:hover { background: url(../images/shared/gllery/images/prev_gold.gif) left 15% no-repeat; }
	
#lbNext { width: 49%; height: 100%; background: transparent url(../images/shared/gllery/images/blank.gif) no-repeat; display: block; right: 0; float: right; }
	#lbNext.grey:visited:hover { background: url(../images/shared/gllery/images/next_grey.gif) right 15% no-repeat; }
	#lbNext.grey:hover { background: url(../images/shared/gllery/images/next_grey.gif) right 15% no-repeat; }
	#lbNext.red:visited:hover { background: url(../images/shared/gllery/images/next_red.gif) right 15% no-repeat; }
	#lbNext.red:hover { background: url(../images/shared/gllery/images/next_red.gif) right 15% no-repeat; }
	#lbNext.green:visited:hover { background: url(../images/shared/gllery/images/next_green.gif) right 15% no-repeat; }
	#lbNext.green:hover { background: url(../images/shared/gllery/images/next_green.gif) right 15% no-repeat; }
	#lbNext.blue:visited:hover { background: url(../images/shared/gllery/images/next_blue.gif) right 15% no-repeat; }
	#lbNext.blue:hover { background: url(../images/shared/gllery/images/next_blue.gif) right 15% no-repeat; }
	#lbNext.gold:visited:hover { background: url(../images/shared/gllery/images/next_gold.gif) right 15% no-repeat; }

	#lbNext.gold:hover { background: url(../images/shared/gllery/images/next_gold.gif) right 15% no-repeat; }

#lbNext2 { text-decoration: none; font-weight: bold; }
	
#lbPrev2 { text-decoration: none; font-weight: bold; }
	#lbSpacer.grey { color: #333333; }
	#lbNext2.grey { color: #333333; }
	#lbPrev2.grey { color: #333333; }
	#lbSpacer.red { color: #620000; }
	#lbNext2.red { color: #620000; }
	#lbPrev2.red { color: #620000; }
	#lbSpacer.green { color: #003300; }
	#lbNext2.green { color: #003300; }
	#lbPrev2.green { color: #003300; }
	#lbSpacer.blue { color: #01379E; }
	#lbNext2.blue { color: #01379E; }
	#lbPrev2.blue { color: #01379E; }
	#lbSpacer.gold { color: #666600; }
	
	#lbNext2.gold { color: #666600; }
	
	#lbPrev2.gold { color: #666600; }
	
#lbNext2_Off { font-weight: bold; }
		
#lbPrev2_Off { font-weight: bold; }
	#lbNext2_Off.grey { color: #CCCCCC; }
	#lbPrev2_Off.grey { color: #CCCCCC; }
	#lbNext2_Off.red { color: #FFCCCC; }
	#lbPrev2_Off.red { color: #FFCCCC; }
	#lbNext2_Off.green { color: #82FF82; }
	#lbPrev2_Off.green { color: #82FF82; }
	#lbNext2_Off.blue { color: #B7CAEE; }
	#lbPrev2_Off.blue { color: #B7CAEE; }
	#lbNext2_Off.gold { color: #E1E100; }
	
	#lbPrev2_Off.gold { color: #E1E100; }
	
#lbDetailsData { padding: 0 10px; }
	#lbDetailsData.grey { color: #333333; }
	#lbDetailsData.red { color: #620000; }
	#lbDetailsData.green { color: #003300; }
	#lbDetailsData.blue { color: #01379E; }
	#lbDetailsData.gold { color: #666600; }

#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbClose.grey { background: url(../images/shared/gllery/images/close_grey.png) no-repeat; }
	#lbClose.red { background: url(../images/shared/gllery/images/close_red.png) no-repeat; }
	#lbClose.green { background: url(../images/shared/gllery/images/close_green.png) no-repeat; }
	#lbClose.blue { background: url(../images/shared/gllery/images/close_blue.png) no-repeat; }
	#lbClose.gold { background: url(../images/shared/gllery/images/close_gold.png) no-repeat; }

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPlay.grey { background: url(../images/shared/gllery/images/play_grey.png) no-repeat; }
	#lbPlay.red { background: url(../images/shared/gllery/images/play_red.png) no-repeat; }
	#lbPlay.green { background: url(../images/shared/gllery/images/play_green.png) no-repeat; }
	#lbPlay.blue { background: url(../images/shared/gllery/images/play_blue.png) no-repeat; }
	#lbPlay.gold { background: url(../images/shared/gllery/images/play_gold.png) no-repeat; }
	
#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPause.grey { background: url(../images/shared/gllery/images/pause_grey.png) no-repeat; }
	#lbPause.red { background: url(../images/shared/gllery/images/pause_red.png) no-repeat; }
	#lbPause.green { background: url../images/shared/gllery/images/pause_green.png) no-repeat; }
	#lbPause.blue { background: url(../images/shared/gllery/images/pause_blue.png) no-repeat; }
	#lbPause.gold { background: url(../images/shared/gllery/images/pause_gold.png) no-repeat; }
/******************************************************************/

body {
	background-color: #013569;
	margin: 0px;
	padding: 0px;
	background-position: left top;
}
table {
	border-collapse: collapse;
	margin: 0;
	border-width: 0px;
}
td {
	padding: 0;
	margin: 0;
}
img {
	border-width: 0px;
}
.w-100-p {
	width: 100%;
	vertical-align: top;
}
.w-h-100p {
	width: 100%;
	vertical-align: top;
	height: 100%;
}
.v-a-t {
	vertical-align: top;
}
.t-a-c {
	text-align: center;
}
.page-body {
	height: 100%;
	width: 100%;
	vertical-align: top;
}
.table-main {
	width: 946px;
	height: 100%;
	margin: 0 auto;
}
.pic-1 {
	background-image: url('../images/pic-1.gif');
	background-repeat: no-repeat;
	width: 131px;
	height: 304px;
}
.pic-2 {
	background-image: url('../images/pic-2.gif');
	background-repeat: no-repeat;
	width: 141px;
	height: 304px;
}
.pic-3 {
	background-image: url('../images/pic-3.gif');
	background-repeat: no-repeat;
	width: 135px;
	height: 304px;
}
.pic-4 {
	background-image: url('../images/pic-4.gif');
	background-repeat: no-repeat;
	width: 139px;
	height: 304px;
}
.under-logo {
	background-image: url('../images/under-logo.gif');
	background-repeat: no-repeat;
	width: 400px;
	height: 170px;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	line-height: 20px;
}
.txt a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	line-height: 20px;
}
.txt a:hover {
	text-decoration: underline;
	color: #ffffff;
}
.txt-2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: none;
	text-decoration: none;
	color: #ffffff;
	line-height: 20px;
	padding: 4px;
	margin:45px 0 0 0;

}
.txt-2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: none;
	text-decoration: none;
	color: #ffffff;
	line-height: 20px;
}
.txt-2 a:hover {
	text-decoration: underline;
	color: #ffffff;
}
.left-logo {
	background-image: url('../images/left-logo.gif');
	background-repeat: no-repeat;
	width: 140px;
	height: 141px;
}
.right-logo {
	background-image: url('../images/right-logo.gif');
	background-repeat: no-repeat;
	width: 140px;
	height: 141px;
}
.about-us {
	background-image: url('../images/menu/about-us.gif');
	background-repeat: no-repeat;
	width: 90px;
	height: 31px;
	display: block;
	float: left;
}
a.about-us-select {
	background-image: url('../images/menu/about-us.gif');
	background-position: 0px -31px;
	width: 90px;
	height: 31px;
	display: block;
	float: left;
}
a.about-us:hover {
	background-position: 0px -31px;
}
.services {
	background-image: url('../images/menu/services.gif');
	background-repeat: no-repeat;
	width: 93px;
	height: 31px;
	display: block;
	float: left;
}
a.services-select {
	background-image: url('../images/menu/services.gif');
	background-position: 0px -31px;
	width: 93px;
	height: 31px;
	display: block;
	float: left;
}
a.services:hover {
	background-position: 0px -31px;
}
.hot-properties {
	background-image: url('../images/menu/hot-properties.gif');
	background-repeat: no-repeat;
	width: 191px;
	height: 31px;
	display: block;
	float: left;
}
a.hot-properties-select {
	background-image: url('../images/menu/hot-properties.gif');
	background-position: 0px -31px;
	width: 191px;
	height: 31px;
	display: block;
	float: left;
}
a.hot-properties:hover {
	background-position: 0px -31px;
}
.featured-projects {
	background-image: url('../images/menu/featured-projects.gif');
	background-repeat: no-repeat;
	width: 165px;
	height: 31px;
	display: block;
	float: left;
}
a.featured-projects-select {
	background-image: url('../images/menu/featured-projects.gif');
	background-position: 0px -31px;
	width: 165px;
	height: 31px;
	display: block;
	float: left;
}
a.featured-projects:hover {
	background-position: 0px -31px;
}
.list-property {
	background-image: url('../images/menu/list-property.gif');
	background-repeat: no-repeat;
	width: 151px;
	height: 31px;
	display: block;
	float: left;
}
a.list-property-select {
	background-image: url('../images/menu/list-property.gif');
	background-position: 0px -31px;
	width: 151px;
	height: 31px;
	display: block;
	float: left;
}
a.list-property:hover {
	background-position: 0px -31px;
}
.sister-companies {
	background-image: url('../images/menu/sister-companies.gif');
	background-repeat: no-repeat;
	width: 145px;
	height: 31px;
	display: block;
	float: left;
}
a.sister-companies-select {
	background-image: url('../images/menu/sister-companies.gif');
	background-position: 0px -31px;
	width: 145px;
	height: 31px;
	display: block;
	float: left;
}
a.sister-companies:hover {
	background-position: 0px -31px;
}
.contact-us {
	background-image: url('../images/menu/contact.gif');
	background-repeat: no-repeat;
	width: 111px;
	height: 31px;
	display: block;
	float: left;
}
a.contact-us-select {
	background-image: url('../images/menu/contact.gif');
	background-position: 0px -31px;
	width: 111px;
	height: 31px;
	display: block;
	float: left;
}
a.contact-us:hover {
	background-position: 0px -31px;
}
.container {
	background-image: url('../images/container.gif');
	background-repeat: no-repeat;
	width: 946px;
	height: 378px;
}
.txt-3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: none;
	text-decoration: none;
	color: #ffffff;
	line-height: 20px;

}
.txt-3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: none;
	text-decoration: none;
	color: #ffffff;
	line-height: 20px;
}
.txt-3 a:hover {
	text-decoration: underline;
	color: #ffffff;
}
.center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: none;
	text-decoration: none;
	color: #ffffff;
	line-height: 20px;
	text-align: center;
}
.txt-4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: none;
	text-decoration: none;
	color: #ffffff;
	line-height: 20px;
	padding: 10px 15px 10px 15px;

}
.txt-4 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: none;
	text-decoration: none;
	color: #ffffff;
	line-height: 20px;
}
.txt-4 a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.txt-b {
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	line-height: 20px;
	padding: 4px;
	margin:15px 0 0 0;
}
.txt-c {
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	line-height: 20px;
	padding: 4px;
	margin:0;
}
.txt-c a {
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	line-height: 20px;
}
.txt-c a:hover {
	text-decoration: underline;
	color: #ffffff;
}
.txt-5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	line-height: 20px;
	padding: 0px 15px 0px 15px;
}
.txt-5 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	line-height: 20px;
}
.txt-5 a:hover {
	text-decoration: underline;
	color: #ffffff;
}
.image-border {
	margin: 5px;
	border: 1px solid #ffffff;
	padding: 2px;
}
.padding-txt {
	padding: 15px 10px 15px 25px;
	margin:0;	
}
.padding-txt a {
	color: #000000;
	text-decoration: none;
}
.padding-txt a:hover {
	text-decoration: underline;
}
.contact-top-table {
	width: 400px;
}
.contact-left-td {
	width: 125px;
	text-align: left;
	padding:7px;
}
.txt-contener-b {
	font-family: Verdana, Tahoma, Arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	line-height: 20px;
}
.contact-mid-td {
	width: 3px;
}
.form {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	height: 18px;
	width: 200px;
	border: 1px #d9c3bb solid;
	margin: 3px 0px 3px 0px;
}
.form_big {
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	height: 200px;
	width: 200px;
	border: 1px #d9c3bb solid;
	margin: 3px 0px 3px 0px;
}
.button {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #3A3A3D;
	text-decoration: none;
	border: 1px #d9c3bb solid;
	background-color: #ffffff;
	margin: 3px 3px 3px 3px;
}
.txt-6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: none;
	text-decoration: none;
	color: #ffffff;
	line-height: 20px;
	margin: 0px 15px 10px 15px;

}
.txt-6 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: none;
	text-decoration: none;
	color: #ffffff;
	line-height: 20px;
}
.txt-6 a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.txt-7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	line-height: 20px;
	margin: 0px 15px 0px 15px;
}
.form2 {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	height: 200px;
	width: 200px;
	border: 1px #d9c3bb solid;
	margin: 3px 0px 3px 0px;
}

