@charset "utf-8";
body{
	font-weight: 300;
	font-family: Prompt;
	font-size: 24px;
	color: #666666;
}
.nav{
	background-color: #333;
	height: 100px;
	margin: 0px;
	position: fixed;
  top: 0;
  width: 100%;
	overflow: hidden;
}
.navcontain{
 width:960px;
 margin: auto;	
	
}
.nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100px;
  top: 0;
}
.nav li {
  float: left;
	 font-size: 24px;
	font-family: Prompt;
}
.nolink {
 margin-top: 12px;
 color: #244EDB;
	font-weight: 600;
	padding-top: 20px;
}

.nav li a {
 display: block;
 color: #fff;
 text-align: center;
 padding: 30px 16px;
 text-decoration: none;
}
.nav li a:hover {
 background: #509EDE;
 color: #fff;
 height: 100px;
}

.nav .active {
 color: #000000;
}

.bgheader{
	width: 100%;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top:20px;
	text-align: center;
	margin-top: 0px;
}
.bgwhite{
	background-color: white;
	background-size: cover;
	margin: 0px;
}
.bgblue{
	background-color: #009FE0;
	background-size: cover;
	margin: 0px;
	color: white;
	text-align: center;
	font-size: 26px;
}
.bggray{
	background-color: #EEF0F2;
	background-size: cover;
	margin: 0px;
}
.headcontainer{
	width: 960px;
	margin: auto;
}
.container{
	width: 960px;
	margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}
p{
	
}

.imgright {
  float: right;
  padding-right : 40px;
}
.line {
	table-layout:fixed;
empty-cells:show; 
border-collapse:collapse; 
border:1px solid #DDDDDD;
}
.line td{
border:1px solid #DDDDDD;
}
.shado{
	text-shadow:#000 0.1em 0.1em 0.2em
}

h1 {
	font-size: 12px;
	color: #CCC;
	font-weight:normal;
}
h2 {
	font-size: 12px;
	color: #CCC;
	font-weight:normal;
}
ul,ol {
	margin-top:1px;
	margin-left:50px;
	padding:0px;
}
li{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top:0px;
}

a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #666;
}
.footer a:link {
	color: #333;
	text-decoration: none;
	font-size: 12px;
}

.footer a:visited {
	text-decoration: none;
	color: #333;
	font-size: 12px;
}

.footer a:hover {
	text-decoration: underline;
	color: #333;
	font-size: 12px;
}

.footer a:active {
	text-decoration: none;
	color: #333;
	font-size: 12px;
}
.footer {
	font-size:12px;
	color:#333;
	font-family:tahoma, "ms Sans Serif", "microsoft sans Serif";
		margin: 0px;
	padding: 0px;
}
footer>.container{
	padding-top: 0px ;
}
.red {
	color:#F00;
}
.blue {
	color:#009FDF;
}
.black {
	color:#000000;
}
hr {
	color:#ECECFB;
	size:1px;
}
footer>hr{
	height: 6px;
	background: url(http://ibrahimjabbari.com/english/images/hr-12.png) repeat-x 0 0;
    border: 0;
}
.leftpad{
  margin-bottom: 20px;
    text-indent: 1.5em;
  margin-top: 20px; }
  
.boxcenter{
	float: none;
	margin: auto;
	max-width: 700px;
   }
.boxleft{
	width:20%;
		float:left;
}
.boxright{
	width:80%;
		float:right;
}
.pixmargin {
	margin:5px;
	padding:0px;
}
img.a {
  vertical-align: text-bottom;
}
.designed{
	padding-top:10px;
}
.blue50bold{
	color: #373772;
	font-size: 50px;
	font-weight: 500;
	margin: 0px;
}
.white50bold{
	color: #fff;
	font-size: 50px;
	font-weight: 500;
	margin: 0px;
}
.blue40{
	color: #21748C;
	font-size: 40px;
}
.blue50{
	color: #009FDF;
	font-size: 50px;
	font-weight: 400;
	margin: 0px;
}