/* Ready Racing */
/* Master Stylesheet
------------------------------------------------------------------------------------ */


	@import url("forms.css");
	
	
	* {
	
		padding: 0;
		margin: 0;
	
		}
		
	ul {
	
		list-style-type: none;
		display: block;
		clear: left;
		
		}
		
	h2 {
	
		margin: 30px 0 20px 0;
	
		}
		

/* Layout
------------------------------------------------------------------------------------ */

		
	body {
	
		margin: 0;
		padding: 0;
		color: #efefef;
		background: #000;
		font: normal 12px/14px trebuchet ms, arial, sans-serif;
		
		}
		
	body.popup, body.r4 {
	
		padding: 25px;
		
		}
		
	div#layout {
	
		width: 900px;
		margin: 0 auto;
		
		}
		
	div#content {
	
		display: none;
		
		}
		
	div#flash {
		
		width: 900px;
		height: 1000px;
		
		}
		
		
/* Headings
------------------------------------------------------------------------------------ */


	body.popup h1 {
	
		float: left;
		text-indent: -5000px;
		overflow: hidden;
		width: 382px;
		height: 115px;
		background: url(../images/h1-dealer.gif) no-repeat;
	
		}
		
	body.r4 h1 {
	
		float: left;
		text-indent: -5000px;
		overflow: hidden;
		width: 382px;
		height: 115px;
		background: url(../images/h1-r4.gif) no-repeat;
	
		}
		
		
/* Instructions
------------------------------------------------------------------------------------ */


	ul.thumbnails {
		
		float: left;
		margin: 50px 0;
		
		}
		
	ul.thumbnails li span {
	
		float: left;
		clear: left;
	
		}
		
	ul.thumbnails li {
	
		float: left;
		margin: 0 30px 30px 0;
		
		}