body {
    font-family: helvetica, arial, sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
    background-color: #121311;
}

#container1 {
    background-color: #1e1f1d;
    padding-bottom: 20px;
}

#header {
    position: relative;
    width: 870px;
    margin: 0 auto 50px auto;
    padding-left: 100px;
    padding-top: 30px;
}

#banner {
    position: absolute;
    width: 328px;
    height: 94px;
    background-image: url("move-it-banner.gif");
    background-repeat: no-repeat;
    right: 50px;
    top: 15px;;
}

#login-links {
    color: #cacaca;
    margin-top: -18px;
    margin-left: 48px;
}

#login-links a {
    color: #cacaca;
    text-decoration: none;
    padding: 2px;
}

#login-links a:hover {
    background: #97b434;
    color: #fff;
}

#content {
    width: 870px;
    margin: 0 auto;
}

#slideshow-container {
    position: relative;
    height: 500px;
}

#slideshow-container img {
    position: absolute;
    left: 0;
    top: 0;
}

#slideshow-controls {
    margin: 20px auto 0 auto;
    width: 214px;
    position: relative;
    height: 76px;
    background-image: url("slideshow-controls.gif"); /*opacity: 0.30;*/
}

#slideshow-controls #previous-control, #slideshow-controls #play-control, #slideshow-controls #next-control {
    position: absolute;
    width: 55px;
    height: 76px;
    top: 0;
    background-image: url("slideshow-controls.gif");
    cursor: pointer;
}

#slideshow-controls #previous-control {
    left: 18px;
}

#slideshow-controls #play-control {
    left: 80px;
}

#slideshow-controls #next-control {
    left: 140px;
}

.previous {
    background-position: -214px 0;
}

.previous-disabled {
    background-position: -269px 0;
}

.pause {
    background-position: -489px 0;
}

.play {
    background-position: -434px 0;
}

.next {
    background-position: -324px 0;
}

.next-disabled {
    background-position: -379px 0;
}

#footer {
    width: 800px;
    margin: 0 auto;
    position: relative;
}

#footer ul {
    color: #bdbdbd;
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer ul li {
    float: left;
    width: 140px;
}

#footer ul li h4 {
    font-size: 12px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 5px;
}

#footer ul li.logo-li {
    height: 120px;
    width: 81px;
    background-image: url("t3-logo.jpg");
    background-repeat: no-repeat;
    background-position: 0 20px;
}

#footer ul ul {
    color: #404040;
    font-size: 11px;
}

#footer ul a {
    color: #404040;
    text-decoration: none;
}

#footer ul ul li:hover {
    text-decoration: underline;
    cursor: pointer;
}

#copyright {
    margin-top: 30px;
    margin-bottom: 5px;
    color: #404040;
    float: left;
    width: 800px;
    text-align: center;
    font-size: 11px;
}

#copyright a {
    color: #404040;
    text-decoration: underline;
}