/** Headings **/

h1#merchandise {
	background-image:url(../../includes/images/title_merch.png);
	background-repeat: no-repeat;
	width: 410px;
	height: 60px;
	margin-left: -15px;
}

h1#merchandise span {
	/*display: inline;*/
}

h2 {
	font-weight: bold;
}

/** Shirt images **/
img#large-shirt {
	margin-left: -10px;
}

img#shirts {
	position: absolute; 
	margin-top: -5px; 
	margin-left: 20px;
}

/** Choose Quote form **/
div#cart {
	margin-top: 10px;
	margin-left:-10px;
}

