

/* BODY MAIN */

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: arial;
	font-size: 12px;
	color: #e7eaeb;
background: black;
}


/**************************************/


/**** LINKS */

a:link, a:visited { color: #00a1ff; text-decoration:underline; font-weight: bold; } 
a:active, a:hover { color: white; text-decoration: underline; }

/****************************************/

p {
	margin: 0px;
	padding: 0px;
}

/* התמונות *****/

img {
	margin: 0px;
	padding: 0px;
	border: none;
}


/**************************************/


/* מנקה הדפים */
.cleaner {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;	
}

.cleaner_with_height {
	clear: both;
	width: 100%;
	height: 30px;
	font-size: 1px;	
}

.cleaner_with_width {
	float: left;
	width: 20px;
	height: 30px;
	font-size: 1px;	
}

#wrapper {
	margin: 0 auto;


}

/*********************************************/

#container {
	width: 960px;
	margin: 0 auto;
	padding: 0 10px 10px 10px;
}

/* באנרים שונים עדיין לא בשימוש */

#banner h1 {
	margin: 0px;
	padding: 0px;
	padding: 80px 0 20px 0;	
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	font-family: "arial";	
}

#banner p {
	font-size: 30px;
	width: 400px;
	line-height: 30px;
	font-family: "arial";
}

/* end of banner */


/* המסגרת הראשית של הדף*/

#content {
	clear: both;
	position: relative;
	width: 956px;
	padding: 0 2px;
	background: url(images/content_middle.jpg) repeat-y; 
}

/**********************************************/



/* הקו שמפריד בין התפריט למסגרת הראשונה */
#content #content_top {
	position: absolute;
	width: 960px;
	height: 6px;
	top: 0;
	left: 0;
	background: url(images/top_panel_bg.jpg) repeat-x; מסגרת קטנה מתחת לתפריט
}


/*************************************************/




/* H1 */
#content h1 {
	font-size: 16px;
	color:silver;
	padding: 0 0 20px 0;
	margin: 0 0 10px 0;
	font-family:"arial";
	
}

/****************************************************/


/* H2 */
#content h2 {
	font-size: 16px;
	color: #009dff;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	font-family:"arial";
	
}

/*******************************************************/



/* H3 */
#content h3 {
	font-size: 14px;
	color: #ff8c00;
	padding: 0 0 5px 3px;
	margin: 0 0 5px 0;
font-family:"arial";
font-weight:400;
	
}


/*******************************************************/


/* הגדרות תמונה */
#content img {
	float: left;
	border: 0px solid darkred;

}

/********************************************************/


/* הגדרות של המסגרת הראשונה */

#content .content_section_01 {
	clear: both;
	width: 876px;
	padding: 40px;
	background: #0a2035;
}


/* הגדרות מסגרת ראשונה - הצד השמאלי הגדול יותר */
.content_section_01 .section_01_left {
	float: left;
	width: 556px;
	padding-right: 30px;
	border-right: 2px solid grey;
}
/************************************************/


/* הגדרות מסגרת ראשונה - הצד השמאלי הקטן */


.content_section_01 .section_01_right {
	float: right;
	width: 277px;
}

.section_01_left p{
	padding-bottom: 10px;
	text-align: justify;
}

.section_01_right p{
	padding-bottom: 5px;
	text-align: justify;
}

/*******************************************************/


/*  הגדרות המסגרת התחתונה  מתחת לכל השכבה*/

#content .content_section_02 {
	clear: both;
	color: #CCC;
	width: 956px;
	padding: 0px;
	border-top: 8px solid grey;
background: url(images/lower.jpg);
}

.content_section_02 p {
	text-align: left;
}



/*******************************************************/



/* הגדרות שונות של קטעים במסגרת התחתונה */
.content_section_02 .section_02_subsection {
	float: left;
	width: 238px;
	margin: 10px 0px;
	padding: 0 40px;
	border-right: 1px solid GREY;
		background:url(images/lower.jpg); repeat-y	רקע החלק התחתון

}


/*******************************************************/



.section_02_subsection li a {
	color: #e7eaeb;
	font-weight: normal;
}

.section_02_subsection ul {
	margin: 20px 0 10px 10px;
	padding: 0px;
	list-style: none;
}

.section_02_subsection li {
	margin: 0px;
	padding: 0 0 15px 25px;
	background: url(images/list_icon_0k2.jpg) top left no-repeat;
}


/* footer */
#footer {
	clear: both;
	width: 960px;
	height: 65px;
	padding: 15px 0 0 0;
	text-align: center;
	color: #888;
	background: url(images/footer.jpg);
}

#footer p {
	padding-bottom: 5px;
}

#footer a {
	color: #888;
	font-weight: normal;
}
/* end of footer */
