/* ======== */
/* Default */
* {
    vertical-align: top;
    padding: 0;
    margin: 0;
    border: 0;
}
html, body, form, table {
    margin: 0px;
    padding: 0px;
}
body {
    color: red;
    font-size: 14px;
    font-family: Tahoma, Verdana, Arial;
    line-height: 1em;
}
img {
    border: none;
}
a {
    color: #b7ff02;
    text-decoration: underline;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}
.line-t:hover {
    text-decoration: none;
	color: #ffffff;
}


.link {
	color: #423d00;
	font-size:12px;
    text-decoration: underline;
}

.link:hover {
    color: #2b8213;
	font-size:12px;
}



h1 {
    font-size: 25px;
    font-family: Arial;
    line-height: 1.2em;
    font-weight: normal;
    margin: 0px 0px 37px 0px;
}
h2 {
    font-size: 1.2em;
    font-family: Arial;
    line-height: 1.2em;
    margin: 0px 0px 13px 0px;
}
h3 {
    font-size: 1em;
    font-family: Arial;
    line-height: 1.2em;
    margin: 0px 0px 15px 0px;
}

p {
  margin: 0px 0px 13px 0px;
}

/* ======= */
/* Layout */
html {
    height: 100%;
}
body {
/*    background: url(../../images/reg/bg.png) repeat-y center; */
    background-color: #1c1700;
    display:block;
    height:100%;
    min-width:990px;
    width:100%;
}


.counter-js{
    position: absolute;
    margin-top:-100px;
}

/* ======= */
.content {
    background: url(fon.jpg) no-repeat center top;
    min-width:990px;
    width:100%;
    height:100%;
    display:block;
}

  .promo {
     z-index: 0;
     position: relative;
     margin: 0 auto;
     width:990px;
/*     border: red solid 1px; */
  }

   .swf{
    position: absolute;
    left: 204px;
    top:118px;
    margin-top:0px;
    z-index:-1;
}


   .input{
           width:80px;
        height:20px;
   font-size: 8pt; 
   font-family: verdana;
   border: solid 1px; 
   color:#cbffab; 
   background:#629406; 
   }



    .block-lk{
        float:left;
        width:550px;

        position:relative;
        left: 5px;
        top:5px;
        font-family: verdana;
        font-size: 12px;
		color: #423d00;
    }

 

    .block-menu {
        position: relative;
        color: #201b00;
        font-size: 14px;
        top: 10px;
		 padding: 5px;
        clear: both;
    }

  

        .block-menu a {
            color: #201b00;
        }

        .block-menu a:hover {
            color: #629406;
        }






    .block-bototext {
        color: #5b560a;
        font-size: 8px;
        position: relative;
        top: 250px;
        clear: both;
        line-height: 10px;        
    }

    .block-bototext1 {
        color: #5b560a;
        font-size: 8px;
        position: relative;
        top: 380px;
        clear: both;
        line-height: 10px;        
    }



        .footer {
            margin-top:10px;
            height:20px;

            display: block;
            color: #b7ff02;
            font-size: 14px;
            vertical-align: middle;
            padding: 20px;
        }

        .footer .copyright {
            float: left;
            margin-top: 0px;
	    line-height: 20px;        
        }

        .footer .counter {
            float: right;
            margin-right: 10px;
            display: block;
        }

            .counter a img {
                margin-right: 15px;
                opacity:0.3;
            }
            .counter a:hover img {
                opacity:0.6;
            }

    




