﻿/* CSS layout Hebrew Shigidar Home Page Only

 
strong purple:4019A6
medium purple:C6BAE4 (30%)
light purple:D9D1ED  (20%)
strong orange:FA7901
medium orange:FED7B3  (30%)
content background color light greenish:edf8f0

*/
body {
	background-color:#D9D1ED;
	font-family:Arial, "Microsoft Sans Serif",helvetica, sans-serif;
}
h3 {
	font-size:18px;
	margin-top:1px;
	font-family:"Times New Roman", Times, serif;
}
p {
	font-size:14px;
	line-height: 1.2em;
	text-align: right;
 	margin-bottom:0.1em;
 	padding-left:2px;padding-right:2px;
}
.rightoleft {
	direction:rtl;
}

.img-float-left {
	float:left;
	border-style: ridge;
	border-color:#edf8f0;
	border-width: 6px;
	margin:6px;

}
.img-float-right {
	float:right;
	border-style: ridge;
	border-color:#edf8f0;
	border-width: 6px;
	margin:6px;
}	
.PurpleCenter {
	text-align: center;
	color:white;
	background-color:#4019A6;
}
.OrangeCenter {
	text-align:center;
	color:white;
	background-color:#fa7901;
}
.footer {
	font-size: x-small;
	text-align: center;
}

#page_center {
 	width:955px;
 	margin:0 auto;
 	background-color:#edf8f0;
}
#top {
	position:relative;
	width:955px;
 	height:80px;
}
#logo {
	position:absolute;
	top:0px;right:0px;
 	height:80px; width:262px;
}
#AlternativeLanguage {
	position:relative;
	left:595px;top:22px;
	width:70px;height:39px;
}
#AlternativeLanguage a {
	color: black;
	text-decoration:underline;
	text-align: center;
}
#AlternativeLanguage a:hover {
	text-decoration:overline;
	color:#FA7901;
}

#nav_main {
	position:absolute;bottom:17px;left:0px;width:693px;
}

#nav_main ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav_main li {
	float:left;
	margin:0px 1px 0px 1px;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
}
#nav_main li a {
	background:#4019A6 bottom left repeat-x;
	height: 25px;
	line-height:25px;
	width:85px;
	float:left;
	display: block;
	border:2px #FA7901 outset;
	color: white;
	text-decoration: none;
	text-align: center;
}
#nav_main li a:hover {
	background:#4019A6;
	border:2px #D9D1ED outset;
	color: #FA7901;
	text-decoration: underline;
	
}
#nav_main li a:active {
	background:#FA7901;
	border:2px #FA7901 outset;
	color: white;
	text-decoration: none;
}


/* Hide from IE5-Mac \*/
#nav_main li a
{
float: none;
}
/* End hide */

#nav_color_bar {
	clear:both;
	position:absolute;
 	bottom:0px;left:0px;
 	height:16px; width:694px;
 	background-color:#fa7901;
}
#nav_secondary {
	position:absolute;
	top:0px;left:0px;
	width:693px;
	background-color:#4019A6;
	color:white;
}
#content {
	position: relative;
	width: 945px;
	padding:5px 5px 0px 5px;
	height:700px;
}
#content a:link,#content a:visited,#content a:active {
	color:white;
	text-decoration:none;
}
#content a:hover {
	text-decoration:underline;
}

#cont_a {
	border:8px #FA7901 outset; 
	/*border:thick #FA7901 outset;*/
	position:absolute;
	background-color: #FED7B3;
	padding: 5px;
	top: 25px;
	right: 45px;
	width: 370px;
	height:250px;
}
#cont_a_1 {
	border:0px;
	position:absolute;
	background-color: #FED7B3;
	padding: 5px;
	top: 125px;
	right: 0px;
	width: 290px;
	height:60px;

}
#picture1 {
	position:absolute;
	z-index:5;
	top:185px;
	right:350px;
	border:6px;
	border-style:ridge;
	border-color:#edf8f0;
	width: 96px;
	height: 110px;
}
#picture2 {
	position:absolute;
	z-index:5;
	top:247px;
	right:100px;
	border:6px;
	border-style:ridge;
	border-color:#edf8f0;
	width: 102px;
	height: 70px;
}
#picture3 {
	position:absolute;
	z-index:5;
	top:600px;
	right:150px;
	border:0px;
	width: 280px;
	height: 80px;
}

#cont_b {
	border: 8px #C6BAE4 outset;
	background:#D9D1ED;
	position:absolute;
	padding: 5px;
	top: 35px;
	left: 55px;
	width: 350px;
	height: 330px;
}
#cont_c {
	border: 8px #C6BAE4 outset;
	background:#D9D1ED;
	position:absolute;
	padding:5px;
	top:345px;left:460px;
	width:350px;height:300px;
}
#cont_d {
	position:absolute;
	border: 8px #FA7901 outset;
	background-color: #FED7B3;
	padding:5px;
	top:410px;left:25px;
	width:350px;height:220px;
	
}

#footer {
	position:relative;
	width:955px;
 	background-color:#FA7901;
 	
}
#footer p {
	margin:4px;
	text-align:center;
	color:white;
}
#footer a:link,#footer a:visited,#footer a:active {
	color:white;
	text-decoration:underline;
	
}
#footer a:hover {
	 text-decoration:overline;
}

