﻿#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; }
/******************************************************************/

* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #323595;
}
table {
	border-collapse: collapse;
	border-width: 0px;
}
img {
	border-width: 0px;
}
form {
	margin: 0;
	padding: 0;
}
.v-a-t {
	vertical-align: top;
}
.t-a-c {
	text-align: center;
}
.w-h-100-p {
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.w-100-p {
	width: 100%;
	vertical-align: top;
}
.main-table {
	width: 990px;
	margin: 0 auto;
}
.center-table {
	width: 950px;
	margin: 0 auto;
}
p {
	font-family: "Segoe UI","Trebuchet MS",Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	line-height: 20px;
	padding: 7px 7px 7px 13px;
	margin: 0px;
}
p a {
	font-family: "Segoe UI","Trebuchet MS",Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}
p a:hover {
	color: #000;
	text-decoration: underline;
}
.title {
	font-family: "Segoe UI","Trebuchet MS",Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	line-height: 20px;
	padding: 20px 0 10px 13px;
	margin: 0px;
}
.title a {
	font-family: "Segoe UI","Trebuchet MS",Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
}
.title a:hover {
	color: #fff;
	text-decoration: underline;
}

.txt-footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	line-height: 20px;
	padding: 15px 0 7px 15px;
	margin: 0px;
}
.txt-footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
.txt-footer a:hover {
	color: #fff;
	text-decoration: underline;
}
.shadow-left {
	background-image: url('../images/main-temp/shadow-left.gif');
	background-repeat: repeat-y;
	width: 20px;
	height: 100%;
}
.shadow-right {
	background-image: url('../images/main-temp/shadow-right.gif');
	background-repeat: repeat-y;
	width: 20px;
	height: 100%;
}
.bg-content {
	background-image: url('../images/main-temp/bg-content.gif');
	background-repeat: repeat-x;
	width: 950px;
	height: 260px;
	background-color: #fff;
	padding:20px 15px;
}
.left-footer {
	background-image: url('../images/main-temp/left-footer.gif');
	background-repeat: no-repeat;
	width: 15px;
	height: 78px;
}
.right-footer {
	background-image: url('../images/main-temp/right-footer.gif');
	background-repeat: no-repeat;
	width: 16px;
	height: 78px;
}
.footer {
	background-image: url('../images/main-temp/bg-footer.gif');
	background-repeat: repeat-x;
	width: 919px;
	height: 78px;
}
.hd {
	background-image: url('../images/main-temp/hd.jpg');
	background-repeat: no-repeat;
	width: 950px;
	height: 330px;
}
h1 {
	text-indent: -9000px;
	padding: 0px;
	margin: 0px;
	display: none;
}
.logo {
	width: 252px;
	height: 141px;
	background-image: url('../images/main-temp/logo.png');
	background-repeat: no-repeat;
	display: block;
	float: left;
}
.menu {
	width: 698px;
	height: 38px;
	padding-right:12px;
}
.bg-menu {
	width: 636px;
	background-color:#323595;
}
.menu-home {
	background-image: url('../images/menu/home.gif');
	background-repeat: no-repeat;
	width: 61px;
	height: 38px;
	display: block;
	float: left;
}
a.menu-home:hover {
	background-position: 0px -38px;
}
.menu-about-us {
	background-image: url('../images/menu/about-us.gif');
	background-repeat: no-repeat;
	width: 80px;
	height: 38px;
	display: block;
	float: left;
}
a.menu-about-us:hover {
	background-position: 0px -38px;
}
.menu-products {
	background-image: url('../images/menu/products.gif');
	background-repeat: no-repeat;
	width: 75px;
	height: 38px;
	display: block;
	float: left;
}
a.menu-products:hover {
	background-position: 0px -38px;
}
.menu-stain-remover {
	background-image: url('../images/menu/stain-remover.gif');
	background-repeat: no-repeat;
	width: 115px;
	height: 38px;
	display: block;
	float: left;
}
a.menu-stain-remover:hover {
	background-position: 0px -38px;
}
.menu-detergent-history {
	background-image: url('../images/menu/detergent-history.gif');
	background-repeat: no-repeat;
	width: 135px;
	height: 38px;
	display: block;
	float: left;
}
a.menu-detergent-history:hover {
	background-position: 0px -38px;
}
.menu-contact {
	background-image: url('../images/menu/contact.gif');
	background-repeat: no-repeat;
	width: 85px;
	height: 38px;
	display: block;
	float: left;
}
a.menu-contact:hover {
	background-position: 0px -38px;
}
.contact-left-td {
	width: 130px;
	text-align: left;
}
.contact-top-table {
	width: 100%;
}
.contact-mid-td {
	width: 3px;
}
.form {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	height: 18px;
	width: 200px;
	border: 1px #c6c6c6 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 #c6c6c6 solid;
	margin: 3px 0px 3px 0px;
}
.button {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	border: 1px #c6c6c6 solid;
	background-color: #ffffff;
	margin: 3px 3px 3px 3px;
}
.image-border {
	padding:3px;
	margin:5px;
	border:1px #cacaca solid;
}
.left-english {
	background-image: url('../images/index/left-english.jpg');
	background-repeat: no-repeat;
	width: 347px;
	height: 60px;
}
.right-arabic {
	background-image: url('../images/index/right-arabic.jpg');
	background-repeat: no-repeat;
	width: 343px;
	height: 60px;
}
.bottom-flash {
	background-image: url(file:///Z|/Boushra/site_boushra/images/index/bg.jpg);
	background-repeat: no-repeat;
	width: 950px;
	height: 274px;
	vertical-align: top;
}
.flaower-1 {
	background-image: url('../images/index/flaower-1.jpg');
	background-repeat: no-repeat;
	width: 358px;
	height: 205px;
}
.flaower-2 {
	background-image: url('../images/index/flaower-2.jpg');
	background-repeat: no-repeat;
	width: 193px;
	height: 205px;
}
.footer-index {
	background-image: url('../images/index/footer.gif');
	background-repeat: no-repeat;
	width: 399px;
	height: 205px;
}
