body {
    background-image:url(../img/index-body-background.jpg);
    background-repeat: repeat-x;
    background-color:#3D201C;
    margin:0;
    padding:100px 0 20px 0;
    font-family:"Verdana","Arial","Helvetica",sans-serif;
    font-size:10px;
    color:#C4C2C2;
}

body h1 {
    display:none;
}

a:link, a:visited {
    color:white;
    text-decoration:none;
    font-family:sans-serif;
}

a:hover, a:visited:hover {
    text-decoration:underline;
}

a#header-link {
    display:block;
    width:270px;
    height:80px;
    margin-bottom:20px;
}

img {
    vertical-align:middle;
}

a.selected {
    background-image:url(../img/selected.gif);
    background-repeat:no-repeat;
    background-position:left center;
    padding-left:10px;
}

ul {
    margin:0 10px;
    padding:0;
    display:block;
}

ul li {
    list-style-type:none;
    margin:0;
}

div.hr {
    background-image:url(../img/hr.jpg);
    background-repeat:no-repeat;
    height:5px;
    margin:5px 0;
}

#body-wrapper {
    width:999px;
    margin:auto;
    text-align:left;
}

#sidebar-left {
    float:left;
    width:359px;
    padding:80px 0 0 60px;
	background:url(../img/triton_logo.jpg) 65px 82px no-repeat;

}

.menu-left-item:link, .menu-left-item:visited {
    color:#A1C2C2;
    font-weight:bold;
    font-size:11px;
}

ul li a.menu-left-category-parent {
    font-weight:bold;
    font-size:11px;
}

ul.menu-left-login li {
    margin-bottom:5px;
}

input.textbox, input.passbox, select {
    background-color:#4D5554;
    border:1px solid #777D7C;
    color:#A1C2C2;
    font-size:0.9em;
}

input.passbox {
    width:70px;
    margin-right:20px;
}

input.submit {
    background-color:#786F6D;
    color:white;
    height:18px;
    font-size:0.9em;
}

#sidebar-right {
    float:right;
    width:580px;
}

#footer {
    color:#37706E;
    clear:both;
}

#footer form {
    margin-bottom:20px;
}

.macaquito {
    margin-top:35px;
    background-image:url(../img/kid.gif);
    background-repeat:no-repeat;
    background-position:right top;
    float:left;
    height:50px;
    width:410px;
}

.footer-stuff {
    float:right;
    width:580px;
}

span.copyright {
    color:#5B4D4B;
}

a.disclosure:link, a.disclosure:visited {
    color:#666666;
    font-weight:bold;
}
