body {
    _text-align: center;
    font-family: verdana, sans-serif;
    margin: 0;
    padding: 0;
    background: white;
}

#container {
    position: relative;
    min-width: 785px;
    max-width: 885px;
    margin: auto;
    _width: 785px;
    _text-align: left;
}

#crossband {
    position: absolute;
    width: 112%;
    _width: 113.5%;
    top: 125px;
    .top: 137px;
    left: -12%;
    background: #b70000 url(images/crossband.png) no-repeat;
    background-position: center;
    height: 36px;
}

#header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
    #logo {
        position: absolute;
        left: 0px;
        top: 51px;
        width: 335px;
        height: 70px;
        background: url('images/logo.png');
        outline: none;
        _background: none;
        _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png');
    }
        #logo a {
            outline: none;
        }
    #sky {
        position: absolute;
        right: 340px;
        top: 0;
        z-index: -3;
        height: 138px;
        width: 100%;
        background: url(images/sky.png) repeat-x;
    }
    #rock {
        position: absolute;
        right: 0;
        _right: -1px;
        top: 0;
        z-index: -2;
    }
    #header .nav {
        position: absolute;
        left: 5%;
        top: 133px;
        .top: 146px;
        height: 36px;
        width: 95%;
        z-index: 1;
    }
        #header .nav img {
            display: block;
        }
        #header .nav ul {
            position: relative;
            margin: 0;
            padding: 0;
        }
        #header .nav li {
            float: left;
            position: relative;
            padding-top: 5px;
            top: -5px;
            height: 38px;
            list-style-type: none;
            margin-right: 52px;
        }
        #header .nav li.active {
            background: white;
        }
        #header .nav li a {
            display: block;
            position: relative;
            .width: 100%;
            _width: 0;
            color: white;
        }
        #header .nav li.active a {
            background: white;
            color: #b70000;
        }
        #header .nav li a:hover {
            opacity: 0.75;
            filter: alpha(opacity=75);
        }
        #header .nav li .leftcut {
            position: absolute;
            left: -33px;
            top: -3px;
            .top: -4px;
            height: 38px;
            width: 176px;
            background: url(images/menuitem-active.gif) no-repeat;
            z-index: -1;
        }
        #header .nav li .rightcut {
            position: absolute;
            right: -102px;
            top: -3px;
            .top: -4px;
            height: 38px;
            width: 176px;
            background: url(images/menuitem-active.gif) no-repeat;
            z-index: -1;
        }
        #header .nav .sub {
            display: none;
            position: absolute;
            top: 36px;
            left: -25px;
            width: 140px;
            background: url(images/submenu-shadow-middle.png) repeat-y;
            _background: url(images/submenu-shadow-middle-ie6.png) repeat-y;
            z-index: 1;
        }
        #header .nav .sub .menuid {
            position: relative;
            margin: 0 25px;
            top: -31px;
            z-index: 1;
        }
        #header .nav .sub ul {
            margin-bottom: -48px;
            .margin-bottom: -50px;
            margin-top: -19px;
        }
        #header .nav .sub li {
            float: none;
            margin: 8px 25px;
            padding: 0;
            height: auto;
        }
        #header .nav .sub a, #header .nav .active .sub a {
            color: #999;
            text-decoration: none;
            font-size: 14px;
            letter-spacing: 1px;
            font-family: "Trebuchet MS";
            font-weight: bold;
        }
        #header .nav .sub a:hover {
            text-decoration: underline;
            filter: none;
        }
        #header .nav .sub .top {
            position: absolute;
            background: url(images/submenu-shadow-top.png);
            _background: none;
            _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/submenu-shadow-top.png');
            width: 140px;
            height: 51px;
            top: -51px;
        }
        #header .nav .sub .bottom {
            position: relative;
            background: url(images/submenu-shadow-bottom.png);
            _background: none;
            _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/submenu-shadow-bottom.png');
            width: 140px;
            height: 35px;
            bottom: -35px;
            .bottom: -42px;
        }
    #marching-blocks {
        position: absolute;
        top: -5px;
        width: 143px;
        left: 73.5%;
        height: 36px;
        background: url(images/marching-blocks.png) no-repeat;
        z-index: -1;
    }

#sidebar {
    position: relative;
    float: right;
    top: 148px;
    .top: 163px;
    left: -10px;
    margin-bottom: 170px;
    width: 25%;
    font-size: 8pt;
}
    #sidebar ul, #sidebarWide ul {
        margin: 8px 0 25px 0;
        padding: 0;
    }
    #sidebar li, #sidebarWide li {
        margin: 0;
        padding: 0;
        background-position: left 6px;
    }
    #sidebarWide li {
        font-weight: bold;
    }

    #sidebar h2, #sidebarWide h2 {
        color: #b70000;
        font-size: 9pt; 
        font-weight: bold;
        margin: 5px 0 10px 0;
    }
    #sidebarWide h2 {
        font-size: 19pt;
    }
    #sidebar .redbox h2 {
        margin-top: 0px;
        color: white;
    }
    
    #sidebar .subtitle, #sidebarWide .subtitle { 
        color: #797979;
        font-size: 7pt;
        margin-bottom: 7px; 
        margin-top: -8px;
    }
    
    #sidebarWide a {
        color: #45a800;
        text-decoration: underline;
    }
    #sidebar a {
    }
    #sidebar .redbox a {
        color: white;
    }
    
    #sidebarWide a:hover {
        color: #74c800;
        text-decoration: underline;
    }
    #sidebar a:hover {
    }
    
    #sidebar .box, #sidebarWide .box, #sidebar .redbox {
        position: relative;
        margin-top: 48px;
        margin-bottom: 0px;
        width: 154px;
        background: #f5f5f5;
        background: url(images/sidebar-white-middle.png) repeat-y;
        padding: 1px 15px 1px 20px;
        overflow: visible;
    }
    #sidebar .redbox {
        color: white;
        background: url(images/sidebar-red-middle.png) repeat-y;
    }
    #sidebar .box .bottom, #sidebar .redbox .bottom {
        position: absolute;
        bottom: -19px;
        margin-bottom: 10px;
        left: 0;
        width: 189px;
        height: 19px;
        background: white url(images/sidebar-white-bottom.png) no-repeat;
    }
    #sidebar .redbox .bottom {
        margin-bottom: 0px;
        background: white url(images/sidebar-red-bottom.png) no-repeat;
    }
    #sidebar .box .top, #sidebar .redbox .top {
        position: absolute;
        top: -19px;
        left: 0;
        width: 189px;
        height: 19px;
        background: url(images/sidebar-white-top.png) no-repeat;
    }
    #sidebar .redbox .top {
        background: url(images/sidebar-red-top.png) no-repeat;
    }
    

#content {
    position: relative;
    float: right;
    padding-left: 5%;
    padding-right: 7%;
    width: 62%;
    top: 170px;
    margin-bottom: 230px;   /* top + 60 */
    font-size: 10pt;
    line-height: 130%;
}

/* Content full width, without side banner */

#contentWide {
    position: relative;
    float: right;
    padding-left: 5%;
    padding-right: 7%;
    width: 780px;
    top: 170px;
    margin-bottom: 240px;   /* top + 60 */
    font-size: 10pt;
    line-height: 130%;

}

#contentWideInner {

    float: right;
    padding-left: 5%;
    padding-right: 7%;
    width: 62%;
    font-size: 10pt;
    line-height: 130%;
	margin-top:30px;
}

#sidebarWide {
    float: right;
    left: -15px;
    width: 25%;
    font-size: 8pt;
	margin-top:30px;
}


/* end of full width styles */

#content ul {
    margin: 0;
    margin-top: 0px;
    padding: 0 0 0 20px;
}

#content li, #sidebar li, #contentWideInner li, #sidebarWide li {
    _position: relative;
    list-style-type: none;
    background-image: url(images/green-bullet.png);
    background-repeat: no-repeat;
    padding-left: 15px;
    font-size: 8pt;
    margin-bottom: 10px;
    color: #494949;
}
#content li, #contentWideInner li {
    background-position: left 7px;
    color: black;
    margin-bottom: 5px;
    font-size: 100%;
}

#content .endmarker {
    cursor: pointer;
    position: relative;
    .top: -3px;
    _top: 3px;
    top: 1px;
    width: 10px;
    height: 10px;
    background: url(images/green-endmarker.png) no-repeat;
    display: block;
    margin-left: auto;
    margin-right: 0;
}

#content p .endmarker {
    margin-left: 3px;
    display: inline-block;
}

#content a, #contentWideInner a {
    color: #45a800;
    text-decoration: underline;
}

#content a:hover , #contentWideInner a:hover{
    color: #74c800;
}

#content h1 {
    color: #b70000;
    font-size: 15pt;
}

#content h2 {
    color: #b70000;
    font-size: 11pt;
    font-weight: bold;
    margin: 0;
    margin-top: 35px;
    margin-bottom: 12px;
}

#content h2 a {
    color: #b70000;
}

#content h2 a:hover {
    color: #b70000;
}

#content h3, #contentWide h3 {
    font-size: 11pt;
    color: #555555;
    margin: 1.25em 0 0.75em 0;
}

#content .subtitle {
    color: #797979;
    font-size: 9pt;
    margin-bottom: 12px;
    margin-top: -10px;
}

#content p {
    margin-top: 7px;
    margin-bottom: 20px;
}

#content table {
    border-collapse: collapse;
}

#content th, td {
    padding: 0.2em 1em 0.2em 0;
    text-align: left;
}

.servicespic {
    position: relative;
    left: -3%;
    margin: auto;
    margin-top: 70px;
    margin-bottom: 20px;
    width: 348px;
    height: 85px;
}
    .servicespic * {
        position: absolute;
    }
    .servicespic .caption {
        top: 54px;
        text-align: center;
        padding-left: 24px;
        letter-spacing: 0;
        margin-left: -30px;
        line-height: 14pt;
    }
    #content .servicespic a {
        text-decoration: none;
        color: #8a8a8a;
        font-size: 10pt;
        font-weight: bold;
    }
    #content .servicespic a:hover .caption, #content .servicespic a.active .caption {
        background: url(images/green-arrow-right.png) no-repeat;
        background-position: left 3px;
        color: #45a800;
    }
    #software-service {
        width: 71px;
        top: 0;
        left: 0;
    }
        #software-service img {
            top: 0;
            left: 0;
        }
    #electronics-service {
        width: 94px;
        left: 156px;
    }
        #electronics-service .caption {
            margin-left: -78px;
        }
        #electronics-service img {
            top: -5px;
            left: 0;
        }
    #web-service {
        width: 61px;
        right: 0;
    }
        #web-service .caption {
           margin-left: -14px;
        }


#footer {
    border-top: 6px solid #b70000;
    width: 100%;
    _text-align: center;
    font-size: 8pt;
    color: #6d6d6d;
    padding-top: 5px;
}
    #footer .content {
        position: relative;
        min-width: 785px;
        max-width: 1024px;
        margin: auto;
        _width: 785px;
        _text-align: left;
    }
    #footer .leftcontent {
        position: absolute;
        left: 0;
        text-align: left;
        padding-bottom: 10px;
    }
    #footer .rightcontent {
        position: absolute;
        right: 0;
        text-align: right;
        padding-bottom: 10px;
    }
    #footer .info {
        letter-spacing: 1px;
        word-spacing: 2px;
        padding-right: 30px;
    }
    #footer .info .label {
        color: #8d8d8d;
        font-weight: bold;
    }
    #footer .info .first-letter {
        color: #54b800;
    }
    #footer .info a {
        color: #8d8d8d;
        text-decoration: none;
    }
    #footer .info a:hover {
        text-decoration: underline;
    }

.left {
    float: left;
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.testimonial {
    position: relative;
    top: -30px;
    .top: -20px;
    left: -8px;
    color: #333;
    width: 94%;
    margin-left: 3%;
    margin-bottom: -30px;
    .margin-bottom: -20px;
    font-style: italic;
}
    .testimonial .author {
        position: relative;
        font-style: normal;
        color: #777;
        top: -60px;
        padding-left: 10px;
        margin-top: 10px;
        margin-bottom: -80px;
        .margin-bottom: -35px;
    }
    .startquote {
        position: relative;
        top: 40px;
        left: -25px;
        font-family: "Times New Roman", serif;
        font-size: 56px;
        font-weight: bold;
        color: #74c800;
        color: #ccc;
        z-index: -1;
    }
    .endquote {
        position: relative;
        top: -10px;
        width: 100%;
        text-align: right;
        font-family: "Times New Roman", serif;
        font-size: 56px;
        font-weight: bold;
        color: #74c800;
        color: #ccc;
        z-index: -1;
    }

img {
    border: none;
}
