body{
  		margin:0px;
  		padding:0px;
  		background-image: url("../images/main-background.jpg");
  		background-color: #080808;
  		background-position:top center;
  		background-repeat: no-repeat;
  		font-size: 12px;
  		font-family: tahoma, sans-serif;
  	}
  	
  	.main-div{
  		display:block;
  		width:100%;
  		height:inherit;
  		min-height:550px;
  		float:left;
  	}
  	
  	.div-centered{
  		display: block;
  		width:974px;
  		min-height:500px;
  		overflow:hidden;
  		margin: 0px auto 0px auto;
  		float: center; 
  		padding-bottom: 3px;
  	}
  	
  	div.main-header{
  		display:block;
  		width: 100%;
  		height: 145px;
  		overflow: hidden;
  	}
  	
  	div.main-logo{
		display: block;
		width: 400px;
		height: 160px;
		float:right;
  	}
  	
  	div.menu-main-box{
  		display: block;
  		width: 500px;
  		height: 160px;
  		float: left;
  	}
  	
  	div.menu-main-box div._border{
  		display: block;
  		width:100%;
  		height:20px;
  		background-image: url("/local_static/other/hirad/img/bg-border-tile.png");
  		
  	}
  	
  	div.menu-main-box div._link-box{
  		display: block;
  		width:100%;
  		height: 40px;
  		margin-top:40px;
  	}
  	
  	div.menu-main-box div._link-box > a{
		display: block;
		width: 25%;
		height: 40px;
		line-height: 40px;
		float:left;/*right*/
		color: white;
		text-align: center;
		cursor: pointer;
  	}
  	
 	div.menu-main-box div._link-box > a:hover{
		background-color: #3F3F3F;
		background-color: rgba(255,255,255,0.2);
 			
   	}
  	
  	div.homepage-box{
  		display: block;
  		width: 244px;
  		height: 395px;
  		background-color: #1f1e1e;
  		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(255, 255,255,0.3);
		-moz-box-shadow: 0px 0px 5px 0px rgba(255, 255,255, 0.3);
		box-shadow: 0px 0px 5px 0px rgba(255, 255, 255 ,0.3);
		margin: 10px;
		position: absolute;
		-webkit-transition: all 500ms;
		-moz-transition: all 500ms;
		-o-transition: all 500ms;
		transition: all 500ms;
		margin-top: 40px;
		
  	}
  	
	div.homepage-box:hover{
		display: block;
		z-index: 1000;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255,255,0.8);
		-moz-box-shadow: 0px 0px 10px 0px rgba(255, 255,255, 0.8);
		box-shadow: 0px 0px 10px 0px rgba(255, 255, 255 ,0.8);
  	}
  	
  	div.homepage-box:hover div._box-title{
		-webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255,255,0.8);
		-moz-box-shadow: 0px 0px 10px 0px rgba(255, 255,255, 0.8);
		box-shadow: 0px 0px 10px 0px rgba(255, 255, 255 ,0.8);
  	}
  	
  	div.content-box{
  		display:block;
		display: none;
  		width: 650px;
  		height: 375px;
  		font-size:12px;
  		color:black;
  		position: absolute;
  		right:10px;
  		text-align:justify;
  		padding:10px;
  		background-color: white;
  		margin-top: 20px;
  		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
		background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* IE10+ */
		background: linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  	}
  	
  	div.homepage-box > div._box-title{
  		display: block;
  		min-width:100px;
  		padding:0px 10px 0px 10px;
  		height: 30px;
  		line-height:30px;
  		position:absolute;
  		top: -30px;
  		left:10px;
  		-webkit-border-top-left-radius: 8px;
		-webkit-border-top-right-radius: 8px;
		-moz-border-radius-topleft: 8px;
		-moz-border-radius-topright: 8px;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(255, 255,255,0.3);
		-moz-box-shadow: 0px 0px 5px 0px rgba(255, 255,255, 0.3);
		box-shadow: 0px 0px 5px 0px rgba(255, 255, 255 ,0.3);
		-webkit-transition: all 500ms;
		-moz-transition: all 500ms;
		-o-transition: all 500ms;
		transition: all 500ms;
		color:white;
		text-align:center;
		background-color: #282727;
  	}
  	
  	div.homepage-box > img{
  		margin: 12px;
  	}
  	
  	div.homepage-box > p{
  		display:block;
  		width:90%;
  		height: 160px;
  		padding: 0px 5% 0px 5%;
  		margin: 0px 0px 0px 0px;
  		background-image: url("/local_static/other/hirad/img/bg-logo-hirad.jpg");
  		background-position: top center;
  		background-repeat: no-repeat; 
  		color: white;
  		text-align: justify;
  		overflow: hidden;
  	}
  	
  	._abtin > p{
  		background-image: url("/local_static/other/hirad/img/bg-logo-bigwaterfall.jpg") !important;
  	}
  	
  	._kanasa > p{
  		background-image: url("/local_static/other/hirad/img/bg-logo-kanasafelez.jpg") !important;
  	}
  	
  	._bigw > p{
  		background-image: url("/local_static/other/hirad/img/bg-logo-abtin-sanaat.jpg") !important;
  	}
  	
  	.main-content{
  		display: block;
  		padding: 20px;
  		position: relative;
  		overflow: hidden;
  		min-height: 450px;
  	}
  	
  	
  	.main-footer{
  		display:block;
  		width: 100%;
  		height: 100px;
  	}
  	
   	div.main-footer div._border{
  		display: block;
  		width:100%;
  		height:20px;
  		background-image: url("/local_static/other/hirad/img/bg-border-tile.png");
  		
  	}
  	
  	div.under-maintenance-box{
  		display: block;
		width:100%;
		color: white;
		height: 200px;
		font-size: 20px;
		text-align: center;  		
		
  	}
  
/* content of page */
.content {
	margin: 0 auto;
	padding: 0;
	width: 964px;
}
.content .main-content {
	text-align: center;
}
.logo {
	margin: 1.2em;
	background-color: #CCC;
}
.box-text {
	color: #666;
	direction: ltr;
	text-align: left;
	margin-top: 1.5em;
	padding: 1.5em;
}
.box-text .link {
	color: #999;
	text-align: right;
	font-weight: bold;
	direction: ltr;
}
.ami-box h1 {
	margin: 0;
	padding: 0.6em 0;
}
.content-box .close {
	left: 0px;
	position: absolute;
	bottom: 367px;
}
.content-box .ami-box {
	display: none;
	direction: ltr;
}
.content-box .ami-box img {
	padding-right: 0.6em;
}
/* menu */
.main-menu {
	color: #999;
	direction: rtl;
	display: block;
  	width:600px;
	text-align: left;
  	height: 40px;
  	margin-top:21px;!important
}

/* content */
.content-box- .ami-box {
	direction: ltr;!important
}
.content-box- .ami-box img {
	padding-left: 0.6em;!important
}
/* footer */
.line-divider {
	width: 964px;
	height: 20px;
	background-image: url(../images/bg-border-tile.png);
	background-repeat: repeat-x;
	border: none;
}
.footer {
	margin: 0 auto;
	padding: 0;
	width: 964px;
	color: #666;
}
.footer a, .footer a:hover {
	text-decoration: none;
	color: #666;
}
.design {
	float: left;
	clear: right;
	color: 444;
}
.copyright {
	float: right;
	direction: rtl;
}

/* certificates */

.certificate img {
	padding: 2em;
}	