/*  
Supersize stylesheet
Author: Matty Mariansky
Author URI: http://www.hoop.co.il/
*/

body {
	background-color: white;
	color: #545454;
	margin: 40px 0px 0px 20px;
	font:  0.9em Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}

#container {
	margin:0 auto;
	padding: 0px;
	width: 940px;
	position: relative;
}

strong {
	color:black;
}

#header {
	width: 267px;
	height: 55px;
	background: url(images/newlogo.gif) no-repeat;
	text-indent: -5000px;
	position:absolute;
	top: -16px;
	left: 0px;
}

#subheader {
	width: 163px;
	height: 20px;
	background: url(images/subtitle.gif) no-repeat;
	text-indent: -5000px;
	position:absolute;
	top: 40px;
	left: 0px;
}

.engtext {
	float: left;
}

.hebtext {
	float: right;
	direction:rtl;
}

#recentheader {
	clear: both;
	border-top:65px solid white;
	margin-bottom: 30px;
	margin-top: 0px;
	width: 182px;
	height: 45px;
	background: url(images/head-recent.gif) no-repeat;
	text-indent: -5000px;
}

#contactheader {
	clear: both;
	border-top:65px solid white;
	margin-bottom: 30px;
	margin-top: 0px;
	width: 217px;
	height: 46px;
	background: url(images/head-contact.gif) no-repeat;
	text-indent: -5000px;
}

#wordheader {
	clear: both;
	border-top:65px solid white;
	margin-bottom: 30px;
	margin-top: 0px;
	width: 258px;
	height: 46px;
	background: url(images/head-theword.gif) no-repeat;
	text-indent: -5000px;
}

.prtimage {
	clear: both;
	margin-bottom:5px;
	margin-top: 40px;
	border: none !important;
}

.prtimagefirst {
	clear: both;
	margin-bottom:5px;
	border: none !important;
}

.seperator  {
	clear:both;
	height: 40px;
	border-bottom: 1px solid #c1eaff;
	
}

.footer {
		text-align: center;
}

.footer h1 a {
	font-size:10px;
	color:#eeeeee;
}