#header {
	background-image: url(stail-new/2.jpg);
	background-repeat: repeat-x;
	height: 185px;
}
#header .right {
	background-image: url(stail-new/1.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 252px;
	width: 351px;
}
#header .left {
	background-image: url(stail-new/3.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 252px;
	width: 391px;
}
#foter {
	background-image: url(stail-new/6.jpg);
	background-repeat: repeat-x;
	height: 47px;
}
#foter .right {
	background-image: url(stail-new/4.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 47px;
	width: 273px;
}
#foter .left {
	background-image: url(stail-new/5.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 47px;
	width: 373px;
}
/*--------------لون الخلفية------------*/
body {
  background-color: #FFFFFF;
  background-attachment: fixed;
  
}
/*--------------الخطوط------------*/
p {
	font: bold 10px "Tahoma", Tahoma;
	text-align: center;
	color: #8F8530;
}
/*--------------مؤثرات النصوص------------*/
a {
	text-decoration:none;
	color: #82792B;
}
a:hover {
	text-transform: uppercase;
	font-weight:bold;
	color:#000000;
	background-color:#F7F6DA;
}
a.veg {
	color: #8F8530;
}
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: #FFF6C8;
    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: 10px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}
/*--------------نهاية الهيرد ويرد------------*/