/*Merchandise*/

tshirtcontent{
		    	width: 100%;
		    	margin: 0px auto;
				background: #fff;
		    	text-align: center;
		    	margin-bottom: 50px;
			}
#tshirtcontent img{
				border: none;
			}
 
#buildinternet-link{
				z-index: 10;
				width: 100%;
				height: 40px;
				text-align: center;
				background: #000;
				position: fixed;
				bottom: 0;
			}
#buildinternet-link p{
				padding: 10px;
				font-size: 14px;
				color: #CCC;
				font-family:arial, sans-serif;
			}
#buildinternet-link a{
				color: #A7D7E9;
			}
/* T-shirts */
#tshirtcontent ul {
				list-style-type: none;
				width: 820px;
				
				overflow: visible;
				margin: 0 auto;
			}
 
#tshirtcontent li {
				float: left;
				width: 144px;
				height: 183px;
				overflow: hidden;
				position: relative;
				margin: 20px 10px 0px 10px;
			}
 
#tshirtcontent ul li:hover {
				overflow: visible;
				z-index: 200;
			}
 
#tshirtcontent li img {
				position: absolute;
				left: -84px;
			}
 
#tshirtcontent ul li a:hover img {
				z-index: 300;
			}
 
#tshirtcontent ul li span.overlay {
				background: url(overlay.png) no-repeat left top;
				position: absolute;
				width: 144px;
				height: 183px;
				left: 0;
				top: 0;
				z-index: 20;
			}

#tshirtcontent ul li p {
				color: #2FB5FF;
				font: 14px Arial;
				position: absolute;
				float: left;
				left: 0;
				bottom: 0;
				padding: 10px;
				background: #222;
			}
 
#tshirtcontent p.text, p.sig {
				font: 16px Georgia, serif;
				margin: 0 auto;
				width: 620px;
				color: white;
				line-height: 1.4em;
			}

#tshirtcontent p.sig {
				margin-top: 1em;
				text-align: right;
				font-style: italic;
			}
 
#tshirtcontent p.text a, p.sig a {
				color: #A7D7E9;
				}
				