@charset "utf-8";
/* CSS Document */
body{
	font-family:nazanin;
	/* direction:rtl; */
	/* background-image:url(../image/pink-dust.png); */
	/* background-image:url(../image/main-banner-bg.jpg); */
	background-image:url(../image/p2.png);
	font-size:14px;
	color:#c7c7c7;
	/* color:#000; */
}
.mb{
	margin-top:10px;
	margin-bottom:10px;
}
.r2l{
	direction:rtl;
}
.l2r{
	direction:ltr;
}
img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
	padding-bottom:5px;
}
.hed{
	/* background-image:url(../image/p4.png); */
	padding:30px 0px 10px 0px;
	/* border-radius:10px; */
	/* color:#fff; */
	font-family:yekan;
	font-size:14px;
}
/************** nav bar *******************/
.navbar.navbar-inverse a:hover{
	color: #ff3333;
}
.nav.navbar-nav.navbar-right a:hover {
    color: #ff3333;
}
.a2:link, .a2:visited{
	color:#ff3333;
	text-decoration:none;
	cursor:pointer;
}
