@charset "utf-8";
/* CSS Document */


body{
	font: normal 1em/1.25em  Arial, Helvetica, sans-serif;
	background:#000;
	color: #000;
}

strong.stronger{
	color: #a90000;
	font-weight:bold;
}

/**************** Header ****************/

#header{
	width: 832px;
	height: 200px;
	display:inline; /*IE6 FIX */
}

#header_left1 {
	float:left;
	width: 210px;
	height: 200px;
	background:url(../images/header_left1.jpg);

}

#header_left1 h1{
	text-indent: -9999px;
}

#header_right {
	float:right;
	width: 622px;
	height: 200px;
	background:url(../images/header_right.jpg);
}

#header_right p{
	font: normal 0.7em Arial, Helvetica, sans-serif;
	width: 240px;
	color: #000;
	text-align:justify;
}
	#header_right p span{
	color: #a90000;
}

/**************** Container ************/

#container{
	margin: 10px auto;
	width: 832px;
}

/**************** Menu ****************/

#menu{
	float: right;
	width: 195px;
	padding:0;
	margin:0;
}

#menu h4#corporate, 
#menu h4#private, 
#menu h4#other, 
#menu h4#contact,
#menu h4#phone
{
	height: 23px;
	text-indent: -9999px;
}

#menu h4#corporate{
	background:url(../images/corporate.gif) top left no-repeat;
}
#menu h4#private{
	background:url(../images/private.gif) top left no-repeat;
}
#menu h4#other{
	background:url(../images/other.gif) top left no-repeat;
}
#menu h4#contact{
	background:url(../images/contact.gif) top left no-repeat;
}
#menu h4#phone{
	background:url(../images/phone.gif) top left no-repeat;
}

#menu ul, #menu form, p#general{
	padding: 2px 0px 5px 5px;
	margin-bottom: 5px;

}

#menu li{
	display:inline; /*IE6 FIX */
}

#menu li a{
	font: normal .8em/1.5em Arial, Helvetica, sans-serif;
	text-decoration:none;
	display:block;
}

#menu li a:link, #menu li a:visited{
	color: #ccc;
}

#menu li a:hover {
	color: #fc0;
	padding-left: 8px;
}

#menu form {
	padding: 8px 0px 5px 5px;
	margin-bottom: 5px;
}

#menu p#general {
	margin-left: 5px;
	padding: 10px 0;
	font: bold .9em Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	color: #fff;
}

p#general a:link, p#general a:visited {
	color:#fff;
}

p#general a:hover {
	color: #fc0;
}

p#general span{
	color: #fc0;
}

/**************** Content ****************/

#content{
	float:left;
	width: 632px;
	/*min-height: 748px;*/
	min-height: 636px;
	background: url(../images/side_bg0.gif) top left;
	text-align:justify;
}

#content ul {
	margin: 0 30px 0 70px;
	padding-bottom: 15px;
	list-style-image: url(../images/comment.gif);
}

#content ul.web {
	list-style-image: url(../images/comment2.gif);	
}

#content a:link, #content a:visited {
	color:#000;
	text-decoration: none;
	border-bottom: 1px dashed #000;
}

#content a:hover {
	color: #a90000;
	border-bottom: 1px dashed #a90000;
}

#content p {
	padding: 0 30px 10px 30px;
}

#content h1 {
	margin-left: 30px;
	font: bold 1.3em Arial, Helvetica, sans-serif;
	color: #a90000;
}

#content h3 {
	margin-left: 30px;
	font: bold 1.1em Arial, Helvetica, sans-serif;
}

#content span {
	font: normal .95em/1.25em  Arial, Helvetica, sans-serif;
}


/**************** links ****************/

#links{
	text-align: left;
	width: 832px;
	background: #000;
	margin: 0;
}
#links ul{
	margin: auto;
	padding:0;
	position: relative;
	display: block;
	width: 832px;
	height: 30px;
}

#links li {
	float: left;
	height:30px;
}

#links a{
	height:30px;
	text-decoration: none;
}

.odot a:link, .odot a:visited{
	background:url(../images/odot.gif) top right no-repeat;
	width:103px;
	height:30px;
}

.hebrew a:link, .hebrew a:visited{
	background:url(../images/hebrew.gif) top right no-repeat;
	width:87px;
	height:30px;
}


#links a:hover{
	background-position: bottom;
}

#links a:link, #links a:visited, #links a:hover{
	text-indent: -9999px;
	border: none;
	display:block;
}


/**************** Headers ****************/

h2#about,
h2#conventions,
h2#sales,
h2#telepathy,
h2#workshop,
h2#birthday,
h2#barmitzva,
h2#lectures,
h2#products,
h2#parties{
	height: 45px;
	width: 632px;
	text-indent: -9999px;
	margin-bottom: 10px;
}
h2#about {
	background:url(../images/about.gif) top left no-repeat;
}
h2#conventions {
	background:url(../images/conventions.gif) top left no-repeat;
}
h2#sales {
	background:url(../images/sales.gif) top left no-repeat;
}
h2#telepathy {
	background:url(../images/telepathy.gif) top left no-repeat;
}
h2#workshop {
	background:url(../images/workshop.gif) top left no-repeat;
}
h2#birthday {
	background:url(../images/birthday.gif) top left no-repeat;
}
h2#lectures {
	background:url(../images/lectures.gif) top left no-repeat;
}
h2#barmitzva {
	background:url(../images/barmitzvah.gif) top left no-repeat;
}
h2#products {
	background:url(../images/products.gif) top left no-repeat;}

h2#parties {
	background:url(../images/parties.gif) top left no-repeat;
}


/*************** Footer ***************/
#footer{
	font: normal .8em Arial, Helvetica, sans-serif;
	color:#666;
	text-align: center;
}
#footer a:link, #footer a:visited{
	color:#666;
}
#footer a:hover{
	color: #fc0;
}

/**************** More ****************/

textarea, input, select{
	color:#333;
	padding: 2px 0;
	width: 165px;
	background: #ccc;
	border: 1px solid black;
	margin-bottom: 4px;
	font: normal 0.8em Arial, Helvetica, sans-serif;
}

select{
	width: 167px;
}

input:hover, input:active,
select:hover, select:active,
textarea:hover, textarea:active{
	border: 1px solid #fff;
}

td.buttons {
	text-align:center;	
}

td.buttons input{
	color:#000;
	width: 40px;
}

.clip {
	text-align:center;
	padding: 5px 0 15px 0;
}

ul#letter  {
	margin: 0px 20px;
	list-style-image: none;
	text-indent: -9999px;
}

#letter li {
	float: left;
	width:124px;
	height:70px;
	margin-right: 4px;
	margin-bottom: 4px;

}

a.letter1 {
	background:url(../images/logo_pixer_off.png);
}
a.letter2 {
	background:url(../images/logo_tami4_off.png);
}
a.letter3 {
	background:url(../images/logo_zivud_off.png);
}
a.letter4 {
	background:url(../images/logo_elbit_off.png);
}
a.letter5 {
	background:url(../images/logo_nova_off.png);
}
a.letter6 {
	background:url(../images/logo_soda_off.png);
}
a.letter7 {
	background:url(../images/logo_hogla_off.png);
}
a.letter8 {
	background:url(../images/logo_arkia_off.png);
}
a.letter9 {
	background:url(../images/logo_eci_off.png);
}
a.letter10 {
	background:url(../images/logo_tourism_off.png);
}

a.letter1:hover, a.letter1.active {
	background:url(../images/logo_pixer.png);
}
a.letter2:hover, a.letter2.active {
	background:url(../images/logo_tami4.png);
}
a.letter3:hover, a.letter3.active {
	background:url(../images/logo_zivud.png);
}
a.letter4:hover, a.letter4.active {
	background:url(../images/logo_elbit.png);
}
a.letter5:hover, a.letter5.active {
	background:url(../images/logo_nova.png);
}
a.letter6:hover, a.letter6.active {
	background:url(../images/logo_soda.png);
}
a.letter7:hover, a.letter7.active {
	background:url(../images/logo_hogla.png);
}
a.letter8:hover, a.letter8.active {
	background:url(../images/logo_arkia.png);
}
a.letter9:hover, a.letter9.active {
	background:url(../images/logo_eci.png);
}
a.letter10:hover, a.letter10.active {
	background:url(../images/logo_tourism.png);
}

#letter a:link, #letter a:visited{
	text-indent: -9999px;
	border: none;
	border: 1px solid #666;
	display:block;
}

#letter a{
	width:124px;
	height:70px;
}

.letterIMG {
	text-align: center;
}
.letterIMG img{
	margin: 10px auto;
}

#share{
	text-align:center;
	padding-bottom: 15px;
}
#share a{
	margin: 0 10px 15px 0px;
	text-decoration:none;
}

#share a:link, #share a:visited{
	color: #03C;
}

#share a:hover{
	color: #a90000;
}

#social ul{
	height: 80px;
	width: 145px;
	background: none;
}

#menu ul#social{
	display:inline;	
	padding: 0;
	border: none;

}

#social li{
	width: 45px;
	background: none;	
	float:left;
}

#social li#facebook {
	padding-right: 5px;
}

#social li#twitter {
	padding-right: 5px;
}


#facebook a{
	text-indent: -9999px;
	display:block;
	text-decoration: none;
	background:url(../images/facebook_logo.png) top left no-repeat;
	height: 80px;
}

#twitter a{
	text-indent: -9999px;
	display:block;
	text-decoration: none;
	background:url(../images/twitter_logo.png) top left no-repeat;
	height: 80px;	
}

#linked_in a{
	text-indent: -9999px;
	display:block;
	text-decoration: none;
	background:url(../images/linked_in_logo.png) top left no-repeat;
	height: 80px;	
}

#offer{
	border: 3px dashed #000; 
	margin: 0 30px; 
	background: #fc0; 
	font-weight:bold; 
	text-align:center; 
	height: 30px; 
	line-height: 30px;
}

#content span.effect {
	color: #a90000;
	font-weight:bold;
}

.testimonial{
	font: italic .9em/1.25em Arial, Helvetica, sans-serif;
}