Find this in your stylesheet.css file
Code:
#logoWrapper{
		background-image:
	url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	height:75px;
	}
Change to
Code:
#logoWrapper{
		background-image:
	url(../images/cts_top_store.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	height:75px;
	}
Insure that your image is uploaded to the template /images folder

And before you get too far create your own template
https://www.zen-cart.com/tutorials/i...hp?article=346
https://www.zen-cart.com/tutorials/i...hp?article=232
https://www.zen-cart.com/tutorials/i...hp?article=142