﻿html.htmlclear {
    background: none;
}

html.htmlimage {
    background: url('../Images/imgMain.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

* {
    margin: 0;
    padding: 0;
    font-family: Calibri;
    color: #212121;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid #FF8000;
    margin: 1em 0;
    padding: 0;
}

.header {
    width: 100%;
    height: 70px;
    background-color: white;
}

.namelogo {
    float: left;
}

.link {
    float: right;
    padding-right: 100px;
}

.linkitem {
    padding: 30px 10px 0px 10px;
    float: left;
}

.linkitem a {
    padding-left: 30px;

}

.headerimg {
    max-height: 20px;
    max-width: 20px;
}

.headernameimg {
    max-height: 60px;
    margin: 15px 0px 0px 30px;
}

.headerlogoimg {
    position: relative;
    top: -20px;
    max-height: 70px;
    margin: 5px 0px 0px 35px;
}

.footer {
    width: 100%;
    height: 25px;
    background-color: white;
    bottom: 0;
    position: fixed;
}

    .footer div {
        padding-left: 10px;
        padding-right: 10px;
    }


.Email {
    float: left;
    vertical-align: middle;
    line-height: 25px;
}

.Mobile {
    float: left;
    vertical-align: middle;
    line-height: 25px;
}

.Company {
    float: right;
    vertical-align: middle;
    line-height: 25px;
}

.Copy {
    float: right;
    vertical-align: middle;
    line-height: 25px;
}

.detailtext {
    position: relative;
    width: 40%;
    min-width: 250px;
    left:20%;
}

.servicedetail {
    position: relative;
    top: 30%;
}

.serviceitem {
    width: 28%;
    min-width: 250px;
    float: left;
    margin: 2%;
    padding-bottom: 40px;
}

.itemContainer {
    position: relative;
    top: 30%;
}

.itemrow {
    position: relative;
}

.itemlink {
    text-decoration: none;
    color: #212121;
}

    .itemlink:hover > div {
        color: #FF8000;
    }

.item {
    width: 28%;
    float: left;
    clear: right;
    padding: 2%;
    min-width: 150px;
}

.contentleft {
    min-width: 20%;
    float: left;
    clear: left;
}

.contentright {
    width: 79%;
    float: left;
}


.spacer {
    height:50px;
}

.contactdetail {
    padding: 10px 0px 0px 35%;
}

.contactitem {
    display: block;
    width: 90%;
    background-color: white;
    vertical-align: middle;
    text-decoration: none !important;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
}

    .contactitem:hover input textarea {
        border: 1px solid silver;
    }

    .contactitem input textarea {
        width: 90%;
        vertical-align: middle;
        border: hidden;
        margin-left: 10px;
    }

.contactlabel {
    min-width: 100px;
    display: block;
    float: left;
}

.contactinput input {
    width: 80%;
}

.contactinput textarea {
    width: 80%;
}

.contactitemsubmit {
    display: block;
    margin-top: 15px;
    width: 80px;
    background-color: white;
    vertical-align: middle;
    text-decoration: none !important;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

.contactsubmit {
    cursor: pointer;
}

.text {
    font-size: 15pt;
}

.textlarge {
    font-size: large;
}

.textlarger {
    font-size: larger;
}

    .textlarger.bold {
        font-weight: bold;
    }

.textmedium {
    font-size: medium;
}

.textsmall {
    font-size: small;
}

.menu {
    padding: 10px 0px 0px 0px;
    max-width: 160px;
    min-width: 140px;
}

a.menuitem {
    display: block;
    margin-top: 15px;
    height: 50px;
    line-height: 50px;
    background-color: white;
    vertical-align: middle;
    text-decoration: none !important;
}

    a.menuitem:hover .underline {
        background-color: #FF8000;
        visibility: visible;
    }

.underline {
    height: 4px;
    background-color: #FF8000;
    position: relative;
    bottom: 0;
    visibility: hidden;
}

.on {
    visibility: visible;
}

.menuitemtext {
    font-weight: bold;
    font-size: 12pt;
    padding-left: 30px;
}

.hide {
    display: none;
}

.bgclear {
    width: 15px;
    height: 15px;
    border: 1px solid #FF8000;
    float: right;
}

    .bgclear:hover {
        cursor: pointer;
    }

.bgimg {
    width: 15px;
    height: 15px;
    border: 1px solid #FF8000;
    background-color: #FF8000;
    float: right;
}

    .bgimg:hover {
        cursor: pointer;
    }
