﻿body
{
    background-image:url(../Gfx/Site/mainBackground.jpg);
    background-repeat:repeat-x;
    background-position: center top;
    background-color:#6f6e6f;
    color:#dddcdc;
    margin:0px;
    padding:0px;
    text-align:center;
    font-family:"Segoe UI";
    font-size:10pt;
    height:100%;
}

div#nest
{
    width:100%;
    height:100%;
    position:relative;    
}
div#mainContainer
{
    background-image:url(../Gfx/Site/mainBodyContents.png);
    background-repeat:no-repeat;
    background-position:center 101px;
    width:900px;
    height:auto;
    min-height:424px;
    margin-left:auto;
    margin-right:auto;
    min-height:695px;
}
div#header
{
    width:100%;
    height:101px;
    float:left;
}
div#logo
{
    background-image:url(../Gfx/Site/logo.png);
    background-repeat:no-repeat;
    background-position:center top;
    width:170px;
    height:79px;
    float:left;
    margin-top:10px;    
}
div#topMenu
{
    float:right;
    width:auto;
    height:101px;
    font-size:1.67em;
    color:#373737;
    text-align:center;
}
div#mainContents
{
    width:100%;
    height:auto;
    margin-top:30px;
    float:left;

}
div#bottom
{
    width:100%;
    height:1px;
    /*background-color:#464646;*/
    background-color:#6f6e6f;
    margin-top:50px;
    float:left;    
}
div#cu3er-container
{
    width:530px;
    height:299px;
    outline:0px;
}
div#banner
{
    width:544px;
    height:312px;
    text-align:center;
    background-image:url(../Gfx/Site/bannerBackground.png);
    background-repeat:no-repeat;
    padding-top:7px;
}

.contents
{
    width:100%;
    height:auto;
    float:left;
    margin-top:30px;
}
.pageTitle
{
    font-size:2.67em;
    color:#373737;
    text-align:left;
}
.columnTitle
{
    font-size:1.67em;
    text-align:left;
}
.whiteText
{
    color:White;    
}
.normalTextBlock
{
    text-align:left;
}
.mainMenuBtn
{
    float:left; 
    width:108px;
    height:101px;
    color:#474647;   
    padding-top:30px;
    font-size:18px;
}
.mainMenuBtn:hover
{
    background-image:url(../Gfx/Site/mainMenuRollover.png);
    background-repeat:no-repeat;
    background-position:center top;    
    cursor:pointer;
}

.mainMenuBtn_active
{
    float:left; 
    width:108px;
    height:101px;
    color:#474647;   
    padding-top:30px;
    font-size:18px;
    background-image:url(../Gfx/Site/mainMenuRollover.png);
    background-repeat:no-repeat;
    background-position:center top;    
    cursor:pointer;    
}

.mainMenuSeparator
{
    background-image:url(../Gfx/Site/mainMenuSeparator.png);
    background-repeat:no-repeat;
    background-position:center top;
    float:left;
    width:2px;
    height:101px;
}

.spanMenuItems a
{
    font-size:1.27em;
    text-decoration:none;
    color:#dddcdc;
}
.spanMenuItems a:hover
{
    color:#ffae00;
}
.columnLeft
{
    width:665px;
    height:auto;
    float:left;
    margin-right:10px;;
}
.columnRight
{
    width:225px;
    height:auto;
    float:right;
}

#galleria{width:544px;margin-left:10px; float:right;}

.verticalSeparator
{
    width:38px;
    height:499px;
    float:left;
    background-image:url(../Gfx/Site/rowsSeparator_big_vertical.png);
    background-repeat:no-repeat;
    background-position:center center;
    margin-top:80px;
    margin-left:50px;
}

.txt
{
    border:solid 1px #464646;
    font-family:"Segoe UI";
    font-size:11px;
    width:100%; background-color:#b3b3b3;
}



