@charset "utf-8";
/******************/
/*=NORMALIZATION */
/******************/
/* Normalizes Margin and Padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0;
}
/* Normalizes font size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
/* Removes list-style from lists */
ol, ul {
	list-style:none;
}
/* Normalizes font-style & font-weight */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
/* Removes border from fieldset and img */
fieldset, img {
	border:0;
}

/******************/
/*=LAYOUT */
/******************/
#wrapper {
	width: 800px;
	left:50%;
	margin-left:-400px;
	position:relative;
}

#branding {
	height: 340px;
	width: 800px;
	position:relative;
	text-align:center;
	z-index:1;
}
#branding h1 {
	display: none;
}

#nav {
	height:42px;
	width:800px;
}
#nav li{
	display:block;
	position:absolute;
	height:42px;
}
#nav li a{
	display:block;
	position:absolute;
	height:42px;
	text-indent: -99999px;
}
li.home a {left:0px; width:165px;}
li.shirts a {left:165px; width:182px;}
li.about a {left:347px; width:207px;}
li.contact a {left:554px; width:246px;}

#content .featured {
	height:426px;
	width:800px;
	z-index:2;
}
#content .featured h2{
	display:none;
}
#content .featured p{
	display:none;
}

#fpcolumnWrap {
	height: 362px;
}
#fpcolumnWrap h2{
	display: none;
}
#fpcolumnWrap .col1 {
	position: relative;
	float: left;
	width: 299px;
}
#fpcolumnWrap .wrap2{
	position: relative;
	float: right;
	width: 501px;
}
#fpcolumnWrap .col2 {
	position: relative;
	float: left;
	width: 160px;
}
#fpcolumnWrap .col3 {
	position: relative;
	float: right;
	width: 341px;
}
#columnWrap {
	margin:20px;
}
#columnWrap .col1 {
	position:relative;
	float: left;
	width: 260px;
}
#columnWrap .wrap2{
	position: relative;
	float: right;
	width: 500px;
}
.wrap2 p{margin-right:25px;}

#fpfooter {
	clear: both;
	height: 99px;
	width: 800px;
}
#fpfooter p{
	display: none;
}
#footer {
	position:relative;
	clear: both;
	height: 116px;
	width: 800px;
}
#footer p{
	display: none;
}
/*=col1 on shirts*/
.size {
	width:200px;
	padding-left:20px;
	padding-right:20px;
}
.sizeTop {
	width:200px;
	height:48px;
}
.sizeBottom {
	width:200px;
	height:26px;
}
.color {
	width:260px;
	padding-left:60px;
	padding-right:40px;
}
.colorTop {
	width:260px;
	height:76px;
}
.colorBottom {
	width:260px;
	height:75px;
}
.send {
	text-align:right;
	margin-right:20px;
}

/******************/
/*=COLOR */
/******************/
body {
	/*=BACKGROUND */
	background: #755f9e url(images/purple.jpg) repeat fixed top center;
}

#wrapper {
	background-color:#FFFFFF;
}

#branding {
	background: transparent url(images/header.jpg) no-repeat top left;
}

#nav {
	background: transparent url(images/nav_bg.jpg) no-repeat top left;
}
#nav li.home a{background: transparent url(images/home.png) no-repeat top left;}
#nav li.shirts a{background: transparent url(images/shirts.png) no-repeat top left;}
#nav li.about a{background: transparent url(images/about.png) no-repeat top left;}
#nav li.contact a{background: transparent url(images/contact.png) no-repeat top left;}
#nav li.home a:hover{background: transparent url(images/home.png) no-repeat bottom left;}
#nav li.shirts a:hover{background: transparent url(images/shirts.png) no-repeat bottom left;}
#nav li.about a:hover{background: transparent url(images/about.png) no-repeat bottom left;}
#nav li.contact a:hover{background: transparent url(images/contact.png) no-repeat bottom left;}

#content {
	background: transparent url(images/bg.png) repeat-y top left;
}
#content .featured {
	background: transparent url(images/featured.jpg) no-repeat top left;
}

#fpcolumnWrap .col1 {
	background: transparent url(images/col1_bg.jpg) no-repeat top left;
}
#fpcolumnWrap .col2 {
	background: transparent url(images/col2_bg.jpg) no-repeat top left;
}
#fpcolumnWrap .col3 {
	background: transparent url(images/col3_bg.jpg) no-repeat top right;
}
#columnWrap {
	background: transparent url(images/bg.png) repeat-y top left;
}
#columnWrap .col1 {background:inherit;}
#columnWrap .wrap2 {background:inherit;}

#fpfooter {
	background: transparent url(images/fpfooter_bg.jpg) no-repeat top left;
}
#footer {
	background: transparent url(images/footer.jpg) no-repeat top left;
}
/*=col1 on shirts*/
.size {
	background:transparent url(images/size_bg_02.png) repeat-y top left;
}
.sizeTop {
	background:transparent url(images/size_bg_01.png) no-repeat top left;
}
.sizeBottom {
	background:transparent url(images/size_bg_03.png) no-repeat top left;
}
.color {
	background:transparent url(images/color_bg_02.png) repeat-y top left;
}
.colorTop {
	background:transparent url(images/color_bg_01.png) no-repeat top left;
}
.colorBottom {
	background:transparent url(images/color_bg_03.png) no-repeat top left;
}


/******************/
/*=TYPE */
/******************/
body{
	font: medium "Courier New", Courier, monospace;
	color:#000000;
}
p {
	padding-bottom:1em;
}
.wrap2 h2 {
	font-size: x-large;
	margin-left:-10px;
}
.size h3 {
	font-size: large;
	margin-left:-5px;
}
.color h3 {
	font-size: large;
	margin-left:-5px;
}