
#pageWrapper {
    width: 100%;
    min-width: 980px;
    overflow: hidden;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -270px;
}

#pageHeaderOuter {
    background: #415eaa;
}


#pageHeaderOuterHome {
    background: #415EAA url(../Images/HeaderHomeBkg.png) repeat-x;
}

#pageHeader {
    width: 980px;
    margin: 0 auto;
    position: relative;
    overflow: visible;
}

    #pageHeader .logo {
        display: block;
        float: left;
        width: 190px;
        margin-top: 24px;
    }

    #pageHeader .logo {
        -webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -ms-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transition: all 0.4s linear;
    }

        #pageHeader .logo:hover {
            -webkit-transform: rotate(-2deg) scale(1.01);
            -moz-transform: rotate(-2deg) scale(1.01);
            -ms-transform: rotate(-2deg) scale(1.01);
            -o-transform: rotate(-2deg) scale(1.01);
            transform: rotate(-2deg) scale(1.01);
        }

    #pageHeader .topRight {
        right: 0;
        position: absolute;
        white-space: nowrap;
        border: solid 1px #5b74b6;
        border-top-width: 0;
        padding: 7px 10px;
        overflow: auto;
    }

#pageContent {
    width: 980px;
    margin: 0 auto;
    margin-bottom: 40px;
}

#mainMenu {
    height: 33px;
    margin-top: 52px;
    margin-left: 30px;
    margin-bottom: 8px;
    width: 760px;
    float: left;
}

#rightColumn {
    float: left;
    width: 250px;
    padding-left: 30px;
    padding-top: 10px;
    border-left: solid 1px #dbdbdb;
}

#mainColumn {
    float: left;
    width: 670px;
    padding-right: 29px;
}

#breadcrumb {
    height: 30px;
}

#pagePushFooter {
    height: 270px;
    clear: both;
}

#pageFooterOuter {
    background: #ddd url(../images/footerLine.png) bottom repeat-x;
    height: 270px;
}

#pageFooter {
    width: 980px;
    height: 250px;
    padding-top: 20px;
    margin: 0 auto;
    position: relative;
}

    #pageFooter .logo {
        position: absolute;
        bottom: 5px;
        right: 5px;
    }

    #pageFooter ol {
        width: 150px;
        float: left;
        margin-right: 30px;
    }

        #pageFooter ol li {
            padding: 2px 0;
        }

            #pageFooter ol li a {
                text-decoration: none;
                color: #666;
                border-bottom: solid 1px #bbb;
            }

                #pageFooter ol li a:hover {
                    color: #e26816;
                }

            #pageFooter ol li.title a {
                font-weight: bold;
                color: #555;
                border-bottom: 0;
            }

            #pageFooter ol li.social {
                margin-top: 15px;
            }

                #pageFooter ol li.social a {
                    border-bottom-width: 0;
                }

        #pageFooter ol li {
            color: #888;
        }

.copyrightText {
    color: #ddd;
    margin-top: 30px;
    bottom: 12px;
    position: absolute;
}

.projectsBlock {
    margin-top: 38px;
}

    .projectsBlock .items {
        overflow: auto;
        margin-left: -22px;
    }

    .projectsBlock .title {
        margin-top: 8px;
        margin-right: 5px;
    }

        .projectsBlock .title a {
            background: #6a91d4;
            color: #fff;
            display: block;
            padding: 8px;
            font-size: 2.4em;
            font-weight: bold;
            text-decoration: none;
            text-align: center;
            text-transform: lowercase;
        }

            .projectsBlock .title a:hover {
                background: #5581CE;
            }

    .projectsBlock .item {
        position: relative;
        overflow: hidden;
        float: left;
        margin-left: 22px;
        width: 207px;
        height: 207px;
    }

        .projectsBlock .item a {
            display: block;
            overflow: hidden;
            color: #e26816;
        }

        .projectsBlock .item img {
            position: absolute;
            border: 0;
            width: 100%;
            height: auto;
            transition: width 0.5s, margin 0.5s;
        }

        .projectsBlock .item .desc {
            position: absolute;
            top: 180px;
            height:100%;
            opacity: 0.8;
            background-color: #000;
            color: #ccc;
            padding: 0 10px 10px 10px;
            right: 0;
            left: 0;
            transition: top 0.5s;
        }

            .projectsBlock .item .desc a {
                color: #FFFFFF;
                font-weight: bold;
                line-height: 25px;
                margin: 0;
            }

        .projectsBlock .item:hover .desc {
            top: 50%;
        }

        .projectsBlock .item:hover img {
            width:106%;
            margin:-3%;
        }

.servicesBlock a {
    color: #333;
    font-size: 18px;
    text-decoration: none;
    line-height: 28px;
}

    .servicesBlock a:hover {
        color: #e26816;
    }

.servicesBlock td div {
    float: left;
}

.servicesBlock a.sub {
    font-size: 13px;
    line-height: 18px;
    color: #777;
}

.servicesBlock td {
    border-left: solid 1px #dbdbdb;
    width: 225px;
    padding-bottom: 13px;
    vertical-align: top;
}

    .servicesBlock td.first {
        border-left: 0;
        padding-left: 0;
    }

    .servicesBlock td.last {
        padding-right: 0;
    }

.servicesBlock .ins {
    width: 40px;
    height: 40px;
    background: url(../images/TechSize40.gif) no-repeat;
    float: left;
    margin-right: 10px;
    margin-left: 15px;
}

.servicesBlock td.first .ins {
    margin-left: 0;
}

.servicesBlock tr.bottom td {
    padding-bottom: 0;
}

.servicesBlock .sWeb {
    background-position: 0 0;
}

.servicesBlock .sMarketing {
    background-position: 0 -40px;
}

.servicesBlock .sSeo {
    background-position: 0 -200px;
}

.servicesBlock .sBusiness {
    background-position: 0 -80px;
}

.servicesBlock .sOutsourcing {
    background-position: 0 -240px;
}

.servicesBlock .sSupport {
    background-position: 0 -120px;
}

.servicesBlock .sConsulting {
    background-position: 0 -280px;
}

.servicesBlock .sGraphics {
    background-position: 0 -160px;
}

.servicesBlock .ins {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.servicesBlock td:hover .ins {
    -webkit-transform: rotate(-10deg) scale(1.01);
    -moz-transform: rotate(-10deg) scale(1.01);
    -ms-transform: rotate(-10deg) scale(1.01);
    -o-transform: rotate(-10deg) scale(1.01);
    transform: rotate(-10deg) scale(1.01);
}

.servicesBlock a {
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

img.serviceLogo {
    margin-left: 15px;
    margin-bottom: 10px;
}

.siteMoto {
    color: #f87b00;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 5px;
}

.siteMotoSub {
    font-size: 15px;
    margin-bottom: 38px;
    color: #666;
}

.headline {
    /*	font-size:18px; 	color:#333;*/
}

/** page About***/

.page-AboutUs .technologies th {
    text-align: left;
    vertical-align: middle;
    color: #777;
    text-transform: uppercase;
}

    .page-AboutUs .technologies th div {
        vertical-align: middle;
        height: 100%;
    }

    .page-AboutUs .technologies th img {
        margin-right: 7px;
        vertical-align: middle;
    }

/** page WebDesing **/
.websiteType {
    float: left;
    width: 314px;
    height: 190px;
    overflow: auto;
    margin-bottom: 14px;
    margin-right: 14px;
    background-color: #fff;
    border: solid 6px #ddd;
}

    .websiteType.rlast {
        margin-right: 0;
    }

    .websiteType .title {
        font-size: 24px;
        margin: 0 10px 10px;
        font-weight: normal;
        border-bottom: solid 1px #f9a233;
        color: #f9a233;
        padding-top: 7px;
    }

    .websiteType .description {
        padding-bottom: 10px;
    }

    .websiteType img {
        float: left;
        margin: 0 10px 10px 10px;
    }

    .websiteType ul {
        margin-left: 149px;
    }

    .websiteType li {
        color: #222;
        background: url(../images/wtb.png) no-repeat 0 5px !important;
        padding: 6px 0 6px 22px !important;
        font-weight: bold;
    }

.page-wbk {
    background: #f6f6f6 url(../Images/WebBusinessKitBkg.png) repeat-x 0 93px;
}

    .page-wbk #rightColumn {
        border-left-width: 0;
        background-color: #f6f6f6;
        padding: 20px 25px 25px;
    }

    .page-wbk #mainColumn {
        padding-right: 0;
        width: 680px;
    }

.quoteRequest {
    float: right;
    display: block;
    margin-top: 8px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #EAEEF5;
    text-decoration: none;
}

    .quoteRequest:hover {
        color: #ffc75a;
    }

.ctrl-simpleMenu.default a {
    display: block;
    line-height: 16px;
    margin-bottom: 5px;
}
