﻿/**************************************/
/*              SPLASH                */
/**************************************/
#container
{
    border-color: #000;
}

#splash_tw, #splash_pd, #content_tw, #content_pd, #background_tw, #background_pd
{
    position: absolute;
    width: 462px;
    height: 613px;
}

#splash_tw
{
    float: right;
    position: relative;
}

#splash_pd
{
    float: left;
    position: relative;
}

.logo
{
    padding-left: 10px;
    height: 113px;
}

.links
{
    margin-left: 22px;
    height: 500px;
    position: relative;
}
.linkbottom {
    position: absolute;
    bottom: 5px;
}








/*---------------------------------------------------*/

.block_tw
{
    width: 154px;
    height: 117px;
    float: left;
    background-image: url(/images/splash_block_tw.png);
    margin-right: 10px;
    margin-bottom: 10px;
}


.block_tw .cnt
{
    padding: 13px 8px 13px 13px;
    position: absolute;
    width: 128px; /* 175 -*/
    height: 96px; /* 120 */
    font-size: 11px;
}

.block_tw a, .block_tw a:visited
{
    color: #000;
    text-decoration: none;
}


.block_tw a.first
{
    font-size: 15px;
    font-weight: bold;
    text-decoration: underline;
    color: #e4175d;
}


/*---------------------------------------------------*/
.block_pd
{
    width: 154px;
    height: 117px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}
.block_pd .trans
{
    background-color: #000;
    position: absolute;
    width: 154px;
    height: 117px;
    font-size: 0;
}
.block_pd .cnt
{
    padding: 13px 8px 13px 13px;
    position: absolute;
    width: 128px; /* 175 -*/
    height: 96px; /* 120 */
    font-size: 11px;
    font-family: Palatino, "Palatino Linotype" , "Hoefler Text" , "Book Antiqua" , Times, "Times New Roman" , serif;
}

.block_pd a, .block_pd a:visited
{
    color: White;
    text-decoration: none;
}




.block_pd a.first
{
    font-size: 15px;
    font-weight: bold;
    text-decoration: underline;
}

/*---------------------------------------------------*/


.block_pd a:hover, .block_tw a:hover
{
    text-decoration: underline;
}

ul
{
    list-style-type: none;
    list-style-position: outside;
    padding-top: 6px;
    margin: 0;
}

ul li
{
    padding-bottom: 2px;
}

