@charset "utf-8";
/* CSS Document */

/********************  STYLE SHEET WITH SPECIFIC CHANGES TO GERMAN WEB MICROSITE ONLY    ********************/



/********************  BEGINNING OF TOP SECTION PAGE SETTINGS     ********************/

#top {  						/* 1 MAIN BG IMAGE  - INDEX PAGE */
display: block;
height: 218px;
width: 780px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
background-image: url(../images/img-top-truck1.jpg);
background-position:bottom left;
background-repeat: no-repeat;
}

#top2 {  						/*  2 MAIN BG IMAGE  - CHEP EUROPE */
display: block;
height: 218px;
width: 780px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
background-image: url(../images/img-top-crateblue.jpg);
background-position:bottom left;
background-repeat: no-repeat;
}

#top3 {  						/*  3 MAIN BG IMAGE  - OUR SECTORS business development */
display: block;
height: 218px;
width: 780px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
background-image: url(../images/img-top-forklift.jpg);
background-position:bottom left;
background-repeat: no-repeat;
}

#top3a {  						/*  3 MAIN BG IMAGE  - OUR SECTORS  customer services*/
display: block;
height: 218px;
width: 780px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
background-image: url(../images/img-top-crateblack.jpg);
background-position: bottom left;
background-repeat: no-repeat;
}

#top3b {  						/*  3 MAIN BG IMAGE  - OUR SECTORS  asset management*/
display: block;
height: 218px;
width: 780px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
background-image: url(../images/img-top-warehouse2.jpg);
background-position:bottom left;
background-repeat: no-repeat;
}


#top4 {  						/*  4 MAIN BG IMAGE  - OPPORTUNITES PAGE  */
display: block;
height: 218px;
width: 780px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
background-image: url(../images/img-top-truckside.jpg);
background-position:bottom left;
background-repeat: no-repeat;
}

#top4a {  						/*  4A MAIN BG IMAGE  - JOB DETAILS PAGE  */
display: block;
height: 218px;
width: 780px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
background-image: url(../images/img-top-cans.jpg);
background-position:bottom left;
background-repeat: no-repeat;
}




#topQuote { 						/* QUOTE BELOW TOP IMAGE - RIGHT SIDE */
display: block;
float:right;
font-family: Arial, Helvetica, Verdana, sans-serif;
height: 110px;
width: 173px;
font-size: 1.1em;
font-weight:bold;
color:#fff;
padding-top: 10px;
padding-left: 10px;
padding-right: 0px;
}

#topbanner {                        /* TOP BANNER IMAGE DIFFERENT TO SPLASH PAGE TOP BANNER IMAGE - IT HAS THE QUOTE IN THIS ONE */                     
width: 100%;
height: 54px;
float: left;
text-align:right;
margin-right: auto;
margin-left: auto;
background-image: url(../images/top-banner.jpg);
background-position: left top;
background-repeat:no-repeat;
color:#fff;
font-size: 0.9em;
font-family: Arial, Helvetica, Verdana, sans-serif;
}

.topbanner p{
color: #fff;
float:right;
text-align:right;
font-family: Arial, Helvetica, Verdana, sans-serif;
}

.topbanner{font-size: 0.9em;font-weight:bold;text-decoration:none;float:right; margin-left: 0px;margin-right: 0px;padding-top: 10px;}

.topbanner a:link{ font-size: 0.9em;font-weight:bold;color: #fff;text-decoration:none;margin-top:0px;margin-right:0px;}

.topbanner a:visited{ font-size: 0.9em;font-weight:bold;color: #fff;text-decoration:none;margin-top:0px;margin-right:0px;}

.topbanner a:hover{font-size: 0.9em;font-weight:bold;color: #ff9000;text-decoration:none;margin-top:0px;margin-right:0px;}

.topbanner a:active{ font-size: 0.9em;font-weight:bold;color: #fff;text-decoration:none;margin-top:0px;margin-right:0px;}


/********************  END OF TOP SECTION PAGE SETTINGS     ********************/


