﻿@import url('https://fonts.googleapis.com/css?family=Roboto');


/*#region Reset*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
    border: 0;
    
}

html {
    width: 100%;
    min-width: 1100px;
    background-color: #006738;
}

body {
    color: #131313;
    font-family: 'Roboto', 'Segoe UI', Helvetica, Verdana, sans-serif;
    font-size: 12px;
}
/*#endregion*/

/*#region Site - Common*/
.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear {
    clear: both;
}

p {
    /*margin-bottom: 15px;*/
}

hr {
    background-color: #0085cd;
    color: #0085cd;
    border: none;
    height: 1px;
}

img {
    border: none;
}
/*#endregion*/

/*#region Site - Headings*/
h1 {
    color: #0085cd;
    font-size: 30px;
    margin-bottom: 15px;
}

h2 {
    color: #00aeef;
    font-size: 22px;
    margin-bottom: 15px;
}

h3 {
    color: #00679c;
    font-size: 18px;
    margin-bottom: 10px;
}

h4, h5, h6 {
    font-size: 14px;
    margin-bottom: 0px;
}
/*#endregion*/

/*#region Site - Links*/
a:link, a:visited {
    color: #00aeef;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    /*color: #4A4A4A;*/
    color: rgb(0, 103, 156);
}

.buttonLink {
    background: #00aeef;
    border: medium none;
    color: #ffffff !important;
    cursor: pointer;
    font-size: 20px;
    padding: 7px 25px;
    text-align: center;
    width: auto;
}

    .buttonLink:hover {
        background: #0085cd;
    }

    .buttonLink.large {
        font-size: 15px;
    }
/*#endregion*/

/*#region Site - Containers*/
#pageWrapper {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}
/*#endregion*/

/*#region Site - StatusBar*/
#StatusBar {
    width: 100%;
    height: 36px;
    background-color: rgb(240,240,240);
}
    #StatusBar .wrapper {
        width: 1000px;
        margin: 0 auto;
        height: 36px;
    }

    #StatusBar .subTitle {
        float: left;
    }

    #StatusBar .loginArea {
        float: right;
        width: 290px;
    }

        #StatusBar .loginArea .loginbox {
            text-decoration: none;
            text-align: right;
            color: #00679C;
        }

        #StatusBar .loginArea .loginbox a:hover {
            text-decoration: none;
            color: darkgreen;
        }


/*#endregion*/




/*#region Site - Header A*/
#header {
    width: 100%;
    height: 36px;
    /*background-color: #00679C;*/
}
    #header .wrapper {
        width: 1000px;
        margin: 0 auto;
        background-color: #00679C;
    }

    #header .subTitle {
        float: left;
    }




/*#endregion*/

#SiteBranding {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;

}


/*#region Site - Header*/
#menuBar {
    /*border: solid 1px #5a5a5a;*/
    
}
    #menuBar .wrapper {
        width: 1000px;
        
        margin: 0 auto;
     /*   background-color: #00679C;*/
    }

    #menuBar .logo {
        display: inline-block;
        /*vertical-align: top;*/
        float: left;
    }

    #menuBar .siteBranding1 {
        float: right;
        display: inline-block;
        padding-top: 10px;
        /*vertical-align: top;*/
    }

    #menuBar .tagLine {
        
        
    }

        #menuBar .tagLine p {
            font-size: 18px;
            font-style: italic;
            font-weight: bold;
            text-align: center;
            color: white;
            height: 32px;
            vertical-align: text-top;
        }

/*#endregion*/

/*#region Site - Content*/
#content {
    /*box-shadow: 0 0 8px rgba(0,0,0,0.24);*/
    margin: 0px 0px 0px 0px;
    padding: 0px;
    /*border: solid 1px #5a5a5a;*/
    /*background: url(/App_Themes/DealerParts/Images/parts.png);*/
}
    #content .wrapper {
        width: 1000px;
        margin: 0 auto;

    }

    #content .banner {
        height: 400px;
        /*margin-bottom: 20px;*/
    }
/*#endregion*/

/*#region Site - Footer*/
#footer {
    background: #5A5A5A;
    border-top: 6px solid #67a73d;
    padding: 20px;
         width: 960px;
        margin: 0 auto;
}
    #footer .wrapper {
        width: 1000px;
        margin: 0 auto;
    }

    #footer p {
        color: #FFFFFF;
    }

    #footer h3 {
        color: #67a73d;
    }

    #footer a:link, a:visited {
        color: #ffffff;
        cursor: pointer;
        text-decoration: none;
    }

    #footer a:hover {
        color: #67a73d;
    }



    #footer .colLeft {
        width: 670px;
        float: left;
        margin-right: 30px;
    }

    #footer .colRight {
        width: 260px;
        float: left;
    }

        #footer .colRight p {
            background-repeat: no-repeat;
            padding-left: 23px;
            margin-bottom: 15px;
        }


        #footer .colRight .address {
            background-image: url(/App_Themes/DealerParts/Images/Footer/home.png);
            background-position: left 1px;
        }

        #footer .colRight .phone {
            background-image: url(/App_Themes/DealerParts/Images/Footer/phone.png);
            background-position: left 1px;
        }

        #footer .colRight .email {
            background-image: url(/App_Themes/DealerParts/Images/Footer/mail.png);
            background-position: left 1px;
        }

    #footer .Bottom {
        width: 960px;
        padding-top: 10px;
        padding-bottom: 0px;
        height: 14px;
    }

        #footer .Bottom .colLeft {
            width: 470px;
            margin-right: 30px;
            float: left;
            font-size: 10px;
        }

        #footer .Bottom .colRight {
            width: 460px;
            text-align: right;
            float: left;
            font-size: 10px;
        }

/*#endregion*/
