body {
	text-align: center;
	color: #90979f;
}

strong {
	font-weight: bold;
}

p {
	padding: 5px 0;
}
table {
	border-collapse: separate;
	border-spacing: inherit;
}
                 

#wrapper {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-color: black;
}
#header {
	/*background-image: url(../img/logo.png);*/
	background-position: right top;
	background-repeat: no-repeat;
	height: 102px;
	/* padding-right: 385px;*/ 
}
#header h1{
	font-size: 17px;
	font-weight: bold;
	color: #0e7ec6;
}

#credit {
	color: gray;
	font-size: 82%;
	clear:both;
	text-align: center;
	
}

#credit a {
color:#465D93;
font-size:12px;
font-weight:bolder;
}

/* SIDE MENU */
#side-menu {
	padding-top: 20px;
}
#side-menu li {
	margin-bottom: 3px;
}
#side-menu ul li {
	margin:0;
}
#side-menu li a {
	display: block;
	
	height: 22px;
	line-height:22px;
	background: black;
	font-size: 14px;
	/*font-weight: bold;*/
	color: #bfbfbf;
	text-decoration: none;
	
	background-image: url(../img/egg_bullet.png);
	background-repeat: no-repeat;
	background-position: 15px 0;
	padding-left: 44px;
}
#side-menu li a:hover, #side-menu li.current a.current {
	color: #cba35d;
}
#side-menu ul li a:hover {
	/*background-color: transparent;*/
}
/*
#side-menu ul li a {
	width: auto;
	background-image: url(../img/gray_bullet.png);
	background-position: right 50%;
	background-repeat: no-repeat;
	
	padding-right: 15px;
	display: block;
	border: none;
	margin: 3px 0;
	font-weight: normal;
}

#side-menu ul {
	display: none;
}

#side-menu li.current ul {
	display: block;
}

#side-menu li.current a.current {
	background-color: #d7d7d7;
	color: #858384;
}

#side-menu li.current ul li.current a {
	background-image: url(../img/gray_arrow.png);
	background-position: 5px 50%;
}
*/
/* concept */
#concept {
	width: 215px;
	float:right;
	height: 200px;
	
	
	background-image: url(../img/gray_bullet.png);
	background-position: center top;
	background-repeat: no-repeat;
}
.two-cols #concept {
	display: none;
}

/* content */
#content {
	float: right;
	width: 505px;
	min-height: 500px;
	padding-bottom: 20px;
	/*margin-left: 185px;*/
	background-image:url(../img/orange_border.png);
	background-position: left;
	background-repeat: repeat-y;
	padding-right: 50px;
	padding-left: 35px;
	padding-top: 50px;
	background-color: #d9dadc;
}

/* footer */
#footer {
	padding-top: 10px;
	padding-right: 15px;
	clear:both;
	color: #2977a8;
	background-color: white;
	text-align: justify;
	height: 0;
}
#footer strong{
	font-weight: bold;
	color: #465d93;
}
#footer-links {
	margin-top: 5px;
	color: #858384;
	font-weight: bold;
}
#footer-links li{
	list-style: none;
	float: right;
	border-left: 1px solid #858384;
	padding: 0;
	
}
#footer-links li.last{
	border: none;
}
#footer-links a, #footer-links a:active, #footer-links a:visited {
	color: #858384;
	text-decoration: none;
}

/* image galleries */
div.image-gallery div{
	float: right;
	margin-left: 5px;
	padding: 3px;
	width: 142px;
	text-align: center;
	border: 1px solid #c2c2c4;
}

table.image-gallery {
	margin-bottom: 10px;
}

table.image-gallery td {
	padding-bottom: 15px;
	padding-top: 10px;
	border-bottom: 1px solid white;
}

h1#page-title {
	font-size: 180%;
	font-weight: normal;
	color: #90979f;
}
#credit img {
	display:none;
}

body, #footer {
	background-color: #D9DADC;
}


input, textarea {
	border: none;
	border-bottom: 1px solid black;
	background: transparent;
}
textarea {
	border: 1px solid black;
}
input.submit {
	border: none;
}

ul#gallery-menu {
	overflow-y: auto;
}
ul#gallery-menu a{
	color: #5f5f5f;
	text-decoration: none;
}
ul#gallery-menu li {
	padding: 0;
	margin: 0;
	padding-top: 1px;
	clear: left;
}
.lang-he ul#gallery-menu li {
	clear: right;
}
ul#gallery-menu ul li {
	padding: 0;
	display:block;
	float: left;
	clear: none;
}
.lang-he ul#gallery-menu ul li {
	padding: 0;
	display:block;
	clear: none;
	float: right;
}
ul#gallery-menu ul li a{
	display:block;
	padding: 1px 3px;
	font-size: 180%;
	line-height: 17px;
	margin: 0;
}
ul#gallery-menu ul {
	padding: 0;
	margin:0;
	padding-left: 5px;
}