html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
BODY {
    padding: 5px;
    background-color: #565F68;
    background-image: url('../../img/bg_grid.png');
    background-repeat: repeat-x;
    font-family: "Arial";
    margin: auto;
    padding: 0;
    height: 100%;
    width: 100%;
}

div#wrapper {
    /*margin: 0 auto;*/
    width: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    margin-top: -275px;
}

div#header {
    height: 25px;
    width: 800px;
}

img#logo {
    margin: 4px 0 0 18px;
    float: left;
    clear: none;
}

#header #clientlogin {
    width: 206px;
    height: 26px;
    background: url("../../img/client_login.png") no-repeat 0px 0px !important;
    float: right;
    position: relative;
    display: block;
    margin: -1px 40px 0 0;
}

#header #clientlogin:hover {
    background: url("../../img/client_login.png") no-repeat 0px -26px !important;
}

div#nav {
    height: 49px;
    width: 339px;
    margin-left: 420px;
}

#nav #home, #nav #services, #nav #portfolio, #nav #contact {
    float: left;
    position: relative;
    display: block;
}

#nav #home {
    width: 70px;
    height: 49px;
    background: url('../../img/nav.jpg') no-repeat 0px 0px !important;
}

#nav #home:hover {
    background: url('../../img/nav.jpg') no-repeat 0px -49px !important;
}

#nav #services {
    width: 84px;
    height: 49px;
    background: url('../../img/nav.jpg') no-repeat -70px 0px !important;
}

#nav #services:hover {
    background: url('../../img/nav.jpg') no-repeat -70px -49px !important;
}

#nav #portfolio {
    width: 96px;
    height: 49px;
    background: url('../../img/nav.jpg') no-repeat -154px 0px !important;
}

#nav #portfolio:hover {
    background: url('../../img/nav.jpg') no-repeat -154px -49px !important;
}

#nav #contact {
    width: 89px;
    height: 49px;
    background: url('../../img/nav.jpg') no-repeat -250px 0px !important;
}

#nav #contact:hover {
    background: url('../../img/nav.jpg') no-repeat -250px -49px !important;
}

div#header_image {
    height: 100px;
    width: 800px;
}

div#box {
    width: 800px;
    height: 510px;
    background-image: url('../../img/bg_box.jpg');
    background-repeat: repeat-x;
}

div#contentWrapper {
    width: 800px;
    height: 344px;

}

div#footer {
    font-size: 8px;
    color: #FFF;
    font-family: "Arial";
    font-variant: small-caps;
    letter-spacing: 1px;
    padding: 2px 5px;
}

div#footer a {
    color: #FFF;
    text-decoration: none;    
}

div#footer a:hover {
    color: #000;
}

span#copy {
    float: right;
}

/* Page Styles*/

div#services_box {
    /*width: 250px;*/
    height: 300px;
    float: right;
    margin-right: 47px;
    padding-top: 25px;
}

img#dotted {
    margin-bottom: 10px;
}

img#dotted-v {
    float: left;
    padding: 30px 10px 0 15px;
}

div#contact_girl {
    width: 199px;
    height: 300px;
    background-image: url('../../img/contact_girl.png');
    float: right;
    margin-right: 35px;
    padding-top: 45px;
}

div#body_content {
    padding: 25px 10px 0 40px;
}

p.body_text {
    width: 450px;
    color: #666;
    font-size: 11px;
    font-family: "Arial";
    text-align: justify;
    line-height: 175%;
}

ul {
    list-style-type: none;
    padding-left: 60px;
    margin-left: 0px;
}

li { 
    background: url('../../img/bullet.jpg') left center no-repeat;
    padding-left: 25px;
    margin-bottom: 8px;
    color: #666;
    font-size: 11px;
}

li:hover {
    color: #ff9900;
}

/* Accordion */

div#accordion {
    margin: 0 auto;
    padding: 25px 60px;
}

h3.toggler {
    cursor: pointer;
    font-family: 'Andale Mono', sans-serif;
    font-size: 12px;
    color: #528CE0;
    margin: 2px 0;
    height: 25px;
}

div.serviceContent {
    background: url('../../img/vrule.jpg') no-repeat 75px 0;
}

div.serviceContent p {
    color: #666;
    font-size: 11px;
    font-family: "Arial";
    text-align: justify;
    line-height: 175%;
    padding: 15px 30px 15px 110px;
}

/* togglers */

h3.toggler#web { background: url('../../img/web.png') no-repeat 10px 0 !important; }
h3.toggler#web:hover, h3.activeToggler#web { background: url('../../img/web.png') no-repeat 10px -25px !important; }

h3.toggler#intranet { background: url('../../img/intranet.png') no-repeat 10px 0 !important; }
h3.toggler#intranet:hover, h3.activeToggler#intranet { background: url('../../img/intranet.png') no-repeat 10px -25px !important; }

h3.toggler#ecommerce { background: url('../../img/ecommerce.png') no-repeat 10px 0 !important; }
h3.toggler#ecommerce:hover, h3.activeToggler#ecommerce { background: url('../../img/ecommerce.png') no-repeat 10px -25px !important; }

h3.toggler#seo { background: url('../../img/seo.png') no-repeat 10px 0; }
h3.toggler#seo:hover, h3.activeToggler#seo { background: url('../../img/seo.png') no-repeat 10px -25px !important; }

h3.toggler#security { background: url('../../img/security.png') no-repeat 10px 0 !important; }
h3.toggler#security:hover, h3.activeToggler#security { background: url('../../img/security.png') no-repeat 10px -25px !important; }

h3.toggler#maintenance { background: url('../../img/maintenance.png') no-repeat 10px 0 !important; }
h3.toggler#maintenance:hover, h3.activeToggler#maintenance { background: url('../../img/maintenance.png') no-repeat 10px -25px !important; }

h3.toggler#consulting { background: url('../../img/consulting.png') no-repeat 10px 0 !important; }
h3.toggler#consulting:hover, h3.activeToggler#consulting { background: url('../../img/consulting.png') no-repeat 10px -25px !important; }
    
div .serviceContent p a { color: #0066FF; text-decoration: none; }
div .serviceContent p a:hover { text-decoration: underline; }