@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	font:9pt Tahoma, Geneva, sans-serif;
	background: url(../images/BodyBG.jpg) no-repeat center top #000000;
	color:#003333;
	direction:rtl;
}
h1, h2, h3, h4, h5, h6, p{
  margin: 0;
  padding: 0;
  border: 0;
}
.row
{
	clear: both;
	float: none;
}
.col
{
	float : right;
}
ul {
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
li{
	margin:0;
	padding:0;
	display:inline;
}
a {
	display:block;/*for get size <a> */
	font:bold 9pt Tahoma, Geneva, sans-serif;
	color:#009999;
	cursor:pointer;
	outline:none;
	text-align:center;
	text-decoration:none;
}
a:hover {
	color:#FFF;
}
.izsfWrap {
	width:960px;
	height:auto;
	margin:0 auto;
}
.alarm {
	width:260px;
	height:225px;
	margin:0 auto 80px;
	background:url(../images/Alarm.png) no-repeat center top;
}

.logo {
	width:260px;
	height:250px;
	margin:0 auto 20px;
	background:url(../images/Logo.png) no-repeat center top;
}

.slogan {
	width:260px;
	height:60px;
	margin:0 auto 75px;
	background:url(../images/Slogan.png) no-repeat center top;
}

.language {
	width:150px;
	height:16px;
	margin:0 auto;
}

.persian {
	width:72px;
	height:16px;
	margin:0 auto;
	background:url(../images/Persian.png) no-repeat right top;
}

.english {
	width:72px;
	height:16px;
	margin:0 6px 0 0;
	background:url(../images/English.png) no-repeat right top;
}