body {
    margin: 0; padding: 0;
    background: #478894;
    font-family: IRANSans, Tahoma, sans-serif;
    font-weight: normal;
    line-height: 26px;
    color: #fff;
    direction: rtl;
}
@-moz-document url-prefix() {
    body {
        font-family: 'iran-sans', Tahoma, sans-serif;
    }
	strong {
		font-weight: 500
	}
}
main {
    width: 1190px;
    margin: 60px auto;
}
aside {
    width: 190px;
    float: right;
    margin-top: 80px;
}
nav, article {
    width: 1000px;
    float: left;
}
nav {
    position: relative;
    height: 60px;
    margin-top: 20px;
}
a, a:link, a:visited {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
h2 {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
}
[dir=ltr] {
    direction: ltr;
    text-align: left;
}
.clear {
    clear: both;
}
.en {
    font-family: IRANSansEn, Tahoma, sans-serif;
}
.turquoise {
    color: #478894;
}
.img{
	display: inline-block;
	text-align: center;
	line-height:16px;
	float: left;
	margin: 10px 20px 0px 0px;
}
.header-logo {
    display: block;
    width: 189px; height: 80px;
    background: url(images/logo-text.png) no-repeat left top;
    position: absolute;
    top: -40px; right: 0;
    z-index: 2;
}
.header-logo:hover {
    background-position: left bottom;
}
.header-line {
    height: 1px;
    background: #ccc;
    position: absolute;
    top: 18px; left: 50px; right: 200px;
    z-index: 1;
}
.header-icon {
    width: 39px; height: 39px;
    background: url(images/logo-icon.png) no-repeat center;
    position: absolute;
    top: -3px; left: 0;
}

.menu {
    display: block;
    width: 150px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    font-weight: 300;
}
.menu li {
    border-bottom: solid 1px #fff;
    padding: 17px 0 2px;
}
.menu a,
.menu a:link,
.menu a:visited {
    color: #fff;
    cursor: pointer;
}
.menu a:hover,
.menu a:active {
    color: #fff;
}
.menu li.active {
    border-bottom-color: #fff;
    font-weight: bold;
}
.menu li.active a {
    color: #fff;
}
.menu li ul {
    display: none;
    list-style: none;
    margin: 0 15px 0;
    padding: 0;
}
.menu li ul li {
    border-bottom: 0 none;
    padding: 7px 0 2px;
}
.sub-menu {
    position: relative;
}
.sub-menu:after {
    content: "";
    display: block;
    width: 9px; height: 9px;
    background: url(images/plus-sign.png) no-repeat center;
    position: absolute;
    top: 26px; left: 0;

    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.sub-menu.open:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5); /* for IE */
}

article {
    width: 940px;
    min-height: 500px;
    margin: 20px 0 50px;
    padding: 30px;
    background: #fff;
    color: #000000;
    font-size: 14px;
    position: relative;
}
article p {
    text-align: justify;
    font-weight: normal;
}

.copyright {
    width: 190px;
    position: absolute;
    bottom: -9px; right: -228px; /* 190 + 40 (-2) */
    font-size: 14px;
    color: #fff;
    opacity: .7;
}

.tab{
	text-indent:20px;
}
/* Float Menu */
#float-ctn {
    float: right;
    position: relative;
}
#float-ctn #menu {
    float: none;
    position: absolute;
}
#float-ctn #menu.fixed {
    position: fixed;
}