﻿* {
	padding: 0;
	margin: 0;
	font-size: 10pt;
}

 ul {
	width: 600px;
	padding-right: 24px;
	color: black;
	font-size:10pt;
	text-decoration: none;
	font-family: Arial;
	margin-top:10px;
}

img {
	display: block;
}

#whole{
	width: 1000px;
	margin:0px auto;
}
	#logo{
		height: 192px;
	}
	#logo img{
		border: 0;
	}
	#content{
		background-image: url('Images/content_background.jpg');
		background-repeat: no-repeat
	}
		#leftMenu{
			text-align: left;
			float: left;
			width: 145px;
			margin: 10px 0 0 11px;
		}
			#links{
				margin-top: 7px;
				width: 100%;
				background-color: #033a86;
				text-align: right;
				direction: rtl;
			}
			
			#menu {
				list-style-type:none;
				border-top: 9px solid #033A86;
				padding:0;
				margin: 11px 0 0 0;
				width:100%;
			}
			
			.item {
				background: #BFCEE1 url('Images/linksDot.jpg') no-repeat right center;
				border-bottom: 3px solid #033A86;
				padding-left:0; padding-right:25px; padding-top:3px; padding-bottom:3px
			}
			
			#menu li a {
				width: 100%;
				padding-right: 8px;
				color: black;
				font-size:14px;
				text-decoration: none;
				font-family: Arial;
				font-weight: bold;
			}
			
			#leftSpacer{
				width: 145px;
				height: 100%;
				background-color: #deeaf2;
			}
		#main{
			float: left;
			width: 645px;
			text-align: right;
		}
			#phone{
				margin:0px auto;
				padding-top: 11px;
			}
			#main h2#first{
				margin-top: 29px;
				background-image: url('Images/mainFirst.jpg');
				width: 624px;
				height: 22px;
				font-family: Arial;
				font-size: 14pt;
				vertical-align: top;
				text-align: right;
				direction: rtl;
				color:white; text-indent:5px;
			}
			#main p{
				width: 600px;
				font-family: Arial;
				font-size: 10pt;
				text-align: right;
				direction: rtl;
				
			}
			#main h2{
				margin-top: 29px;
				background-image: url('Images/mainRest.jpg');
				width: 624px;
				height: 22px;
				font-family: Arial;
				font-size: 14pt;
				vertical-align: top;
				text-align: right;
				direction: rtl;
				color:white; text-indent:5px;
			}
			#main h3{
				font-family: Arial;
				font-size: 10pt;
				text-align: right;
				direction: rtl;
			}
		#rightMenu{
			width: 187px;
			float: right;
			margin-top: 10px;
		}
			#rightSpacer{
				width: 181px;
				height: 100%;
				background-color: #deeaf2;
			}
		#bottom{
			margin-top: 10px;
			width: 1000px;
			height: 126px;
			clear: both;
			background-image: url('Images/bottom.jpg');
		}
		#bottom p{
			margin:10px;
			color: black;
			font-size:10pt;
			text-decoration: none;
			font-family: Arial;
		}
		#bottom a{color:black;}

.inline {
	display: inline;
}