/* Cascade StyleSheet for Retemaranatha.it */

/* Default Theme */

body {
    font-size: 76%;
    text-align: center;
    font-family: verdana,sans-serif;
    background-color: #c80000
    /* background-image: url(back.gif); */
}

div#main {
    width: 778px;
    margin: 0px auto;
    padding: 0;
    color: #000;
    text-align: left;
    background-color: #d9cfa6;
    margin-top: 15px;
    border: 1px solid #000
}

div#info {
    text-align: right;
    margin-right: 3px;
    margin-top: 3px;
    margin-bottom: 3px
}

/* HEADER */

div#header {
    background-image: url(header.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
    text-align: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000
}

/* NAVIGATION MENU: LINKS */

div#links {
    float: left;
    margin-left: 0.6em;
    width: 180px;
    font-size: 9pt
}

.menu {
    margin: 0 auto;
    text-align: center;
    background-image: url(menuBack.jpg);
    background-repeat: repeat-y;
    background-position: center;
    padding: 2px
}

.menu a {
    color: #fff;
    display: block;
    margin-top: 3px;
    margin-bottom: 3px;
    font-weight: bold;
    text-decoration: none
}

.menu a:hover {
    text-decoration: underline
}

.menuTop {
    background-image: url(menuTop.jpg);
    background-position: bottom;
    background-repeat: no-repeat
}

.menuBot {
    background-image: url(menuBot.jpg);
    background-position: top;
    background-repeat: no-repeat
}

.flags {
    margin-left: 8px
}

/* CONTENT */

div#content {
    margin-left: 200px
}

.content_title {
}

/* FOOTER */

div#footer {
    margin-top: 5px;
    color: #fff;
    font-size: 8pt;
    clear: both;
    text-align: center
}

div#footer a {
    color: #fff
}

.imgDesc {
    border: 1px solid #000;
    cursor: pointer
}

/* Stili personalizzati */

/* Homepage only */
.slideContainer {
    width: 566px
}

.slide {
    border-left: 3px double #090b3c;
    border-right: 3px double #090b3c;
    margin: 0 auto;
    text-align: center
}

.slideTop {
    background-image: url(mainFotoTop.jpg);
    background-repeat: no-repeat;
    height: 3px;
    background-position: bottom
}

.slideBot {
    background-image: url(mainFotoBot.jpg);
    background-repeat: no-repeat;
    background-position: top
}

