#preloadImages {
       width: 0px;
       height: 0px;
       display: inline;
       background: url(../webimages/top.jpg);

       background: url(../webimages/parts.jpg);
       background: url(../webimages/shop.jpg);

       background: url(../webimages/plate.jpg);
       background: url(../webimages/shade.gif);
       background: url(../webimages/line.jpg);
       background: url(../webimages/line1.jpg);
       background: url(../webimages/left.gif);
       background: url(../webimages/right.gif);

}

#top {background: url(../webimages/top.jpg) no-repeat; height: 154px;}

#parts{background: url(../webimages/parts.jpg) no-repeat; height: 186px;}
#shop {background: url(../webimages/shop.jpg) no-repeat; height: 186px;}
#left {background: url(../webimages/left.gif) repeat-y;}
#right {background: url(../webimages/right.gif) repeat-y;}
#line {background: url(../webimages/line.jpg) repeat-x; height: 12px;}
#line1 {background: url(../webimages/line1.jpg) repeat-x; height: 12px;}
.plate {background: url(../webimages/plate.jpg) no-repeat; height: 97px;}
.plate1 {background: url(../webimages/plate1.jpg) no-repeat; height: 115px;}
.shade {background: url(../webimages/shade.gif) no-repeat; height: 7px;}

.floatLeft { float: left; clear:both; margin: 10px;}
.floatRight { float: right; clear:right; margin: 10px; }
