
@font-face {
font-family: gaseman;
src: url('../fonts/gaseman.eot?v=0.1.2');
src: url('../fonts/gaseman.eot?v=0.1.2#iefix') format('embedded-opentype'),
	 url('../fonts/gaseman.woff?v=0.1.2') format('woff'),
	 url('../fonts/gaseman.ttf?v=0.1.2') format('truetype');
	font-weight: normal;
}   

@font-face {
	font-family: 'iransans';
	src: url('../fonts/iransans.woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'iransansb';
	src: url('../fonts/iransans_bold.woff');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'iransansm';
	src: url('../fonts/iransans-medium.woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'iransansl';
	src: url('../fonts/iransans-ultra-light.woff');
	font-weight: normal;
	font-style: normal;
}
	  
	  #header .logo {
    float: right;
}
.navigation {
    float: left;
}
.navigation li {
    float: right;
}
.navigation a {
    margin-right: 40px;
}
p {
    text-align: justify;
    direction: rtl;
}
.work p {
    text-align: center;
}

ul.servl {
    width: 300px;
    margin: 10px auto;
    line-height: 200%;
}
ul.servl li {
	font-family: iransansl;
    text-align: justify;
    display: inline-block;
	font-size: 13px;
	}

.status {
    direction: rtl;
    font-family: iransansb;
    font-weight: bold;
    padding: 15px;
    background: #c7beda;
    border-radius: 5px;
    width: 250px;
    margin: 10px auto;
    color: #362757;
    font-size: 16px;
}



