@charset "utf-8";
/*Graphic Design by S.Mostafa Ghari*/
@import "reset.css";

#pageflip {
	position: relative;
}
#pageflip img {
	width: 50px; height: 52px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 50px; height: 50px;
	position: absolute;
	z-index: 50;
	right: 0; top: 0;
	background:url(../images/boom.png) no-repeat right top;
	text-indent: -9999px;
}

/* hack reset 
*************************/
* {
margin:0;
padding:0
}

/* body
*************************/
body {
font:14px/21px Tahoma, serif;
color:#000;
/*پس زمینه اصلی پروژه*/
background: url(../images/patthome.jpg);
/*background:url(patern.gif) repeat;*/

margin-bottom:0;
margin-top:0
}

/* links
*************************/
a:link,a:visited,a:hover,a:active {
text-decoration:none
}

/* inline elements
*************************/
strong {
font-weight:700
}

/* main warper
*************************/
#mwarper {
width:750px;
height:575px;/*remove this*/
margin:0 auto;
direction:rtl;
font-size:10pt;
text-align:right;
background: url(../images/patthome.jpg) top left repeat-x;
}

/* header left side
*************************/
#left {
position:relative;
width:389px;
height:535px;
float:left;
background:url(../images/bgleft.png) left top no-repeat;
}

#left h1 {
	margin:24px 0 0 0;
	width:389px;
	height:100px;
	float:left;
}

#left p {
	margin:72px 0 0 8px;
	width:378px;
	height:460px;
}

#left p iframe {
	width:378px;
	height:460px;
	background:transparent;
}

/* header right side
*************************/
#right {
position:relative;
width:352px;
height:500px;
float:right;
background-image:url(../images/pattHome.jpg);
}

#right h1 {
	width:360px;
	height:200px;
	/*تنظیمات لوگوی بالا سمت راست*/
	background:url(../images/logo.png) center center no-repeat;
	float:right;
}
#left h1 img{
	float:right;
}


#romenus {
	background:url(../images/home.jpg) top right no-repeat;
	width:450px;
	height:410px;
	position:absolute;
	left: -243px;
	top: 81px;
	
}

#romenus .mx1 {
	position:absolute;
	left: 20px;
	top: 212px;
	width:93px;
	height:73px;
	cursor:pointer;
}

#romenus .mx2 {
	position:absolute;
	left: 55px;
	top: 72px;
	width:79px;
	height:69px;
	cursor:pointer;
}
#romenus .mx3 {
	position:absolute;
	left: 150px;
	top: 318px;
	width:90px;
	height:84px;
	cursor:pointer;

}

#romenus .mx4{
	position:absolute;
	left: 334px;
	top: 213px;
	width:97px;
	height:74px;
	cursor:pointer;
}

#romenus .mx5{
	position:absolute;
	left: 183px;
	top: 25px;
	width:105px;
	height:67px;
	cursor:pointer;
}

#romenus .mx6{
	position:absolute;
	left: 340px;
	top: 83px;
	width:96px;
	height:67px;
	cursor:pointer;
}






/*#right ul{
	position:relative;
	margin:106px 0 0 0;
	display:block;
}

#right ul .m1 , #right ul .m2 , #right ul .m3  , #right ul .m4 , #right ul .m5 , #right ul .m6  {
	width: 175px;
	height: 85px;
	float:right;
	display:block;
	background:url(../images/alboum-ax.png) right center no-repeat;
	
}

#right ul li a:hover {
	filter:alpha(opacity=70);
   -moz-opacity: 0.7;
   opacity: 0.7;
}

#right ul .m2 {
	background: url(../images/moarefebarname.png) right center no-repeat;
}

#right ul .m3 {
	background:  url(../images/dastan.png) right center no-repeat;
	
}

#right ul .m4 {
	background:  url(../images/bazi.png) right center no-repeat;

}

#right ul .m5 {
	background:  url(../images/dastan.png) right center no-repeat;
}

#right ul .m6 {
	background:  url(../images/serekodakaneh.png) right center no-repeat;
}

#right ul li{
	display:block;
}
*/
/* logo right bottom
*************************/
/*#right .botlogo {
	position:absolute;
	bottom:0;
	right:130px;
	width:114px;
	height:175px;
	background:url(../images/childs.png) right center no-repeat;
	float:right;
}*/


/* footer site
*************************/
#foot1 {
width:100%;
height:40px;
float:right;
background:url(../images/bottom.png) left bottom  repeat-x;
}
#footer {
width:100%;
height:40px;
float:right;
background:url(../images/bottom.png) left bottom  repeat-x;
}

/* navigation
*************************/
#footer .nav {
font:bold 7pt Tahoma,Verdana,sans-serif;
float:right;
direction:rtl;
margin:-1px 70px 0;
}

#footer .nav a:link {
color:#000
}

#footer .nav a:hover {
color:#ccc
}

#footer .nav a:visited,#footer .nav a:active {
color:#000
}

/* tooltip
*************************/
.tooltip{
position:absolute;
font:normal 8pt Tahoma, sans-serif;
z-index:9999;
left:-9999px;
border:1px solid #fff;
padding:3px
}
.tooltip p{
background-color:#49A5D6;
color:#fff;
padding:3px;
margin:0
}

