/* CSS Document */

* {margin: 0;
   padding: 0;
   direction:rtl}
   
body {
	font-family: Arial, Helvetica, sans-serif;
	 background-image: url(images/bg.jpg); 
	 background-position:bottom right;
	 background-attachment: fixed;
	 background-repeat: no-repeat;
	 background-color: #E5DBD2; 
}

#main {
	background-image: url(images/main.gif);
	height: 70px;
	width: 779px;
	background-repeat: no-repeat;
}

#linkbar {
	background-image: url(images/linkbar.gif);
	height: 58px;
	width: 779px;
	background-repeat: no-repeat;
}

#top_content {
	background-image: url(images/top_content.gif);
	height: 131px;
	width: 779px;
    padding-right: 0px;
	background-repeat: no-repeat;
}

#main_content {
	background-image: url(images/body_tile.gif);
	width: 382px;
	background-repeat: repeat-y;
	padding-right: 137px;
	padding-left: 260px;
	font-size: 14px;
}

#footer {
	background-image: url(images/footer.gif);
	width: 621px;
	height: 240px;
	padding-top: 100px;
	font-size: 12px;
	padding-right: 158px;
}

p {padding-bottom: 6px;
padding-top: 6px;}

h1 {
	padding-top: 10px;
	padding-right: 165px;
	color: #000000;
	font-size: 23px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	padding-top: 0px;
	padding-right: 165px;
	color: #000000;
	font-size: 12px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 18px;
	font-style: italic;
	color: #8D926A;
	padding-top: 15px;
	padding-bottom: 15px;
}

blockquote {
	margin-right: 150px;
	margin-left: 300px;
	font-size: 14px;
	padding: 45px 6px 6px;
	font-style: italic;
}

#navcontainer ul
{
	list-style-type: none;
	color: #006633;
	font-size: 16px;
	padding-top:23px;
	padding-right:140px;
}

li {
	display: inline;
	font-weight: 600;
		padding-right:20px;
}

li a
{
	text-decoration: none;
	color: #333333;
	
}

li a:hover
{
color: #8A180E;
}
.clients {
	padding: 5px;
	text-align: center;
	}

.client {
	float: right;
	padding-right: 5px;
	text-align: center;
	clear: both;

	}
	
.client_logo {
	height: 175px;
	width: 232px;
	vertical-align: middle;
	margin-top: auto;
	margin-bottom: auto;
	border: 0px solid #CCCCCC;
	}

.client_name {
	width: 232px;
	background-color: #E4E2E2;
	color: #B60000;
	font-weight: bold;
    text-decoration: none;
	text-align: center;
	}
.client_name A {
	color: #B60000;
	text-decoration: none;
	text-align: center;
		}
.client_name A:VISITED {
	color: #B60000;
	text-decoration: none;
	text-align: center;
	}