/* =html */
html { margin : 0; 
padding : 0; 
color : #333; 
text-align : center; }

/* =body */
body {
	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;
	background-color: #fdf4e4;
}

/* =hx */
h2, h3, h4 {
	clear : right;
	margin : 0;
	padding : .5em 0;
}
h1 {
	font-size: 24px;
	color: #336633;
	margin: 0px;
}
h2 {
	font-size: 20px;
	color: #cc0000;
}



h3 {
	font-size : 18px;
	color: #ff3333;
}

p {
	margin: 5px;
	line-height: 20px;
}
h6 {
	color: #363;
	font-size: 15px;
}


h4 {
	font-size : 16px;
	
	
}
h5 {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	color: #993333;
}

form {
	margin: 0px;
	padding: 0px;
}


/* =a */
a:link { color : #8e2f5b; 
text-decoration : none; }

a:visited { color : #8e2f5b; 
text-decoration : none; }

img, img a { border : none; }
#header {
	height: 130px;
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
	padding-top: 4px;
}
#logo {
	height: 130px;
	width: 476px;
	float: right;
	margin-right: 4px;
	display: inline;
}
#headerrest {
	float: left;
	width: 456px;
	height: 130px;
	margin-left: 4px;
}


#mainmenu {
	height: 34px;
	background-image: url(../images/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}

#pop {
	height:34px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	font-weight: normal;
}
#mainmenu #pop li ul li #fristChild{
	margin-top: 5px;
}

#pop li ul {
	list-style: none;
	background-image: url(../images/main-drop.gif);
	width: 180px;
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index: 200;
	position: absolute;
	right: -5px;
	height: auto;
	top: 34px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 30px;
	padding-left: 8px;
	margin: 0px;
}
#mainmenu #pop li a {
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}

#pop li {
	padding: 0;
	z-index: 200;
	width: 120px;
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 0;
	margin-left: 10;
	float: right;
	position: relative;
	height: 34px;
}
#pop li li {
	float: right;
	width: 140px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	z-index: 200;
	right: -6px;
}
#mainmenu #pop li ul li a{
	text-indent: 0px;
	background-image: url(../images/main-drop-divider.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index: 200;
}

#pop li a, #pop li a:link, #pop li a:visited {
	color: #ab4832;
	text-decoration: none;
	display: block;
	font-size: 16px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	z-index: 200;
}
#pop li a:hover, #pop li a:active {
	color: #0e4031;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	z-index: 200;
}
#pop li li a, #pop li li a:link, #pop li li a:visited {
	color:#0e4031;
	width: 154px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-indent: 0px;
	z-index: 200;
	position: relative;
}
#pop li li a:hover, #pop li li a:active {
	color: #7e1700;
	background-color: #ead9c5;
	text-indent: 0px;
	z-index: 200;
	position: relative;
}
#pop li ul {
	position: absolute;
	width: 164px;
	display: none;
	right: 0;
	z-index: 200;
}
#pop li:hover ul, #pop li.sfhover ul {
	display: block;
	z-index: 200;
}

#container {
	width: 940px;
	margin: 0 auto;
	text-align: right;
	position: relative;
	z-index: 0;
}
#search_poll {
	height: 96px;
	position: relative;
}
#search_box {
	position: absolute;
	width: 200px;
	left: -18px;
	top: 0px;
}

#small_menu {
	height: 34px;
}
#small_menu ul {
	list-style-type: none;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-image: url(../images/small_menu.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 349px;
	padding: 0px;
	float: left;
	position: relative;
}
#small_menu ul li {
	margin-right: 7px;
	position: absolute;
}
#small_menu a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}
#main_icon {
	right: -3px;
	width: 70px;
}
#us_icon {
	right: 85px;
	width: 95px;
}
#contact_icon {
	right: 195px;
	width: 70px;
}
#english_icon {
	right: 280px;
	width: 65px;
}

#small_menu a:hover {
	background-image: url(../images/small_menu.png);
	background-repeat: no-repeat;
}
#main_icon a:hover {
	background-position: -623px 0px;
}
#us_icon a:hover {
	background-position: -510px 0px;
}
#contact_icon a:hover {
	background-position: -425px 0px;
}
#english_icon a:hover {
	background-position: -345px 0px;
}
#search_poll form {
	margin: 0px;
	padding: 0px;
}
.searchinput {
	height: 15px;
	width: 145px;
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
	border: 1px solid #FFF;
	background-attachment: scroll;
	background-color: rgb(255, 255, 255);
	background-image: url(http://www.google.com/coop/intl/ar/images/google_custom_search_watermark.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
}
.mailinput {
	height: 17px;
	width: 130px;
	color: #be3c39;
	border: 1px solid #f1e5c5;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

#maling_list {
	background-image: url(../images/malinglist_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 77px;
	width: 207px;
	left: 220px;
	z-index: 220;
	padding-top: 27px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 5px;
}

#maling_list a {
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}
#malinglist_form {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}

#error_messege
{
	color: #be3c39;
	font-size: 11px;
	font-weight: normal;
	padding-right: 2px;
	font-family: Tahoma, Geneva, sans-serif;
}
.searchinputonfocus {
	height: 16px;
	width: 145px;
	border: 1px solid #FFF;
}





.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.hide {
	display: none;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}



#footer {
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	width: 940px;
	padding-top: 20px;
}
#address {
	font-size: 14px;
	float: right;
	width: 340px;
	margin-right: 15px;
	color: #a46b33;
	font-weight: bold;
	font-family: "Traditional Arabic";
}
#rss {
	background-image: url(../images/rss.gif);
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 80px;
	margin-left: 15px;
}
#rss a {
	text-indent: -9999px;
	display: block;
	height: 20px;
	width: 60px;
	overflow: hidden;
}


#copyrights {
	font-family: "Traditional Arabic";
	font-size: 14px;
	font-weight: bold;
	color: #6F4822;
	float: left;
	width: 270px;
	padding-left: 15px;
}
.tablecal{
border-style:solid;
border-color:#990000;
border-collapse:collapse;
border-width:thin;
}
.tablecal important tr{
border-style:solid;
border-color:#990000;
border-collapse:collapse;
background-color:#CC9966;
}
.tablecal td{
border-style:solid;
border-color:#990000;
border-collapse:collapse;
border-width:thin;
text-align:center;
font-family:"Times New Roman", Times, serif;
font-size:14px;

}

.fldtbl{
font-size:10px;
width: 470px;
height: 6px;
font-family:Tahoma;
text-align:justify;
}