@charset "utf-8";
/* CSS Document */

*{
margin: 0px;
padding: 0px;
	
}	

.r{
	float: right;
	
}
.l{
	float: left;
}
.c{
clear: both
	
}
.w{
	width: 1000px;
	margin:0px  30%  ;
}
.fahd{

	width: 400px;
	height: 400px;
}
.headerTop{
	height: 400px;

	background: url('../images/"../images/شعار الفهد.png"') ;
/* background-repeat:repeat-x;*/
}
.logo{
	
	padding: 17px;
}
.menuBar{
	background:url('../images/dd_06.gif');
	/*border-bottom: 3px solid #ccc;*/
	
	
}
.menuBar ul{
	list-style:none;
}

.menuBar ul li{
float: right;
	padding: 15px 3px;
	margin-left: 5px;
	
}
.menuBar ul li a{
	text-decoration: none;
	font-family: tahoma;
	font-size: 15px;
	color: #FE6036;
	padding: 10px;
	border-radius: 10px;
}
.menuBar ul li a:hover{
	background: #FE6036;
	color: #fff;
}
.search{
	
	background: #f5f5f5;
	border-bottom: 3px solid #ccc;
}
.searchForm input[type = text]{
	padding: 6px;
	font-family: tahoma;
	color: #ccc;
	width: 150px;
	border: 1px solid #eee;
	
}
.search ul{
	
	list-style: none;
	margin-top:2px ;
}
.search ul li{
	
	float: right;
	padding:5% 10px ;
}
.search ul li a{
	
	color: #555;
}.search ul li a:hover{
	color: #999;
}

.bac_li li{
	color: #000;
	background-color: rgb(31, 137, 129);
	border: ridge;
	border-color: #fff;
	border-radius: 5px;
}



.content ul{
 list-style: none;
	
}
.content ul li{
	float: right;
	margin-top: 40px;
	margin-bottom: 40px;
}
.product{
	margin: 0px;
	padding: 0px;
}
#pro_img{
	width: 100%;
	
}
#pro_img img{
	border-radius: 4px;
	width: 80%;
	height: 80%;
	}
#pro_img img:hover{
	opacity: 0.6;
}
p{
	font-size: 22px;
}
#pro_title a{
	text-decoration: none;
	font-size: 12px;
	font-family: tahoma;
	color: #000;
	font-weight: bold;
	float: right;
	margin: 5px;
	
}
#pro_bay{
	float: left;
	margin: 5px;
}




.footer{
	background: #999;
	padding: 25px 10px;
}
.footermenu ul{
	list-style: none;
}
.footermenu ul li{
	float: right;
	margin-left: 7px;
	padding: 7px;
}
.footermenu ul li a{
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-family: tahoma;
	
}
.footermenu ul li a:hover{
	text-decoration: underline;
}



.copyRight{
	background-color: rgb(31, 137, 129) !important;
	color: #fff;
	font-family: tahoma;
	font-size: 12px;
	text-align: center;
	padding: 10px;
}