/*
    Document   : common
    Created on : 07.12.2009, 14:51:50
    Author     : Maurice-Benjamin Knoppik - www.mbk-solutions.net
    Description:
        CSS File for Il Punto Start Page
*/

@font-face {
    font-family:"IlPuntoFont";
    src:url(fonts/itc.ttf) format("truetype");
}

body {
    margin:0px;
    padding:0px;
    overflow-y:hidden
}

.IlPuntoSpecials {
    font-family:IlPuntoFont, Arial;
    font-size:12px;
    text-align:right;
    width:181px;
    height:234px;
    position:relative;
    bottom:0px;
    background-image:url('../img/start_page/specials.png');
    position:absolute;
    bottom:0px;
    left:50%;
    right:50%;
    margin-left:-371px;
    cursor:pointer
}

.IlPuntoLink {
    background-image:url('../img/start_page/start_page_ilpunto.png');
    width:181px;
    cursor:pointer
}

.IlPuntoLinkInner {
    height:623px;
    width:181px;
    cursor:pointer
}

.IlPuntoLinkBG {
    background-image:url('../img/start_page/start_page_ilpunto_bg.png');
    background-repeat:repeat-y;
    width:181px;
    cursor:pointer;
    vertical-align:bottom
}

.VinotecaLink {
    background-image:url('../img/start_page/start_page_vinoteca.png');
    width:187px;
    cursor:pointer
}

.VinotecaLinkInner {
    height:623px;
    width:187px;
    cursor:pointer
}

.VinotecaLinkBG {
    background-image:url('../img/start_page/start_page_vinoteca_bg.png');
    background-repeat:repeat-y;
    cursor:pointer;
    width:187px
}

.AnticaLink {
    background-image:url('../img/start_page/start_page_antica.png');
    width:187px;
    cursor:pointer
}

.AnticaLinkInner {
    height:623px;
    width:187px;
    cursor:pointer
}

.AnticaLinkBG {
    background-image:url('../img/start_page/start_page_antica_bg.png');
    background-repeat:repeat-y;
    cursor:pointer;
    width:187px
}

.WineLink {
    background-image:url('../img/start_page/start_page_wine.png');
    width:187px;
    cursor:pointer
}

.WineLinkInner {
    height:623px;
    width:187px;
    cursor:pointer
}

.WineLinkBG {
    background-image:url('../img/start_page/start_page_wine_bg.png');
    background-repeat:repeat-y;
    cursor:pointer;
    width:187px
}
