@charset "utf-8";
/* CSS Document */
body{
	font-family:Verdana;
	text-align:center;
	background:#e5e5e5 url(../img/bg1.png) bottom repeat-x fixed;
	behavior:url(js/iepngfix.htc);	
	color:#666666;
}
*{
margin:0;
padding:0;
outline:0;
border:0;
}
img, div{ 
	behavior: url(../js/iepngfix.htc);
	border:0;
	cursor: url("../img/custom.cur"), default;		
}
.list{
	list-style:none;
	display:block;
	float:left;
	font-size:10px; 
	color:#0CF;
	width:500px;
}
input:focus, textarea:focus{
	color:#36b200;
	font-weight:500;
}
input:hover, textarea:hover{
		color:#298800;
		background:#FFF;
}
h1{
	font-family:"Jameel Noori Nastaleeq","Alvi Nastaleeq",Arial;
	color:#F00;
	text-align:center;
	margin:10px 10px 0px 10px;
}
h3{
	font-family:"Jameel Noori Nastaleeq","Alvi Nastaleeq",Arial;
	color:#038EF5;
	direction:rtl;
	margin:10px 15px 0px 10px;
}
p{
	font-family:"Jameel Noori Nastaleeq","Alvi Nastaleeq",Tahoma;
	font-size:16px;
	color:#000;
	padding:0px 20px 20px 20px;
	text-align:justify;
}
.p{
	width:90%;
	display:block;
	font-family:Tahoma;
	font-size:13px;
	color:#000;
	padding:0px 20px 20px 20px;
	text-align:justify;
}
.small{
	font-family:Tahoma;
	font-size:11px;
	color:#666666;
	padding:0px 20px 20px 20px;
	text-align:center;
}
a:link, a:visited{
	color:#36F;
	text-decoration:none;
}
a:hover{
	color:#6CF;
	text-decoration:none;
}
table, td{
	margin:0 auto;
	padding:3px;
	font-family:Tahoma;
	font-size:13px;
	direction:ltr;
	text-align:right;
	vertical-align:top;
}

#main-wrapper{
	width:975px;
	margin:0 auto;
	background:url(../img/bg_wrapper.png) no-repeat fixed center top;
}
#header{
	width:975px;
	min-height:450px;
	float:left;
}
#box{
	height:55px;
	float:left;
	padding:0 0 0 357px;
}
.boxes{
	width:40px;
	height:40px;
	margin:15px 15px 0 0;
	float:left;
	text-align:center;
}
.boxes a{
	font-size:9px;
	color:#999;
	text-shadow:0px 1px 1px #ccc;
}
.boxes a:hover img{
	margin:7px 0 0 0;
	width:32px;
	height:32px;
}
#banner{
	width:975px;
	height:230px;
	float:left;
	margin:30px 0 0 0;
}
#banner_home{
	width:975px;
	height:230px;
	float:left;
	margin:30px 0 0 0;
	/*background:url(../img/banner_home.jpg) center center no-repeat;*/
}
#marquee{
	width:718px;
	height:35px;
	line-height:35px;
	float:left;
	font-family:tahoma;
	font-size:12px;
	margin:15px 9px 0 0; 
	background:url(../img/marquee.png) no-repeat;
	text-align:center;
}
#search{
	width:248px;
	height:35px;
	float:left;
	margin:15px 0 0 0;
}
#search form input{
	float:left;
}
#search form input.TextField{
	width:201px;
	height:35px;
	padding:2px 4px 0 4px;
	border:none;
	font-family:Verdana;
	font-size:18px;
	line-height:35px;
	color:#ff5b01;
	text-align:left;
	background:url(../img/search.jpg) top left no-repeat;
}
#search input.submit{
	width:33px;
	height:35px;
	line-height:35px;
	margin:0 0 0 5px;
	border:none;
	font-family:Verdana;
	font-size:18px;
	color:#ff5b01;
	text-align:left;		
	background:url(../img/gobtn.jpg) top left no-repeat;
	cursor:pointer;
}
.SubmitBtn{
	width:101px;
	height:35px;
	margin:0 0 0 5px;
	border:none;
	font-family:Verdana;
	font-size:18px;
	color:#666666;
	text-align:center;
	background:url(../img/btn.png) top left no-repeat;
	cursor:pointer;
}
.bdr_input{
	font-family:Tahoma,Verdana;	
    -moz-border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 1px 1px 0 #FFFFFF;
    background-color: #e9e9e9;
	border:1px solid #333;	
    border-color: #B4B4B4 #E9E9E9 #E9E9E9 #B4B4B4;
    padding: 5px 3px;		
}
#navigation{
	width:975px;
	height:65px;
	float:left;
	margin:15px 0 0 0;
	background:url(../img/nav.png) center center no-repeat;
}
#navigation ul{
	width:975px;
	height:65px;
	float:left;
	padding:12px 0 0 0;
}
#navigation li{
	display:inline;
	float:left;
}
#navigation li a{
	display:block;
	width:162px;
	height:44px;
	line-height:44px;
	float:left;
	text-align:center;
	text-decoration:none;
	text-shadow: -1px -1px #d4d4d4, 1px 1px #FFF;
	font-family:Tahoma;
	font-size:15px;
	color:#666;
	letter-spacing:.0em;	
}
#navigation li a:hover, #navigation li .current{
	color:#F60;
	background:url(../img/hover.jpg) center center no-repeat;
	behavior: url(../js/iepngfix.htc);	
}	
#navigation li ul{
	display:none;
	height:auto;
	width:162px;	
	padding:0px;
	margin:44px 0 0 0;
	position:absolute;	
	z-index:200;
	border:1px solid #cccccc;	
	background:#EAEAEA;	
}
#navigation li:hover ul{
	display:block;
}
#navigation li ul a{
	display:block;
	height:44px;
	font-size:12px;
	font-style:normal;
	border-bottom:1px dotted #DBDBDB;	
}
#navigation li ul a:hover{
	background:#F5F5F5;
	text-decoration:none;
}
#sub-nav{
	width:975px;
	margin:7px 0 0 0;
	float:left;
}
#sub-nav ul{
	width:975px;
	height:20px;
	background:#CCC;
}
#sub-nav li{
	display:inline;
}	
#sub-nav li a{
	display:block;
	width:162px;
	height:20px;
	padding:0px 0px 0px 0px;
	float:left;
	text-align:center;
	text-decoration:none;
	font-family:Tahoma;
	font-size:12px;
	color:#F30;
	letter-spacing:.0em;
}
.clear{
	clear:both;
}
#body-wrapper{
	width:975px;
	float:left;
	direction:rtl;
}
#full-page{
	width:975px;
	height:43px;
	margin:15px 0 0 0;
	float:left;
	background:url(../img/full-page-t.png) no-repeat top left;	
}
#full-page-c{
	width:975px;
	float:left;
	background:url(../img/full-page-c.png) repeat-y;
}
#full-page-b{
	width:975px;
	height:12px;
	margin:0 0 13px 0;
	float:left;
	background:url(../img/full-page-b.png) no-repeat top left;		
}
.split{
	width:485px;
	float:left;	
}
#menubar{
	width:289px;
	float:left;
}
.menu-top{
	width:289px;
	height:50px;
	float:left;
	margin:15px 0 0 0;
	background:url(../img/menu-top.png) no-repeat bottom left;
}
.menu-center{
	width:289px;
	height:auto;
	float:left;
	direction:rtl;
	background:url(../img/menu-back.png) repeat-y left;
}
.menu-center li{
	list-style-type:none;
}
.menu-center li a{
	display:block;
	height:30px;
	padding:0 30px 0 0;
	text-decoration:none;
	font-family:Tahoma;
	font-size:13px;
	line-height:20px;
	color:#03F;
	letter-spacing:.0em;
	text-align:right;
}
.menu-center li a:hover{
	color:#0CF;
}
.menu-bottom{
	width:289px;
	height:15px;
	float:left;
	background:url(../img/menu-bottom.png) no-repeat top left;
}
#pager{
	width:675px;
	float:left;
	margin:0 10px 0 0;
}
#page{
	width:675px;
	float:left;
}	
#page-top{
	width:675px;
	height:42px;
	float:left;
	margin:15px 0 0 0;
	background:url(../img/page-top.png) top left no-repeat;	
}
#page-center{
	width:675px;
	min-height:250px;
	float:left;
	direction:rtl;
	text-align:center;
	padding:0;
	background:url(../img/page-center.png) repeat-y left;
}
#page-center ul{
	width:500px;
	direction:rtl;
	padding:0 50px 0 0;
}
#page-center li{
	list-style-type:circle;
	direction:rtl;
}
#page-center li a{
	display:block;
	width:auto;
	height:25px;
	text-decoration:none;
	text-align:right;
	font-family:Tahoma;
	font-size:13px;
	color:#F30;
	letter-spacing:.0em;
}
#page-center li a:hover{
	text-decoration:none;
	font-family:Tahoma;
	font-size:13px;
	color:#FC0;
}

#editable{
	width:500px;
	margin:10px 10px 10px 10px;
	padding:40px 50px 10px 10px;
	float:right;
}
#editable li{
	list-style:none;
}
#page-bottom{
	background:url(../img/page-bottom.png) no-repeat left;
	width:674px;
	height:16px;
	float:left;
}
#footer{
	width:976px;
	height:71px;
	line-height:71px;
	margin:15px 0 20px 0;
	text-align:center;
	font-family:Verdana;
	font-size:11px;
	color:#666666;
	text-shadow: -1px -1px #d4d4d4, 1px 1px #fff;
	background:url(../img/footer.png) no-repeat top left;
}
.coin-slider { overflow: hidden; 
	zoom: 1; 
	position: relative; 	
}
.coin-slider a{ 
	text-decoration:none; 
	outline: none; 
	border: none; 
	}

.cs-buttons { 
	font-size: 0px; 
	padding: 2px; 
	float: left; 
	}
.cs-buttons a { 
	margin-left: 5px; 
	height: 10px; 
	width: 10px; 
	float: left; 
	border: 1px solid #B8C4CF; 
	color: #B8C4CF; 
	text-indent: -1000px; 
	}
.cs-active { 
	background-color: #B8C4CF; 
	color: #FFFFFF; 
	}

.cs-title {
	width:300px;
	margin:0 0 0 250px;
	padding: 10px;
	text-align:center;
	}

.cs-prev, .cs-next { 
	background-color: #999; 
	color: #FFF; 
	padding: 0px 10px; 
	}
	
