@charset "utf-8";
/* CSS Document */

body {
margin: 0px;
padding: 0px;
background: black;
font-family: Tahoma, Geneva, sans-serif;
font: Tahoma;
font-size: 1em;
color: white;
}

#container {
width: 960px;
margin: 0 auto;
}

h1 {
font-size: 2.2em;	
}

a img{
border: none;
text-decoration: none;
}

#top {
height: 200px;
width: 960px;
background: url(img/headerbg.jpg) no-repeat;
float: left;
}

	#introtext {
	width: 420px;
	float: left;
	}
	
	.name {
	text-indent: -9999px;
	background: url(img/name.png) no-repeat;
	height: 40px;
	width: 388px;
	margin: 50px 0px 0px 10px;
	}
	
	#top p {
	margin: 5px 0px 0px 10px;
	width: 388px;
	font-size: 0.9em;
	}
	
	#headerimage {
	width: 310px;
	height: 175px;
	position:  relative;
	float: right;
	z-index: 1;
	margin: 8px 110px 0px 0px;
	}
	
	



.shirtcontainer {
background: #E2E2E2 url(img/bgnoise.png) repeat;
width: 960px;
float: left;
margin: 0px 0px 30px 0px;
}

.gradient {
background: url(img/gradient.png) no-repeat;
width: 960px;
float: left;
padding: 0px 0px 20px 0px;
}

	#undercontext {
	width: 650px;
	margin: 20px auto;
	background: white;
	padding: 10px;
	font-size: 20px;
	text-align: center;
	}
	
		#undercontext p {
		padding: 0px;
		margin: 0px;
		line-height: 24px;
		color: black;
		}
		
	.imagerow {
	margin: 10px 0px 0px 20px;	
	}


	
	.printedtitle {
	color: black;
	width: 350px;
	padding: 10px;
	margin: 0px 0px 20px -20px;
	text-indent: -9999px;
	background: url(img/printed_title.png) no-repeat;
	}
	
	.shirt {
	width: 220px;
	float: left;
	margin: 5px 5px 40px 5px;
	height: 250px;
	bottom: 0;
	}
		
		div.shirt h2 {
		margin: 0px 0px 5px 0px;
		font-size: 1.2em;
		color: white;
		background: url(img/blacktrans.png) repeat;
		text-transform: uppercase;
		text-align: center;
		padding: 2px 5px 2px 5px;
		position: relative;
		bottom: 0;
		}
		
		
	.flyer {
	width: 220px;
	float: left;
	margin: 0px 5px 25px 5px;
	height: 300px;
	bottom: 0;
	}
		
		div.flyer h2 {
		margin: 0px 0px 5px 0px;
		font-size: 1.2em;
		color: white;
		background: url(img/blacktrans.png) repeat;
		text-transform: uppercase;
		text-align: center;
		padding: 2px 5px 2px 5px;
		position: relative;
		bottom: 0;
		}
		
		div.flyer img {
		margin: 0px 0px 0px 20px;	
		}
		