﻿#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/gallery/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/gallery/images/blank.gif) no-repeat; display: block; left: 0; float: left; }
	#lbPrev.grey:visited:hover { background: url(../images/gallery/images/prev_grey.gif) left 15% no-repeat; }
	#lbPrev.grey:hover { background: url(../images/gallery/images/prev_grey.gif) left 15% no-repeat; }
	#lbPrev.red:visited:hover { background: url(../images/gallery/images/prev_red.gif) left 15% no-repeat; }
	#lbPrev.red:hover { background: url(../images/gallery/images/prev_red.gif) left 15% no-repeat; }
	#lbPrev.green:visited:hover { background: url(../images/gallery/images/prev_green.gif) left 15% no-repeat; }
	#lbPrev.green:hover { background: url(../images/gallery/images/prev_green.gif) left 15% no-repeat; }
	#lbPrev.blue:visited:hover { background: url(../images/gallery/images/prev_blue.gif) left 15% no-repeat; }
	#lbPrev.blue:hover { background: url(../images/gallery/images/prev_blue.gif) left 15% no-repeat; }
	#lbPrev.gold:visited:hover { background: url(../images/gallery/images/prev_gold.gif) left 15% no-repeat; }
	
	#lbPrev.gold:hover { background: url(../images/gallery/images/prev_gold.gif) left 15% no-repeat; }
	
#lbNext { width: 49%; height: 100%; background: transparent url(../images/gallery/images/blank.gif) no-repeat; display: block; right: 0; float: right; }
	#lbNext.grey:visited:hover { background: url(../images/gallery/images/next_grey.gif) right 15% no-repeat; }
	#lbNext.grey:hover { background: url(../images/gallery/images/next_grey.gif) right 15% no-repeat; }
	#lbNext.red:visited:hover { background: url(../images/gallery/images/next_red.gif) right 15% no-repeat; }
	#lbNext.red:hover { background: url(../images/gallery/images/next_red.gif) right 15% no-repeat; }
	#lbNext.green:visited:hover { background: url(../images/gallery/images/next_green.gif) right 15% no-repeat; }
	#lbNext.green:hover { background: url(../images/gallery/images/next_green.gif) right 15% no-repeat; }
	#lbNext.blue:visited:hover { background: url(../images/gallery/images/next_blue.gif) right 15% no-repeat; }
	#lbNext.blue:hover { background: url(../images/gallery/images/next_blue.gif) right 15% no-repeat; }
	#lbNext.gold:visited:hover { background: url(../images/gallery/images/next_gold.gif) right 15% no-repeat; }

	#lbNext.gold:hover { background: url(../images/gallery/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/gallery/images/close_grey.png) no-repeat; }
	#lbClose.red { background: url(../images/gallery/images/close_red.png) no-repeat; }
	#lbClose.green { background: url(../images/gallery/images/close_green.png) no-repeat; }
	#lbClose.blue { background: url(../images/gallery/images/close_blue.png) no-repeat; }
	#lbClose.gold { background: url(../images/gallery/images/close_gold.png) no-repeat; }

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPlay.grey { background: url(../images/gallery/images/play_grey.png) no-repeat; }
	#lbPlay.red { background: url(../images/gallery/images/play_red.png) no-repeat; }
	#lbPlay.green { background: url(../images/gallery/images/play_green.png) no-repeat; }
	#lbPlay.blue { background: url(../images/gallery/images/play_blue.png) no-repeat; }
	#lbPlay.gold { background: url(../images/gallery/images/play_gold.png) no-repeat; }
	
#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPause.grey { background: url(../images/gallery/images/pause_grey.png) no-repeat; }
	#lbPause.red { background: url(../images/gallery/images/pause_red.png) no-repeat; }
	#lbPause.green { background: url../images/gallery/images/pause_green.png) no-repeat; }
	#lbPause.blue { background: url(../images/gallery/images/pause_blue.png) no-repeat; }
	#lbPause.gold { background: url(../images/gallery/images/pause_gold.png) no-repeat; }
/******************************************************************/

body {
	margin: 0px;
	padding: 0px;
	background-image: url('../images/main-temp/bg.gif');
	background-repeat: repeat-x;
	background-color: #2d4358;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	line-height: 20px;
}
table {
	border-collapse: collapse;
	margin: 0;
	border-width: 0px;
}
td {
	padding: 0;
	margin: 0;
}
p {
	padding: 0;
	margin: 0;
}
img {
	border-width: 0px;
}
ul {
	margin:0 0 0 12px;
	padding:0;
	list-style: none;
}
li {
	padding-left: 20px;
	background-image: url('../images/arrow.gif');
	background-repeat: no-repeat;
	background-position: 0 .5em;
}
li a {
	font-family: Verdana;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	line-height: 20px;
}
li a:hover {
	text-decoration: underline;
	color: #000000;
}
.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: 930px;
	height: 100%;
	margin: 0 auto;
}
.right-top-logo {
	background-image: url('../images/main-temp/right-top-logo.gif');
	background-repeat: no-repeat;
	width: 85px;
	height: 85px;
}
.top-logo {
	background-image: url('../images/main-temp/top-logo.gif');
	background-repeat: no-repeat;
	width: 130px;
	height: 85px;
}
.left-top-logo {
	background-image: url('../images/main-temp/left-top-logo.gif');
	background-repeat: no-repeat;
	width: 80px;
	height: 85px;
}
.left-logo {
	background-image: url('../images/main-temp/left-logo.gif');
	background-repeat: no-repeat;
	width: 85px;
	height: 105px;
}
.right-logo {
	background-image: url('../images/main-temp/right-logo.gif');
	background-repeat: no-repeat;
	width: 80px;
	height: 105px;
}
.under-logo {
	background-image: url('../images/main-temp/under-logo.gif');
	background-repeat: no-repeat;
	width: 295px;
	height: 106px;
}
.pic-1 {
	background-image: url('../images/main-temp/pic-1.jpg');
	background-repeat: no-repeat;
	width: 295px;
	height: 186px;
}
.pic-2 {
	background-image: url('../images/main-temp/pic-2.jpg');
	background-repeat: no-repeat;
	width: 295px;
	height: 200px;
}
.under-pic {
	background-image: url('../images/main-temp/under-pic.gif');
	background-repeat: no-repeat;
	width: 295px;
	height: 44px;
}
.bg-pic {
	background-image: url('../images/main-temp/bg-pic.gif');
	background-repeat: repeat-y;
	width: 295px;
	height: 100%;
}
.shadow {
	background-image: url('../images/main-temp/shadow.gif');
	background-repeat: no-repeat;
	width: 295px;
	height: 9px;
}
.menu {
	background-color: #ccb999;
	height: 55px;
	width: 635px;
}
.about-us {
	background-image: url('../images/menu/about-us.gif');
	background-repeat: no-repeat;
	width: 104px;
	height: 44px;
	display: block;
	float: left;
}
a.about-us:hover {
	background-position: 0px -44px;
}
.title-about-us {
	background-image: url('../images/titles/about-us.gif');
	background-repeat: no-repeat;
	width: 242px;
	height: 55px;
}
.title-services {
	background-image: url('../images/titles/services.gif');
	background-repeat: no-repeat;
	width: 242px;
	height: 55px;
}
.title-accommodation {
	background-image: url('../images/titles/accommodation.gif');
	background-repeat: no-repeat;
	width: 242px;
	height: 55px;
}
.title-virtual-tour {
	background-image: url('../images/titles/virtual-tour.gif');
	background-repeat: no-repeat;
	width: 242px;
	height: 55px;
}
.title-contact-us {
	background-image: url('../images/titles/contact-us.gif');
	background-repeat: no-repeat;
	width: 242px;
	height: 55px;
}
.title-site-map {
	background-image: url('../images/titles/site-map.gif');
	background-repeat: no-repeat;
	width: 242px;
	height: 55px;
}
.title-aleppo {
	background-image: url('../images/titles/aleppo.gif');
	background-repeat: no-repeat;
	width: 242px;
	height: 55px;
}
.facilities {
	background-image: url('../images/menu/facilities.gif');
	background-repeat: no-repeat;
	width: 85px;
	height: 44px;
	display: block;
	float: left;
}
a.facilities:hover {
	background-position: 0px -44px;
}
.accommodation {
	background-image: url('../images/menu/accommodation.gif');
	background-repeat: no-repeat;
	width: 138px;
	height: 44px;
	display: block;
	float: left;
}
a.accommodation:hover {
	background-position: 0px -44px;
}
.virtual-tour {
	background-image: url('../images/menu/virtual-tour.gif');
	background-repeat: no-repeat;
	width: 109px;
	height: 44px;
	display: block;
	float: left;
}
a.virtual-tour:hover {
	background-position: 0px -44px;
}
.aleppo {
	background-image: url('../images/menu/aleppo.gif');
	background-repeat: no-repeat;
	width: 84px;
	height: 44px;
	display: block;
	float: left;
}
a.aleppo:hover {
	background-position: 0px -44px;
}

.contact-us {
	background-image: url('../images/menu/contact-us.gif');
	background-repeat: no-repeat;
	width: 110px;
	height: 44px;
	display: block;
	float: left;
}
a.contact-us:hover {
	background-position: 0px -44px;
}
.left-menu {
	background-image: url('../images/main-temp/left-menu.gif');
	background-repeat: no-repeat;
	width: 5px;
	height: 330px;
}
right-menu {
	background-image: url('../images/main-temp/right-menu.gif');
	background-repeat: no-repeat;
	width: 5px;
	height: 330px;
}
.right-menu {
	background-image: url('../images/main-temp/right-menu.gif');
	background-repeat: no-repeat;
	width: 5px;
	height: 330px;
}
.bg-title {
	background-image: url('../images/main-temp/bg-title.gif');
	background-repeat: repeat-x;
	height: 55px;
	width: 378px;
}
.top-footer {
	background-image: url('../images/main-temp/top-footer.gif');
	background-repeat: repeat-x;
	height: 3px;
	width: 630px;
	text-align: right;
}
.footer-1 {
	background-color: #ccb999;
	height: 34px;
	width: 930px;
}
.right-under-logo {
	background-image: url('../images/main-temp/right-under-logo.gif');
	background-repeat: no-repeat;
	width: 45px;
	height: 80px;
}
.bg-footer {
	background-image: url('../images/main-temp/bg-footer.gif');
	background-repeat: repeat-x;
	width: 594px;
	height: 80px;
}
.corner-footer {
	background-image: url('../images/main-temp/corner-footer.gif');
	background-repeat: no-repeat;
	width: 71px;
	height: 80px;
}
.txt-f {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	line-height: 20px;
	padding: 0px;
	margin: 0;
}
.txt-f a {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	line-height: 20px;
}
.txt-f a:hover {
	text-decoration: underline;
	color: #ffffff;
}
.txt-b {
	font-family: Verdana;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	color: #000000;
	line-height: 20px;
	padding: 4px;
	margin: 50px 0 0 0;
}
.txt-b a {
	font-family: Verdana;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	color: #000000;
	line-height: 20px;
}
.txt-b a:hover {
	text-decoration: underline;
	color: #000000;
}
.txt {
	font-family: Verdana;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	color: #000000;
	line-height: 20px;
	padding: 4px;
	margin: 50px 0 0 0;
}
.txt a {
	font-family: Verdana;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	color: #000000;
	line-height: 20px;
}
.txt a:hover {
	text-decoration: underline;
	color: #000000;
}
.txt-2 {
	font-family: Verdana;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	color: #000000;
	line-height: 20px;
	padding: 4px;
	margin: 10px;
}
.txt-2 a {
	font-family: Verdana;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	color: #000000;
	line-height: 20px;
}
.txt-2 a:hover {
	text-decoration: underline;
	color: #000000;
}
.txt-bold {
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #000000;
	line-height: 20px;
	margin: 50px 0 0 0;
}
.txt-bold a {
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #000000;
	line-height: 20px;
}
.txt-bold a:hover {
	text-decoration: underline;
	color: #000000;
}
.padding-txt {
	padding: 10px 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: #000000;
	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 #a4b6cd 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 #a4b6cd solid;
	margin: 3px 0px 3px 0px;
}
.button {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #3A3A3D;
	text-decoration: none;
	border: 1px #a4b6cd solid;
	background-color: #ffffff;
	margin: 3px 3px 3px 3px;
}
.txt-color-2 {
	font-family: Verdana;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #d3ae6c;
	line-height: 20px;
}

.txt-color {
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #d3ae6c;
	line-height: 20px;
}
.txt-color a {
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #d3ae6c;
	line-height: 20px;
}
.txt-color a:hover {
	text-decoration: underline;
	color: #d3ae6c;
}
.border {
	border: 2px solid #b9b9b9;
}
.top-logo-intro {
	background-image: url('../images/intro/top-logo.gif');
	background-repeat: no-repeat;
	width: 295px;
	height: 68px;
}
.logo-r-intro {
	background-image: url('../images/intro/right.gif');
	background-repeat: no-repeat;
	width: 84px;
	height: 102px;
}
.logo-l-intro {
	background-image: url('../images/intro/left.gif');
	background-repeat: no-repeat;
	width: 77px;
	height: 102px;
}
.text-logo {
	background-image: url('../images/intro/text-logo.gif');
	background-repeat: no-repeat;
	width: 295px;
	height: 85px;
}
.welcome {
	background-image: url('../images/intro/welcome.gif');
	background-repeat: no-repeat;
	width: 295px;
	height: 67px;
}
.bg-intro {
	background-image: url('../images/intro/bg-logo.gif');
	background-repeat: repeat-y;
	height: 147px;
	width: 295px;
}
.corner-intro {
	background-image: url('../images/intro/corner.gif');
	background-repeat: no-repeat;
	width: 10px;
	height: 11px;
}
.corner2-intro {
	background-image: url('../images/intro/corner-2.gif');
	background-repeat: no-repeat;
	width: 5px;
	height: 11px;
}
.bg-corner {
	background-image: url('../images/intro/bg-corner.gif');
	background-repeat: repeat-x;
	width: 280px;
	height: 11px;
}
.footer-left {
	background-image: url('../images/intro/footer-left.gif');
	background-repeat: no-repeat;
	width: 69px;
	height: 78px;
}
.footer-right {
	background-image: url('../images/intro/footer-right.gif');
	background-repeat: no-repeat;
	width: 73px;
	height: 78px;
}
.bg-footer-intro {
	background-image: url('../images/intro/bg-footer.gif');
	background-repeat: repeat-x;
	height: 78px;
	width: 626px;
}
.shadow-1 {
	background-image: url('../images/intro/shadow-1.gif');
	background-repeat: no-repeat;
	width: 224px;
	height: 80px;
}
.shadow-2 {
	background-image: url('../images/intro/shadow-2.gif');
	background-repeat: no-repeat;
	width: 230px;
	height: 80px;
}
.txt-intro {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	color: #ffffff;
	line-height: 20px;
	padding: 4px;
	text-align:center;
}
.txt-intro2 {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #e2f2ff;
	line-height: 20px;
	padding: 4px;
	margin: 0px 0 0 0;
	text-align:center;
}
.image-border {
	margin: 5px;
	border: 1px solid #d3ae6c;
	padding: 2px;
}
