/*  IL NOLEGGIO AUTO WEBSITE:
   CSS & DESIGN by: Nicolás Caballero Rau 2009
*/

body{
    margin:0;
    padding:0;
    border:0;
    background-image: url('/ILNOLEGGIOAUTO/images/background.png');
    font-family: 'Lucida Grande',sans-serif;
    font-size: 11px;
    text-align: center;
}

/*
table,td,p,ul,ol,li,img{
    margin:0;
    padding:0;
    border:0; 
}
*/

#logotext img{
    margin-top:2px;
}

/* HEADER */

#header{
    background-image: url('/ILNOLEGGIOAUTO/images/header.png');
    background-repeat: repeat-x;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:70px;
    z-index:1;
    /*border:1px solid red;*/
}

#logotext{
    position: relative;
    width:813px;
    height:70px;
    margin: 0 auto;
    text-align: left;
    z-index:4;
}

#navigation{
    position: relative;
    top:70px;
    width:813px;
    font-size:12px;
    margin: 0 auto;
    /*border:1px solid green;*/
    z-index:5;
}

#breadcrumbnav{
    position: relative;
    top:-7px;
    left:-5px;
    width:744px;
    height:14px;
    margin: 0 auto;
    text-align: left;
    background-image: url('/ILNOLEGGIOAUTO/images/breadcrumbnav.png');
    z-index:100;
}
/*
#contentheader{
    position: relative;
    top:130px;
    width:813px;
    height:58px;
    background-image: url('/ILNOLEGGIOAUTO/images/content_header.png');
    background-repeat: no-repeat;
    margin: 0 auto;
    text-align: left;
}*/

#contentmain{
    position: relative;
    top:122px;
    width:813px;
    background-image: url('/ILNOLEGGIOAUTO/images/content_bg.png');
    /*background-repeat: no-repeat;*/
    margin: 0 auto;
    text-align: left;
}

#contentfooter{
    position: relative;
    top:122px;
    width:813px;
    height:60px;
    background-image: url('/ILNOLEGGIOAUTO/images/content_footer.png');
    background-repeat: no-repeat;
    margin: 0 auto;
    text-align: left;
    /*border:1px solid black;*/
}

/* Define Boxes for the content */

#bookingheader{
    position: relative;
    width:813px;
    height:50px;
    left:25px;
    background-image: url('/ILNOLEGGIOAUTO/images/bookingheader.png');
    background-repeat: no-repeat;
    margin-top:2px;
}

#bookingcontent{
    position: relative;
    width:754px;
    top:0;
    left:25px;
    background-image: url('/ILNOLEGGIOAUTO/images/bookingcontent.png');
    background-repeat: repeat;
}

#bookingfooter{
    position: relative;
    width:754px;
    height:22px;
    left:25px;
    background-image: url('/ILNOLEGGIOAUTO/images/bookingfooter.png');
    background-repeat: no-repeat;
}

/* FOOTER */

#footer{
    position: relative;
    top:140px;
    left:0;
    width:100%;
    height:70px;
    background-image: url('/ILNOLEGGIOAUTO/images/footer.png');
    
}
