@charset "utf-8";
body {
	background: #000000;
	margin:0px;
}
#container{
	border:#1f536b solid 1px;
	width:698px;
	}
#top{
	background:url(top.gif) top no-repeat;
	width:698px;
	height:215px;
}
#nav{
	padding:165px 0 0 0;
	width:698px;
	height:36px;
}
#content{
	background-color:#FFFFFF;
	width:698px;
/*	height:390px;*/
	padding-top:10px;
	padding-bottom:20px;
}
#content img {border:#CCCCCC solid 1px};
#content img:hover{border:#FF0000 solid 1px};
.content p{
	direction:rtl;
/*	text-align:right;
*/	font-size:small;
	font-family:"Tahoma";
	padding-right:5px;

}
.content a:link, .content a:visited, .content a:active{
	text-decoration:none;
	color:#00f;
}
.content a:hover{
	text-decoration:underline;
	color:#0505aa;
}
#button{
	background:url(buttom.jpg) bottom no-repeat;
	width:698px;
	height:151px;
	text-align:center;
}
#footer{
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
	color:#006186;
}
.footer a{
	font-family:"Tahoma";
	color:#b0d8e7;
	font-size:small;
	text-decoration:none;
	text-align:center;
	margin:0 5px 0 5px;
}

#services1{
	background:url(h1servies.gif);
	background-position:top right;
	background-repeat:no-repeat;
	margin:0 15px 0 0;
	padding:25px 10px 0 0;
}
ul{
	list-style:none;
	text-align:right;
	direction:rtl;
	margin:5px 15px 15px 5px;
	padding-right:15px;
}
li{
	list-style-image:url(buillet.gif);
	font-family:"Tahoma";
	color:#333333;
	font-size:small;
	padding-bottom:5px;
}
#download img{
	border:#1f536b solid 1px;
	margin-top:20px;
	margin-bottom:20px;
}
.red{
color:red;}
#copyright{
	text-align:center;
	background-color:#63B2D1;
	width:250px;
	height:20px;
	margin:0 auto;
}
#copyright p {
	margin:0;
	padding:0;
	color:#006699;
	font-family:"Tahoma";
	font-size:smaller;
}

/* Light Box Style */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ 
	font-family:"Tahoma";
	background-color:#fff;
	margin:0 auto;
	line-height:1.4em;
	overflow:auto;
	width:100%;
	font-size:small;
}

#imageData{	padding:0 10px; color: #f00; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/* Light Box End */