@import url("fonts.css");

html {
	margin: 0;
	padding: 0;
	}
.charter {
	font-family: "Charter" !important;
}
.david {
	font-family: "davidclm" !important;
}
.droid {
	font-family: "callunasans" !important;
}
body { 
	font: normal 1.2em/1.3em "Charter";
	color: #555753; 
	background: #e7eef6; 
	margin: 0; 
	padding: 0;
	}
body .he { 
	font: normal 1.0em/1.2em "davidclm";
}
p { 
	margin-top: 0; 
	text-align: justify;
	}


h1 { 
	font: normal 1.96em "callunasans";
	letter-spacing: 1px; 
	margin-top: 0; 
	padding: 14px;
	margin-bottom: 0; 
	background: #165da5;
	color: #a5cef7;
	display: block; 
	}
h2 { 
	font: normal 1.2em "Charter";
	margin-bottom: 0; 
	margin-top: 0; 
	color: #165da5;
	display: block; 
	}
h3 { 
	font: italic normal 1.2em "Charter";
	margin-bottom: .2em; 
	background-color: #2086ec;
	color: #d2e6fb !important;
	padding: 2px 10px 2px 10px;
	clear: both;
	}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #B7A5DF;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #D4CDDC;
	}
a:hover, a:focus, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}
abbr {
	border-bottom: none;
	}

.banner {
	background: #d2e6fb; 
	position: relative;
	margin: 0px ;
	padding: 20px;
}
.page-wrapper { 
	background: #d2e6fb; 
	width:80%;
	margin: 4px 0 4px 0;
	padding: 40px 0 40px 0;
	position: relative;
	left: 10%;
  	min-height: 300px;
  	min-width: 300px;
	border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	}
.page-content { 
	padding: 0 60px 0 60px;
}

div.boxcontainer {
    position: relative;
    margin-top: -10px;
    padding: 0px;
    width: 100%;
}
div.centerbox {
    float: left;
    left: 50%;
    position: relative;
	z-index: 99;
}
div.innerbox {
    float: left;
    position: relative;
    right: 50%;
    z-index: 99;
}
#nav {
	margin: 0;
	margin-top: 12px;
	padding: 7px 6px 0;
	line-height: 100%;
	border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	/* filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cef7', endColorstr='#165da5'); */ 
	background: #165da5; 
	background: -webkit-gradient(linear, left top, left bottom, from(#a5cef7), to(#165da5)); 
	background: -moz-linear-gradient(top,  #a5cef7,  #165da5); 
	background: -o-linear-gradient(top,  #a5cef7,  #165da5); 

	border: solid 1px #6d6d6d;
	z-index: 99;
	display: inline-block;
}

#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
	z-index: 99;
}
#nav a {
	font-weight: bold;
	color: #e7eef6; 
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;
	border-radius: 0.8em; 
	-webkit-border-radius: 0.8em;
	-moz-border-radius: 0.8em;
	z-index: 99;
}
#nav li:hover > a {
	background: #b7d7f8; 
	/* filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7d7f8', endColorstr='#dbebfb'); */ 
	background: -webkit-gradient(linear, left top, left bottom, from(#b7d7f8), to(#dbebfb)); 
	background: -moz-linear-gradient(top, #b7d7f8,  #dbebfb); 
	background: -o-linear-gradient(top, #b7d7f8,  #dbebfb); 
	color: #444;
	z-index: 99;
}
#nav .current a {
	color: #165da5;
}
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;
	z-index: 99;
}
#nav ul a:hover {
	background: #2086ec !important; 
	color: #fff !important;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	z-index: 99;
}
#nav ul {
	background: #cfcfcf; 
	/* filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); */ 
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); 
	background: -moz-linear-gradient(top,  #fff,  #cfcfcf); 
	background: -o-linear-gradient(top,  #fff,  #cfcfcf); 

	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	border: solid 1px #b4b4b4;
	border-radius: 1em; 
	-webkit-border-radius: 1em; 
	-moz-border-radius: 1em; 
	z-index: 99;
}
#nav li:hover > ul {
	display: block;
	z-index: 99;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
	z-index: 99;
}
#nav ul a {
	font-weight: normal;
	z-index: 99;
}
#nav ul ul {
	left: 181px;
	top: -3px;
	z-index: 99;
}
#nav ul li:first-child > a {
	border-top-left-radius: 1em;
	-webkit-border-top-left-radius: 1em;
	-moz-border-radius-topleft: 1em;
	border-top-right-radius: 1em;
	-webkit-border-top-right-radius: 1em;
	-moz-border-radius-topright: 1em;
	z-index: 99;
}
#nav ul li:last-child > a {
	border-bottom-left-radius: 1em;
	-webkit-border-bottom-left-radius: 1em;
	-moz-border-radius-bottomleft: 1em;
	border-bottom-right-radius: 1em;
	-webkit-border-bottom-right-radius: 1em;
	-moz-border-radius-bottomright: 1em;
	z-index: 99;
}
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	z-index: 99;
}
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}
div.png_en {
  background: url(/images/usa48.png) no-repeat center;
  height: 64px;
  width: 48px;
  display: inline-block;
  position: absolute;
  top: 22px;
  right: 122px; 
}

div.png_es {
  background: url(/images/spain48.png) no-repeat center;
  height: 64px;
  width: 48px;
  display: inline-block;
  position: absolute;
  top: 22px;
  right: 72px; 
}
div.png_he {
  background: url(/images/israel48.png)  no-repeat center;
  height: 64px;
  width: 48px;
  display: inline-block;
  position: absolute;
  top: 22px;
  right: 22px; 
}
div.acol:hover {
	border: solid #f5f8fb 2px;
	z-index: 99;
}
div.acol {
	border: solid #6e8ba8 2px;
}
div.col1 { 
  position: absolute;
  left: 0px;
  width: 33%;
  background: #e7eef6 url(/images/software.png) no-repeat center;
  height: 220px;
  display: inline-block;
  margin-left: 0px ;
  margin-right: 0px;
}

div.col2 {
  position: absolute;  
  width: 33%;
  left: 33%;
  background: #b9cee4 url(/images/service.png) no-repeat center;
  height: 220px;
  display: inline-block;
  margin: 0px auto;
} 

div.col3 { 
  left: 66%;
  width: 33%;  
  height: 220px;
  display: inline-block;
  position: absolute;
  background: #8aaed2 url(/images/info.png) no-repeat center;
  margin-left: 0px;
  margin-right: 0px ;
}

div.noload {
	background : red;
	color: white;
	display: block;
	clear: both;
	text-align:center;
}

div.bottomcenter {
	position: absolute;
	text-align: center;
	bottom: 10px;
	width: 100%;
	margin: 0px auto;
	font: normal 1.2em "Charter";
}

div.footer {
	margin-top: 20px 0 4px 0;
	text-align: center;
	font: normal .8em "Charter";
	color: #555753; 
}

.page-wrapper a {
	font-weight: bold;
	color: #165da5;
	text-decoration: underline;
}
.page-wrapper li {
	padding-bottom: .7em;
}

.he {
	direction: RTL;
	font-family: "davidclm" !important;
	display: none;
}
.he b {
	direction: RTL;
	font-family: "davidclm-bold" !important;
}
.he h3 { 
	font: 1.1em 'davidclm' !important;
	margin-bottom: .2em; 
	color: #2086ec;
	}

.en {
	direction: LTR;
}

.es {
	direction: LTR;
	display: none;
}

.required {
	border: solid red 1px;
}

.rimage {
    float: right;
    display: inline;
    padding-left: 12px;
}
.limage {
    float: left;
    display: inline;
    padding-right: 12px;
}
.credits {
	font-weight: normal;
	text-decoration: underline;
	color: #165da5;
}
.floatdiv {
	font-weight: normal;
	font-size: 1.2em;
	z-index: 99;
	padding: 2em;
	position: fixed;
	top: 10%;
	left: 50%;
	width: 40%;
	display: none;
	margin: 0px;
	margin-left: -20%; 
	border-radius: 1em;
	border: 2px solid #165da5;
	background: #d2e6fb;
}
.floatdiv a {
	text-decoration: none;
	color: #165da5;
}

.imagelist {
	list-style-type: none;
}
.imagelist li {
	margin-left: -20px;
	padding-bottom: 20px;
}
.imagelist li img {
	float: left;
	margin-right: 16px;
	position: relative;
}
.imagelist-he {
	list-style-type: none;
}
.imagelist-he li {
	margin-right: -20px;
	padding-bottom: 20px;
}
.imagelist-he li img {
	float: right;
	margin-left: 16px;
	position: relative;
}

/* deal with mobile devices */
@media only screen and (max-width: 580px), only screen and (max-device-width: 580px) {
	.page-wrapper { 
		background: #d2e6fb; 
		width:100%;
		margin: 4px 0 4px 0;
		padding: 10px 0 10px 0;
		position: relative;
		left: 0;
		border-radius: 0.5em;
		-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		}
	.page-content { 
		padding: 0 10px 0 10px;
	}
	div.centerbox {
		float: left;
		left: 50%;
		position: absolute;
		width: 98%;
		z-index: 99;
	}
	div.innerbox {
		float: left;
		position: relative;
		width: 100%;
		z-index: 99;
	}
	h1 { 
		font: normal 1.2em "DroidSans";
		margin-top: 0; 
		padding: 4px;
		padding-top: 20px;
		margin-bottom: 0; 
		background: #165da5;
		color: #a5cef7;
		display: block; 
		height: 40px;
		}
	h2 { 
		font: normal 0.9em "Charter";
		margin-top: 0; 
		margin-bottom: 0; 
		color: #165da5;
		display: block; 
	}

	div.col1 { 
		position: relative;
		left: 10%;
		width: 80%;
		background: #e7eef6 ;
		height: 80px;
		display: block;
		clear: both;
	}

	div.col2 {
		position: relative;  
		margin-top: 10px;
		left: 10%;
		width: 80%;
		background: #b9cee4;
		height: 80px;
		display: inline-block;
		clear: both;
	} 

	div.col3 { 
		position: relative;
		margin-top: 10px;
		left: 10%;
		width: 80%;  
		background: #8aaed2;
		height: 80px;
		display: block;
		clear: both;
		margin-left: 0px;
	}

	/* navigation menu */
	#nav {
		margin: 0;
		font-size: 1em;
		margin-top: 2px;
		padding: 0;
		width: 100%;
		line-height: 100%;
		border-radius: 0.5em;
		-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		background: #a5cef7;
		/* filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cef7', endColorstr='#165da5'); */ 
		background: -webkit-gradient(linear, left top, left bottom, from(#a5cef7), to(#165da5)); 
		background: -moz-linear-gradient(top,  #a5cef7,  #165da5); 
		background: -o-linear-gradient(top,  #a5cef7,  #165da5); 

		border: solid 1px #6d6d6d;
		z-index: 99;
		display: inline-block;
	}

	#nav li {
		margin: 0 0px;
		padding: 0 0 2px;
		float: left;
		position: relative;
		list-style: none;
		z-index: 99;
	}
	#nav a {
		font-weight: bold;
		color: #d5d5d5; 
		text-decoration: none;
		display: block;
		padding:  4px 4px;
		margin: 0;
		border-radius: 0.5em; 
		-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		z-index: 99;
	}
	#nav li:hover > a {
		background: #b7d7f8; 
		/* filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7d7f8', endColorstr='#dbebfb'); */ 
		background: -webkit-gradient(linear, left top, left bottom, from(#b7d7f8), to(#dbebfb)); 
		background: -moz-linear-gradient(top, #b7d7f8,  #dbebfb); 
		background: -o-linear-gradient(top, #b7d7f8,  #dbebfb); 
		color: #444;
		z-index: 99;
	}
	#nav .current a {
		color: #165da5;
	}
	#nav ul li:hover a, #nav li:hover li a {
		background: none;
		border: none;
		color: #666;
		z-index: 99;
	}
	#nav ul a:hover {
		background: #2086ec !important; 
		color: #fff !important;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		z-index: 99;
	}
	#nav ul {
		background: #cfcfcf; 
		/* filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); */ 
		background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); 
		background: -moz-linear-gradient(top,  #fff,  #cfcfcf); 
		background: -o-linear-gradient(top,  #fff,  #cfcfcf); 

		display: none;
		margin: 0;
		padding: 0;
		width: 185px;
		position: absolute;
		top: 35px;
		left: 0;
		border: solid 1px #b4b4b4;
		border-radius: 0.5em; 
		-webkit-border-radius: 0.5em; 
		-moz-border-radius: 0.5em; 
		z-index: 99;
	}
	#nav li:hover > ul {
		display: block;
		z-index: 99;
	}
	#nav ul li {
		float: none;
		margin: 0;
		padding: 0;
		z-index: 99;
	}
	#nav ul a {
		font-weight: normal;
		z-index: 99;
	}
	#nav ul ul {
		left: 181px;
		top: -3px;
		z-index: 99;
	}
	#nav ul li:first-child > a {
		border-top-left-radius: 0.5em;
		-webkit-border-top-left-radius: 0.5em;
		-moz-border-radius-topleft: 0.5em;
		border-top-right-radius: 0.5em;
		-webkit-border-top-right-radius: 0.5em;
		-moz-border-radius-topright: 0.5em;
		z-index: 99;
	}
	#nav ul li:last-child > a {
		border-bottom-left-radius: 0.5em;
		-webkit-border-bottom-left-radius: 0.5em;
		-moz-border-radius-bottomleft: 0.5em;
		border-bottom-right-radius: 0.5em;
		-webkit-border-bottom-right-radius: 0.5em;
		-moz-border-radius-bottomright: 0.5em;
		z-index: 99;
	}
	#nav:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
		z-index: 99;
	}
	html[xmlns] #nav {
		display: block;
	}
	* html #nav {
		height: 1%;
	}

}

.veryhidden{
	visibility: hidden;
	height: 0pt;
	}

.verbatim {
	font: normal 1.0em/1.2em "Source Code Pro Medium","monospaced","courier";
	padding: 2em;
}
span.verbatim {
	font: bold 1.0em/1.2em "Source Code Pro","monospaced","courier";
	padding: 0;
	padding-left: .5em;
	padding-right: .5em;
}
li,p {
	margin-top: .5em;
	margin-bottom: 0;
}

div.menu{
	/* display: block; */
	/* clear: none; */
	/* position: relative: */
	/* top: */ 
}

div.feedback{
	margin-top: 1em;
	border-top: 1px solid black;
	text-align: center;
}
.logo {
	padding: 0;
	padding-right: 8px;
}
