/********************************** Top level *********************************/
/* Html */
html {
    height: 100%;
}

/* Body */
body {
    margin: 0px;
    height: 100%;
    background-position: 0px 6px;
}

body.blue {
    background-image: url(../img/shared/repeat-blue.gif);
}

body.red {
    background-image: url(../img/shared/repeat-red.gif);
}

body.green {
    background-image: url(../img/shared/repeat-green.gif);
}

body.orange {
    background-image: url(../img/shared/repeat-orange.gif);
}

body.violet {
    background-image: url(../img/shared/repeat-violet.gif);
}

/* Img */
img {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

/* From */
form {
    padding: 0px;
    margin: 0px;
}

/*********************************** Background ***********************************/
#background {
    text-align: center; /* IE hack */
    background-repeat: no-repeat;
    min-height: 100%;
}

div#background.blue {
    background-image: url(../img/shared/background-blue.gif);
}

div#background.red {
    background-image: url(../img/shared/background-red.gif);
}

div#background.green {
    background-image: url(../img/shared/background-green.gif);
}

div#background.orange {
    background-image: url(../img/shared/background-orange.gif);
}

div#background.violet {
    background-image: url(../img/shared/background-violet.gif);
}

/*********************************** Wrapper **********************************/
div#wrapper {
    text-align: left; /* IE hack */
    width: 838px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
}

/*********************************** Header ***********************************/
#header {
    position: relative;
}

/* Logo */
#header-logo {
    position: absolute;
    top: 0px;
    left: 10px;
}

/* Quickbar */
#header-quickbar {
    font-family: Verdana;
    font-size: 10px;
    color: #4B5749;
    position: absolute;
    background-color: #EEEFF0;
}

#header-quickbar-links {
    position: absolute;
    top: 10px;
    left: 14px;
}

#header-quickbar-links a {
    color: #4B5749;
    text-decoration: none;
}

#header-quickbar-links a:hover {
    text-decoration: underline;
}

#header-quickbar-search input.field {
    font-family: Verdana;
    font-size: 10px;
    color: #4B5749;
    /*height: 19px;*/
    height: 13px; /* XHTML 1.1 */
    line-height: 13px;
    width: 118px;
    position: absolute;
    top: 7px;
}

#header-quickbar-search input.button {
    position: absolute;
    top: 7px;
    width: 19px;
    height: 19px;
}

/*********************************** Picture ***********************************/
#picture {
    position: relative;
}

/*********************************** Themes ***********************************/
#themes {
    background-color: #EEEFF0;
    position: relative;
}

#themes div {
    position: absolute;
}

/*********************************** Creactis ***********************************/
#creactis {
    text-align: right;
    margin-top: 10px;
}

/*********************************** Footer ***********************************/
#footer {
    font-family: Verdana;
    font-size: 10px;
    color: #EEEFF0;
    text-align: center;
}

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

#footer a:hover {
    color: #EEEFF0;
    text-decoration: underline;
}