﻿body {
    margin: 0px;
    background-image: url('/Dealers/presentation/images/background.png');
    background-repeat: repeat-y;
    background-position: center;
    background-color: black;
}

.container {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    z-index: 100;
}

/*------------------------------grid-----------*/
table.grid {
    padding: 5px;
    border-spacing: 0px;
    border: 0px;
}

    table.grid th {
        text-align: left;
    }

    table.grid tr.alt td {
        background-color: lightskyblue;
    }

    table.grid td {
        min-width: 65px;
    }

    table.grid div {
        height: 30px;
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }

    table.grid a:link {
        color: #330099;
    }

    table.grid a:visited {
        color: #330099;
    }

    table.grid a:hover {
        color: #330099;
    }

    table.grid a:active {
        color: #330099;
    }
/*-SPLASH---------------------*/
.splash {
    width: 100%;
    height: 591px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    position: absolute;
    top: 0px;
    z-index: 0;
    background-color: white;
}

    .splash td.outer {
        background-color: white;
        width: 33%;
    }

    .splash td.inner {
        width: 33%;
    }

    .splash img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        z-index: 0;
    }
/*-HEADER---------------------*/
.header {
    width: 100%;
    background: url('/Dealers/presentation/images/headerbg.png') no-repeat center;
    height: 128px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    z-index: 100;
    position: absolute;
    top: 0px;
}

#phlogo {
    margin-top: 10px;
}

#innerheaderback {
    position: relative;
    background-image: url('/Dealers/presentation/images/headerbg_inner.png');
    background-position: center;
    background-repeat: no-repeat;
    height: 128px;
    width: 100%;
    z-index: 100;
}

/*#prodheaderback {
    position: relative;
    background-color: #CCCCCC;
    background-image: url('/Dealers/presentation/images/headerbg_products.png');
    background-position: center;
    background-repeat: no-repeat;
    height: 128px;
    width: 100%;
    z-index: 0;
}*/

#pricingheaderback {
    position: relative;
    background-image: url('/Dealers/presentation/images/headerbg_pricing_us.png');
    background-position: center;
    background-repeat: no-repeat;
    height: 128px;
    width: 100%;
    z-index: 100;
}

/*#resourcesheaderback {
    position: relative;
    background-image: url('/Dealers/presentation/images/headerbg_resources.png');
    background-position: center;
    background-repeat: no-repeat;
    height: 128px;
    width: 100%;
    z-index: 100;
}*/

div.headerinner1 {
    position: relative;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
    z-index: 200;
}

div.headerinner2 {
    position: relative;
    color: white;
    left: 572px;
    top: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 450px;
    z-index: 200;
}

table#headerlinks {
    z-index: 200;
    position: relative;
    display: block;
}

    table#headerlinks a:visited, a:hover, a:link, a:active {
        color: white;
        font-style: 12px;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
    }


.homelink {
    width: 410px;
    height: 70px;
    border: 0;
    position: relative;
    left: 00px;
    top: -25px;
    z-index: 300;
}


.productslink {
    width: 108px;
    height: 50px;
    border: 0;
    position: relative;
    margin-left: 48px;
    top: 12px;
    z-index: 200;
}


.pricinglink {
    width: 80px;
    height: 50px;
    border: 0;
    position: relative;
    margin-left: 68px;
    top: 12px;
    z-index: 200;
}

.logoslink {
    width: 68px;
    height: 50px;
    border: 0;
    position: relative;
    margin-left: 48px;
    top: 12px;
    z-index: 200;
}

.resourceslink {
    width: 104px;
    height: 50px;
    border: 0;
    position: relative;
    margin-left: 50px;
    top: 12px;
    z-index: 200;
}
/*-FOOTER---------------------*/
.footer {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #999999;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 100;
}

    .footer a {
        color: #999999;
    }

        .footer a:link {
            color: #999999;
        }

        .footer a:visited {
            color: #999999;
        }

        .footer a:hover {
            color: #999999;
        }

        .footer a:active {
            color: #999999;
        }
/*-LOGOS---------------------*/
.logos img {
    margin-top: 30px;
}

.separator {
    margin-top: 40px;
    height: 1px;
    width: 100%;
    display: block;
    background-color: #555555;
    margin-left: auto;
    margin-right: auto;
}
/*-LOGIN FORM---------------------*/
div.loginform {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: white;
    background-color: #000000;
    width: 315px;
    height: 250px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: right;
    margin-top: -425px;
    position: relative;
    z-index: 100;
}

    div.loginform input[type=text], input[type=password] {
        background-image: url('/Dealers/presentation/images/inputbox.png' );
        background-repeat: no-repeat;
        background-color:black;
        border-style: none;
        padding-left: 2px;
        height: 27px;
        width: 272px;
        font-size: 14px;
    }

    div.loginform tr {
        height: 32px;
    }

    div.loginform a:link, a:visited, a:hover, a:active {
        color: white;
        text-decoration: underline;
    }

div.loginbutton {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: black;   
    float: right;
    position: relative;
    z-index: 100;
    background-color:black;
}

    div.loginbutton input[type=submit] {
        background-image: url('/Dealers/presentation/images/button.png' );
        background-repeat: no-repeat;
        background-color:black;
        border-style: none;
        padding-left: 5px;
        height: 20px;
        width: 75px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: white;
        font-weight: bold;
    }

div.loginform table {
    margin-left: auto;
    margin-right: auto;
}
/*-CONTENT---------------------*/
.wrapper {
    width: 100%;
    background-color: #ffffff;
    margin: 0px 0px 0px 0px;
}

.content {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 11pt;
    font-family: Arial;
    color: black;
    min-height: 550px;
}

    .content a:link, a:visited, a:hover, a:active {
        color: darkblue;
        text-decoration: underline;
    }

/*--------------------------------products-------*/
div.productimage {
    width: 300px;
    float: right;
    display: block;
    text-align: center;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px;
}

a.productlink {
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    margin-right: 3px;
}

a:visited.productlink {
    color: #aa0000;
    text-decoration: underline;
    margin-right: 3px;
}

a:link.productlink {
    color: #aa0000;
    text-decoration: underline;
    margin-right: 3px;
}

a:hover.productlink {
    color: #aa0000;
    text-decoration: underline;
    margin-right: 3px;
}

a:active.productlink {
    color: #aa0000;
    text-decoration: underline;
    margin-right: 3px;
}

.productfiledetails {
    font-family: Arial;
    font-size: 14px;
    font-style: italic;
}
/*--------------------------------forms-----------*/
div.userform input[type=text] {
    border: solid 1px #000000;
    border-radius: 5px 5px 5px 5px;
    background-color: #ffffff;
    height: 22px;
}

div.userform input[type=password] {
    border: solid 1px #000000;
    border-radius: 5px 5px 5px 5px;
    background-color: #ffffff;
    height: 22px;
}

div.userform input[type=submit] {
    background-image: url('/Dealers/presentation/images/button.png' );
    background-repeat: no-repeat;
    border-style: none;
    padding-left: 5px;
    height: 20px;
    width: 75px;
    /*background-color: transparent;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: white;
    font-weight: bold;
}

div.userform select {
    border: solid 1px #000000;
    border-radius: 5px 5px 5px 5px;
    background-color: #ffffff;
    height: 22px;
}

div.userform textarea {
    border: solid 1px #000000;
    border-radius: 5px 5px 5px 5px;
    background-color: #ffffff;
}

div.userform td.required input {
    background-color: #eeeeee;
}

div.userform td.required select {
    background-color: #eeeeee;
}

.firstfieldlabel {
    /*background-color: #ffffff;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #273D49;
    margin-top: 4px;
}

.fieldlabel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #273D49;
    margin-top: 4px;
    padding-left: 10px;
}

div.userform td {
    white-space: nowrap;
    text-align: left;
    padding: 2px;
}

    div.userform td td {
        white-space: nowrap;
        text-align: left;
        padding: 5px;
    }

div.userform table {
    border: none;
    border-width: 0px;
    padding: 0px;
    border-spacing: 0px;
}

.errormsg {
    display: none;
    z-index: 1;
    color: #ff0000;
    font-size: 12px;
}

.sectionheader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #000000;
    margin-bottom: 18px;
    margin-top: 22px;
}

div.userform td.required {
    font-weight: bold;
}

#clear {
    clear: both;
}

.clear {
    clear: both;
}

.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

    .wraptocenter * {
        vertical-align: middle;
    }

.menu {
    float: right;
    display: inline-block;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: -25px;
}

    .menu a:visited, a:hover, a:link, a:active {
        color: #666666;
    }

    .menu a:hover {
        color: #3399CC;
        text-decoration: none;
    }

.menu-dynamic {
    padding-left: 64px;
    background-color: #CCCCCC;
    color: #666666;
    padding: 5px 5px 5px 6px;
    font-family: Arial;
    font-size: 12px;
}

.categorylink a:hover {
    color: #3399CC !important;
}

.categorylink a:visited {
    color: #000000;
}

.categorylink a:link {
    color: #000000;
}

.categorylink a:active {
    color: #000000;
}

.banner {
    position: relative;
    overflow: auto;
    min-height: 100px;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
    width: 1600px;
}

    .banner li {
        list-style: none;
    }

    .banner ul li {
        width: 100%;
        margin-left: auto;
        margin-left: auto;
        float: left;
    }

.dots {
    position: absolute;
    left: 255px;
    top: 540px;
    text-align: center;
    z-index: 100;
}

    .dots li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 4px;
        text-indent: -999em;
        border: 2px solid #1897D4;
        border-radius: 6px;
        cursor: pointer;
        opacity: .4;
        -webkit-transition: background .5s, opacity .5s;
        -moz-transition: background .5s, opacity .5s;
        transition: background .5s, opacity .5s;
    }

        .dots li.active {
            background: #1897D4;
            opacity: 1;
        }

a > img {
    border: 0;
}
