@charset "UTF-8";
/* Website Design, HTML and CSS Documents by Gadi Freedman - http://www.gadifreedman.com */

body {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	color:#590202;
	background-image:url(images/BKmain.gif);
	background-repeat:repeat;
	margin-top:0px;
	padding-top:0px;
	direction:rtl;
	text-align:right;
}

html body {
	display: block;
	height: 100%;
}

Div#main {
	background-image:url(images/BKimageTrans.png);
	background-repeat:no-repeat;
	background-position:top center;
	height:100%;
	width: 1024px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
	font-size:13px;
	color:#590202;
}

Div#container {
	width: 887px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

Div#Top {
	background-image:url(images/Top-bg.png);
	background-repeat:no-repeat;
	background-position:top center;
	width:887px;
	height:20px;
}

Div#middleBG {
	background-image:url(images/BKimageMiddle.png);
	background-repeat:repeat-y;
	background-position:center;
	width:887px;
	height:540px;
}

Div#Header {
	background-image:url(images/Header.png);
	background-repeat:no-repeat;
	background-position:top;
	height:80px;
}

div.TabShort {
	background-repeat:no-repeat;
	width:279px;
	float:right;
	margin-right:22px;
}
div.TabShortHeader {
	background-image:url(images/TabShortHeader.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:279px;
	height: 44px;
}
div.TabShortMiddle {
	background-image:url(images/TabShortMiddle.jpg);
	background-repeat:repeat-y;
	background-position:top;
	width:279px;
	height:364px;
}
div.TabShortBottom {
	background-image:url(images/TabShortBottom.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:279px;
	height: 16px;
}

div.TabLong {
	background-repeat:no-repeat;
	width:560px;
	float:right;
	margin-right:1px;
}
div.TabLongHeader {
	background-image:url(images/TabLongHeader.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:560px;
	height: 44px;
}
div.TabLongMiddle {
	background-image:url(images/TabLongMiddle.jpg);
	background-repeat:repeat-y;
	background-position:top;
	width:560px;
	height:364px;
}
div.TabLongBottom {
	background-image:url(images/TabLongBottom.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:560px;
	height: 16px;
}

div.MainText {
	width:560px;
	padding:0px;
	overflow:hidden;
	}
	
div.slideshow {
	width:500px;
	/*border:#eeeeee 8px solid;*/
	margin-top: 16px;
	margin-right: auto;
	margin-left: auto;
	}	
	
	
div.SideBarText {
	width:229px;
	padding:16px;
	padding-top:4px;
	overflow:hidden;
	text-align:right;
	}	
	

Div#bottom {
	background-image:url(images/BottomImage.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	width:887px;
	height:20px;
}

Div#MainContent {
	width:887px;
	height:480px;
	text-align: center;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
	vertical-align: middle;	
}

Div#MainMenu {
	width: 100%;
	height: 18px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.Menu{  /*The website main menu*/
	width: 100%;
	overflow: hidden;
	/*border-bottom: 1px solid black; bottom horizontal line that runs beneath tabs*/
}

.Menu ul{
	margin: 0;
	padding: 0;
	padding-right: 28px; /*offset of tabs relative to browser right edge*/
	font: bold 11px Verdana;
	list-style-type: none;
	bottom:3px;
}

.Menu li{	
	display: inline;
	margin: 0;
}

.Menu li a{
	float: right;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 4px 12px; /*padding inside each tab*/
	/*border-right: 1px solid #999999;*/ /*right divider between tabs*/
	color: #d9d9d9;
	/*background: #999999;*/ /*background of tabs (default state)*/
}

.Menu li a:visited{
	color: #d9d9d9;
}

.Menu li a:hover, .Menu li.selected a, #selected a{
	/*background: #c4df0b;*/ /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
	color: #595959;
}

.CatMenu li a:hover, .CatMenu li.selected a, #CatSelected a{
	background: #dfc40b; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
	color: white;
}

Div#CatMenu{
	/*background-image:url(images/2ndMenuBkgr.gif);*/
	width:942px;
	height:34px;
	margin:0px;
	padding:0px;
	position:relative;
}

.CatMenu{
	width: 100%;
	overflow: hidden;
	position: relative;
	top: 3px;
	margin:0px;
	padding:0px;
	/*border-bottom: 1px solid black; bottom horizontal line that runs beneath tabs*/
}

.CatMenu ul{
	margin: 0;
	padding: 0;
	padding-left: 8px; /*offset of tabs relative to browser left edge*/
	font: normal 12px Verdana;
	list-style-type: none;
	position:relative;
}

.CatMenu li{	
	display: inline;
	margin: 0;
}

.CatMenu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 4px 10px; /*padding inside each tab*/
	border-right: 1px solid #ffffff; /*right divider between tabs*/
	color: #DFC40B; /*Masterd*/
	background: white; /*background of tabs (default state)*/
}

/*.CatMenu li a:visited{
color: #5cc0ce; 
}*//*No visited state at this time*/

.CatMenu li a:hover, .Menu li.selected a{
	background: #DFC40B; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
	color: white;
}

div#home-Text{   /*Homepage text block*/
	width:280px;
	color:#97ac08;
	float:right;
	padding: 8px;
	margin-left:20px;
	margin-right:20px;
}

p.text {
	line-height:1.4em;
}

div#Pages-Text{   /*Other Pages text block*/
	width:260px;
	color:#8d3864;
	position:relative;
	top:2px;
	left:12px;	/*border:#666666 solid thin;*/
	height: 474px;
	padding: 8px;
	margin-left:0px;
	}
	
div#Catalog-Text{   /*Other Pages text block*/
	width:220px;
	color:#97AC08;
	position:relative;
	top:2px;
	left:12px;	/*border:#666666 solid thin;*/
	height: 474px;
	padding: 8px;
	margin-left:12px;
	}
	
div#Categorie-Text{   /*Other Pages text block*/
	width:220px;
	color:#97AC08;
	position:relative;
	top:2px;
	left:12px;	
	height: 474px;
	padding: 0.1px 10px 10px 10px;
	margin: 8px;
	}		
	
div#Contact-Text{   /*Other Pages text block*/
	width:240px;
	color:#97AC08;
	position:relative;
	top:2px;
	left:12px;	/*border:#666666 solid thin;*/
	height: 474px;
	padding: 8px;
	margin-left:12px;
	}	

div#Links-Text{   /*Other Pages text block*/
	width:240px;
	color:#97AC08;
	position:relative;
	top:2px;
	left:12px;	/*border:#666666 solid thin;*/
	height: 474px;
	padding: 8px;
	margin-left:12px;
	}	


/*Main headers style*/
h1{  
	color:#bf2619;
	font-size:22px;
	font-weight:normal;
	margin-bottom: 8px;
}

h1.Blue{  
	color:#dfc40b;
	font-size:20px;
	font-weight:normal;
	margin-bottom: 8px;
}

/*Main headers container*/
div.h1{
	border-bottom: #FF3300 solid 1px;
}

div.h1_Blue{
	border-bottom: #0A82BB solid 1px;
}

div.h1_HEB { 
	border-bottom: #FF3300 solid 1px;
	text-align:right;
	direction:rtl;
}

div.Catalogh1{
	border-bottom: #FF3300 solid 1px;
	Margin-bottom: 12px;
}

div.Catalogh1_Blue{
	border-bottom: #0A82BB solid 1px;
	Margin-bottom: 12px;
}

/*Secondery headers style*/
h2{  
	color:#4c4c4c;
	font-size:16px;
	font-weight:normal;
}

/*Secondery headers container*/
div.h2{
	padding-bottom: 0px;
	padding-top: 0px;
}

div.h2_HEB{
	padding-bottom: 0px;
	padding-top: 0px;
	text-align:right;
	direction:rtl;
}

/*Homepage catalog categories text*/
h3{  
	color:#97ac08;
	font-size:12px;
	text-align:left;
	font-weight:normal;
}


.P{
	color:#97AC08;
	line-height: 18px;
}

div.line{   /*A line seperator between paragraphs*/
	border-bottom:#cccccc/*#d80067*/ solid 1px;
	width:828px;
	height:1px;
	margin-left:auto;
	margin-right:auto;	
}

.HebrewButton, .EnglishButton {
	float:right;
	position:relative;
	bottom:18px;
	border: none;
	width: 50px;
	height: 16px;
	text-align:left;
}

/*a img {  No border for image-type links 
	border: none;
}*/

/*a:hover img {   No border for image-type links in hover state 
	border: #993300 1px dashed;
}*/

a img:hover {
border: #993300 1px dashed;
}

div#HomeCatalog {
	width: 520px;
	float:right;
	padding:8px;
	margin-left:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FF00FF;
}

div#ContactMain {
	width: 520px;
	float:right;
	padding:8px;
	margin-right:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FF00FF;
}

div#LinksMain {
	width: 520px;
	float:right;
	padding:8px;
	margin-right:80px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FF00FF;
}

div#AboutMain {
	width: 520px;
	float:right;
	padding:8px;
	margin-right:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FF00FF;
}

div#HomeMainImage {
	width: 520px;
	float:right;
	padding:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FF00FF;
	margin-right:45px;
	/*position:relative;*/
	right: 35px;
}

div#CatalogMain {
	width: 590px;
	float:right;
	padding:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FF00FF;
	position:relative;
	right: 45px;
}

div#ProductMain {
	width: 590px;
	/*float:right;*/
	padding:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FF00FF;
	position:relative;
	right: 45px;
}


div#PagesMain {
	width: 520px;
	float:right;
	padding:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FF00FF;
	position:relative;
	right: 100px;
}


div.HomeMainImage {
	margin-top: 24px;
	}


.HomeCatElement {
	height: 190px;
	width: 219px;
	float:left;
	margin-right:19px;
	margin-bottom:19px;
	padding: 1px;
	text-align:center;
	position:relative;
	border:#993300 1px solid;
	top:10px;
}

.HomeCatImage {
	position:relative;
	vertical-align:middle;
	top:10px;
}

.HomeCatElementText {
	position:relative;
	top:10px;
}

div#footer {
width:868px;
height: 12px;
font-size:10px;
color:#8d3864;
padding: 8px 2px 8px 8px;
}

.footerTextLeft {
text-align:left;
width: 220px;
float:left;
}

.footerTextRight {
text-align:right;
float:right;
width: 280px;
padding-right: 4px;
}

a {
text-decoration: underline;
color:#5b2842;
}

a:hover {
text-decoration: underline;
color:#f00e12;
}

.clearfix:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.IMGframe {
border: #9a9a9a 1px solid;
}

.IMGframe img:hover{
border: #993300 1px dashed;
}

.IMGnoframe {
border: none;
}


#gallery {
width: 600px;
}

/*.gallery img:hover {
border: none;
}*/

.gallery {
float:left;
border: #cccccc 1px solid;
margin: 4px;
padding: 4px;
}

.caption{
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	font-size: 12px;
	font-weight:bolder;
	color: #ffffff;
	background-color:#999999;
}

these styles belong to the product inpage gallery
.thumbNormal {
border:1px solid #ffffff;
}
.thumbSelected {
border:1px dotted #FF00FF;
}

.thumb ul {
list-style:none;
width: 580px;
position:relative;
left:-45px;
}

.thumb li {
float:left;
border: silver 1px solid;
margin: 4px;
padding: 4px 4px 4px 4px;
}
