/*  IL NOLEGGIO AUTO WEBSITE:
   CSS & DESIGN by: Nicolás Caballero Rau 2009
*/

body{
    margin:0;
    padding:0;
    border:0;
    background-image: url('../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('../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:0;
    width:813px;
    font-size:12px;
    margin: 0 auto;
    /*border:1px solid green;*/
    font-weight: bold;
    color:orange;
    z-index:5;
}

#swfgallery{
    position: relative;
    top:10px;
    margin: 0 auto;
    width: 800px;
    height:200px;
    /*border:1px solid green;*/
    z-index:6;
}

#breadcrumbnav{
    position: relative;
    top:-7px;
    left:-5px;
    width:744px;
    height:16px;
    margin: 0 auto;
    text-align: left;
    background-image: url('../images/breadcrumbnav.png');
    background-position: 0 1px;
    background-repeat: no-repeat;
    color: #FFFFFF;
    z-index:3;
}

#content{
    position: relative;
    top:330px;
    width:813px;
    height:970px;
    background-image: url('../images/content_bg.png');
    background-repeat: no-repeat;
    z-index:2;
    margin: 0 auto;
    text-align: left;
}

#presentation{
    position: absolute;
    top:60px;
    right:20px;
    width:227px;
    height:220px;
    background-image: url('../images/presentation.png');
    background-repeat: no-repeat;

}

/* Define Boxes for the content */

#box1{
    position:absolute;
    top:25px;
    right:35px;
    width:480px;
    height:216px;
    background-image: url('../images/box1.png');
}

#box2{
    position: absolute;
    top:251px;
    right:35px;
    width:480px;
    height: 478px;
    background-image: url('../images/box2.png');
}

#boximage{
    position: absolute;
    top:251px;
    right:35px;
    width:480px;
    height: 478px;
    background-image: url('../images/box2_2.jpg');
}

#box3{
    position: absolute;
    top:739px;
    right:35px;
    width:480px;
    height:216px;
    background-image: url('../images/box3.png');
}

#box4{
    position: absolute;
    top:25px;
    left:26px;
    width:268px;
    height: 478px;
    background-image: url('../images/box4.png');
}

#box5{
    position: absolute;
    top:515px;
    left:26px;
    width:268px;
    height:440px;
    background-image: url('../images/box5.png');
}

#bookingengine{
    position:absolute;
    top:25px;
    right:35px;
    width:480px;
    height:216px;
    background-image: url('../images/bookingengine.png');
}

/* FOOTER */

#footer{
    position: absolute;
    top:1340px;
    left:0;
    width:100%;
    height:70px;
    background-image: url('../images/footer.png');
    
}