 @font-face {
  font-family: 'PTF55F';
  src: url('fonts/PTF55F.eot?#') format('eot'),  /* IE6–8 */
       url('fonts/PTF55F.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('fonts/PTF55F.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

body {
	background:#191818;
	margin:0;
	padding:0;
	background:#ebeadb;font-family:'PTF55F', arial, Helvetica, sans-serif;height:100%;
} 


#container {
	margin:80px auto;
	width:600px;
	direction:ltr;

	

	
}

#mega-drop #container {
	margin:0 auto;
	width:960px;
	
}

#drop #container {
	width:960px;
} 

hr {
	height:1px;
	width:100%;
	margin:7em 0;
	border:none;
} 

/* menu */
/* ---------- Nav ----------- */
#BM{
    direction:rtl;
	
	padding:0;
	position:relative;
	background-color:#fff;
	-webkit-box-shadow:0 3px 5px #999;
	-moz-box-shadow:0 3px 5px #999;
	box-shadow:0 3px 5px #999; 
	height:200px;
	margin-top:0px;
	margin-left:0px;
	
}
.nav{
margin-bottom:0px;

}
.nav ul,
.nav ul li {
	padding:0;
	margin:0;
	list-style:none;
} 

.nav .clear {
	clear:both;
} 

.nav {
	width:100%;
	position:relative;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;

	background-color:#288a9b;clear:both;font-family: 'PTF55F';
	-webkit-box-shadow:0 3px 5px #999;
	-moz-box-shadow:0 3px 5px #999;
	box-shadow:0 3px 5px #999; 
} 

.nav ul {
	float:left;
	position:relative;
} 

.nav > ul > li {
	float:left;
	line-height:3em;
	padding:0 1.3em;
	position:relative;
}

.nav > ul > li:hover:first-child {
	-moz-border-radius:0 8px 8px 0;
	-webkit-border-radius:0 8px 8px 0;
	border-radius:0 8px 8px 0;
} 

/* ----- Border Last Round item ------ */

/*.nav > ul > li:hover:last-child {
	-moz-border-radius:0 8px 8px 0;
	-webkit-border-radius:0 8px 8px 0;
	border-radius:0 8px 8px 0;
} */

.nav ul li ul li:hover {
	background-color:#fff;
} 

.nav > ul > li a {
	font-family:'PTF55F';
	text-transform:uppercase;
	color:#fff;
	font-weight:700;
	display:block;
	text-shadow:0 1px 0 rgba(0,0,0,0.5);
	text-decoration:none;
	font-size:12px;
}

.nav ul li ul > li > a {
	color:#363636;
	text-transform:none;
	text-shadow:none;
}

.nav li a.drop:after {
	font-family: 'PTF55F';
	overflow:hidden;
	position:absolute;
	right:7px;
	top:0;
	
}

/* 2-Levels Drop Down */

.nav .levels,
.nav .levels ul {
    list-style: none outside none;
    margin: 0;
	left: -999em;
	background:#e6e6e6;
    position: absolute;
	z-index: 1000;

}

.nav .levels a {
	display: block;
	width:9.6em;
}

.nav .levels li:first-child {border-top:none;} 

.nav .levels li {
	border-top:1px solid #fff;
	width:9.6em;
	float:right;
	position:relative;
}

.nav .levels li > a {
	text-align:right;
	display:block;
	line-height:3em;
	padding:0 1.3em;
}

.nav .levels li ul {
	position: absolute;
	top:0;
	left: -999em;
}
.contact{
       position:absolute;
	   right:10px;
	   margin-top:10px;
	   width:400px;
	   font-family:"PTF55F";
	   direction:ltr;
    }
#logo{
       position:absolute;
	   right:200px;
	   top:5px;
  }
/* ----- Hover ---- */ 

.nav li:hover ul.levels,
.nav .levels li:hover ul,
.nav .levels li ul li:hover ul {
	-moz-box-shadow:0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.2);
	box-shadow:0 3px 3px rgba(0,0,0,0.2);
	border-left:1px solid #515151;
	border-right:1px solid #515151;
	border-bottom:1px solid #515151;
	top:3em;
	left:0;
	display:block;
}

.nav .levels li:hover ul {
	z-index:5;
} 

.nav .levels li:hover ul,
.nav .levels li ul li:hover ul {
	top:0;
	display:block;
}

.nav li:hover .levels li:hover {
	-moz-transition:all 200ms linear 0s;
	-webkit-transition:all 200ms linear 0s;
	-o-transition:all 200ms linear 0s;
	-ms-transition:all 200ms linear 0s;
	background:#fff;
}

.nav li:hover li a:hover {
	-moz-transition:all 200ms linear 0s;
	-webkit-transition:all 200ms linear 0s;
	-o-transition:all 200ms linear 0s;
	-ms-transition:all 200ms linear 0s;
}

.nav .levels li:hover ul,
.nav .levels li ul li:hover ul{
	left: 9.3em;
	*left: 9.6em;
	display:block;
}

.nav .levels li:hover ul ul {
	left: -999em;
}

/* ----- Search Top ---- */ 

.search-top {
	padding:.6em .6em 0;
	position:relative;
	float:left;
} 

.inline-search input[type="text"] {
	background:#f1f1f1;
	border:none;
	width:160px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:inset 0 1px 2px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:inset 0 1px 2px 1px rgba(0,0,0,0.2);
	box-shadow:inset 0 1px 2px 1px rgba(0,0,0,0.2);
	line-height:1.5em;
	padding:6px 10px;
}

.inline-search input[type="submit"] {
	font-family: 'PTF55F';
	background:none;
	border:none;
	position:absolute;
	top:14px;
	overflow:hidden;
	width:18px;
	height:18px;
	font-size:16px;
	right:15px;
	cursor:pointer !important;
} 

.inline-search input[type="submit"]:hover {
	cursor:pointer;
}
.light-blue-menu.nav  ul li:hover {
	background-color: #5fc0ce;
	background: -ms-linear-gradient(top, #5fc0ce, #128292); /* IE9 */
	background: -moz-linear-gradient(top, #5fc0ce, #128292); /* Firefox */
	background: -o-linear-gradient(top, #5fc0ce, #128292); /* Opera 11  */
	background: -webkit-linear-gradient(top, #5fc0ce, #128292); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5fc0ce), color-stop(1, #128292)); /* Chrome 10, Safari */
}

/* end menu */

/* slidshow */

#slideshow {

	margin:-50px auto;
	
	padding:0;
	position:relative;
	border:25px solid #fff;
	-webkit-box-shadow:0 3px 5px #999;
	-moz-box-shadow:0 3px 5px #999;
	box-shadow:0 3px 5px #999; 
	
}

#slideshow ul {

	position:relative;
	overflow:hidden;
	margin:0;
	padding:0;
	
}

#slideshow ul li {
	

	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
	list-style:none;

}

#pagination {

	clear:both;
	width:75px;
	margin:2px auto 0;
	padding:0;
	z-index: 1000;
}

#pagination li {
	list-style:none;
	float:left;
	margin:0 2px;
}

#pagination li a {
	display:block;
	width:10px;
	height:10px;
	text-indent:-10000px;
	background:url(images/pagination.png);
}

#pagination li a.active {
	background-position:0 10px;
}

.caption {
	width:900px;
	margin:0;
	padding:10px;
	position:absolute;
	left:0;
	font-family:'PTF55F', PTF55F, PTF55F;
	font-size:14px;
	font-weight:lighter;
	color:#fff;
	border-top:1px solid #000;
	background:rgba(0,0,0,0.6);
}
#Vid{
    direction:ltr;
	margin:10px auto;
	padding:0;
	position:relative;
	background-color:#fff;
	-webkit-box-shadow:0 3px 5px #999;
	-moz-box-shadow:0 3px 5px #999;
	box-shadow:0 3px 5px #999; 
	height:400px;
	width:950px;
	margin-right:0px;
}
#TexC{
    direction:rtl;
	margin:0px auto;
	padding:0;
	position:relative;
	background-color:#fff;
	-webkit-box-shadow:0 3px 5px #999;
	-moz-box-shadow:0 3px 5px #999;
	box-shadow:0 3px 5px #999; 
	height:400px;
	width:825px;
	margin-right:0px;
}
.left-section{
            position:absolute;
			right:380px;
			top:5px;
    }
.right-section{
       position:absolute;
	   right:200px;
	   top:5px;
  }
  .treesec{
            position:absolute;
			right:670px;
			top:5px;
    }
    .socialsec{
	
            position:absolute;
			left:850px;
			top:0px;
			direction:rtl;
			padding:0;
			position:relative;
			background-color:#fff;
			-webkit-box-shadow:0 3px 5px #999;
			-moz-box-shadow:0 3px 5px #999;
			box-shadow:0 3px 5px #999; 
			height:320px;
			width:100px;
			margin-right:0px;
    }
	#howdo{
    direction:ltr;
	margin:10px auto;
	padding:0;
	position:relative;
	background-color:#fff;
	-webkit-box-shadow:0 3px 5px #999;
	-moz-box-shadow:0 3px 5px #999;
	box-shadow:0 3px 5px #999; 
	height:400px;
	width:950px;
	margin-right:5px;
}
.left-section{
            position:absolute;
			right:280px;
			top:5px;
    }
.right-section{
       position:absolute;
	   right:10px;
	   top:5px;
  }
  .inleft-section{
            position:absolute;
			right:235px;
			top:5px;
    }
.inright-section{
       position:absolute;
	   right:5px;
	   top:5px;
  }
  .inleft-right-section{
       position:absolute;
	   right:195px;
	   top:5px;
  }
  .inleft-left-section{
       position:absolute;
	   right:425px;
	   top:5px;
  }
/*
.socthumb_cont{float:none;margin-bottom:9px;margin-left:0;width:100px}
.socthumb{background:#ebeadb;border:1px solid #dbdac9;display:block;height:88px;padding:4px;position:relative;width:90px;}
.socthumb:hover{background:#e6e5d3;border-color:#5fafa5;}
.socthumb:hover span.hidden{-khtml-opacity:0.2;-moz-opacity:0.2;background-color:#FFF;display:block !important;filter:alpha(opacity=20);height:88px;right:4px;opacity:0.2;position:absolute;top:4px;}
*/



#posts{clear:both;margin-top:25px;margin-left:00px;width:250px; border:1px solid #9f9d91; -webkit-box-shadow:0 3px 5px #999;
	-moz-box-shadow:0 3px 5px #999;
	 box-shadow:0 3px 5px #999; 
	 direction:ltr;
	 }
#posts .TiTle{background-color:#52a1af;height:50px;line-height:33px;width:250px;margin-top:-20px;font-family: 'PTF55F';}
#posts .min{height:250px;padding:12px 14px;}

#posts .post .thumb_cont{float:none;margin-bottom:9px;margin-left:0;width:210px}
#posts .post a.thumb{background:#ebeadb;border:1px solid #dbdac9;display:block;height:88px;padding:4px;position:relative;width:210px;}
#posts .post a.thumb:hover{background:#e6e5d3;border-color:#5fafa5;}
#posts .post a.thumb:hover span.hidden{-khtml-opacity:0.2;-moz-opacity:0.2;background-color:#FFF;display:block !important;filter:alpha(opacity=20);height:88px;right:4px;opacity:0.2;position:absolute;top:4px;}

#posts .post h2 a{color:#ca4f2e;font-size:1.1em;font-family: 'PTF55F';}
#posts .post h2 a:hover{color:#9e3114;}
#posts .post p{color:#838375;font-size:.72em;line-height:20px;}
#posts .post p em{font-style:italic;}
#posts .post p strong{font-weight:700;}
#posts .post a.more{background:#ebeadb;clear:both;display:block;font-size:.85em;font-family: 'PTF55F';height:32px;line-height:32px;padding-bottom:4px;text-align:center;width:250px;}
#posts .post a.more a:hover{background-position:0 100%;color:#23665f; font-size:12px;font-family:'arial';}
/* 4 cloum post */
#foucloumposts{clear:both;margin-top:10px;margin-right:5px;width:220px; border:1px solid #9f9d91; -webkit-box-shadow:0 3px 5px #999;
	-moz-box-shadow:0 3px 5px #999;
	 box-shadow:0 3px 5px #999; 
	 }
#foucloumposts .TiTle{background-color:#52a1af;height:30px;line-height:33px;width:220px;margin-top:-20px;font-family: 'PTF55F';}
#foucloumposts .TiTle .text{text-align: center;}

#foucloumposts .min{height:260px;padding:12px 14px;}

#foucloumposts .post .thumb_cont{float:none;margin-bottom:9px;margin-left:0;width:180;}
#foucloumposts .post a.thumb{background:#ebeadb;border:1px solid #dbdac9;display:block;height:88px;padding:4px;position:relative;width:180px;}
#foucloumposts .post a.thumb:hover{background:#e6e5d3;border-color:#5fafa5;}
#foucloumposts .post a.thumb:hover span.hidden{-khtml-opacity:0.2;-moz-opacity:0.2;background-color:#FFF;display:block !important;filter:alpha(opacity=20);height:88px;right:4px;opacity:0.2;position:absolute;top:4px;}

#foucloumposts .post h2 a{color:#ca4f2e;font-size:1.1em;font-family: 'PTF55F';}
#foucloumposts .post h2 a:hover{color:#9e3114;}
#foucloumposts .post p{color:#838375;font-size:.72em;line-height:20px;}
#foucloumposts .post p em{font-style:italic;}
#foucloumposts .post p strong{font-weight:700;}
#foucloumposts .post a.more{background:#ebeadb;clear:both;display:block;font-size:.85em;font-family: 'PTF55F';height:32px;line-height:32px;padding-bottom:4px;text-align:center;width:220px;}
#foucloumposts .post a.more a:hover{background-position:0 100%;color:#23665f;}

/* END 4 CLOUM POST */
/* BIG POST */
#maintext{
	direction:ltr;
	margin:10px auto;
	padding:0;
	position:relative;
	background-color:#fff;
	-webkit-box-shadow:0 3px 5px #999;
	-moz-box-shadow:0 3px 5px #999;
	box-shadow:0 3px 5px #999; 
	height:400px;
	width:700px;
	margin-left:5px;
	font-family: 'PTF55F';
}
#maintext .TiTle{background-color:#52a1af;height:30px;line-height:33px;width:100%;margin-top:0px;font-family: 'PTF55F'; direction:ltr;}
#maintext .TiTle .text{margin-left:20px;}
#maintext .min{height:233px;padding:12px 14px;}
#maintext .panter{
	
            position:absolute;
			left:0px;
			top:0px;
			direction:ltr;
			padding:0;
			position:relative;
			background-color:#fff;
			-webkit-box-shadow:0 3px 5px #999;
			-moz-box-shadow:0 3px 5px #999;
			box-shadow:0 3px 5px #999; 
			height:320px;
			width:100%;
			margin-right:0px;
    }
#posts .min .thumb_cont{float:none;margin-bottom:9px;margin-left:0;width:210px}
#posts .post a.thumb{background:#ebeadb;border:1px solid #dbdac9;display:block;height:88px;padding:4px;position:relative;width:210px;}
#posts .post a.thumb:hover{background:#e6e5d3;border-color:#5fafa5;}
#posts .post a.thumb:hover span.hidden{-khtml-opacity:0.2;-moz-opacity:0.2;background-color:#FFF;display:block !important;filter:alpha(opacity=20);height:88px;right:4px;opacity:0.2;position:absolute;top:4px;}

/* END OF BIG POST */
#maintext .left-section{
            position:absolute;
			left:0px;
			top:0px;
			width:700px;
    }
#maintext .right-section{
       position:absolute;
	   left:720px;
	   top:0px;
	   width:230px;
  }
#othermainpage{

            position:absolute;
			left:0px;
			top:0px;
			direction:ltr;
			padding:0;
			position:relative;
			background-color:#fff;
			-webkit-box-shadow:0 3px 5px #999;
			-moz-box-shadow:0 3px 5px #999;
			box-shadow:0 3px 5px #999; 
			height:600px;
			width:100%;
			margin-right:0px;
			margin-top:50px;
}
#othermainpage .min
	{
	height:250px;padding:25px 25px;font-family:"PTF55F";font-size:16px;
	}
#othermainpage .TiTle{background-color:#52a1af;height:35px;line-height:33px;width:100%;margin-top:0px; direction:ltr;}
#othermainpage .TiTle .text{margin-left:20px; font-size:larger;font-family: 'PTF55F';}
#othermainpage .thumb_cont{float:none;margin-bottom:9px;margin-left:200px;width:500px;margin-top:20px;}
#othermainpage .min a.thumb{background:#ebeadb;border:1px solid #dbdac9;display:block;height:170px;padding:4px;position:relative;width:500px;}
#othermainpage .min a.thumb:hover{background:#e6e5d3;border-color:#5fafa5;}
#othermainpage .min a.thumb:hover span.hidden{-khtml-opacity:0.2;-moz-opacity:0.2;background-color:#FFF;display:block !important;filter:alpha(opacity=20);height:88px;right:4px;opacity:0.2;position:absolute;top:4px;}


#Contact{

            position:absolute;
			left:0px;
			top:0px;
			direction:ltr;
			padding:0;
			position:relative;
			background-color:#fff;
			-webkit-box-shadow:0 3px 5px #999;
			-moz-box-shadow:0 3px 5px #999;
			box-shadow:0 3px 5px #999; 
			height:300px;
			width:100%;
			margin-right:0px;
			margin-top:50px;
}
#Contact .min
	{
	height:250px;padding:25px 25px;font-family:"PTF55F";font-size:16px;
	}
#Contact .TiTle{background-color:#52a1af;height:35px;line-height:33px;width:100%;margin-top:0px;font-family: 'PTF55F'; direction:ltr;}
#Contact .TiTle .text{margin-left:20px;}
#Contact .thumb_cont{float:none;margin-bottom:9px;margin-left:200px;width:500px;margin-top:20px;}
#Contact .min a.thumb{background:#ebeadb;border:1px solid #dbdac9;display:block;height:130px;padding:4px;position:relative;width:500px;}
#Contact .min a.thumb:hover{background:#e6e5d3;border-color:#5fafa5;}
#Contact .min a.thumb:hover span.hidden{-khtml-opacity:0.2;-moz-opacity:0.2;background-color:#FFF;display:block !important;filter:alpha(opacity=20);height:88px;right:4px;opacity:0.2;position:absolute;top:4px;}



#title{font-size:12px;}


	#cp{
    direction:ltr;
	margin:10px auto;
	padding:0;
	position:relative;
	background-color:#fff;
	-webkit-box-shadow:0 3px 5px #999;
	-moz-box-shadow:0 3px 5px #999;
	box-shadow:0 3px 5px #999; 
	height:240px;
	width:960px;
	margin-right:0px;
}
.left-section{
            position:absolute;
			right:280px;
			top:5px;
    }
.right-section{
       position:absolute;
	   right:10px;
	   top:5px;
  }
  .inleft-section{
            position:absolute;
			right:235px;
			top:5px;
    }
.inright-section{
       position:absolute;
	   right:5px;
	   top:5px;
  }
  .inleft-right-section{
       position:absolute;
	   right:195px;
	   top:5px;
  }
  .inleft-left-section{
       position:absolute;
	   right:425px;
	   top:5px;
  }

/* 4 cloum post */
#cpfoucloumposts{clear:both;margin-top:10px;margin-right:5px;width:220px; border:1px solid #9f9d91; -webkit-box-shadow:0 3px 5px #999;
	-moz-box-shadow:0 3px 5px #999;
	 box-shadow:0 3px 5px #999; 
	 }
#cpfoucloumposts .TiTle{background-color:#52a1af;height:30px;line-height:33px;width:220px;margin-top:-20px;font-family: 'Tahoma';font-size: xx-small;}
#cpfoucloumposts .TiTle .text{margin-left:5px;margin-top:20px;}

#cpfoucloumposts .min{height:150px;padding:12px 14px;}

#cpfoucloumposts .post .thumb_cont{float:none;margin-bottom:9px;margin-left:0;width:180;}
#cpfoucloumposts .post a.thumb{background:#ebeadb;border:1px solid #dbdac9;display:block;height:88px;padding:4px;position:relative;width:180px;}
#cpfoucloumposts .post a.thumb:hover{background:#e6e5d3;border-color:#5fafa5;}
#cpfoucloumposts .post a.thumb:hover span.hidden{-khtml-opacity:0.2;-moz-opacity:0.2;background-color:#FFF;display:block !important;filter:alpha(opacity=20);height:88px;right:4px;opacity:0.2;position:absolute;top:4px;}

#cpfoucloumposts .post h2 a{color:#ca4f2e;font-size:1.1em;font-family: 'PTF55F';}
#cpfoucloumposts .post h2 a:hover{color:#9e3114;}
#cpfoucloumposts .post p{color:#838375;font-size:.72em;line-height:20px;}
#cpfoucloumposts .post p em{font-style:italic;}
#cpfoucloumposts .post p strong{font-weight:700;}
#cpfoucloumposts .post a.more{background:#ebeadb;clear:both;display:block;font-size:.85em;font-family: 'PTF55F';height:32px;line-height:32px;padding-bottom:4px;text-align:center;width:220px;}
#cpfoucloumposts .post a.more a:hover{background-position:0 100%;color:#23665f;}

/* END 4 CLOUM POST */
#copyright{
	background-image: url("images/fot.jpg");
	background-repeat:no-repeat;
	background-color:#01a161;
	background-position:center;
	color: #ffffff;
	height:100px;
	font-size:XX-SMALL;
}
#
#copyright .main{
margin-left:40px;

}
#copyright .a.blue:link {
color: #0000ff;
}
