@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	
}
ol, ul {
	list-style-image: none;
	list-style-type: disc;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #999;
	}
a img {
	border:none;
}

body {
	background-color: #000;
	background-image: url(images/skully.png);
	background-repeat: no-repeat;
	background-position: left 150px;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-family: Verdana, Geneva, sans-serif;
}

 #wrapper{
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
}
				

#header {
	color: #000;
	background-image: url(images/addictivelogo.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 155px;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#menu {
	color: #FFF;
	margin-left:400px;
	margin-top: 75px;
	font-size: 90%;
}

#menu ul {
	list-style-type: none;
}
#menu li {
	display: inline;
}

#menu a {
	display: inline-block;
	text-decoration: none;
	padding-top: 25px;
	padding-right: 2px;
	padding-bottom: 25px;
	padding-left: 2px;
	width: 90px;
	color: #FFF;
	text-align: center;
}

#menu a:hover {
	background-image: url(images/rolloversplat.png);
	background-repeat: no-repeat;
	color: #FFF;
}
.active{
	background-image: url(images/rolloversplat.png);
	background-repeat: no-repeat;
}
.content {
	background-color: #F2F3F2;
	width:750px;
	margin-left: 375px;
	background-image: url(images/paper-edge.png);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 625px;
}
.contentport {
	background-color: #F2F3F2;
	width:750px;
	margin-left: 375px;
	background-image: url(images/paper-edge.png);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 675px;
	padding-top: 45px;
}
.content h1 {
	background-color: #F2F3F2;
	height: 62px;
	width: 750px;
	margin-left: -9999px;
}
.content h2 {
	background-image: url(images/sploosh.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 140px;
	height: 40px;
	font-size: 22px;
	margin-bottom: 25px;
}
.footer {
	width:750px;
	margin-left: 375px;
	color: #FFF;
	font-size: 70%;
	text-decoration: none;
	clear: both;
	margin-top: 20px;
	margin-bottom: 25px;
}

.imgbottom {
	padding-bottom: 15px;
}
#holder {
	width: 285px;
	clear: both;
	float: left;
}
#textholder {
	width: 400px;
	margin-left: 300px;
	text-align: left;
}
/* Tee Shirt*/
.row{ /*Container for each row of shirts*/
	width: 740px;
	clear:both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
		}
		.teebox{
	overflow: hidden; /*Prevents excess of image from showing*/
	position: relative;
	width: 175px; /*Width and height define thumbnail size*/
	height: 187px;
	float: left;
	clear: right;
	z-index: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5px;
		}
		.selected{
			overflow: visible; /*Display part of image that not currently visible*/
			z-index: 10;
		}
		
		.teebox img {
			left:-84px; /*Use this number to center your image when not hovered*/
			position: absolute;
		}
		.teebox a{ /*Area that changes to selected class when hovered over*/
			display:block;
			position: relative;
			float: left;
			left: 84px; /*Use to line up the overlay image*/
			z-index: 1;
		}
		.caption{
			color: #2FB5FF;
			font:14px Arial;
			position: relative;
			float: left;
			left: 0px;
			top: 146px;
			padding: 10px;
			background: #222;
			z-index: 1;
		}
.red {
	font-weight: bold;
	color: #D63521;
}

