@charset "utf-8";
/* CSS Document */
body {
	font: 120% Tahoma, Geneva, sans-serif;
	font-size:14px;
	background: #ededed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	text-align:right;
	direction:rtl;
	line-height:150%
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../../images/main-bg.jpg) repeat-y center;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
.oneColFixCtrHdr #header {
	margin:0px 10px;
	padding: 0 10px 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:290px;
	background:url(../../images/header-bg.jpg) no-repeat;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0px 10px;
	direction:rtl;
	text-align:justify;
	width:730px
}
.oneColFixCtrHdr #title {
	padding: 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:20px 10px;
	background:url(../../images/h-lines.jpg) right no-repeat;
	height:20px;
	font-weight:bold;
	font-size:18px;
}
.oneColFixCtrHdr #footer {
	padding: 50px 40px 20px 40px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin:40px 10px 0px 10px;
	font-size:12px;
	background:url(../../images/footer-bg.jpg) repeat-x top;
	color:#8a8a8a
}
.oneColFixCtrHdr #footer a {
	text-decoration:none;
	color:#d88e00;
	font-weight:bold
}
.oneColFixCtrHdr #footer a:hover {
	text-decoration:underline
}
a.chng-lang {
	color:#999 !important
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
h1 {
	background:url(../../images/h-lines.jpg) right;
	height:100px;
}
#menu {
	height:35px;
	background:#dd9407 url(../../images/menu-bg.jpg) repeat-x;
	margin:0px 10px;
}
#menu a {
	padding:7px 25px 7px 25px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	float:right;
	border-right: 1px solid #c68200;
	border-left: 1px solid #e89e10;
	height:21px
}
#menu a.active {
	background:#dd9407 url(../../images/menu-hover-bg.jpg) repeat-x;
}
#menu a.first {
	margin-right:30px
}
#menu a:hover {
	background:#dd9407 url(../../images/menu-hover-bg.jpg) repeat-x;
}
.logo {
	float:left;
	position:relative;
	top:-40px;
}
li {
	margin:10px 0px
}
.composite img {
	float:right;
	margin-left:30px;
	margin-bottom:5px;
}
.cpyrght‍‌‍ {
	float:left
}
#linksarea a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
	margin-right:30px
}
#linksarea a:hover {
	color:#eb7a00
}
.listen a{color:#eb7a00;
text-decoration:none;
font-weight:bold;
}
.listen a img{
	border:none
}
/****Slide Show****/
/*** set the width and height to match your images **/

.slide-show-holder {
	padding:30px 160px 30px 160px;

}
#slideshow {
	position:relative;
	height:300px;
}
#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
	border:#666 1px solid
}
#slideshow IMG.active {
	z-index:10;
	opacity:1.0;
}
#slideshow IMG.last-active {
	z-index:9;
}

