/** BASIC */

body {
	margin: 10px 0;
    font-family: "Arial (Hebrew)", "Courier New (Hebrew)", Arial, Helvetica;
	color: #83895C;
	font-size: 0.9em
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-top: 0;
    font-family: "Arial (Hebrew)", "Courier New (Hebrew)", Arial, Helvetica;
	color: #CC6600;

	text-align: right;
	direction: rtl;
}

a {
	text-decoration: none;
	color: #CC6600;
	border-bottom: 1px solid #EBA45E;
}

a:hover {
	border: none;
}

/** HEADER */

#header {
	width: 700px;
	height: 80px;
	margin: 0 auto;
}

#header h1 {
	margin: 0;
	padding: 30px 10px 0 20px;
	text-transform: lowercase;
	font-size: 36px;
	letter-spacing: -.05em;
	color: #83895C;
	text-align: left;
	direction: rtl;
}

#header h2 {
	display: none;
}

/** MENU */

#menu{
	width: 700px;
	margin: -2.25em auto 0 auto;
	text-align: right;
	direction: rtl;
	font-weight: bold;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 10px 0 11px;
	border: none;
	border-left: 1px solid #83895C;
	color: #83895C;
}

#menu a:hover {
	color: #5793ff;
}

#menu .first a {
	border: none;
}


#bottommenu{
    position: relative;
	width: 700px;
	margin: 0 auto 0 auto;
	text-align: right;
	direction: rtl;
	font-size: 0.85em;
	top: -13px;
}

#bottommenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

#bottommenu li {
	display: inline;
}

#bottommenu a {
	padding: 0 10px 0 11px;
	border: none;
	/*border-left: 1px solid #83895C;*/
	color: #83895C;
}

#bottommenu a:hover {
	color: #5793ff;
}

#bottommenu .first a {
	border: none;
}

/** CONTENT */

#content {
	width: 720px;
	min-height: 400px;
	margin: 0 auto;
	background: #EFEBDF url(images/img01.gif) repeat-y left top;
	text-align: right;
	direction: rtl;
}

#content * {
	line-height: 140%;
}

#columnA {
	float: left;
	width: 440px;
	padding: 25px 20px 0 30px;
	background: url(images/img02.gif) no-repeat left top;
}

#columnB {
	float: right;
	width: 200px;
	padding: 25px 20px 0 10px;
	background: url(images/img03.gif) no-repeat left top;
}

#columnB * {
	color: #EFEBDF;
}

#columnB ul {
	margin-left: 0;
	padding-left: 0;
	text-indent: -40px;
	list-style: inside circle;
}

#columnB a {
	border-bottom-color: #EBD8B7;
	color: #FFFFFF;
}

/* FOOTER */

#footer {
	width: 720px;
	height: 50px;
	margin: 0 auto;
	background: url(images/img04.gif) no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 35px 0 0 20px;
	font-size: x-small;
    font-family: "Arial (Hebrew)", "Courier New (Hebrew)", Arial, Helvetica;
}


.PageUserControlContainer{ width: 98%; text-align: right; direction: rtl }

.zone_admin_panel {font-size: 1.2em; float: left; text-align: right; height: 13px; color: black;}
.zone_admin_panel a { padding: 0 5px 3px 5px; border: solid 1px #fff; background-color: silver; text-decoration: none; font-size: x-small;  width: 40%; height: 90%; font-weight: bold;}
.zone_admin_panel a:hover { text-decoration: none; font-size: x-small; color: black; background-color: White; width: 40%; height: 90%; border: solid 1px black; }
.cms_login {position:relative; float: left; left: 20px;  }
.cms_login a {font-size: x-small; text-decoration: none;}
.colorbox, #colorbox { z-index: 9000; }

