/* Media Vision : Cascading Style Sheet

    Changelog
    ---------
    Date            Name            Detail
    ----            ----            ------
    112207          kfw             Initial release.
    112507          kfw             Tweaks.

*/

* 
{
    padding: 0px;
    margin: 0px;
}

body
{
    text-align: center;
	
}

p
{
text-align: left;
}
/* Main */
#div0
{
    position: relative;
    width: 1024px;
    height: 768px;
    margin: 0 auto;
    text-align: left;
    background: url( './images/2.jpg' ) no-repeat center center;
    font-family: arial, myriad;
    font-size: 12px;
    color: #fff;

    overflow: visible;
}

#divlogo
{
    position: absolute;
    float: left;
    top: 20px;
    left: 225px;
    overflow: visible;
    width: 100%;
}

#divlogo_ws
{
    position: absolute;
    /* top: 61px;*/
    top: 40px;
    left: 27px;
    overflow: visible;
    width: 100%;
}

/* Menu */
#div1
{
    position: absolute;
    float: left;
    top: 125px;
    left: 30px;
    overflow: visible;
    width: 100%;
}

#div1_1
{
    float: left;
}

#div1_2
{
    visibility: hidden;
    position: absolute; left: 208px;
}

#div1_3
{
    position: absolute;
    clear: both;
    visibility: hidden;
    left: 208px;
    top: 20px;
}

/* Separator */
#sep1
{
    clear: both;
}

/* Content Left */
#div2
{
    float: left;
    width: 380px;
    max-width: 400px;
    overflow: hidden;
    position: relative;
    top: 295px;
    left: 65px;
}

/* Content Right */
#div3
{
    float: right;
    width: 375px;
    max-width: 375px;
    position: relative;
    top: 297px;
    right: 25px;
	
}

#div3_home
{
    float: right;
	padding-left: 5px;
    width: 375px;
    max-width: 375px;
    position: relative;
    top: 297px;
    right: 25px;
	
}

#div3_image
{
    float: right;
    position: relative;
    top: 297px;
    right: 20px;
}


/* Separator */
#sep2
{
    clear: both;
}

/* Links */
#div4
{
    position: relative;
    float: left;
    top: 259px;
    text-align: right;
}

#div40
{
    position: relative;
    float: left;
    top: 270px;
	left: 100px;
	text-align: right;
}

/* Anchors */

a:hover { color: #ed008c; }

a { color: #fff; text-decoration: none; }

.selected { color: #ed008c; }

/* Home Anchors */

a.uline:hover { color: #ed008c; }

a.uline { color: #000; text-decoration: underline; font-weight: bold;}

a.GHuline:hover { color: #F6A933; }

a.GHuline { color: #000; text-decoration: underline; }


/* Content Form */
#div20
{
    float: left;
    width: 70%;
    max-width: 70%;
    overflow: hidden;
    position: relative;
    top: 215px;
    left: 25px;
}

#iip_logo
{
    position: absolute;
    top: 680px;
    left: 380px;
    width: 100%;
}

#tst_logo
{
    position: absolute;
    top: 695px;
    left: 450px;
    width: 100%;
}
