/************************************************************** PAGE LAYOUT ***/
*{
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #5f81a4;
	scrollbar-base-color: #ffffff;
	scrollbar-face-color: #e1e9ea;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-track-color: #ffffff;
}

}
body
{
	margin: 				0px;
}
body, td
{
	font-size: 				small;
	font-family: 			Arial, Verdana, Geneva, Helvetica, sans-serif;
}
form
{
	margin: 				0px;
	display: 				inline;
}
a img
{
	border: 				none;
	border-width: 			0px;
}
p{
	margin: 				10px 0;
	text-align: 			justify;
}
.contentholder
{
	width: 					740px;
	margin: 				auto;
}
.title
{
	color: 					#464545;
	display: 				block;
	font-size: 				17px;
	font-weight: 			bold;
	margin-bottom: 			7px;
}
.title img
{
	padding-right: 			7px;
	vertical-align: 		middle;
	
}
#address
{
	color: 					#737373;
	font-size: 				11px;
	margin-top: 			10px;
	font-style: 			normal;
	text-align: 			center;
}
#header	th
{
	width: 					221px;
}
#topleft
{
	width:					191px; 
	height:					141px; 
	padding: 				15px;
	background:				url(/images/topleftbg.gif);
	vertical-align: 		top;
}
#loginform
{
	direction: 				rtl;	 
	margin: 				20px 10px 0 10px;	 
}
#news .title
{
	margin:					10px;
}
#news #wraper
{
	border:					1px solid #ffffff; 
	background-color:		#e1e9ea; 
}
#news #scroller
{
	width: 					192px; 
	height:					227px; 
	overflow:				hidden;
	padding-left: 			15px;
	margin-right: 			10px;
}
#newsSpacer
{
	border:					1px solid #cccccc; 
	border-top:				0 none;	
}
#content
{
	padding: 				10px 15px;
}
#mainpic
{
	width:					519px; 
	height:					171px;
	text-align: 			right;
	vertical-align: 		top;
}
#mainpic a
{
	color: 					black;
	float: 					right;
	clear: 					both;
	margin: 				7px;
	font-weight: 			bold;
	text-decoration: 		none;
}
#mainpic img
{
	padding-right:			4px;
	vertical-align: 		middle;
}
#callNow
{
	font-size: 				15px;
	font-weight: 			bold;
	margin-top:				100px;
}
li
{
	line-height: 			20px;
	list-style-image: 		url(/images/he/arrows/double.gif);
}
ul{
	margin-right: 			0px;
	padding-right: 			20px
}
/******************************************************************************/
/*********************************************************** POPUP NAV MENU ***/
/******************************************************************************/

/******************************************************************* LAYOUT ***/
#menu, #menu ul
{	
	z-index:				100;
	margin:					0;
	padding:				0;
	list-style:				none;
}
#menu li
{
	float:					right;
	width:					103px;
	margin: 				0;
	position:				relative;
	line-height:			24px;
	list-style-image:		none;
}
#menu li li
{
	width: 				120px
}
#menu li ul
{
	display:				none;
	position:				absolute;
	margin-top:				-3px;
	margin-left:			-8px;	
}
#menu ul li ul
{
	width: 					120px;
	margin-top:				-20px;
	margin-left:			-110px;
}
/*************************************************************** MORE ARROW ***/
#menu div
{
	float: 					left;
	margin-top: 			-22px;
	margin-left: 			5px;
}
/***************************************************** STYLING UP THE LINKS ***/
#menu a
{
	color:					#464545;
	display:				block;
	padding:				0 10px;
	background:				#ffffff;
	text-align: 			center;
	font-weight: 			bold;
	text-decoration:		none;
}
#menu li li a
{
	color:					#464545;
	display:				block;
	padding:				0 10px;
	background:				#f2f6f6;
	text-align: 			right;	
	font-weight: 			bold;
	border-right:			1px solid #cccccc;
	text-decoration:		none;
}
#menu a:hover
{
	background-color:		#e1e9ea;
}
#menu ul
{
	border-top:				1px solid #cccccc;
}
#menu ul a
{
	border-top:none;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	background:#AEC245;
}

/***************************************************************** IE FIXES ***/
/* Fix IE. Hide from IE Mac \*/
* html #menu ul li
{
	float: 					right; 
	height: 				1%;
}
* html #menu ul li a
{ 
	height: 				1%;
}
/* End */

/******************************************************************************/
* html #menu li
{
	position:				static;
}

/******************************************************************************/
/********************************************************************* FORM ***/
/******************************************************************************/
form
{
	float:					right;
	border-left:			1px solid #d7d7d7;
	margin-left: 			22px;
	padding-left: 			22px;
}
form th
{
	color: 					#969696;
	font-weight: 			normal;
	text-align: 			left;
}
form td input
{
	width:					170px;
	border: 				1px solid #969696;
}
form td textarea
{
	width:					170px;
	height: 				95px;
	border: 				1px solid #969696;
	overflow: 				auto;
}
form th input
{
	border: 				0 none;
	background: 			url(/images/he/arrows/treeple.gif) no-repeat left center;
	font-weight: 			bold;
	font-family: 			arial;
	padding-left: 			10px;
	background-color: 		transparent;
}