/* CSS Document */
/* צבע העמוד */
body{
	background-color: #C9CA90;
	color: #34521E;
	margin: 0px;
}
/* רוחב האתר */
#sitewidth{
	width:767px;
	background-color: #34521E;
	padding-top: 15px;
	padding-right: 3px;
	padding-left: 3px;
}
/*  מבנה כותרת עליונה  */
#top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #567339;
	border: 1px solid #9A874D;
	height: 28px;

}
/*  מבנה כותרת עליונה של האתר  */
#top td.title{
	color: #567339;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	white-space: nowrap;
	padding-right: 3px;
	padding-left: 3px;
}
/*  מבנה כל תוכן האתר  */
#content {
	background-color: #F4E9D3;
	padding-top:10px;
	padding-right: 5px;
	padding-left: 4px;
	width:100%;
	border-right: 1px solid #9A874D;
	border-left: 1px solid #9A874D;
}

/* צבע טקסט בטבלאות בצורה כללית*/
table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #34521E;
}
/*  צבע כותרות שונות */
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #34521E;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #34521E;
}
/* צבע קו מפריד*/
hr{
	background-color: #C7B38E;
	height: 1px;
	border: 1px solid #C7B38E;
}
input{
	border: 1px solid #34521E;
	font-family: Arial, Helvetica, sans-serif;
	color: #34521E;
	background-color: #FFFFFF;
}
textarea {
	border: 1px solid #34521E;
	font-family: Arial, Helvetica, sans-serif;
	color: #34521E;
	background-color: #FFFFFF;
	width:80%;
	height:100px;
}
select {
	width:120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 16px;
}
/*  צבע קישורים באתר  */
a:link {
	text-decoration: none;
	color:#567339;
}
/*  צבע קישורים שבוקרו  */
a:visited {
	text-decoration: none;
	color:#567339;
}
/*  צבע קישורים במעבר עכבר  */
a:hover {
	text-decoration: none;
	color:#567339;
}
/*  צבע קישורים בזמן לחיצה  */
a:active {
	text-decoration: none;
	color:#567339;
}


/*  מבנה טבלה חיצונית  */
table.outer{
	background-color: #F8D018;
	border: 1px solid #9A874D;
	height: 405px;
	width: 205px;
	padding: 2px;
}
/*  מבנה טבלת כותרת לטבלה פנימית  */
table.header {
	background-color: #9A874D;
	height: 16px;
	width: 191px;
}
/* מבנה טבלת טקסט לתמונה */
table.headerbig {
	height: 16px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
}
/*  מבנה טבלה פנימית  */
table.inner{
	background-color: #FFFFFF;
	border: 1px solid #9A874D;
	padding: 2px;
	height: 396px;
	width: 195px;
}


/*  מבנה תמונה קטנה  */
img.imgsmall {
	height: 67px;
	width: 90px;
	border: 1px solid #000000;
}
/* מבנה טבלה לתמונה גדולה */
table.imgouter{
	background-color: #F4F0E1;
	border: 1px solid #C9B485;
	height: 406px;
	width: 535px;
	padding: 7px;
}
/* מבנה תמונה לתמונה גדולה */
img.imginner {
	border: 1px solid #9A874D;
	height: 389px;
	width:  519px;
}

/* מבנה תא לכפתור */
td.botton{
	background-color: #567339;
	border: 1px solid #34521E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
	height:31px;
	padding-right: 3px;
	padding-left: 3px;
	cursor:hand;

}

a.botton:link {
color: #FFFFFF;
}
a.botton:hover{
color: #000000 ;
}
a.botton:visited {
color: #FFFFFF;
}
/* מבנה תא לכפתור במעבר עכבר */
td.botton:hover{
	background-color: #F8D018;
	border: 1px solid #34521E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	height:31px;
	padding-right: 3px;
	padding-left: 3px;
	cursor:hand;

}

td.bottonhover{
	background-color: #F8D018;
	border: 1px solid #34521E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	height:31px;
	padding-right: 3px;
	padding-left: 3px;
    cursor:hand;

}

/* מבנה תא לכפתור */
td.bottonbig{
	background-color: #567339;
	border: 1px solid #34521E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 31px;
	padding-right: 3px;
	padding-left: 3px;
	cursor:hand;
	text-align: center;
}
/* מבנה תא לכפתור במעבר עכבר */
td.bottonbig:hover{
	background-color: #F8D018;
	border: 1px solid #34521E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	height: 31px;
	padding-right: 3px;
	padding-left: 3px;
    cursor:hand;
	text-align: center;
}
td.bottonbighover{
	background-color: #F8D018;
	border: 1px solid #34521E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 31px;
	padding-right: 3px;
	padding-left: 3px;
    cursor:hand;
	text-align: center;
}

/*  מבנה טבלה חיצונית - מבצעים  */
table.saleouter{
	background-color: #F8D018;
	border: 1px solid #9A874D;
	height: 220px;
	width: 205px;
	padding: 2px;
}
/*  מבנה טבלה פנימית - מבצעים  */
table.saleinner{
	background-color: #FFFFFF;
	border: 1px solid #9A874D;
	height: 210px;
	width: 190px;
}
td.saletext{ 
	padding: 10px;
}

/* מבנה טקסט באתר */
#pagetext{
	font-family: Arial, Helvetica, sans-serif;
	width: 535px;
	height: 220px;
	font-size: 14px;
	background-color: #F4F0E1;
	border: 1px solid #C9B485;
}
/* גודל אותיות לתיאור תמונה */
#ss_text {
	font-size: 16px;
	font-weight: bold;
	
}
/* מבנה כפתורי ניווט תחתונים*/
#bottomnav {
	background-color: #CAB485;
	height: 31px;
	padding-right: 10px;
	padding-left: 10px;
	width:100%;
}
/* מבנה כפתורי ניווט תחתונים - קישור */
#bottomnav a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color:#567339;
}
/* מבנה כפתורי ניווט תחתונים - קישור  במעבר עכבר*/
#bottomnav a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color:#567339;
}
/* מבנה כפתורי ניווט תחתונים - קישור  במעבר שבוקר */
#bottomnav a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color:#567339;
}
/* מבנה סטריפ תחתון */
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	height: 15px;

}
/* קוביית צימר */
#zimcube {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #34521E;
	border: 1px solid #C9B485;
	background-color: #F4E9D3;
	height: 70px;
	width: 190px;
}
#zimcube table {
	font-size: 14px;
	color: #34521E;
	border: 1px solid #C9B485;
	background-color: #F4E9D3;
	height: 70px;
	width: 185px;
}
#zimcube td.title {
	font-size: 15px;
	color: #34521E;
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
	height: 23px;
	overflow: hidden;	
}
#zimcube td.imgtxt {
	font-size: 14px;
	padding-right: 5px;
	padding-left: 5px;
	overflow: hidden;
	height: 66px;
}

#zimcube a:link {
	font-size: 15px;
	color: #34521E;
	font-weight: bold;
	text-decoration: none;
}
#zimcube a:hover {
	font-size: 15px;
	color: #34521E;
	font-weight: bold;
	text-decoration: none;
}
#zimcube a:visited {
	font-size: 15px;
	color: #34521E;
	font-weight: bold;
	text-decoration: none;
}
#zimcube img {
	height: 66px;
	width: 71px;
	margin-bottom: 3px;
	margin-left: 6px;
	float: right;
}
#zimcube hr {
	background-color: #C7B38E;
	border: 1px solid #C7B38E;
}
#gallery {
	float: left;
	margin-right:3px;
}
/*  מבנה טבלה חיצונית  */
#gallery table.outer{
	background-color: #F8D018;
	border: 1px solid #9A874D;
	height: 255px;
	width: 325px;
	padding: 2px;
}
/*  מבנה טבלה פנימית  */
#gallery table.inner{
	background-color: #FFFFFF;
	border: 1px solid #9A874D;
	padding: 2px;
	height: 246px;
	width: 315px;
}
#gallery img {
	height: 240px;
	width: 310px;
	margin-right: 6px;
	margin-bottom: 3px;
	margin-left: 6px;
	border: 1px solid #000000;

}
.smallimg {
	height: 240px;
	width: 310px;
	margin-right: 6px;
	margin-bottom: 3px;
	margin-left: 6px;
	padding:2px;
	border: 1px solid #000000;

}
#gallery hr {
	background-color: #C7B38E;
	border: 1px solid #C7B38E;
	height: 2px;
}

/*  מבנה טבלה ספר טלפונים  */
#phone tr.header{
	background-color: #F8D018;
	border: 1px solid #9A874D;
}
#phonedata {
	background-color: #F4E9D3;
	border: 1px solid #C9B485;
}
#phonedata td.lines {
	border-bottom: 1px solid #C9B485;
}

#contactus {
border: 3px solid #F8D018;
}
#contactus table.header {
	background-color: #F8D018;
	width:100%;
	height:72px;
	font-family: Arial, Helvetica, sans-serif;
}
#contactus td.text {
background-color: #FFFFFF;
padding: 15px;
}
#contactus td.footer {
	height:31px;
	background-color: #F8D018;
	padding: 3px;
}
.tblsearchcolor {
	background-color: #F4F0E1;

}
.tblsearchwhite{
background-color: #FFFFFF;
}
.spacer {
background-color: #F8D018;

}

