﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 10px;
    padding-bottom: 10px;
  margin: auto;
  width: 100%;
  max-width:1000px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    width: 1000px;
    background-color: #007bc5;
    color: #fff;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}

a {
    color: black;
    text-decoration: none;
    background-color: transparent;
}

/* Login Navigation */

.loginNav {
    height: 30px;
    background: #89c9f0;
    padding: 0;
    margin: 0 0 10px 0px;
}

    .loginNav li {
        display: block;
        float: right;
        position: relative;
        padding: 0 5px 0 5px;
    }

        .loginNav li > a {
            background: none repeat scroll 0 0 #89c9f0;
            color: #007bc5;
            display: block;
            font:  14px/48px calibri, Verdana,arial,sans-serif;
            height: 35px;
            overflow: hidden;
            text-align: center;
        }

        .loginNav li ul li a {
            background: #89c9f0;
        }

        .loginNav li > a:hover {
            background: none repeat scroll 0 0 #89c9f0;
            color: white;
            text-decoration: none;
        }

        .loginNav li.lnav6 a {
            margin-right: 0;
        }

        .loginNav li ul {
            display: none;
            left: 0;
            position: absolute;
            z-index: 999;
            padding: 0;
        }

        .loginNav li:hover ul {
            display: block;
            background: #89c9f0;
        }

        .loginNav li ul li {
            width: 180px;
            padding-left: 20px;
        }

            .loginNav li ul li a {
                font-size: 14px;
                text-align: left;
            }


#page_home .lnav1 a, #page_domains .lnav2 > a, #page_hosting .lnav3 > a, #page_servers .lnav4 > a, #page_builder .lnav5 > a, #page_marketing .lnav6 > a {
    background-color: #dbdcdc;
    color: #777777;
    background-position: center 0;
}

    #page_home .lnav1 a:hover {
        background-position: center -96px;
    }

/* Main Navigation */

.mainNav {
    background: #89c9f0;
    padding: 0 0 0 0;
    margin: 0 0 10px 13px;
}

    .mainNav li {
        display: block;
        float: left;
        position: relative;
        padding: 0 7px 0 7px;
    }

        .mainNav li > a {
            background: none repeat scroll 0 0 #89c9f0;
            color: #111;
            display: block;
            font: bold 18px/48px calibri, Verdana,arial,sans-serif;
            height: 35px;
            overflow: hidden;
            text-align: center;
        }

        .mainNav li ul li a {
            background: #89c9f0;
        }

        .mainNav li > a:hover {
            background: none repeat scroll 0 0 #89c9f0;
            color: white;
            text-decoration: none;
        }

        .mainNav li.lnav6 a {
            margin-right: 0;
        }

        .mainNav li ul {
            display: none;
            left: 0;
            position: absolute;
            z-index: 999;
            padding: 0;
        }

        .mainNav li:hover ul {
            display: block;
            background: #89c9f0;
        }

        .mainNav li ul li {
            width: 200px;
        }

            .mainNav li ul li a {
                font-size: 18px;
                text-align: left;
            }


#page_home .nav1 a, #page_domains .nav2 > a, #page_hosting .nav3 > a, #page_servers .nav4 > a, #page_builder .nav5 > a, #page_marketing .nav6 > a {
    background-color: #dbdcdc;
    color: #777777;
    background-position: center 0;
}

#page_home .nav1 a:hover {
    background-position: center -96px;
}

.packageWrap {
    width: 48%;
    min-width: 350px;
    padding: 15px ;
    float: left;
    background: #89c9f0;
    margin-top: 20px;
    margin-right: 10px;
}

.packages {
    margin-right: -10px;
}

.packageWrap > a {
    display: block;
    margin-bottom: 15px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: #242323;
}

.packageWrap p {
    display: block;
}

.packageWrap ul li, .homeColumn1 .packageWrap p {
    font-size: 16px;
    color: black;
}

.packageWrap .inner {
    height: auto;
}

.packageDetails {
    line-height: 40px;
    font-size: 18px;
    height: 50px;
    text-align: left;
    background: #007bc5;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

    .packageDetails .priceWrap {
        font-weight: bold;
        color: #FFC20E;
        margin: 0 15px 0 15px;
        line-height: 40px;
        font-family: calibri, arial, sans-serif;
    }

        .packageDetails .priceWrap .price {
            font-size: 18px;
            margin-left: 5px;
            margin-right: 5px;
        }



.packageWrap a.blueTab {
    color: #fff;
    background: #0A6196;
    text-decoration: none;
    float: right;
    width: 100px;
    text-align: center;
    height: 50px;
    display: inline-block;
    line-height: 40px;
    font-size: 20px;
    vertical-align: middle;
    margin-top: -40px;

}

    .packageWrap a.blueTab:hover {
        background: #0398d2;
    }

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 769px) {

    .body-content {
        padding: 0;
        width: 100%;
    }

    .table {
        padding: 0;
        width: 100%;
    }
}

@media screen and (min-width: 256px) and (max-width: 768px) {


    .body-content {
        padding: 0;
        width: 100%;
    }

    .packageWrap {
        width: 100%;
        padding: 15px;
        background: #89c9f0;
        margin-top: 20px;
        margin-right: 10px;
    }

    .table {
        padding: 0;
        width: 100%;
    }

    .container {
        max-width: 768px;
    }

}