@charset "utf-8";
/* Collectioin CSS File */

* { margin:0; padding:0}
body { Background-color:#3A59CE; background-image:url(../theme/background/default.jpg); background-attachment:fixed; background-position:top; font-size:14px; color:#FFF;}
a:link {color: #FFF; text-decoration:none;} a:visited {color: #FFF; text-decoration:none;} a:hover{background-color:#f6a200;}
.master_container { margin-top:0px; margin-right:auto; margin-bottom:0px; margin-left:auto; position: relative; width: 800px; } 
/* Modify Master Container to center content for IE, currently set for FF*/
#banner { position:absolute; width:800px; height:190px;	z-index:auto; left:0px; }
#topmenu{ position:absolute; width:800px; height:20px; z-index:2; left:0px; top:190px; }
#titlebanner{ position:absolute; width:800px; height:200px;	z-index:auto; left:0px; top:210px; }

/* Main Content */
.main_content{ position:absolute; width:780px; z-index:auto; left:0px; top:410px; padding:20px 20px 20px 20px;}
  
  /* Cars */
  .car_header{text-align:center; color:#f6a200; background-image:url(../theme/tabs/default.gif); width:760px;}
  .car_content{background-color:#708DEB; padding:10px 10px 10px 10px; width:740px;}
  
  /* Racing Cars */
  .racing_header{ text-align:center; color:#f6a200; background-image:url(../theme/tabs/default.gif); width:760px;}
  .racing_content{background-color:#708DEB; padding:10px 10px 10px 10px; width:740px;}
  
  /* Horsedrawn */
  .horsedrawn_header{text-align:center; color:#f6a200; background-image:url(../theme/tabs/default.gif); width:760px;}
  .horsedrawn_content{background-color:#708DEB; padding:10px 10px 10px 10px; width:740px;}
  
  /* Fire Engines */
  .fireengine_header{text-align:center; color:#f6a200; background-image:url(../theme/tabs/default.gif); width:760px;}
  .fireengine_content{background-color:#708DEB; padding:10px 10px 10px 10px; width:740px;}
  
  /* Printing */
  .printing_header{text-align:center; color:#f6a200; background-image:url(../theme/tabs/default.gif); width:760px;}
  .printing_content{background-color:#708DEB; padding:10px 10px 10px 10px; width:740px;}
        
  /* Other Display */
  .otherdisplay_header{text-align:center; color:#f6a200; background-image:url(../theme/tabs/default.gif); width:760px;}
  .otherdisplay_content{background-color:#708DEB; padding:10px 10px 10px 10px; width:740px;}

/* Copyright and Bottom Menu */
.copyright{ position:absolute; width:800px; height:100px; z-index:auto; left:0px; top:3765px;
            background-image:url(../theme/copyright/footer.gif); text-align:center; color:#FFF;}