/* CSS Document */
body {
	color : #404040;
	padding: 0;
	margin: 0;
	font-family: arial, sans-serif;
	font-size: 12px;
	direction: rtl;
	background: url(http://www.vridim.info/images/bg.gif) no-repeat; 
}
h1,h2,h3 {
	margin-bottom: 5px;
	font-weight: bold;
	padding: 0;
}
h1 {
	font-size: 20px;
	color: #a04b4b;
	padding: 0;
	padding-bottom: 1px;
}
h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
form { 
	margin: 0px; 
	padding: 0px; 
}
input, select, textarea {
	font-size: 12px;
	font-family: arial;
}
a:link, a:active, a:visited {
	color: #a04b4b;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #a04b4b;
	text-decoration: underline;
}

.pointer {
	clear:  both;
}
img {
	border: none;
}
td {
	vertical-align: top;
}
ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0; 
}
/* pattern */

/* common features */
.floatL { float: left; }
.floatR { float: right; }
.bold { font-weight: bold; }
.avGreen { color: #228855; }
.avRed { color: #ff0000; }
.font10 { font-size: 10px; }
.font11 { font-size: 11px; }
.font12 { font-size: 12px; }
.font13 { font-size: 13px; }
.font14 { font-size: 14px; }
.font16 { font-size: 16px; }
.font18 { font-size: 18px; }
.font22 { font-size: 22px; }
.alignR { text-align: right; }
.alignC { text-align: center; }
.alignL { text-align: left; }
.gray { color: #6a6a6a; }
.full100 { width: 100%; }
.paddingL5 { padding-left: 5px; }
.paddingR5 { padding-right: 5px; }
.paddingL10 { padding-left: 10px; }
.paddingR10 { padding-right: 10px; }
.marginL5 { margin-left: 5px; }
.marginL10 { margin-left: 10px; }
.marginR5 { margin-right: 5px; }
.marginR10 { margin-right: 10px; }
.noline { text-decoration: none; }
.white a:link {
	color: #fff;
}
.white a:active {
	color: #fff;
}
.white a:visited {
	color: #fff;
}
.white a:hover {
	color: #fff;
	text-decoration: underline;
}
.black a:link {
	color: #000;
}
.black a:active {
	color: #000;
}
.black a:visited {
	color: #000;
}
.black a:hover {
	color: #0000ff;
	text-decoration: underline;
}
/* website */
#divWrapper {
	width: 860px;
	margin: 0 auto;
	padding-top: 14px;
	background: #fff;
}
#divHeader {
	width: 860px;
	height: 109px;
}
#divLogo {
	width: 860px;
	height: 109px;
	
}
#divTopMenu {
	
}
#divMenu {
	width: 140px;
	float: right;
}
#divTopFlash {
	width: 860px;
	height: 150px;
}
#divMenu a {
	font-size: 14px;
	line-height: 22px;
}
#divContent {
	width: 706px;
	float: left;
	line-height: 21px;
}
#scroller {
	background-image: url(http://www.ladesign.co.il/images/marq-bg.gif);
	background-repeat: no-repeat;
	width: 150px;
	height: 170px;
	padding-left: 9px;
	padding-right: 9px;
}

#bottomLinks  {
	color: #909090;
	width: 466px;
	margin: 0 auto;
	text-align: center;
}
#bottomLinks a:link {
	color: #909090;
	font-weight: bold;
	text-decoration: underline;
}
#bottomLinks a:visited{
	color: #909090;
	font-weight: bold;
	text-decoration: underline;
}
#bottomLinks a:active {
	color: #909090;
	font-weight: bold;
	text-decoration: underline;
}
#bottomLinks a:hover {
	color: #909090;
	font-weight: bold;
	text-decoration: none;
}
.mapUl li {
	padding-left: 14px;
}
.myLead {
	margin: 10px;
	float: left;
	position: inherit;
	width: 300px;
}