/* css cotic black page style */
/* by Kelvin Owers - spittingcat.com */


html, body {
    background-color:black;
    color:#FFFFFF;
    border:0;padding:0;margin:0;
}

ul {
    list-style: none;
    font-family: Andale Mono, Courier New, Courier, Gadget, monospace;
    margin: 0px;
    padding-top: 15px;
    padding-bottom: 0px;
    padding-right:20px;
    text-align: right;
    float:right;
}
li {
    display: block
}
ul a {
    color: #cccccc;
    text-decoration: none;
}
ul a:hover {
    color: white;
    text-decoration: none;
    background: transparent url(../cotic_menu_05/decoration/orangepixel.gif) repeat-x 0 1em;
}


#right_image {
    float: right;
    width: 0px;
    height: 100%;
    display: none;
    overflow: hidden;
}
#right_image_wide {
    float: right;
    width: 0px;
    height: 100%;
    display: none;
    overflow: hidden;
}
.image_simple {
    background: #333333 url(../simple/interface/frontpage_background.jpg) no-repeat top right;
}
.image_simple_wide {
    background: #333333 url(../simple/interface/frontpage_background_wide.jpg) no-repeat top right;
}

.image_peak {
    background: #333333 url(../soul/interface/frontpage_background.jpg) no-repeat top right;
}
.image_peak_wide {
    background: #333333 url(../soul/interface/frontpage_background_wide.jpg) no-repeat center right;
}

.image_buttercups {
    background: #333333 url(../roadrat/interface/frontpage_background_bc.jpg) no-repeat bottom right;
}
.image_buttercups_wide {
    background: #333333 url(../roadrat/interface/frontpage_background_bc_wid.jpg) no-repeat bottom right;
}

.image_roadrat {
    background: #333333 url(../roadrat/interface/frontpage_background.jpg) no-repeat top right;
}
.image_roadrat_wide {
    background: #333333 url(../roadrat/interface/frontpage_background_wide.jpg) no-repeat top right;
}
.image_kate {
    background: #333333 url(../team/interface/frontpage_background.jpg) no-repeat bottom right;
}
.image_kate_wide {
    background: #333333 url(../team/interface/frontpage_background_wide.jpg) no-repeat bottom right;
}
#orange_bar {
    float: right;
    width: 2px;
    height: 100%;
    background: #FF6600;
}