body
{
   /* background-image: url(../images/grid.png);*/
}

.items
{
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 16px;
    margin: 20px;
}
/*.items li
{
    text-align: right;
    font-size: 13px !important;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
}*/

    .items li {
        display: inline-block;
        text-align: right;
        background-color: #fff;
        width: 90%;
        font-family: 'irsans';
        font-size:16px;
        margin-bottom: 10px;
        padding: 5px 5%;
        color:#333;
    }

        .items li:last-child {
            background-color: transparent;
        }
        .items li a, .items li a:visited, .items li a:active {
            /*color: #443901;*/
            text-decoration: none;
        }
/*.items li a:hover
{*/
    /*text-decoration: underline;*/
    /*color: #7C6300;
    -webkit-text-shadow: 1px 1px 2px #ffffff;*/ /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    /*-moz-text-shadow: 1px 1px 2px #ffffff;*/ /* FF3.5 - 3.6 */
    /*text-shadow: 1px 1px 2px #ffffff;*/ /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
/*}*/
.submit_contact, .submit_contact2 {
    width: 97px;
    height: 25px;
    padding-top: 5px;
    background-image: url(/img/form-button.png);
    background-repeat: no-repeat;
    border: 0;
    border-radius: 7px;
    font: normal 13px irsans;
    /* text-shadow: 1px 1px 0 #fff; */
    text-align: center;
    margin: 0 auto;
    display: block;
 
}
    /*.submit_contact {
    background-position: -97px 0;
    color: #efefef
}*/

    .submit_contact:hover {
        background-position: -97px -30px;
        color: #fff;
    }

    .submit_contact:active {
        background-position: -97px -60px;
        color: #fff;
    }
#inline-content
{
    height: 100px;
    margin-top: 100px;
    margin: 0 auto;
    color: #000;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
}
#menu-wrapper h2 {
    width:80%;
    background-color:#ccc;
    height:40px;
    padding:5px 10%;
    text-align:right;
    color:#333;
    font-weight:bold;
    font-size:20px
}