@charset "utf-8";
/* MehrdadDesign.com*/
body {
direction: rtl ;
background-color: #e4e4e4;
margin: 0px ;
}

.img1 {
border: solid 1px #999 ;	
width: 125px ;
height: 90px ;
background-image: url(img/img.jpg) ;
background-position: center ;
background-repeat: no-repeat ;
opacity:0.7;
filter:alpha(opacity=70);
}

.img1:hover {
border: solid 1px #999 ;	
width: 125px ;
height: 90px ;
background-image: url(img/img.jpg) ;
background-position: center ;
background-repeat: no-repeat ;
opacity:0.9;
filter:alpha(opacity=90);
box-shadow: 0px 0px 5px #CCC; /* Opera 10.5, IE 9.0 */
background-image: -moz-linear-gradient(top, #CCC, #CCC); /* FF3.6 */
-moz-box-shadow: 0px 0px 5px #CCC; /* FF3.5+ */
-webkit-box-shadow: 0px 0px 5px #CCC; /* Saf3.0+, Chrome */
}

.mm {
line-height: 18px ;	
font-family: Tahoma ;
font-size: 11px
}

div , td , table , a {
font-family: Tahoma ;
font-size: 11px
}

.top {
background-image: url(img/top.jpg) ;
width: 986px ;
height: 124px ;
background-position: bottom center ;
background-repeat: no-repeat ;	
}

.head {
width: 986px ;
height: 116px ;	
background-image: url(img/headbg.jpg) ;
background-position: center bottom ;
background-repeat: repeat-x ;

}

.headright {
background-image: url(img/headright.jpg) ;
width: 133px ;
height: 116px ;
background-position: center ;
background-repeat: no-repeat ;
float: right ;
}

.headmd {
width: 720px ;
height: 116px ;
float: right ;
}

.headleft {
background-image: url(img/headleft.jpg) ;
width: 133px ;
height: 116px ;
background-position: left center ;
background-repeat: no-repeat ;
float: right ;
}

.main {
background-image: url(img/main.jpg) ;
width: 986px ;
background-position: center ;
background-repeat: repeat-y ;
}

.center {
width: 720px ;
background-color: #FFFFFF ;
background-image: url(img/mainbg.jpg) ;
background-position: top ;
background-repeat: no-repeat ;
}

.maincenter {
background-image: url(img/maincenter.png) ;
width: 683px ;
background-position: top center ;
background-repeat: repeat-y ;
}

.maintxt {
padding-right: 10px ;	
padding-left: 10px ;
padding-top: 5px ;	
}



.bottom {
width: 986px ;
height: 132px ;	
background-image: url(img/bottombg.jpg) ;
background-position: center bottom ;
background-repeat: repeat-x ;

}

.bottomright {
background-image: url(img/bottomright.jpg) ;
width: 133px ;
height: 132px ;
background-position: center ;
background-repeat: no-repeat ;
float: right ;
}

.bottomleft {
background-image: url(img/bottomleft.jpg) ;
width: 133px ;
height: 132px ;
background-position: left center ;
background-repeat: no-repeat ;
float: right ;
}

.bottomcenter {
width: 720px ;
height: 132px ;
float: right ;
}

h1 {
font-family:Tahoma ;
font-size: 11px ;
text-decoration: none ;
font-weight: normal ;
display:inline
}

a {
color: #000000 ;
text-decoration: none ;
}

a:hover {
color: #C00 ;
text-decoration: none ;
}

.numpage {
background-color: #FFF ;
border: 1px solid #999 ;
padding: 2px 5px 2px 6px ;	
}

.numpage:hover {
background-color: #CC0000 ;
border: 1px solid #900 ;
padding: 2px 5px 2px 6px ;	
color: #FFF ;
}

.numpage:hover a {
color: #FFF ;
}

.numpagehover {
background-color: #CC0000 ;
border: 1px solid #900 ;
padding: 2px 5px 2px 6px ;	
color: #FFF ;
}

.numpagehover a{
color: #FFF ;
}

.numpage a {
color: #000 ;
text-decoration: none ;
}

.overpics {

border: 0px solid #999 ;	
margin: 2px ;
}

.overpics:hover {
padding: 2px ;
border: 1px solid #999 ;	
background-color: #EEE ;
}

.input {
border: 1px solid #CCC ;
font-family: Tahoma ;
font-size: 11px ;
min-width: 175px ;
}

.comments {
opacity: 0.8 ;
background-color: #FFFFFF ;
filter:alpha(opacity=80);
padding: 10px ;
}