﻿html, body, form
{
    width: 100%;
    height: 100%;
    
}


body
{
    padding: 0;
    margin: 0;
    font: 0.85em/1.4em Arial, Helvetica, sans-serifs;
    color: #363636;
    direction: rtl;
}

.ptrn-wrapper
{
    background-color: #8FBC8F;
    padding-bottom: 5%;
    overflow: auto;
    min-height: 89%;
}


.wrapper
{
    padding-top:10px;
    width: 1000px;
    min-height: 500px;
    margin: 0 auto;
    overflow: auto;
}

.pic {
    border: 8px solid #dedaca;
    overflow: hidden;
    -webkit-box-shadow: 5px 5px 5px #111;
    box-shadow: 5px 5px 5px #111;
}

.button {
    border: 5px solid #dedaca;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    cursor:pointer;
    font-weight:bold;
    width:290px;
    margin:auto 0 !important
}

.Units {
    background-color: #589458;
    font-size:20px !important;
}

.Plots {
    background-color: #D1C699; 
    font-size:20px !important;
}

.Orange {
    background-color: #FFA500;
    font-size:20px !important;
}

.top-banner
{
    height: 135px;
    border: 3px solid #dedaca;
    background: url(images/top-banner.jpg) center top no-repeat;
    margin-bottom: 0px;
    background-color:#C3BBA4;
    
}

.button:hover
{
    color:#000;
}
/*---------- Footer ----------*/

.eg_footer
{
    line-height: 25px;
    height: 6.5%;
    height: /*\**/ 7.3%\9;
    text-align: center;
    color: #878787;
    background: url(images/footer-shw.png) left top repeat-x;
    padding-top: 1%;
    position: relative;
    clear: both;
    width: 100%;
    margin-top: -3.9%;
}
.eg_footer div
{
    background: #131313;
    height: 100%;
}

/*---------- End of Footer ----------*/

h1, h3
{
    color: #1b1b1b;
    font-weight: normal;
    border-bottom: 5px solid #d7cda7;
    padding-bottom: 10px;
}
h1 span
{
    color: #515151;
    text-align:center !important;
}
h2, h3
{
    font-size: 1.5em;
    color: #000000;
    margin-bottom: 12px;
}
h3
{
    font-size: 1.3em;
    text-transform: uppercase;
}
h4
{
    margin: 30px 0 0;
}
