#header {
	background-image: url(images/s22s_02.jpg);
	background-repeat: repeat-x;
	height: 185px;
}
#header .right {
	background-image: url(images/s22s_03.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 252px;
	width: 351px;
}
#header .left {
	background-image: url(images/s22s_01.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 252px;
	width: 391px;
}
#foter {
	background-image: url(images/s22s_06.jpg);
	background-repeat: repeat-x;
	height: 120px;
}
#foter .right {
	background-image: url(images/s22s_07.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 121px;
	width: 281px;
}
#foter .left {
	background-image: url(images/s22s_05.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 121px;
	width: 368px;
}
/*--------------لون الخلفية------------*/
body {
  background-color: #F1F1F1;
  background-attachment: fixed;
  
}
/*--------------الخطوط------------*/
p {
	font: bold 15px "Times New Roman", serif;
	text-align: center;
	color: #FFF6C8;
}
/*--------------مؤثرات النصوص------------*/
a {
	text-decoration:none;
	color: #AA2E67;
}
a:hover {
	text-transform: uppercase;
	font-weight:bold;
	color:#F1F1F1;
	background-color:#DD1583;
}
a.veg {
	color: #FFF6C8;
}
a.eee {
	color: #FF0000;
}
body {
	margin: 0px 0px 0px 0px;
}
/*--------------هيردويرد------------*/
#slider {
    width: 300px; /* important to be same as image width */
    height: 250px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 300px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: middle;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 11px/15px Tahoma, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 300px;
    background-color: #E6E6E6;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #AA2E67;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}
/*--------------نهاية الهيرد ويرد------------*/