﻿/* CSS layout Hebrew Shigidar pages except home page 
strong purple:4019A6
medium purple:C6BAE4 (30%)
light purple:D9D1ED  (20%)
strong orange:FA7901
medium orange:FED7B3  (30%)
light greenish:edf8f0 */

body {
	background-color:#D9D1ED;
	font-family:Arial, "Microsoft Sans Serif", helvetica, sans-serif;
}
h3 {
	font-size:18px;
	margin-top:1px;
}
h4 {
	font-size:16px;
	margin-top:5px;
}
p {
	font-size:14px;
	line-height: 1.2em;
	text-align: right;
 	margin-bottom:0.1em;
 	padding-left:2px;padding-right:2px;
 	color:#1e1e1e;
}	 
.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;
}
.OrangeCenter a:link {
	text-decoration:none;
}
.rightoleft {
	direction:rtl;
}
.footernav {
	direction: rtl;
	text-align: center;
}
.footer {
	font-size: x-small;
}
/* centering the whole thing */
#page_center {
 	width:955px;
 	margin:0 auto;
  	background-color:#edf8f0;
}
/* logo + main navigation + language selection  that are the same on all pages */
#top {
	position:relative;
	width:955px;
 	height:80px;
}
#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;
}

#logo {
	position:absolute;
	top:0px;right:0px;
 	height:80px; width:262px;

}
#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 */

/* secondary navigation on all the pages under products/service */
#nav_color_bar {
	clear:both;
	position:absolute;
 	bottom:0px;left:0px;
 	height:16px; width:693px;
 	background-color:#FA7901;
}
#nav_secondary {
	position:relative;
	top:0px;left:10px;
	text-align:left;
	font-size:12px;
	font-weight:600;
	color:white;
}
#nav_secondary a {
	color:white;
	text-decoration:none;
	font-weight:600;
	

}

a:visited {
	color:#4019A6;
	text-decoration:none;
}

#nav_secondary a:link {
	color:#4019A6;
	text-decoration:none;
}

a:active {
	 text-decoration:underline;
	 color:#4019A6;
}

#nav_secondary a:hover {
	 text-decoration:underline;
	 color:#4019A6;
}
/* end of top section with navigation and logo and language */

#main_content {
	position:relative;
 	width:955px;
  	height:750px;
}
#main_content a {
	color:#4019A6;
	text-decoration:none;
}
#main_content a:active {
	color:#4019A6;
	text-decoration:none;
}
#main_content a:link {
	color:#4019A6;
	text-decoration:none;
}
a:visited {
	color:#FA7901;
	text-decoration:underline;
}

#main_content a:hover {
	color:#FA7901;
	text-decoration:underline;
}

#cont_left {
	position:absolute;
	top:40px;left:0px;
	width:303px;
	padding:5px;
}
#cont_mid {
	position:absolute;
	top:60px;left:315px;
	width:303px;
	padding:5px;
}
#cont_right {
	position:absolute;
	top:30px;left:630px;
	width:303px;
	padding:5px;
}
#component_cable_pic {
	position:absolute;
	z-index:5;
	top:620px;
	right:60px;
	border:3px;
	border-style:ridge;
	width: 200px;
	height: 50px;
}

#footer {
	position:relative;
	width:955px;
 	background-color:#FA7901;
 	
}
#footer p {
	margin:4px;
	text-align:center;
	color:white;
}
#footer a:active {
	color:white;
	text-decoration:underline;
	
}
#footer a:visited {
	color:white;
	text-decoration:underline;
	
}
#footer a:link {
	color:white;
	text-decoration:underline;
	
}
#footer a:hover {
	 text-decoration:overline;
}
}
