/* LAYOUT TOOLS */
.floatLeft 			{ float: left; }
.floatRight			{ float: right; }
.clear				{ clear: both; }
.layoutCenter		{ margin: 0 auto; }
.center				{ text-align: center; }
.right				{ text-align: right; }
.left				{ text-align: left; }
.justify			{ text-align: justify; }

.big				{ font-size: 16px; line-height: 130%; }
.semibig			{ font-size: 14px; line-height: 130%; }
.small				{ font-size: 12px; line-height: 130%; }
.tiny				{ font-size: 10px; line-height: 130%; }
.marker 			{ background:#ffc; padding:0 2px; }

.hide				{ display: none; }
.show				{ display: block; }
.invisible			{ visibility: hidden; }
img,a img 			{ border: 0; }
a 					{ color: #15d;}
a:hover 			{ color: #000; text-decoration: none;}
p 					{ margin: 15px 0; }
.tight	 			{ margin: 10px 0; }
.tighter 			{ margin: 5px 0; }
hr					{ border: 0; border-top: 2px solid #ccc; padding: 0; margin: 20px 0 20px; }
.light 						{ color: #666; }
.light a, .light a:hover 	{ background: none; text-decoration: underline; color: #6ac; }
.light a:hover 				{ color: #333; }

.lighter 						{ color: #999; }
.lighter a, .lighter a:hover 	{ background: none; text-decoration: underline; color: #999; }
.lighter a:hover 				{ color: #808080; }
.red { color: #b00; }
.blue { color: blue; }
.black { color: #000; }
form, input, select, textarea { margin: 0; }
/* LAYOUT TOOLS */

body {
	background: #fff;
	font: normal 14px/130% 'Arial Hebrew', Arial, Tahoma, sans-serif;
	margin: 0;
	direction: rtl;
	color: #222;
}
h1 {
	margin: 0px 0 15px -10px;
	font: bold 30px/110% 'Arial Hebrew', Arial, Helvetica, sans-serif; 
	color: #fff;
	letter-spacing: -1px;
}
h2 {
	margin: -10px 0 20px 0;
	font: bold 16px/140% 'Arial Hebrew', Arial, Helvetica, sans-serif; 
	color: #808080;
	text-decoration: none;
}
h3 {
	margin: 10px 0 15px 0;
	font: bold 22px/140% 'Arial Hebrew', Arial, Helvetica, sans-serif; 
	color: #28241f;
	text-decoration: none;
	letter-spacing: -1px;
}

#wrapper {
	width: 760px;
	margin: 65px auto 10px;
}

#col1, #col2 {
	width: 330px;
	padding-bottom: 10px;
	float: left;
}
#col1 {
	width: 280px;
	padding-right: 30px;
	margin-right: 30px;
	border-right: 1px solid #dbc5a1;
}

#footer {
	background: url(footer.png) 0 0 no-repeat;
	margin-top: 30px;
	padding: 26px 1px 10px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #564e43;
}
#footer a {
	color: #564e43;
	text-decoration: none;
	cursor: text;
}

#focus {
	color: #fff;
	width: 415px;
	margin-right: 325px;
	height: 380px;
}
#focus a {
	color: #fff;
	text-decoration: none;
	cursor: text;
}
#focus .marker {
	background: #474238;
	font-size: 16px;
	line-height: 130%;
}
#focus p { margin: 12px 35px 12px 0; }
#focus table {
	border: 0;
	border-spacing: 0;
	width: 330px;
	margin: 0 85px 0 0;
}
#focus table tr td {
	font: bold 12px/100% 'Arial Hebrew', Arial, Helvetica, sans-serif;
	padding: 10px 15px 0 0;
	color: #b1af9e;
}
#focus table tr td input.text {
	margin: 2px 0 0;
	display: block;
	font: bold 12px/100% 'Arial Hebrew', Arial, Helvetica, sans-serif;
	color: #000;
	width: 136px;
	padding: 6px 5px 3px;
	border: 0;
	background: #fff;
	border: 2px solid #99cc00;
	height: 15px;
}
#focus table tr td select {
	font: bold 12px/100% 'Arial Hebrew', Arial, Helvetica, sans-serif;
	color: #222;
	width: 150px;
	border: 0;
	background: #fff;
	height: 28px;
	border: 2px solid #99cc00;
	width: 146px;
	height: 24px;
	padding-top: 4px;
	border: 0;
	margin: 0;
	*height: 23px;
}
div#select {
	margin-top: 2px;
	border: 2px solid #99cc00;
	background: #fff;
	*padding-top: 2px;
}
#focus table tr td input#button {
	border: 1px solid #405900;
	background: #666;
	font: bold 14px/100% 'Arial Hebrew', Arial, Helvetica, sans-serif;
	color: #fff;
	cursor: pointer;
	margin-top: 5px;
	padding: 7px 25px 7px 20px;
	*padding: 7px 15px 5px 10px;
	*margin-top: 2px;
}
#focus table tr td input#button:hover {
	background-position: 0 -10px;
}

ul {
	margin: 0 25px 0 0 ;
	*margin: 0 15px 0 0 ;
	list-style: url(bullet.png);
	padding: 0;
}
ul li {
	margin: 0 0 5px;
	*padding-right: 7px;
}
ul li a {
	color: #222;
	text-decoration: none;
	cursor: text;
}
p.testimonial {
	font: normal 12px/130% 'Arial Hebrew', Arial, Helvetica, sans-serif;
	background: #ffd;
	padding: 10px 9px;
	margin: 10px 0;
}
p.testimonial span {
	font-weight: bold;
}