/*
 Nome File:     style-home.css
 URL Sito:      http://www.taty.it/
 Template:      Default
 Data:          Dom, 14 settembre 2008
 Risoluzione:   1024x768
 Testato su:    Firefox 3.0.1 (Gecko/2008070208)
                Chrome 0.2.149.29 (1798)
                Internet Explorer 8.0.6001.18241 (Beta2)
 Info:          assistenza@microcode-workshop.com

 Copyright (C) Microcode Workshop, 2008
*/

html, body, #container {
    margin: 0;
    padding: 0;
    height: 100%;
}


body {
    background: #900000 url("../template/default/background.png") top left repeat-x;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

a{
    text-decoration: none;
    color: #FFFFFF;
}

a:hover{
    text-decoration: underline;
}


/*******************/
/*** Base Layout ***/
/*******************/
#container {
    min-height: 100%;
    position: relative;
}

#header {
    height: 100px;
    background-image: url("../template/default/flower.png");
    background-repeat: no-repeat;
    background-position: 20px;
    text-align: right;
    padding-right: 10px;
    padding-top: 5px;
}

#content {
    height: 454px;
    text-align: center;
    padding-bottom: 25px;
}

#footer {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25px;
}


/**********************/
/*** TATY.it Layout ***/
/**********************/
#frame,
#frame-didascalia {
    width: 366px;
    margin: auto;
}

#frame {
    margin-top: 4px;
}

#frame-left,
#frame-right,
#frame-didascalia-left,
#frame-didascalia-right {
    background-repeat: no-repeat;
    text-align: left;
    width: 331px;
    float: left;
    height: 225px;
}

#frame-didascalia-left,
#frame-didascalia-right {
    height: 26px;    
}

#frame-left {
    background-image: url("../template/default/frame-left.png");
    padding-left: 41px;
    padding-top: 33px;
    margin-left: 5px;
}

#frame-right {
    background-image: url("../template/default/frame-right.png");
    padding-left: 5px;
    padding-top: 33px;
    margin-left: 43px;
}

#frame-didascalia-left {
    text-align: center;
    margin-left: 5px;
    width: 374px;
}



.menu-attivo {
    color: #BC6666;
}

/*************************/
/*** TATY.it Contenuti ***/
/*************************/
#logo {
    font-size: 80px;
}

#descrizione {
    margin-top: 28px;
    font-size: 30px;
}


/********************/
/*** TATY.it sIFR ***/
/********************/
.sIFR-replaced#logo{
    height: 93px;
}

.sIFR-replaced#descrizione {
    height: 35px;
}