/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body{
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	line-height:18px;
	background-image: url(http://tirgum.it/images/bg_n.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #646464;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #fee000;
	background-color: #4e4e4e;
	}
h1{
	font-size:16px;
	line-height:22px;
	padding-bottom: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
#header{
	width:950px;
	height: 132px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
#content{
	width:950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
#footer{
	width:950px;
	margin:0 auto;
	}
.col1{
	width:30%;
	margin-right:3%;
	float: left;
	padding-left: 319px;
	}
.col{
	width:30%;
	margin-right:3%;
	float: left;
	}
.box{
	background-color:#FFFFFF;
	margin-bottom:30px;
	padding-right: 14px;
	padding-left: 18px;
	padding-top: 20px;
	padding-bottom: 20px;
	}
#header #logo {
	float: left;
}
#header #menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646464;
	background-color: #fee000;
	float: right;
	height: 28px;
}#header #menu ul li {
	border-right-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #646464;
	float: left;
	padding-right: 9px;
	padding-left: 9px;
}
#header #menu ul .last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header #menu ul {
	padding-top: 5px;
}
#header #menu ul li a {
	color: #646464;
	text-decoration: none;
}
#content .col .box h2 {
	text-transform: uppercase;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fee000;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	font-size: 12px;
}
#content .col .box ul li {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fee000;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#content .col .box p a {
	color: #4e4e4e;
}
strong{
	font-weight:700;
	}
.heb{
	direction: rtl;
	}
.heb h1 {

	 font-family: arial;
}
.heb #content .col .box h2
{

	 font-family: arial;
	 font-size: 14px;
}
.heb #header #logo {
    float: right;
}
.heb #header #menu {
	float: left;
	}
.heb .col {
    float: left;
    margin-left: 3%;
    width: 30%;
	margin-right: 0px;
}