﻿body
{
	direction: rtl;
	margin: 0;
	color: #fffafa;
	font-family: Verdana;
	font-size: 80%;
}
p
{
	margin-top: 0;
}
input, button, select
{
	font-family: Verdana;
	font-size: 100%;
}
a
{
	text-decoration: underline;
	cursor: pointer;
}
form
{
	margin: 0;
}

#container
{
	width: 700px;
	margin: 0 auto;
}

#header
{
	height: 101px;
	margin-top: 16px;
	background: url(../images/header.png) no-repeat;
}
#header h1
{
	margin: 0;
	padding: 4px 16px 0 0;
	color: Snow;
	font-family: Aharoni;
	font-size: 41px;
	font-weight: bold;
}
#header h2
{
	margin: 0;
	padding: 0 16px 0 380px;
	color: Snow;
	text-align: left;
	font-family: Verdana;
	font-size: 120%;
	font-weight: bold;
}
#header h3
{
	margin: 0;
	padding: 0 16px 0 364px;
	color: Snow;
	text-align: left;
	font-family: Verdana;
	font-size: 190%;
	font-weight: bold;
}

#logo
{
	position: absolute;
	width: 351px;
	height: 169px;
	margin: -27px 330px 0 0;
}
#logoa
{
	position: absolute;
	width: 351px;
	height: 122px;
	margin: -23px 329px 0 0;
}
#logoa span
{
	display: none;
}

#menu
{
	height: 32px;
	margin: 12px 0 12px 0;
	background: url(../images/menu.png) no-repeat;
	padding: 7px 28px 0 0;
}
#menu ul
{
	margin: 0;
	padding: 0;
}
#menu li
{
	float: right;
	padding: 0 14px 0 26px;
	background: url(../images/menu_bullet.gif) no-repeat right;
	color: Khaki;
	font-size: 150%;
	font-weight: bold;
	list-style: none;
	cursor: default;
}
#menu li a
{
	color: Snow;
	text-decoration: none;
}
#menu li a:hover
{
	color: Khaki;
}

#footer
{
	margin: 11px 0 14px 0;
	color: #989698;
	text-align: center;
	font-size: 85%;
}
#footer div
{
	margin-top: 1px;
	font-size: 90%;
}
#footer a
{
	color: #8888cf;
}

#contentbottom
{
	height: 20px;
	background: url(../images/content_bottom.png);
}

#content
{
	min-height: 270px;
	height: auto !important;
	height: 270px;
	background: #088ede url(../images/content_top.png) no-repeat;
	padding: 19px 21px 15px 21px;
	color: Snow;
}
#content h1
{
	margin: 0 0 2px 0;
	padding-right: 20px;
	background: url(../images/bullet.gif) no-repeat right;
	font-family: Verdana;
	font-size: 129%;
	font-weight: bold;
}
#content h1.anim
{
	padding-right: 22px;
	background: url(../images/bullet_a.gif) no-repeat right;
}
#content h1 span
{
	font-family: Verdana;
	font-size: 64%;
	font-weight: normal;
}
#content h2
{
	margin-bottom: 6px;
	font-size: 110%;
	font-weight: bold;
}
#content a
{
	color: Khaki;
}
#content table
{
	table-layout: fixed;
	border-collapse: collapse;
}
#content table thead th
{
	font-weight: bold;
	text-decoration: none;
}
#content tbody tr
{
	background-color: #009af2;
}
#content tbody tr.odd
{
	background-color: #0087d4;
}
#content th
{
	padding: 4px 6px 5px 6px;
}
#content td
{
	padding: 4px 6px 5px 6px;
	vertical-align: baseline;
}
#content table .title
{
	font-weight: bold;
}
#content .more
{
	float: left;
	font-weight: bold;
}
#content .footprint
{
	font-size: 85%;
}
#content .blinking
{
	color: Khaki;
	font-weight: bold;
}

.box
{
	float: left;
	width: 143px;
	height: 250px;
	margin: -3px 15px 0 -3px;
	padding: 40px 23px 19px 26px;
	background: url(../images/box.gif) no-repeat;
	color: #363636;
	font-size: 94%;
}
.box .title
{
	margin-bottom: 2px;
	color: #de2c39;
	font-weight: bold;
}
.box a
{
	color: DarkBlue !important;
}

.gallery
{
	margin-top: 20px;
	text-align: center;
}
.gallery img
{
	padding: 0 0 11px 10px;
}

