/*
    Document   : Index css
    Created on : 15-apr-2010, 15.45.58
    Author     : Leonardo Buccoliero e Enrico Mezzogori
    Description:
        Purpose of the stylesheet follows.
*/

/* ------- INIZIO HOMEPAGE */
div#homepage {
	 height: 600px;
}

#bannerBasso {
    background-color: #eaeaea;
    margin-right: 2px;
    overflow: hidden;
}

#homesx{
    width: 599px;
    height: 599px;
    background-color: white;
    float: left;
    border-style: none;
}
img#fotoHp {
    outline: 0;
    width: 599px;
    height: 599px;
    border-style: none;
    border-width: 0;
    outline-style: none	;
}

img#logofairlyxento {
    outline: 0;
    border-style: none;
    border-width: 0;
    outline-style: none	;
}

#homedx{
    width: 301px;
    height: 599px;
    background-color: #417943;
    float: right;
    border-style: none;
}


#ph1 {
    color: white;
    width: 280px;
    margin-right: 11px;
    margin-left: 10px;
    margin-top: 60px;
    font: 2em "Lucida Sans Unicode","Lucida Grande","Lucida Sans","Helvetica","Arial","sans-serif","Bitstream Vera Sans";
    text-align: center;
}

#ph2 {
    color: #fffeff;
    width: 250px;
    margin-right: 26px;
    margin-left: 25px;
    margin-top: 40px;
    text-align: left;
    font: 1.1em "Lucida Sans Unicode","Lucida Grande","Lucida Sans","Helvetica","Arial","sans-serif","Bitstream Vera Sans";
}

#ph3 {
    color: white;
    width: 250px;
    margin-right: 26px;
    margin-left: 25px;
    margin-top: 30px;
    font: 1em "Lucida Sans Unicode","Lucida Grande","Lucida Sans","Helvetica","Arial","sans-serif","Bitstream Vera Sans";
    text-align: left;
}

li#lihp {
    list-style-type: square;
    list-style-position: outside;
    opacity: 1;
    color: #fffeff;
}



a#linkhp {
    color: white;

}


a#linkfotoHp {
    text-decoration: none;
    border: 0;
    outline: 0;
    color: white;
}

#tilehpsx {
    border-top: 5px solid #eaeaea;
    border-left: 5px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    border-right: 3px solid #eaeaea;
}


#homesx a {
   outline: 0;
   border-style: none;
   border-width: 0;
   outline-style: none	;
}

#tilehpdx {
    border-top: 5px solid #eaeaea;
    border-right: 5px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    border-left: 3px solid #eaeaea;
    padding-left: 3px;

}

#bannerBasso a {
    outline: 0;
    border: 0;
}

/* ------- FINE HOMEPAGE */
