@import url("reset.css");
body {
    font-family: sans-serif;
    background: #CDD1DA url('/images/bg.body.png') repeat-x;
    margin: 32px auto;
    width: 980px;
}
#logo {
    margin: 0 0 0 32px;
}
#phone {
    position: relative;
    top: -16px;
    margin: 0 32px;
}
#mac {
    margin: 0 8px;
}
#tagline {
    display: none;  /* remove when done */
    float: right;
    margin: 32px 52px;
    text-align: center;
    width: 450px;
    line-height: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #384E4E;
    text-shadow: #FFFFFF 1px 1px 0px;
}
#tagline em {
    font-size: 17px;
    font-style: normal;
    font-weight: normal;
}
#nav {
    display: block;
    float: left;
        margin: 24px 27px;
    }
#nav a {
    display: block;
    float: left;
    border-right: 1px solid #DBDBDB;
}
#nav img {
     -webkit-opacity: 0.75 ;

}
#nav a:hover img {
     -webkit-opacity: 1 ;

}
#nav a:last-child {
    border-right: 0;
}
#content {
    clear: both;
    float: left;
    margin: 48px 28px;  /* change to 8px 28px when done */
    position: relative;
}
#intro,
#services {
    background: transparent url('/images/bg.content_home.png') no-repeat;
}
.intro-right {
    float: right;
    margin: 48px;
}
.intro-left {
    float: left;
    width: 372px;
    padding: 24px 64px;
    height: 335px;
}
.intro-left img {
    display: block;
    margin: 16px 0;
}
.intro-left img#popups,
.intro-left img#virus {
    position: relative;
    left: -12px;
}
.intro-left img#network {
    position: relative;
    left: -22px;
}
#intro,
#services,
#services > div {
    float: left;
    width: 913px;
    height: 335px;
     -webkit-border-top-left-radius: 6px; -webkit-border-top-right-radius: 6px;
}
#services #on-site-service,
#services #virus-malware-removal,
#services #system-tune-up,
#services #troubleshooting-and-diagnosis,
#services #home-networking,
#services #wifi-networking-and-setup,
#services #computer-training,
#services #system-upgrades {
    background: transparent url('/images/bg.content_item.png') no-repeat;
}
#services #on-site-service {
    background: transparent url('/images/bg.content-on-site_service.png') no-repeat;
}
#services #virus-malware-removal {
    background: transparent url('/images/bg.content-virus.png') no-repeat;
}
#services #system-tune-up {
    background: transparent url('/images/bg.content-tune_up.png') no-repeat;
}
#services #troubleshooting-and-diagnosis {
    background: transparent url('/images/bg.content-diagnostics.png') no-repeat;
}
#services #home-networking {
    background: transparent url('/images/bg.content-home_networking.png') no-repeat;
}
#services #wifi-networking-and-setup {
    background: transparent url('/images/bg.content-wifi_networking.png') no-repeat;
}
#services #computer-training {
    background: transparent url('/images/bg.content-training.png') no-repeat;
}
#services #system-upgrades {
    background: transparent url('/images/bg.content-upgrades.png') no-repeat;
}
#services_nav {
    float: left;
    clear: both;
    width: 911px;
    height: 60px;
    background: transparent url('/images/bg.subnav.png') repeat-x;
    border: 1px solid #fff;
    border-top: 0;
     -webkit-border-bottom-left-radius: 6px; -webkit-border-bottom-right-radius: 6px;
        font-size: 16px;
        color: #CCC;
    text-shadow: #000000 1px 1px 0px;
}
#services_nav ul {
    list-style: none;
}
#services_nav li {
    cursor: pointer;
    float: left;
    border-right: 1px solid #454545;
    height: 31px;
    padding: 14px 12px;
    text-align: center;
}
#services_nav li:hover {
    color: #fff;
}
#services_nav li:first-child {
        padding: 20px 12px;
        height: 18px;
}
#services_nav #first {
    padding: 14px 14px 14px 12px;
}
#services_nav #last {
            padding: 14px 18px 14px 18px;
            border-right: 0;
}
.nav_current {
    background: transparent url('/images/arr.subnav.current-item.png') no-repeat center -1px;
    color: #8DDEF5 !important;
    text-shadow: #000000 0px 0px 8px !important;
}
#services_nav li.nav_current:first-child {
    background: transparent url('/images/arr.subnav.current.png') no-repeat center -1px !important;
}
.tab-content {
    position: relative;
    left: 320px;
    top: 132px;
    width: 580px;
    font-size: 16px;
    line-height: 20px;
    color: #384E4E;
    text-shadow: #FFFFFF 1px 1px 0px;
}
.tab-content h2 {
    text-indent: -2000em;
}
.tab-content h3 {
    font-size: 18px !important;
    margin: 24px 0;
    font-weight: bold;
}
#footer {
    clear: both;
    float: left;
    width: 924px;
    margin: 48px 28px;
}
#footer #social {
    float: left;
    width: 400px;
}
#footer #social a {
    display: inline-block;
    margin: 0 16px 0 0;
}
#footer #remote {
    float: right;
    margin: 0 12px 0 0;
}
#footer #brand {
    float: left;
    width: 924px;
    margin: 16px 0;
}
#footer #copyright {
    width: 575px;
    float: left;
    margin: 0 16px 0 0;
    font-size: 13px;
    color: #777;
    line-height: 16px;
}
#footer #copyright a {
    color: #777;
}
#footer #copyright em {
    font-size: 11px;
    font-style: normal;
}
#footer-logo {
    float: right;
    margin: 0 12px 0 0;
}