﻿body {
    padding: 0px;
    margin: 0px;
    background-color: #efeff0;
}

header {
}

    header #top-nav {
        height: 42px;
        padding-top: 4px;
        width: 100%;
        background: url('images/fp_topNav.jpg');
    }

        header #top-nav #InTheNameOfGod {
            width: 92px;
            height: 17px;
            background: url('images/InTheNameOfGOD.png') transparent;
            margin: 0px auto;
        }

#line {
    border: none;
    border-bottom: 1px solid #b0c4ca;
    margin-top: 18px;
    /*-moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         0px 2px 10px 1px #ccc;*/
}

.main-content {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

#boxCtn {
    width: 1000px;
    margin: 0 auto;
    margin-top: -14px;
}

    #boxCtn .langBox {
        width: 160px;
        height: 400px;
        background: url('images/LanBox.png') no-repeat;
        float: left;
        margin-left: 10px;
        position: relative;
        top:-100px;
        transition: all ease .5s;
    }
        #boxCtn .langBox:hover {
        /*transition: all ease .1s;
        margin-top:10px;*/
        }
        #boxCtn .langBox h1.hTitle {
            padding:0px; margin:0px;text-indent:-1000px;
        }
        #boxCtn .langBox a {
            position: absolute;
            background: url('images/Link_Titles.png');
            display: block;
            height: 20px;
            width: 140px;
            transition: all ease 1s;
        }

            #boxCtn .langBox a:hover {
                box-shadow: 2px 2px 20px 5px #DDD8A3;
                background-color: #E2DEB1;
                border-radius: 15px;
                opacity: .8;
            }

            #boxCtn .langBox a#frSite {
                background-position: 0 -51px;
                bottom: 60px;
                height: 40px;
                left: 12px;
            }


            #boxCtn .langBox a#enSite {
                background-position: 0 -89px;
                bottom: 60px;
                height: 40px;
                left: 12px;
            }

            #boxCtn .langBox a#faSite {
                background-position: 10px -30px;
    bottom: 75px;
    height: 20px;
    right: 12px;
    width: 140px;
            }

            #boxCtn .langBox a#faSite2 {
                background-position: 10px 0;
                bottom: 48px;
                height: 20px;
                right: 12px;
                width: 140px;
            }

        #boxCtn .langBox span {
            background: url("images/Link_Titles.png") repeat scroll 0 0 transparent;
            border: 0px solid red;
            bottom: 125px;
            display: block;
            height: 35px;
            left: 49px;
            position: absolute;
            width: 60px;
        }

        #boxCtn .langBox#Francis span {
            background-position: 0 -175px;
        }

        #boxCtn .langBox#English span {
            background-position: 71px -133px;
        }

        #boxCtn .langBox#Persian span {
            background-position: 0px -133px;
        }

#biglogo {
    width: 504px;
    height: 676px;
    background: url('images/BigLOGO.png') no-repeat;
    position: absolute;
    right: 0px;
    top: -65px;
}
.clr {
    clear:both;
}
footer .content-wrapper {
    height:37px; width:100%;
    background:url('images/fp_botNav.jpg') repeat-x;
}

footer .copyright {
    width:500px;
    margin:0 auto;
    text-align:center;
    
}
    footer .copyright span {
        display:block;
        padding-top:10px;
        font:12px tahoma;
        direction:rtl;
        color:#34606c;
        text-shadow:2px 1px 0px white;
    }
.copyright img {
    float:right;
    margin-top:-10px;
}
