@charset "utf-8";
/* CSS Document */

        * { outline:none; font-family:Tahoma,Arial; font-size:11px; color:#fff; margin:0; padding:0; }
        img {border: none; padding:0; margin:0; }

        body { top:0; left:0; background: none repeat scroll 0% 0% #004192; color: #FFF;  width:100%; height:100%; font-family:Tahoma,Arial; font:Tahoma; font-size:11px; direction:rtl; margin:0px auto;  }
        body #fixedElement { position:fixed !important; position: absolute; /*ie6 and above*/ top: 0; right: 0; }

        a         { text-decoration:none; font-family:Tahoma,Arial; font-size:11px; color:#fff; margin:0px; padding:0px; }
        a:link    { color:#fff; }
        a:visited { color:#fff; }
        a:hover   { color:#F5D213; }
        a:active  { color:#fff; }

        h1, h2, h3, h4, h5, h6, span { margin:0px; padding:0px; vertical-align:middle; font-size:11px; display:block; }

        hr { border:none; border-top:1px dotted #ccc; }

        div.clear { clear:both; } /* <div class="clear"></div> */        


        
        .master { width:800px; height:866px; margin:0 auto; background-image:url(img/bg.jpg); }
        .top { width:800; height:100px; margin-bottom:20px; }
        .top a { display:block; text-align:left; font-size:45px; font-family:Impact; font-weight:normal; color:#eff7fc; padding-top:24px; }
        .left { width:400px; height:430px; float:left;  }
        .right { width:370px; height:430px; float:right;  }
        .right h1 { text-align:center; font-size:24px; font-family:Arial; margin-top:15px; color:#fff; }
        .right h2 { text-align:right; font-size:11px; font-family:Tahoma; padding-bottom:10px; font-weight:normal; }
        .right span { text-align:left; text-align:justify; font-size:11px; font-family:Tahoma; font-weight:normal; margin-top:15px; line-height:15px; }
        .divider { width:100%; height:6px; margin:0px 0px 20px 0px; background-image:url(img/divider.png); }
        
        .offer-left { width:350px; height:430px; float:left; margin-bottom:0px; border:1px solid #093975; border-radius: 6px; padding:20px; padding-right:30px; }
        .offer-right { width:380px; height:500px; float:right; margin-bottom:0px; background-image:url(img/domain-ex2.png); }
        
        
        .Panel { margin-bottom:20px; text-align:center; }
        .Panel a  
        {
            display:block; width:240px; 
            padding:15px 5px 15px 5px; margin:7px; float:left; background-color:Black; text-align:center; 
            font-family:Arial; font-size:14px; font-weight:bold;
            
        }

        .Panel a  
        {
            background-color: #F5D213;
            background-image: -moz-linear-gradient(center top , #F9E820 0px, #EFB300);
            filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9E820', endColorstr='#EFB300');
            border-radius: 4px;
            box-shadow: 0px 0px 5px #333;
            color: #0A328C; 
        }
        
        .Panel a:hover  
        {
	        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	        background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	        background-color:#fb9e25;
        }
        
        .Panel span 
        { 
            display:block; margin-top:5px; color: #0A328C;
            font-family:tahoma; font-size:11px; font-weight:normal;
        }
        
        
        
        
        
        
        .text-price 
        {            
            width:250px; margin:0 auto;
            background-color: #f5a313;
            background-image: -moz-linear-gradient(center top , #fcc225 0px, #ef9200);
            filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcc225', endColorstr='#ef9200');            
            border-radius: 4px;
            box-shadow: 0px 0px 5px #333;
            color: #0A328C; 
            font-family:tahoma;
            font-weight:bold; 
            font-size:12px; 
            padding:20px 20px;
            text-align: center;   
            margin-bottom:10px;         
            line-height:30px;
        }        
        .text-price span { font-family:Impact; font-size:32px; font-weight:normal; color: #0A328C; padding:10px; }
        
        .offer-list a
        {   
            display:block;         
            width:200px; margin:0 auto;
            background-color: #F5D213;
            background-image: -moz-linear-gradient(center top , #F9E820 0px, #EFB300);
            filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9E820', endColorstr='#EFB300');                        
            border-radius: 4px;
            box-shadow: 0px 0px 5px #333;
            color: #0A328C;
            font-family:tahoma;
            font-weight:bold; 
            font-size:12px; 
            padding:20px 20px;
            text-align: center;   
            margin-bottom:10px;
            cursor:pointer;
                     
        }        
        
        .offer-list a:hover {
	        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	        background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	        background-color:#fb9e25;
	        border-radius: 4px;
        }
        
        .contact-header { font-size:12px; font-weight:bold; margin-bottom:20px; color:Yellow; }

        #ff label { 
	        cursor:pointer;
	        margin:10px 0;
	        color:#ed7700;
	        display:block;
        }

        input, textarea { 
	        display:block;
	        width:90%;
	        border-radius:4px;
	        -webkit-border-radius:4px;
	        -moz-border-radius:4px;
	        background-color:#f4f4f4;
	        color:#000;
	        border:1px solid #5f5f5f;
	        padding:5px 10px;
	        margin-bottom:10px;
	        margin-top:2px;
        }

        .sendButton {
	        cursor:pointer;
            width:100px; 
            background-color: #F5D213;
            background-image: -moz-linear-gradient(center top , #F9E820 0px, #EFB300);
            filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9E820', endColorstr='#EFB300');                        
            border-radius: 4px;
            box-shadow: 0px 0px 5px #333;
            color: #0A328C; 
            font-family:tahoma;
            font-weight:bold; 
            font-size:12px; 
            padding:7px 15px;
            text-align: center;   
            margin-left:14px;  
            float:left;
        }        
        
        
       .sendButton:hover {
	        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	        background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	        background-color:#fb9e25;
        }


        .info-fa { text-align:right; direction:rtl; text-align:justify; margin-bottom:30px; }
        .info-fa img { float:right; margin-left:10px; }
        .info-fa span { float:right; width:750px; padding-top:5px; line-height:18px; }
        
        .info-en { text-align:left; direction:ltr; text-align:justify; margin-bottom:30px; }
        .info-en img { float:left; margin-right:10px; margin-left:20px; }
        .info-en span { float:left; width:730px; padding-top:5px; line-height:18px; }
        
        .footer { direction:ltr; margin-bottom:10px; text-align:center; }
        .footer a { display:inline-block; margin-right:15px; } 
        
        .HideBox { width:1px; height:1px; overflow:hidden; }