/* ------------------->>> by www.pearlygate.ee for www.sweets.ee <<<----*/

body {
        padding: 0;
        margin: 0;
        overflow-y: scroll;
        background-color: #d9d9d9;
}

#page {
    width: 100%;
    text-align: center;
}

#container_top {
    position: relative;
    width: 100%; height: 263px;
    background-color: #603c1f;
}

#container {
    position: relative;
    width: 742px; height: 263px;
    margin-left: auto; margin-right: auto;
    text-align: left;
}
#header {
    position:  relative;
    top: 0px; left: 0px;
    height: 263px; width: 742px;
    margin-left: auto; margin-right: auto;
}

#header #logo {
    position: absolute;
    top: 210px; left: -50px;
}

#header #entry_image {
    position: absolute;
    top: 0px; left: 0px;
}

#header #menu {
    position: absolute;
    top: 241px; left: 115px;
    width: 600px;
    font: 14px Helvetica, Arial, Verdana, sans-serif;
    font-weight: bold;
    color: #FFF;
    text-align: right;
}

a.menu:link,a.menu:visited {
    font: 14px Helvetica, Arial, Verdana, sans-serif;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
}
a.menu:active,a.menu:hover {
    color: #FFFF00;
    text-decoration: underline;
}

#content {
    position: relative;
    top: 0px; left: 0px;
    width: 774px;
    background: url('../img/bg_content.png') repeat-y;
}

#content #content_left {
    position: relative;
    top: 15px; left: 0px;
    width: 475px; min-height: 300px; height: auto !important; height: 300px;
    border-right: 1px solid #878887;
    text-align: left;
    font: 12px Helvetica, Arial, Verdana, sans-serif;
}

#content #content_right {
    position: absolute;
    top: 10px; left: 475px;
    width: 266px;

}

/* +------------------------------------------------------->>> Footer <<<----*/

#footer {
    position: relative;
    width: 774px; height: 79px;
    background: url('../img/bg_footer.png') no-repeat;
    font: 12px Helvetica, Arial, Verdana, sans-serif;
    text-align: center;
}

/* ----------------------------------------------------->>> Slideshow <<<----*/

#slideshow {
    position:relative;
    left: 10px;
    width: 238px;
    height:266px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/* --------------------------------------------------------->>> Other <<<----*/

#error {
    color: red;
    padding: 10px;
}

#done {
    color: green;
    padding: 10px;
}

.spacer {
    padding-left: 30px;
    padding-right: 25px;
    display:table-cell;
}

a:link,a:visited { 
    color: #000;
    text-decoration: underline;
    font: 12px Helvetica, Arial, Verdana, sans-serif;
}
a:active,a:hover {
    color: #555;
}

table {
        font: 12px Helvetica, Arial, Verdana, sans-serif;
}


/* ---------------------------------------------->>> the end has come <<<----*/