/*----------------------------------
		Typography Reset
----------------------------------*/



/*----------------------------------
		General
----------------------------------*/
body {
	margin: auto;
	background-color: #0B3679;
	color:#282828;
	font-family: sans-serif,Arial, Verdana, Helvetica;
	font-size: 13px;
	font-weight: normal;
	
	background-repeat: repeat-x;			
}





/*----------------------------------
		Menu Items
----------------------------------*/

/*----------------------------------
		Image Placements - Headers
----------------------------------*/

		
.imagelogo {
		border-style: none;
		position: absolute; 
		top: 5px;
		left: 10px;
		}
		
.imagetrailer {
		border-style: none;
		position: absolute; 
		top: 220px;
		left: 180px;
		}
			
		
.imagecampers {
		border-style: none;
		position: absolute; 
		top: 220px;
		left: 20px;
		}


.imagebedliners {
		border-style: none;
		position: absolute; 
		top: 350px;
		left: 180px;
		}	
		
.imagegrills {
		border-style: none;
		position: absolute; 
		top: 350px;
		left: 20px;
		}
		
			
.imagesidesteps {
		border-style: none;
		position: absolute; 
		top: 480px;
		left: 20px;
		}

			
.imagetoolboxes {
		border-style: none;
		position: absolute; 
		top: 480px;
		left: 180px;
		}
		

