body	{
	margin: 0 0 0 0;
	text-align: right;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/Heb/Images/BodyBg.gif);
	background-repeat: repeat-x;
	}
.Header	{
	width: 768px;
	}
	
.Container	{
	width: 768px;
	text-align: right;
	margin: 0em auto;
	background-repeat: repeat-y;
	background-position: center;
	padding: 0;
	}

	
.MainBody {
	width: 578px;
	float: left;
	}
	
.MainHome {
	padding-bottom: 20px;
	}
	
.Content	{
	direction:rtl;
	text-align: right;
	direction:rtl;
	padding: 0px 20px 0px 20px;
	}

.SideBar {
	float: right;
	width: 186px;
}


/*** logo styles *****************/

.Logo{
	background-image: url(../Images/LogoBg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding-top: 15px;
	width: 183px;
	float: right;
	height: 166px;
	text-align: center;
}

/*** General Tags *****************/

a:link {
	color: #990000;
	text-decoration: underline;
}

a:visited {
	color: #990000;
	text-decoration: underline;
}

a:hover, a:active	{
	color: #990000;
	text-decoration: none;
	}
	
h1	{
	color: #990000;
	font-size: 155%;
	line-height: 120%;
	margin-bottom: 5px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-style: normal;
	padding-bottom: 12px;
	padding-top: 10px;
	}
	
h2	{
	color: #666666;
	margin: 20px 0 10px 0;
	font-size: 120%;
	font-weight: bold;
	text-align: right;
	line-height: 120%;
	font-style: normal;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
	}
	
h2 a:link {
	color: #666666;
	text-decoration: underline;
	}
h2 a:visited {
	color: #8B8B8B;
	text-decoration: underline;
}
h2 a:hover, h2 a:active	{
	color: #666666;
	text-decoration: underline;
	}

h3	{
	font-size: 110%;
	line-height: 100%;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 8px;
	text-align: center;
	}
h4	{
	font-weight: bold;
	margin-top: 10px;
	font-size: 80%;
	margin-bottom: 10px;
	color: #666666;
	line-height: 130%;
	text-align: center;
	}
h4 a:link {
	color: #666666;
}

h4 a:visited {
	color: #666666;
}

h4 a:hover,h4 a:active	{
	color: #990000;
	}
h5	{
	color: #666666;
	margin: 5px 0px  5px 0px;
	font-size: 120%;
	font-weight: bold;
	text-align: right;
	line-height: 120%;
	font-style: normal;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 0px;
	}
h6	{
	color: #666666;
	margin: 5px 0px  5px 0px;
	font-size: 105%;
	font-weight: bold;
	text-align: right;
	line-height: 120%;
	font-style: normal;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 0px;
	}

p	{
	font-size: 90%;
	line-height: 140%;
	margin-top: 0px;
	margin-bottom: 10px;
	direction:rtl;
	color: #000000;
	}
	#Category .Content p {
	margin: 0px;
	padding: 5px 0px 10px 0px;
}

ul {
	line-height: 140%;
	font-size: 90%;
	direction:rtl;
	list-style-image: url(../Images/LiBullet.gif);
	}

li {
	padding-bottom: 10px;
	}	

	
.ContentSummery	{
	font-weight: bold;
	margin-top: 0px;
	font-size: 90%;
	margin-bottom: 15px;
	color: #000000;
	line-height: 140%;
	font-style: normal;
	}
/************ navbar styles **************/

.NavBar {
	font-size:110%;
	line-height:normal;
	margin-bottom: 0px;
	text-align: right;
	width: 768px;
	padding-right: 0px;
	float: right;
      }
	  
.NavBar ul {
	margin:0px;
	list-style: none;
	float: none;
	text-align: right;
	line-height: 130%;
	padding-right: 15px;
      }
	  
.NavBar li {
	margin:0;
	float: right;
	padding: 0 10px 0 3px;
      }

.NavBar a {
	display:block;
	text-decoration:none;
	font-weight:normal;
	color:#FFFFFF;
	background-position: top right;
	padding: 5px 5px 5px 5px;
      }
    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
	   
.NavBar a:link, .NavBar a:visited {
	color: #FFFFFF;
	text-decoration:none;
      }
	  
.NavBar a:hover {
	color: #CCCCCC;
      }

.NavBar #current {
	background-image:  url("../images/NavLeftOn.gif");
	background-repeat: no-repeat;
	background-position: top left;
}

.NavBar #current a {
	background-image:  url("../images/NavRightOn.gif");
	background-position: top right;
	background-repeat: no-repeat;
	font-weight: lighter;
	color: #990000;
	margin: 0;
}

/************ BreadCrumbs styles **************/
.BreadCrumbs	{
	color: #666666;
	font-size: 90%;
	direction:rtl;
	padding-right: 190px;
	background-color: #FFFFFF;
	clear: both;
	height: 20px;
	background-image: url(../Images/MainBodyBg.gif);
	background-repeat: no-repeat;
	margin-bottom: 0px;
	padding-top: 8px;
	padding-bottom: 22px;
	background-position: bottom;
	}
	
.BreadCrumbs a	{
	color: #666;
	text-decoration: none;
	font-size: 95%;
	}
.BreadCrumbs a:link ,.BreadCrumbs a:visited	{
	text-decoration: none;
	}

.BreadCrumbs a:hover	{
	color: #666666;
	text-decoration: underline;
	}


/*** SideMenu styles **************/

.SideMenu {
	width: 186px;
	background-image: url(/Heb/Images/SideMenuBg.gif);
}

.SideMenuTop {
	background-image: url(../Images/SideMenuTop.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding-top: 70px;
}

.SideMenuBottom {
	background-image: url(../Images/SideMenuBootom.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-top: 5px;
	width: 186px;
}

.SideMenu ul {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	text-align: right;
	line-height: 100%;
	list-style-image: url(none);
	list-style-type: none;
	background-image: url(../Images/SideMenuTop.gif);
	background-repeat: no-repeat;
	padding-top: 20px;
}

.SideMenu li {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

.SideMenu a {
	display: block;
	padding: 3px 5px 5px 2px;
	line-height: 120%;
	width: 179px;
}

.SideMenu a:link, .SideMenu a:visited {
	color: #666666;
	text-decoration: none;
	background-image: url(/images/SideMenuDown.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.SideMenu a:hover {
	color: #990000;
	text-decoration: underline;
	background-image: url(/Heb/Images/SideMenuHoverBg.gif);
	background-repeat: repeat-y;
	background-position: top right;
}

.SideMenu ul ul {
	margin-left: 0px;
	border-top: none;
	background-image: url(/Heb/Images/SideMenuBg.gif);
	padding-top: 0px;
	
}
.SideMenu ul ul a {
	background-image: url(../Images/SideMenuBullet2.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 30px;
	width: 152px;
}



.uberlink a:link, .uberlink a:hover, .uberlink a:visited {
	color: #990000;
	background-image: url(../Images/SideMenuUberlink.gif);
	background-repeat: repeat-y;
}
.uberlink1 a:link, .uberlink1 a:hover, .uberlink1 a:visited {
	color: #990000;
	background-image: url(../Images/SideMenuUberlink.gif);
	background-repeat: repeat-y;
}

/*** SideStory styles **************/

.SideStory {
	width: 186px;
	background-image: url(../Images/SideStoryBg.gif);
	margin-top: 50px;
	background-repeat: repeat-y;
}

.SideStoryTop {
	background-image: url(../Images/SideStoryTop.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 0px;
	padding-bottom: 10px;
}

.SideStoryBotttom{
	background-image: url(../Images/SideMenuBootom.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-top:5px;
	width: 186px;
}

.SideStory h1 {
	color: #990000;
	font-size: 120%;
	padding-right: 10px;
	margin: 0;
	font-style: normal;
	padding-left: 30px;
	border: none;
	padding-top: 25px;
	padding-bottom: 0px;
	font-weight: bold;
	line-height: 120%;
}

.SideStory h2 {
	color: #666666;
	font-weight: bold;
	font-size: 120%;
	margin: 0;
	border: none;
	text-align: center;
	padding: 0;
}
.SideStory h2 a:link {
	color: #666666;
	text-decoration: underline;
	}
.SideStory h2 a:visited {
	color: #666666;
	text-decoration: none;
}
.SideStory h2 a:hover, h2 a:active	{
	color: #666666;
	text-decoration: underline;
	}


.SideStory p {
	font-size: 90%;
	line-height: 120%;
	color: #000000;
	text-align: right;
	padding: 0px 10px 10px 0px;
}



.SideStory a:link {
	color: #990000;
	text-decoration: underline;
	margin-left: 0px;
}
.SideStory a:visited {
	color: #999999;
	text-decoration: none;
}
.SideStory a:hover, .SideStory a:active	{
	color: #990000;
	text-decoration: none;
	}

.SideImg {
	margin-bottom: 20px;
	margin-top: 10px;
	text-align: center;
}


/*** Forms styles *************************************/

.FormFieldLeft  		{
	direction:ltr;
	text-align: left;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	font-size: 90%;
	font-family: Arial, Miriam, David, sans-serif;
}

.FormField {
	direction:rtl;
	text-align: right;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	font-size: 90%;
	font-family: Arial, Miriam, David, sans-serif;
}

.FormButton 		{
	FONT-SIZE: 90%;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Miriam, David, sans-serif;
	background-image: url(../Images/Send.gif);
	color: #FFFFFF;
	background-position: center;
	padding-right: 40px;
	background-repeat: no-repeat;
}

/*** Tables styles **************************/

.TableList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin-bottom: 10px;
}

.TableList td {
	padding: 2px 0px 2px 0px;
	text-align: right;
	border-bottom: 1px solid #B6B6B8;
	font-weight: normal;
}

.TableList th {
	vertical-align: top;
	text-align: right;
	font-size: 100%;
	background-color: #FBFBFB;
	border-bottom: 1px solid #B6B6B8;
}


.TableList caption {
	text-align: left;
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 5px;
}

.TableListTr {
	background-color: #FBFBFB;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #666666;
}
.TableDetails {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 90%;
}

.TableDetails td {
	padding: 2px 2px 2px 2px;
	text-align: right;
	vertical-align: top;
	direction: rtl;
}

.TableDetails th {
	padding: 0px 2px 0px 2px;
	vertical-align: top;
	text-align: right;
	font-weight: normal;
}

.TableDetails ul {
	margin-left: 0px;
	padding-left: 18px;
	margin-top: 0px;
	padding-top: 0px;
}

/*** PageNumbers styles **************/

.PageNumbers {
	font-size: 85%;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: bold;
	color: #999999;
	direction:ltr;
}
.PageNumbers a	{
	color: #003399;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	}

.PageNumbers a:visited	{
	color: #235EA0;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	}


.PageNumbers a:hover	{
	color: #FFFFFF;
	background-color: #1B4993;
	}
	
.Selected	{
	color: #003399;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	border: solid #666666 1px;
	}
	
.Disabled	{
	color: #999999;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	}
/*** Misc styles **************/

.ClearBoth {
	clear: both;
}


.ImageFloatLeft	{
	float: left;
	padding: 0px 10px 0px 0px;
	}

.ImageDescription	{
	float: left;
	padding: 0px 10px 0px 40px;
	}
	
.ImageFloatRight	{
	float: right;
	margin-left: 10px;
	}
	
.ImageItem	{
	float: left;
	padding-bottom: 10px;
	}

.HomeBox {
	direction:rtl;
	width: 220px;
	background-color: #FBFBFB;
	margin: 0px;
	padding-right: 20px;
}

.HomeBoxTop {
	background-image: url(../Images/HomeBoxTopBG.gif);
	background-repeat: no-repeat;
}

.HomeBoxBottom {
	direction:rtl;
	background-repeat: no-repeat;
	float: right;
	width: 178px;
	margin-top: 0px;
	background-color: #FBFBFB;
	border-left: 1px solid #999999;
}

.HomeBox h1{
	color: #C01623;
	font-size: 120%;
	text-align: right;
	padding-right: 3px;
	line-height: 130%;
	font-style: italic;
	background-image: url(../Images/HomeBoxTop.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 3px;
	font-weight: bold;
}
.HomeBox h1 a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.HomeBox h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.HomeBox h1 a:hover, .HomeBox h1 a:active	{
	color: #FFFFCC;
	text-decoration: none;
	}
	
.HomeBox h2{
	color: #666666;
	font-size: 120%;
	line-height: 120%;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/images/HomeBoxTop.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}
.HomeBox p{
	text-align: right;
	line-height: 140%;
	font-size: 90%;
	font-weight: normal;
	margin-bottom: 10px;
}
#Home #Last {
	width: 220px;
	padding: 0;
	padding-right: 20px;
}

.MustAsterix {
	color: #FF0000;
	font-size: 100%;
	font-weight: normal;
}
.ContentBox {
	font-weight: bold;
	background-color: #CBD6E7;
	text-align: center;
	color: #33486C;
	padding: 10px;
	border: 1px solid #003399;
}






.MainBox{
	width: 240px;
	float: right;
	padding: 0px 10px 0px 10px;
	margin-top: 0px;
}

.Languages {
	float: left;
	margin: 10px 2px 8px 0px;
	font-size: 70%;
}
.Languages a:link {
	color: #CCCCCC;
	text-decoration: none;
}
.Languages a:hover, .Languages a:active	{
	color: #FFFFFF;
	text-decoration: none;
	}
.Languages a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.TextLeft {
	float: left;
}
.ImageStrip {
	width: 765px;
	text-align: center;
}
/*** ItemBox styles **************/
/* for understanding browsers */
.ItemBox {
	margin-bottom: 12px;
	padding-bottom: 6px;
	clear: right;
	min-height: 9em;
	height:auto;
	border-bottom: 1px solid #DDDDDD;
	padding-left: 0px;
	margin: 0px;
}


.ItemBoxImg {
	float: right;
}
.ItemBoxText {
	float: left;
	width: 400px;
	margin: 0px;
	padding: 0px;
}
.ItemBoxText p{
	font-size: 90%;
}
.ItemBox h3{
	color: #666666;
	margin: 10px 0px 0px 0px;
	font-size: 120%;
	font-weight: bold;
	text-align: right;
	line-height: 120%;
	font-style: normal;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 5px;
}
.ItemBox h3 a:link {
	color: #666666;
	text-decoration: none;
}

.ItemBox h3 a:visited {
	color: #666666;
	text-decoration: none;
}

.ItemBox h3 a:hover, .h3 a:active	{
	color: #990000;
	text-decoration: none;
	}

.HomeBox td {
	vertical-align: top;
	padding-bottom: 8px;
}

.AboutIntroflashcontent {
	width: 620px;
	float: left;
	height: 175px;
}
.Flash {
	float: left;
	width: 577px;
	padding: 4px;
	background-image: url(../Images/FlashBg.gif);
	background-repeat: no-repeat;
}
/************ footer styles **************/

.Footer {
	background-image: url(../Images/FooterBg.gif);
	background-repeat: no-repeat;
	background-position: top;
	clear: both;
	padding: 0px 50px 25px 50px;
	margin-top: 30px;
}

.FooterLogo {
	float: left;
	padding-left: 10px;
	padding-top: 20px;
	
	
}
.MainContainer {
	background-repeat: repeat-y;
	background-image: url(../Images/MainContainerBg.jpg);
}

.HomeBoxBottom p {
	text-align: right;
	padding: 0px 6px 0px 6px;
	line-height: 140%;
	border-left: NONE;
}

.HomeBoxBottom h2 {
	color: #666666;
	font-size: 120%;
	line-height: 120%;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/images/HomeBoxTop.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	padding-right: 35px;
	margin: 5px 0px 0px 0px;
}
.LinkImg {
	float: left;
	margin-top: 5px;
	margin-right: 15px;
}


#Category {
}
#Category .Content {
	margin: 0px 10px 10px 0px;
	padding-left: 0px;
}
#Category .ItemBoxText {
	width: 350px;
}
#Category .ItemBoxText p {
	padding-left: 20px;
}
#Category .ProductBox {
	direction:rtl;
	text-align: right;
	width: 100px;
	float: right;
	border: 1px solid #FFFFFF;
	background-image: url(../Images/ProductBoxBg.gif);
	background-repeat: repeat-x;
	height: 131px;
	padding-top: 20px;
	padding-right: 10px;

}
.CatalougeBox {direction:rtl;
	background-repeat: no-repeat;
	float: right;
	width: 178px;
	background-color: #FBFBFB;
	padding: 0px;
	margin: 0px;
}



.CatalougeBoxTop {
	background-image: url(../Images/HomeBoxTopBG.gif);
	background-repeat: no-repeat;
}

.CatalougeBoxBottom {
	direction:rtl;
	background-repeat: no-repeat;
	float: right;
	width: 178px;
	margin-top: 0px;
	background-color: #FBFBFB;
}

.CatalougeBox h1{
	color: #C01623;
	font-size: 120%;
	text-align: right;
	padding-right: 3px;
	line-height: 130%;
	font-style: italic;
	background-image: url(../Images/HomeBoxTop.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 3px;
	font-weight: bold;
}
.CatalougeBox h1 a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.CatalougeBox h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.CatalougeBox h1 a:hover, .HomeBox h1 a:active	{
	color: #FFFFCC;
	text-decoration: none;
	}
	
.CatalougeBox h2{
	color: #666666;
	font-size: 120%;
	line-height: 120%;
	font-weight: bold;
	text-decoration: none;
	margin: 5px 6px 0px 0px;
}
.CatalougeBox p{
	text-align: right;
	padding: 0px 6px 0px 6px;
	line-height: 140%;
	border-left: NONE;
}

.ProductImg {
	width: 260px;
	float: left;
	background-image: url(../Images/DescriptionImgBg.gif);
	background-repeat: repeat-y;
	text-align: center;
	padding-right: 15px;
}
.ProductImgBottom {
	background-image: url(../Images/DescriptionImgBottom.gif);
	width: 260px;
	background-position: bottom;
	padding: 15px 0px 10px 0px;
	background-repeat: no-repeat;
}
.ProductImgTop {
	width: 260px;
	float: left;
	background-image: url(../Images/DescriptionImgTop.gif);
}

.ProductImg a {
	text-decoration: none;
	border: 1px solid #666666;
	padding: 3px 6px 0px 6px;
	background-color: #E6E6E6;
}

.ProductImg a:link {
	color: #990000;
}

.ProductImg a:visited {
	color: #990000;
}

.ProductImg a:active{
	color: #FFFFFF;
	background-color: #990000;
	}
	
.ProductImg a:hover	{
	color: #FFFFFF;
	background-color: #666666;
	}


#Home .MainBody {
	width: 768px;
}
.HomeBox ul {
	font-weight: bold;
	margin: 0px;
	padding-right: 15px;
}
.HomeBox li {
	color: #990000;
	padding: 0;
	padding-bottom: 5px;
}
.HomeBox li a {
	color: #990000;
	text-decoration: none;
}
.HomeBox li a:link {
	color: #990000;
	text-decoration: none;
}

.HomeBox li a:visited {
	color: #990000;
	text-decoration: underline;
}

.HomeBox li a:hover, .HomeBox li a:active	{
	color: #990000;
	text-decoration: none;
	}
.Border {
	background-image: url(../Images/BorderHomebox.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding: 0px;
	margin: 0px;
}
.left {
	text-align: left;
}
.left p {
	text-align: left;
	margin-left: 6px;
}
.BorderBottom {
	background-image: url(../Images/BorderBottom.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
.Footer p {
	padding-top: 20px;
}
.SideMenu2 {
	width: 186px;
	background-image: url(/Heb/Images/SideMenuBg.gif);
}


.SideMenu2 ul {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	text-align: right;
	line-height: 100%;
	list-style-image: url(none);
	list-style-type: none;
	background-image: url(../Images/SideMenuTop.gif);
	background-repeat: no-repeat;
	padding-top: 20px;
}

.SideMenu2 li {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

.SideMenu2 a {
	display: block;
	padding: 3px 5px 5px 2px;
	line-height: 120%;
	width: 179px;
}


.SideMenu2 a:link  {
	color: #666666;
	text-decoration: none;
}

.SideMenu2 a:hover {
	color: #990000;
	background-image: url(/Heb/Images/SideMenuHoverBg.gif);
	background-repeat: repeat-y;
	background-position: top right;
}
.W3Validator {
	text-align: right;
	clear: both;
}
