@CHARSET "UTF-8";
#wrapper {
    width: 975px;
    margin: 0px auto;
    padding: 0;
}

#header {
    height: 138px;
    background: transparent url(../img/reef_header_bg.gif) top left scroll no-repeat;
}

#languageSelection {
    margin-left: 890px;
    width: 50px;
}

#languageSelection ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#languageSelection ul li {
    float: left;
}

#languageSelection ul li a:link,
#languageSelection ul li a:visited {
    display: block;
    color: White;
    width: 25px;
    line-height: 35px;
    height: 35px;
}


#menu {
    clear: both;
    padding-top: 60px;
    margin-left: 330px;
}

#menu a:link,
#menu a:visited {
    text-transform: uppercase;
    font-size: 1.1em;
    padding: 0px 2.5px;
    line-height: 35px;
    height: 35px;
}



/* SIDEBAR SX */
#sidebar {
    float: left;
    width: 291px;
    padding-left: 20px;
    font-size: 0.8em;
}

#sidebar #featuredProducts,
#sidebar #lastNews {
    width: 288px;
    background: transparent url(../img/reef_sidebox_top.gif) top left scroll no-repeat;
}

#sidebar #featuredProducts_inner,
#sidebar #lastNews_inner {
    background: transparent url(../img/reef_sidebox_bot.gif) bottom left scroll no-repeat;
    padding: 33px 0px 9px 0px;
}


#sidebar #featuredProducts .sidebar_content,
#sidebar #lastNews .sidebar_content,
#sidebar #sponsor .sidebar_content {
    background: black;
    color: white;
}

#sidebar h1 {
    width: 200px;
    font-size: 0.9em !important;
    text-transform: uppercase;
    position: relative;
    text-transform: capitalize;
    top: -27px;
    left: 25px;
}

#sidebar h1 a:link,
#sidebar h1 a:visited {
    color: white;
}

#sidebar #lastNews h1,
#sidebar #featuredProducts h1,
#sidebar #sponsor h1 {
    left: 27px;
    color: white !important;
    font-size: 1em !important;
    text-transform: none !important;
}

#sidebar p {
    padding: 10px;
}

#sidebar img {
    float: right;
    margin: 0px 10px 0px 20px;
    /* width: 20%; height: 20%; */
    border: 1px solid gray;
}


#sidebar #sponsor {
    background: transparent url(../img/reef_sidebox_sponsor_top.gif) top left scroll no-repeat;
    width: 288px;
}

#sidebar #sponsor_inner {
    background: transparent url(../img/reef_sidebox_sponsor_bot.gif) bottom left scroll no-repeat;
    padding: 31px 0px 9px 0px;
}

#sidebar #sponsor .sidebar_content {
    background: white;
    color: black;
    margin: 0px auto;
    height: 150px;
}

#sidebar #sponsor .sidebar_content img {
    width: auto;
    height: auto;
    margin: 0px auto;
    padding: 0;
    float: none;
    border: none;
    display: block;
}


.readAll:link,
.readAll:visited {
    display: block;
    color: White;
    line-height: 10px;
    height: 10px;
    width: 50px;
    background-color: #A62B2E;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 0.7em;
    margin-left: 20px;
}

.separator {
    height: 5px;
}


/* contenuto documento::pagina */
#documentContent {
    width: 582px;
    margin-left: 311px;
    background-color: white;
    min-height: 466px;
    padding: 20px;
}

#document {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 1em !important;
}

#document a:link,
#document a:visited {
    
}

#document a:hover,
#document a.selected {
    color: red;
}

#document a:link img,
#document a:visited img {
    border: 0px solid;
}

#document a:hover img {
    border: 0px solid;
}

#document .linkImgBig {
    display: block;
    float: left;
}

#document .linkImgthumb:link,
#document .linkImgThumb:visited {
    float: left;
    display: block;
}

#document #ImgBig {
    width: 300px;
    margin: 5px 10px 5px 0px;
}

#document .GalleryImgThumb {
    border: none;
    width: 100px;
    margin: 5px 10px;
}

#document .galleryDescription {
    border-top: 1px solid #AAA;
    clear: both;
    display: block;
    font-size: 0.9em;
    padding: 20px 0px;
    position: relative;
    top: 20px;
}

div.documentFooter {
    background: transparent url(../img/reef_contentbox_bot.gif) top left scroll no-repeat;
    height: 17px;
    margin-left: 311px;
    width: 622px;
}

/* FOOTER */
#footer {
    width: 100%;
    clear: both;
    background: black;
    height: 30px;
    border-top: 2px solid white;
    border-bottom: 1px solid white;
    
    position: relative;
    top: 5px;
    
    color: white;
    text-align: center;
}

#footer .credits {
    display: block;
    line-height: 30px;
    height: 30px;
    padding: 0%;
    padding-left: 1%;
    width: 800px;
}

#footer .footerLogo {
    display: block;
    background: transparent url(../img/reef_footer_logo.gif) top left scroll no-repeat;
    height: 26px;
    width: 139px;
    float: right;
    padding-right: 30px;
}

.clearFloat {clear: both;}