﻿#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: #e9cd75;
	margin: 0px;
	padding: 0px;
	background-image: url('../images/en/main-temp/bg-1.gif');
	background-position: left top;
	background-repeat: repeat-x;
}
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;
}
.footer-container {
	height: 100px;
	width: 100%;
	background-image: url('../images/en/main-temp/bg-2.gif');
	background-repeat: repeat-x;
	text-align: center;
}
.table-main {
	width: 950px;
	height: 100%;
	margin: 0 auto;
}
.logo {
	width: 175px;
	height: 163px;
}
.hd-container {
	width: 775px;
	height: 163px;
	vertical-align: top;
}
.hd1 {
	background-image: url('../images/en/main-temp/hd1.jpg');
	background-repeat: no-repeat;
	width: 255px;
	height: 124px;
}
.hd2 {
	background-image: url('../images/en/main-temp/hd2.jpg');
	background-repeat: no-repeat;
	width: 255px;
	height: 124px;
}
.hd3 {
	background-image: url('../images/en/main-temp/hd3.jpg');
	background-repeat: no-repeat;
	width: 265px;
	height: 124px;
}
.hd4 {
	background-image: url('../images/en/main-temp/hd4.gif');
	background-repeat: no-repeat;
	width: 255px;
	height: 39px;
}
.hd5 {
	background-image: url('../images/en/main-temp/hd5.gif');
	background-repeat: no-repeat;
	width: 255px;
	height: 39px;
}
.hd6 {
	background-image: url('../images/en/main-temp/hd6.gif');
	background-repeat: no-repeat;
	width: 145px;
	height: 39px;
}
.arabic {
	width: 120px;
	height: 39px;
}
.bg-menu {
	background-image: url('../images/en/main-temp/bg-menu.gif');
	background-repeat: repeat-x;
	height: 28px;
}
.home-page {
	background-image: url('../images/en/menu/home-page.gif');
	background-repeat: no-repeat;
	width: 103px;
	height: 28px;
	display: block;
	float: left;
}
a.home-page:hover {
	background-position: 0px -28px;
}
.company-profile {
	background-image: url('../images/en/menu/company-profile.gif');
	background-repeat: no-repeat;
	width: 142px;
	height: 28px;
	display: block;
	float: left;
}
a.company-profile:hover {
	background-position: 0px -28px;
}
.useful-information {
	background-image: url('../images/en/menu/useful-information.gif');
	background-repeat: no-repeat;
	width: 140px;
	height: 28px;
	display: block;
	float: left;
}
a.useful-information:hover {
	background-position: 0px -28px;
}
.about-syria {
	background-image: url('../images/en/menu/about-syria.gif');
	background-repeat: no-repeat;
	width: 110px;
	height: 28px;
	display: block;
	float: left;
}
a.about-syria:hover {
	background-position: 0px -28px;
}
.products {
	background-image: url('../images/en/menu/products.gif');
	background-repeat: no-repeat;
	width: 78px;
	height: 28px;
	display: block;
	float: left;
}
a.products:hover {
	background-position: 0px -28px;
}
.distributors {
	background-image: url('../images/en/menu/distributors.gif');
	background-repeat: no-repeat;
	width: 100px;
	height: 28px;
	display: block;
	float: left;
}
a.distributors:hover {
	background-position: 0px -28px;
}
.site-map {
	background-image: url('../images/en/menu/site-map.gif');
	background-repeat: no-repeat;
	width: 84px;
	height: 28px;
	display: block;
	float: left;
}
a.site-map:hover {
	background-position: 0px -28px;
}
.contact {
	background-image: url('../images/en/menu/contact.gif');
	background-repeat: no-repeat;
	width: 89px;
	height: 28px;
	display: block;
	float: left;
}
a.contact:hover {
	background-position: 0px -28px;
}
.header-main {
	width: 950px;
	height: 163px;
	vertical-align: top;
}
.menu-main {
	width: 950px;
	height: 28px;
	background-image: url('../images/en/main-temp/bg-menu.gif');
	background-repeat: repeat-x;
}
.body-main {
	height: 100%;
	width: 950px;
	vertical-align: top;
	background-color: #fff5cf;
}
.shadow-left {
	background-image: url('../images/en/main-temp/shadow-left.gif');
	background-repeat: repeat-y;
	width: 10px;
	height: 100%;
	vertical-align: top;
}
.shadow-right {
	background-image: url('../images/en/main-temp/shadow-right.gif');
	background-repeat: repeat-y;
	width: 10px;
	height: 100%;
	vertical-align: top;
}
.shadow {
	background-image: url('../images/en/main-temp/shadow.gif');
	background-repeat: repeat-x;
	height: 5px;
	width: 930px;
}
.bg-body {
	height:100%;
	width: 930px;
	vertical-align:top;
}
.txt-small {
	font-family: Verdana, Tahoma, Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #9f4f00;
	text-decoration: none;
	line-height: 20px;
	padding: 3px;
	margin: 0px;
}
.txt-small a {
	font-family: Verdana, Tahoma, Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #9f4f00;
	text-decoration: none;
	line-height: 20px;
}
.txt-small a:hover {
	color: #9f4f00;
	text-decoration: underline;
}
.title-companyprofile {
	width: 930px;
	height: 35px;
	background-image: url('../images/en/title/title-company-profile.gif');
	background-repeat: no-repeat;
	background-position: 15px bottom;
	text-align:right;
	padding-right:15px;
}
.title-about-syria {
	width: 930px;
	height: 35px;
	background-image: url('../images/en/title/title-about-syria.gif');
	background-repeat: no-repeat;
	background-position: 15px bottom;
	text-align:right;
	padding-right:15px;
}
.title-contact {
	width: 930px;
	height: 35px;
	background-image: url('../images/en/title/title-contact.gif');
	background-repeat: no-repeat;
	background-position: 15px bottom;
	text-align:right;
	padding-right:15px;
}
.title-distributors {
	width: 930px;
	height: 35px;
	background-image: url('../images/en/title/title-distributors.gif');
	background-repeat: no-repeat;
	background-position: 15px bottom;
	text-align:right;
	padding-right:15px;
}
.title-homepage {
	width: 930px;
	height: 35px;
	background-image: url('../images/en/title/title-homepage.gif');
	background-repeat: no-repeat;
	background-position: 15px bottom;
	text-align:right;
	padding-right:15px;
}
.title-products {
	width: 930px;
	height: 35px;
	background-image: url('../images/en/title/title-products.gif');
	background-repeat: no-repeat;
	background-position: 15px bottom;
	text-align:right;
	padding-right:15px;
}
.title-sitemap {
	width: 930px;
	height: 35px;
	background-image: url('../images/en/title/title-sitemap.gif');
	background-repeat: no-repeat;
	background-position: 15px bottom;
	text-align:right;
	padding-right:15px;
}
.title-useful-info {
	width: 930px;
	height: 35px;
	background-image: url('../images/en/title/title-useful-info.gif');
	background-repeat: no-repeat;
	background-position: 15px bottom;
	text-align:right;
	padding-right:15px;
}

.content {
	width: 930px;
	height: 100%;
	padding: 15px;
}
.txt {
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	color: #5e3100;
	line-height: 20px;
	padding: 4px;
	margin:0;
}
.txt a {
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	color: #5e3100;
	line-height: 20px;
}
.txt a:hover {
	text-decoration: underline;
	color: #5e3100;
}
.title {
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #9f4f00;
	line-height: 20px;
	padding: 4px;
	margin:0;
}
.title a {
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #9f4f00;
	line-height: 20px;
}
.title a:hover {
	text-decoration: underline;
	color: #9f4f00;
}
.image-border {
	margin: 5px;
	border: 1px solid #A3781B;
	padding: 2px;
}
.border {
	border: 1px solid #A3781B;
}
.txt2 {
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #5e3100;
	line-height: 20px;
	padding: 4px;
	margin:0;
}
.title-2 {
	font-family: Gerogia;
	font-size: 13pt;
	font-weight: bold;
	text-decoration: none;
	color: #9f4f00;
	line-height: 20px;
	padding: 4px;
	margin:0;
}
.title-2 a {
	font-family: Gerogia;
	font-size: 13pt;
	font-weight: bold;
	text-decoration: none;
	color: #9f4f00;
	line-height: 20px;
}
.title-2 a:hover {
	text-decoration: underline;
	color: #9f4f00;
}
.space {
	margin: 20px;
	padding: 2px;
}
.contact-mid-td {
	width: 3px;
}
.contact-left-td {
	width: 125px;
	text-align: right;
}
.contact-top-table {
	width: 400px;
}
.form {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	height: 18px;
	width: 200px;
	border: 1px #9f4f00 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 #9f4f00 solid;
	margin: 3px 0px 3px 0px;
}
.button {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #3A3A3D;
	text-decoration: none;
	border: 1px #9f4f00 solid;
	background-color: #ffffff;
	margin: 3px 3px 3px 3px;
}

