﻿#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; }
/******************************************************************/
.top-welcome-index {
	background-image: url('../images/ar/main-temp/top-welcome-index-ar.jpg');
	background-repeat: no-repeat;
	width: 425px;
	height: 52px;
}
.services-index {
	background-image: url('../images/ar/main-temp/services-index-ar.jpg');
	background-repeat: no-repeat;
	width: 456px;
	height: 52px;
}
.bg-welcome-index {
	background-image: url('../images/main-temp/bg-welcome-index.gif');
	background-repeat: repeat-x;
	width: 425px;
	height: 145px;
}
.txt-white {
	font-family:tahoma, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	line-height: 22px;
	padding: 15px 20px 10px 5px;
	margin: 0px;
}
.txt-yellow {
	font-family: tahoma, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #ffea79;
	text-decoration: none;
	line-height: 22px;
	padding: 5px 20px;
	margin: 0px;
}
.txt-yellow a {
	font-family: tahoma, Verdana,Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #ffea79;
	text-decoration: none;
}
.txt-yellow a:hover {
	color: #ffea79;
	text-decoration: underline;
}
.new-products-txt a {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #474747;
	text-decoration: none;
}
.new-products-txt a:hover {
	color: #474747;
	text-decoration: underline;
}

.content-services {
	background-color: #e2ded5;
	width: 456px;
	height: 145px;
}
.bg-new-products-index {
	background-color: #fff;
	width: 200px;
	height: 145px;
}
.bottom-welcome-index {
	background-image: url('../images/ar/main-temp/bottom-welcome-index-ar.jpg');
	background-repeat: no-repeat;
	width: 425px;
	height: 13px;
}
.bottom-services-index {
	background-image: url('../images/ar/main-temp/bottom-services-index-ar.jpg');
	background-repeat: no-repeat;
	width: 456px;
	height: 13px;
}
.point-index {
	background-image: url('../images/main-temp/point-index.gif');
	background-repeat: repeat-x;
	width: 881px;
	height: 20px;
}
.v-a-t {
	vertical-align: top;
}
.blok-products-index {
	background-color: #889565;
	width: 484px;
	height: 31px;
}
.blok-news-index {
	background-color: #374c35;
	width: 376px;
	height: 31px;
}
.space-image {
	margin: 7px;
	float:right;
}

.pest-control-products-index {
	background-image: url('../images/ar/main-temp/pest-control-products-index-ar.jpg');
	background-repeat: no-repeat;
	width: 235px;
	height: 44px;
}
.txt-white-2 {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	line-height: 22px;
	padding: 10px 5px 10px 10px;
	margin: 0px;
}
.bg-bloks-index {
	background-image: url('../images/main-temp/bg-bloks-index.gif');
	background-repeat: repeat-y;
	width: 235px;
	height: 180px;
}
.products-index-txt {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	line-height: 22px;
	padding: 15px;
	margin: 0px;
	
}
.blok-news-index {
	background-color: #374c35;
	width: 376px;
	height: 31px;
}
.space-image {
	margin: 7px;
	float:right;
}
.hygiene-products-index {
	background-image: url('../images/ar/main-temp/hygiene-products-index-ar.jpg');
	background-repeat: no-repeat;
	width: 235px;
	height: 44px;
}
* {
	margin: 0;
	padding: 0;
}
body {
	background-image: url('../images/main-temp/bg.gif');
	background-repeat: repeat-x;
	background-color: #fff;
	direction:rtl;
}
table {
	border-collapse: collapse;
	border-width: 0px;
}
img {
	border-width: 0px;
}
form {
	margin: 0;
	padding: 0;
}
iframe {
	width: 500px;
}
.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;
}
.table-main {
	width: 950px;
	margin: 0 auto;
}
p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	line-height: 20px;
	padding: 10px 0;
	margin: 0px;
}
p a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
p a:hover {
	color: #000;
	text-decoration: underline;
}
.title-products {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	line-height: 33px;
	padding: 0px;
	margin: 0px;
}
.title-products a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.title-products a:hover {
	color: #000;
	text-decoration: underline;
}

.bg-sitemap {
	background-image: url('../images/main-temp/bg-sitemap.gif');
	width: 280px;
	height:30px
}
.bg-menu {
	background-image: url('../images/main-temp/bg-menu.gif');
	background-repeat: repeat-x;
	height: 45px;
	width: 950px;
}
.hd-1 {
	background-image: url('../images/main-temp/hd-1.jpg');
	background-repeat: no-repeat;
	width: 190px;
	height: 246px;
}
.hd-2 {
	background-image: url('../images/main-temp/hd-2.jpg');
	background-repeat: no-repeat;
	width: 190px;
	height: 246px;
}
.hd-3 {
	background-image: url('../images/main-temp/hd-3.jpg');
	background-repeat: no-repeat;
	width: 190px;
	height: 246px;
}
.hd-4 {
	background-image: url('../images/main-temp/hd-4.jpg');
	background-repeat: no-repeat;
	width: 190px;
	height: 246px;
}
.hd-5 {
	background-image: url('../images/main-temp/hd-5.jpg');
	background-repeat: no-repeat;
	width: 190px;
	height: 246px;
}
.bg-footer {
	background-image: url('../images/main-temp/bg-footer.gif');
	background-repeat: repeat-x;
	width: 870px;
	height: 93px;
}
.bg-newproducts-1 {
	width: 229px;
	height: 38px;
	border-bottom:2px #f0d700 solid;
}
.space {
	background-color: #ebebeb;
	width: 206px;
	height: 10px;
}
.space-2 {
	background-color: #ebebeb;
	width: 206px;
	height: 100%;
	padding: 5px 5px 5px 12px;
}
.bg-newproducts-2 {
	width: 230px;
	height: 30px;
	border-bottom:1px #a0a0a0 solid;
	background-color: #ebebeb;
}
.new-products-b {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #474747;
	text-decoration: none;
	line-height: 20px;
	padding: 0;
	margin: 0px 10px 0 0;
}
.new-products-b a {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #474747;
	text-decoration: none;
}
.new-products-b a:hover {
	color: #474747;
	text-decoration: underline;
}
.new-products-txt {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #474747;
	text-decoration: none;
	line-height: 20px;
	padding: 0px;
	margin: 0px 10px 0 0;
}
.new-products-txt a {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #474747;
	text-decoration: none;
}
.new-products-txt a:hover {
	color: #474747;
	text-decoration: underline;
}
.border {
	border-bottom: 1px #fff;
	border-style: dotted;
	width: 215px;
	margin: 0 5px 5px 0;
}
.content {
	width: 640px;
	margin:0 auto;
}
.content ul {
	margin: 0 20px 0 0;
}
.line {
	background-color: #bebebe;
	height:100%;
	width:5px;
}
.tree {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #404040;
	text-decoration: none;
	line-height: 20px;
	padding: 7px 0;
	margin: 0px;
}
.tree a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #404040;
	text-decoration: none;
}
.tree a:hover {
	color: #404040;
	text-decoration: underline;
}
.end-tree {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #2d5329;
	text-decoration: none;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
}
.footer {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style:italic;
	color: #fff;
	text-decoration: none;
	line-height: 15px;
	padding: 7px 0;
	margin: 0 20px;
}
.footer a {
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style:italic;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
.footer a:hover {
	color: #fff;
	text-decoration: underline;
}
.about-us {
	background-image: url('../images/ar/menu/about-us.gif');
	background-repeat: no-repeat;
	width: 77px;
	height: 45px;
	display: block;
	float: left;
}
a.about-us-select {
	background-image: url('../images/ar/menu/about-us.gif');
	background-position: 0 -45px;
	background-repeat:no-repeat;
	width: 77px;
	height: 45px;
	display: block;
	float: left;
}
a.about-us:hover {
	background-position: 0px -45px;
}
.customer-services {
	background-image: url('../images/ar/menu/customer-services.gif');
	background-repeat: no-repeat;
	width: 91px;
	height: 45px;
	display: block;
	float: left;
}
a.customer-services-select {
	background-image: url('../images/ar/menu/customer-services.gif');
	background-position: 0 -45px;
	background-repeat:no-repeat;
	width: 91px;
	height: 45px;
	display: block;
	float: left;
}
a.customer-services:hover {
	background-position: 0px -45px;
}
.pest-control-products {
	background-image: url('../images/ar/menu/products.gif');
	background-repeat: no-repeat;
	width: 66px;
	height: 45px;
	display: block;
	float: left;
}
a.pest-control-products-select {
	background-image: url('../images/ar/menu/pest-control-products.gif');
	background-position: 0 -45px;
	background-repeat:no-repeat;
	width: 147px;
	height: 45px;
	display: block;
	float: left;
}
a.pest-control-products:hover {
	background-position: 0px -45px;
}
.awards {
	background-image: url('../images/ar/menu/awards.gif');
	background-repeat: no-repeat;
	width: 65px;
	height: 45px;
	display: block;
	float: left;
}
a.awards-select {
	background-image: url('../images/ar/menu/awards.gif');
	background-position: 0 -45px;
	background-repeat:no-repeat;
	width: 165px;
	height: 45px;
	display: block;
	float: left;
}
a.awards:hover {
	background-position: 0px -45px;
}
.educational-center {
	background-image: url('../images/ar/menu/educational-center.gif');
	background-repeat: no-repeat;
	width: 102px;
	height: 45px;
	display: block;
	float: left;
}
a.educational-center-select {
	background-image: url('../images/ar/menu/educational-center.gif');
	background-position: 0 -45px;
	background-repeat:no-repeat;
	width: 102px;
	height: 45px;
	display: block;
	float: left;
}
a.educational-center:hover {
	background-position: 0px -45px;
}
.hygiene-products {
	background-image: url('../images/ar/menu/hygiene-products.gif');
	background-repeat: no-repeat;
	width: 95px;
	height: 45px;
	display: block;
	float: left;
}
a.hygiene-products-select {
	background-image: url('../images/ar/menu/hygiene-products.gif');
	background-position: 0 -45px;
	background-repeat:no-repeat;
	width: 95px;
	height: 45px;
	display: block;
	float: left;
}
a.hygiene-products:hover {
	background-position: 0px -45px;
}
.services {
	background-image: url('../images/ar/menu/services.gif');
	background-repeat: no-repeat;
	width: 61px;
	height: 45px;
	display: block;
	float: left;
}
a.services-select {
	background-image: url('../images/ar/menu/services.gif');
	background-position: 0 -45px;
	background-repeat:no-repeat;
	width: 61px;
	height: 45px;
	display: block;
	float: left;
}
a.services:hover {
	background-position: 0px -45px;
}
.txt-sitemap {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #cad4c9;
	text-decoration: none;
	line-height: 15px;
	padding: 0px;
	margin: 0px;
	text-align:center;
}
.txt-sitemap a {
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #cad4c9;
	text-decoration: none;
	text-align:center;
}
.txt-sitemap a:hover {
	color: #cad4c9;
	text-decoration: underline;
}
.image-border {
	border:1px #8f8f8f solid;
	padding:3px;
	margin:5px;
	float:left;
}
.border {
	border:1px #8f8f8f solid;
	padding:3px;
	margin: 5px;
}
.txt-ul {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
}
.green {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #2d5329;
	text-decoration: none;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
}
.txt-image {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
}
.contact-left-td {
	width: 150px;
	text-align: right;
}
.contact-top-table {
	width: 100%;
}
.contact-mid-td {
	width: 3px;
}
.form {
	font-family: Tahoma;
	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: Tahoma;
	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: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	border: 1px #c6c6c6 solid;
	background-color: #ffffff;
	margin: 3px 3px 3px 3px;
}
.table-products {
	border:1px gray solid;
	width:126px;
	height:201px;
}
.bg-products {
	background-image: url('../images/main-temp/bg-products.gif');
	background-repeat: repeat-y;
	width: 125px;
	height: 24px;
}
.yellow {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #ffe451;
	text-decoration: none;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
}
.yellow a {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #ffe451;
	text-decoration: none;
}
.yellow a:hover {
	color: #ffe451;
	text-decoration: underline;
}
.space-image {
	margin: 7px;
	float:left;
}
/************************** block companies ****************************/
#s6 {
	width: 231px;
	height: 278px;
}
#s6 div {
	width: 231px;
	height: 278px;
	padding: 0px;
	text-align: right;
}
#s6 p {
	clear: both;
}
#s6 div img {
	float: right;
	margin: 0 0 10px 0;
	width: 231px;
	height: 218px;
	background: #fff;
}
#s6 div {
	top: 0;
	left: 0;
}
/*******/
.menu-m-c {
	width: 950px;
	height: 45px;
}
/**********************/
#nav {
	margin: 0px;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 34px;
	float:right;
}
#nav li {
	float: left;
	position: relative;
	margin: 0 18px;
/*width: 126px;*/	display: inline;
}
#nav li a {
	display: block;
}
#nav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	display: none;
	line-height: 25px;
	width: 120px;
	top: 45px;
	right: 15px;
}
#nav ul li {
	margin: 0;
	background-color: #477542;
	border-bottom: 1px #0a3505 solid;
}
#nav li ul a {
	height: 24px;
	width: 120px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	line-height: 22px;
	margin: 0 5px;
}
#nav li ul a:hover {
	background-image: none;
	text-decoration: underline;
}
/********************************/
