/*

Nimrod home page style sheet.
Copyright (C) 2002 Nimrod AS.

*/

a {
    text-decoration: none;
}

a:link, a:visited {
    color: #000080;
}
a:hover {
    color: #0000ff;
}
a:active {
    color: #0000ff;
}

#active {
    color: #000000;
    font-size: 17px;
}

body * {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 13px;
}

h4 {
    font-weight: bold;
}

body {
    margin: 0;
    padding: 0;
    color: #000000;
    background: url(/images/conqueror.png) #fafae7;
}

td {
    padding-right: 1em;
}

.pack {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}

#header {
    margin: 20px 30px 30px 30px;
}

#header td {
    vertical-align: bottom;
}

#logo {
    padding-right: 2em;
}

#picture {
    float: right;
    padding-left: 0.5em;
}

#end {
    clear: both;
}

#footertab {
    width: 100%;
    border-top: 1px solid #000000;
}

/*
The layout code below is adapted from work by Scott Sauyet.
A demo can be found at
http://scott.sauyet.name/CSS/Demo/FooterDemo1.html
*/

html, body, #contents {
    min-height: 100%;
    width: 100%;
    height: 100%;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #contents {
    height: auto;
}

/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */

#contents {
    position: absolute;
}

#footer {
    padding: 0px 30px 0px 30px;
    position: absolute;
    bottom: 10px;
}

#main {
    margin: 60px 30px 3em 60px;
    height: auto;
}
