﻿#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: #ffffff;
	margin: 0px;
	padding: 0px;
	background-image: url('../images/main-temp/bg.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;
}
ul {
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	line-height: 20px;
}
ul a {
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	line-height: 20px;
}
ul a:hover {
	color: #98080b;
}
.page-body {
	height: 100%;
	width: 100%;
	vertical-align: top;
}
.table-main {
	width: 950px;
	height: 100%;
	margin: 0 auto;
}
.table-company-profile {
	width: 500px;
	margin: 0 auto;
	text-align: center;
}

.right-logo {
	background-image: url('../images/main-temp/right-logo.gif');
	background-repeat: no-repeat;
	width: 152px;
	height: 121px;
}
.bg-menu {
	background-image: url('../images/main-temp/bg-menu.gif');
	background-repeat: repeat-x;
	width: 267px;
	height: 229px;
}
.corner-menu-left {
	background-image: url('../images/main-temp/corner-menu-left.gif');
	background-repeat: no-repeat;
	width: 22px;
	height: 21px;
}
.corner-menu-right {
	background-image: url('../images/main-temp/corner-menu-right.gif');
	background-repeat: no-repeat;
	width: 22px;
	height: 21px;
}
.corner-left-news {
	background-image: url('../images/main-temp/corner-left-news.gif');
	background-repeat: no-repeat;
	width: 35px;
	height: 13px;
}
.corner-right-news {
	background-image: url('../images/main-temp/corner-right-news.gif');
	background-repeat: no-repeat;
	width: 22px;
	height: 13px;
}
.footer-news {
	background-image: url('../images/main-temp/footer-news.gif');
	background-repeat: no-repeat;
	width: 288px;
	height: 30px;
}
.top-footer-1 {
	background-image: url('../images/main-temp/top-footer-1.gif');
	background-repeat: no-repeat;
	width: 321px;
	height: 27px;
}
.top-footer-2 {
	background-image: url('../images/main-temp/top-footer-2.gif');
	background-repeat: no-repeat;
	width: 300px;
	height: 27px;
}
.top-footer-3 {
	background-image: url('../images/main-temp/top-footer-3.gif');
	background-repeat: no-repeat;
	width: 329px;
	height: 27px;
}
.bg-footer {
	background-image: url('../images/main-temp/bg-footer.gif');
	background-repeat: repeat-x;
	width: 897px;
	height: 80px;
}
.corner-footer {
	background-image: url('../images/main-temp/corner-footer.gif');
	background-repeat: no-repeat;
	width: 32px;
	height: 80px;
}
.left-search {
	background-image: url('../images/main-temp/left-search.gif');
	background-repeat: no-repeat;
	width: 12px;
	height: 60px;
}
.hd {
	background-image: url('../images/main-temp/hd.gif');
	background-repeat: no-repeat;
	width: 650px;
	height: 290px;
}
.hd-hopa {
	background-image: url('../images/main-temp/hd-hopa.gif');
	background-repeat: no-repeat;
	width: 650px;
	height: 290px;
}

.hd-kteer {
	background-image: url('../images/main-temp/hd-kteer.gif');
	background-repeat: no-repeat;
	width: 650px;
	height: 290px;
}

.media {
	background-image: url('../images/main-temp/media.gif');
	background-repeat: no-repeat;
	width: 662px;
	height: 290px;
}
.title-company-profile {
	background-image: url('../images/titles/title-company-profile.gif');
	background-repeat: no-repeat;
	width: 252px;
	height: 39px;
}
.txt {
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	line-height: 20px;
	margin:4px 4px 4px 15px;
}
.slogen-pro {
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	line-height: 20px;
	text-align:center;
}
.txt a {
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	line-height: 20px;
}
.txt a:hover {
	color: #98080b;
}
.txt-footer {
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	line-height: 20px;
	padding: 4px;
	margin:11px 0 0 21px;
}
.txt-footer a {
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	line-height: 20px;
}
.txt-footer a:hover {
	text-decoration: underline;
	color: #ffffff;
}
.txt-menu-main {
	font-family: Consolas, Tahoma, Helvetica;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	line-height: 20px;
	padding: 4px;
	margin:0 0 0 55px;
}
.txt-menu-main a {
	font-family: Consolas, Tahoma, Helvetica;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	line-height: 20px;
}
.txt-menu-main a:hover {
	text-decoration: underline;
	color: #ffffff;
}
.txt-news {
	font-family: Arial, Tahoma, Helvetica;
	font-size: 13pt;
	font-weight: bold;
	text-decoration: none;
	color: #98080b;
	line-height: 20px;
	padding: 4px;
	margin:0 0 0 24px;
}
.txt-news-2 {
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	line-height: 20px;
	padding: 4px;
	margin:0 0 0 21px;
}

.txt-news-more {
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	text-align:right;
	color: #98080b;
	line-height: 20px;
	margin:0 10px 0 24px;
}
.txt-news-more a {
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	text-align:right;
	color: #98080b;
	line-height: 20px;
	margin:0 10px 0 24px;

}
.txt-news-more a:hover {
	text-decoration: underline;
}

.txt-menu {
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	line-height: 20px;
	padding: 4px;
	margin: 15px 0 15px 380px;
}
.txt-menu a {
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	line-height: 20px;
}
.txt-menu a:hover {
	text-decoration: underline;
	color: #ffffff;
}
.txt-b-red {
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #98080b;
	line-height: 20px;
}
.txt-b-red-pro {
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #98080b;
	line-height: 20px;
	margin:0 0 0 15px;
	text-decoration: underline;
}

.txt-b {
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	line-height: 20px;
	padding: 4px;
	margin:0px 0 0 15px;

}
.txt-b a {
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	line-height: 20px;
}
.txt-top {
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	direction:rtl;
}
.txt-top a {
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	direction:rtl;
}
.txt-top a:hover {
	color: #98080b;
}
.txt-news {
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #98080b;
	line-height: 20px;
}
.txt-news a {
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #98080b;
	line-height: 20px;
}
.txt-news a:hover {
	text-decoration: underline;
}
.txt-product {
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	line-height: 20px;
}
.txt-product-b {
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

.hd-1-elegance {
	background-image: url('../images/hd-elegance/hd-1.gif');
	background-repeat: no-repeat;
	width: 165px;
	height: 150px;
}
.hd-2-elegance {
	background-image: url('../images/hd-elegance/hd-2.gif');
	background-repeat: no-repeat;
	width: 165px;
	height: 150px;
}

.hd-3-elegance {
	background-image: url('../images/hd-elegance/hd-3.gif');
	background-repeat: no-repeat;
	width: 165px;
	height: 150px;
}
.hd-4-elegance {
	background-image: url('../images/hd-elegance/hd-4.gif');
	background-repeat: no-repeat;
	width: 167px;
	height: 150px;
}
.hd-5-elegance {
	background-image: url('../images/hd-elegance/hd-5.gif');
	background-repeat: no-repeat;
	width: 165px;
	height: 140px;
}
.hd-6-elegance {
	background-image: url('../images/hd-elegance/hd-6.gif');
	background-repeat: no-repeat;
	width: 165px;
	height: 140px;
}
.hd-7-elegance {
	background-image: url('../images/hd-elegance/hd-7.gif');
	background-repeat: no-repeat;
	width: 165px;
	height: 140px;
}
.hd-8-elegance {
	background-image: url('../images/hd-elegance/hd-8.gif');
	background-repeat: no-repeat;
	width: 167px;
	height: 140px;
}
.hd-1-today {
	background-image: url('../images/hd-today/hd-1.gif');
	background-repeat: no-repeat;
	width: 165px;
	height: 150px;
}
.hd-2-today {
	background-image: url('../images/hd-today/hd-2.gif');
	background-repeat: no-repeat;
	width: 165px;
	height: 150px;
}

.hd-3-today {
	background-image: url('../images/hd-today/hd-3.gif');
	background-repeat: no-repeat;
	width: 165px;
	height: 150px;
}
.hd-5-today {
	background-image: url('../images/hd-today/hd-5.gif');
	background-repeat: no-repeat;
	width: 165px;
	height: 140px;
}
.hd-6-today {
	background-image: url('../images/hd-today/hd-6.gif');
	background-repeat: no-repeat;
	width: 165px;
	height: 140px;
}

.hd-7-today {
	background-image: url('../images/hd-today/hd-7.gif');
	background-repeat: no-repeat;
	width: 165px;
	height: 140px;
}
.hd-1-two-days {
	background-image: url('../images/hd-two-days/hd-1.gif');
	background-repeat: no-repeat;
	width: 165px;
	height: 150px;
}
.hd-2-two-days {
	background-image: url('../images/hd-two-days/hd-2.gif');
	background-repeat: no-repeat;
	width: 165px;
	height: 150px;
}

.hd-3-two-days {
	background-image: url('../images/hd-two-days/hd-3.gif');
	background-repeat: no-repeat;
	width: 165px;
	height: 150px;
}
.hd-5-two-days{
	background-image: url('../images/hd-two-days/hd-5.gif');
	background-repeat: no-repeat;
	width: 165px;
	height: 140px;
}
.hd-6-two-days{
	background-image: url('../images/hd-two-days/hd-6.gif');
	background-repeat: no-repeat;
	width: 165px;
	height: 140px;
}

.hd-7-two-days{
	background-image: url('../images/hd-two-days/hd-7.gif');
	background-repeat: no-repeat;
	width: 165px;
	height: 140px;
}
.hd-1-tonky {
	background-image: url('../images/hd-tonky/hd-1.gif');
	background-repeat: no-repeat;
	width: 165px;
	height: 150px;
}
.hd-2-tonky {
	background-image: url('../images/hd-tonky/hd-2.gif');
	background-repeat: no-repeat;
	width: 165px;
	height: 150px;
}

.hd-3-tonky {
	background-image: url('../images/hd-tonky/hd-3.gif');
	background-repeat: no-repeat;
	width: 165px;
	height: 150px;
}
.hd-5-tonky{
	background-image: url('../images/hd-tonky/hd-5.gif');
	background-repeat: no-repeat;
	width: 165px;
	height: 140px;
}
.hd-6-tonky{
	background-image: url('../images/hd-tonky/hd-6.gif');
	background-repeat: no-repeat;
	width: 165px;
	height: 140px;
}

.hd-7-tonky{
	background-image: url('../images/hd-tonky/hd-7.gif');
	background-repeat: no-repeat;
	width: 165px;
	height: 140px;
}
.hd-1-stars {
	background-image: url('../images/hd-stars/hd-1.gif');
	background-repeat: no-repeat;
	width: 165px;
	height: 150px;
}
.hd-2-stars {
	background-image: url('../images/hd-stars/hd-2.gif');
	background-repeat: no-repeat;
	width: 165px;
	height: 150px;
}

.hd-3-stars {
	background-image: url('../images/hd-stars/hd-3.gif');
	background-repeat: no-repeat;
	width: 165px;
	height: 150px;
}
.hd-5-stars {
	background-image: url('../images/hd-stars/hd-5.gif');
	background-repeat: no-repeat;
	width: 165px;
	height: 140px;
}
.hd-6-stars {
	background-image: url('../images/hd-stars/hd-6.gif');
	background-repeat: no-repeat;
	width: 165px;
	height: 140px;
}

.hd-7-stars {
	background-image: url('../images/hd-stars/hd-7.gif');
	background-repeat: no-repeat;
	width: 165px;
	height: 140px;
}
.txt-product a {
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	line-height: 20px;
}
.txt-product a:hover {
	color: #98080b;
}
.border {
	margin: 5px;
	border: 1px solid #979797;
	padding: 2px;
}
.txt-2 {
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	line-height: 20px;
	padding: 4px;
	margin:0px;
}

.contact-top-table {
	width: 400px;
}
.contact-left-td {
	width: 125px;
	text-align: left;
	padding:7px;
}
.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-company-prof {
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	line-height: 20px;
	padding: 4px;
	margin:0 0 0 55px;
}
.txt-company-prof a {
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	line-height: 20px;
}
.txt-company-prof a:hover {
	text-decoration: underline;
	color: #ffffff;
}
.bg-company-profile {
	background-image: url('../images/main-temp/bg-company-profile.gif');
	background-repeat: repeat-x;
	width: 500px;
	height: 30px;
}

.new-products-1 {
	background-image: url('../images/main-temp/new-products-1.gif');
	background-repeat: no-repeat;
	width: 267px;
	height: 93px;
}
.txt-new-product {
	font-family: Arial;
	font-size: 15pt;
	font-weight: normal;
	text-decoration: underline;
	color: #ffffff;
	line-height: 20px;
	padding: 4px;
	margin:11px 0 0 21px;
}
.txt-index {
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	line-height: 20px;
	margin:11px 0 0 21px;
}
.txt-arabic {
	font-family: Tahoma, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	line-height: 20px;
}
.audio {
	background-image: url('../images/main-temp/audio.gif');
	background-repeat: no-repeat;
	width: 312px;
	height: 144px;
}
.tv {
	background-image: url('../images/main-temp/tv.gif');
	background-repeat: no-repeat;
	width: 312px;
	height: 144px;
}
.billboard {
	background-image: url('../images/main-temp/billboard.gif');
	background-repeat: no-repeat;
	width: 312px;
	height: 144px;
}
.txt-white {
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	line-height: 20px;
	padding: 4px;
}
.txt-white a {
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	line-height: 20px;
}
.txt-white a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.shadow-hd {
	background-image: url('../images/main-temp/shadow-hd.gif');
	background-repeat: no-repeat;
	width: 12px;
	height: 290px;
}
.bg-products {
	background-image: url('../images/products/stars/bg.gif');
	background-repeat: repeat-x;
	height: 95px;
}
