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

.page_title {
	background-image:url(../images/products_title.png);
	background-repeat:no-repeat;
	width:451px;
	height:128px;
	text-indent:-9999px;
	margin-left:20px;
	margin-top:230px;
	position: absolute;
	z-index: 5;
}

.product_container {
	width:750px;
	height:auto;
	padding-top:404px;
	padding-left:28px;
	position: relative;
	z-index: 3;
}
.product_box {
	width:560px;
	height:auto;
	background-image:url(../images/product_bg.jpg);
	border:#000 solid thin;
	margin-left: 187px;
	margin-top:-107px;
	color:#000;
	font: 13px "Century Gothic", Futura, Verdana, sans-serif;
	position: relative;
	z-index:5;
}
.product_box p#title {
	background-image:url(../images/mens_shirts.png);
	width:300px;
	height:28px;
	text-indent:-9999px;
	margin:0px;
}
.product_box p#hoodie_title {
	background-image:url(../images/mens_hoodies.png);
	width:300px;
	height:28px;
	text-indent:-9999px;
	margin:0px;
}
.product_box p#board_title {
	background-image: url(../images/mens_boardshorts.png);
	width:300px;
	height:28px;
	text-indent:-9999px;
	margin:0px;
}
.product_box p#womens_title {
	background-image: url(../images/womens_wear.png);
	width:300px;
	height:28px;
	text-indent:-9999px;
	margin:0px;
}
.product_box p#headwear_title {
	background-image: url(../images/headwear.png);
	width:300px;
	height:28px;
	text-indent:-9999px;
	margin:0px;
}
.product_box p#youth_title {
	background-image: url(../images/youth_wear.png);
	width:300px;
	height:28px;
	text-indent:-9999px;
	margin:0px;
}
.product_box p#diecut_title {
	background-image: url(../images/diecut_stickers.png);
	width:300px;
	height:28px;
	text-indent:-9999px;
	margin:0px;
}
.product_box p#fastslap_title {
	background-image: url(../images/fastslap_stickers.png);
	width:300px;
	height:28px;
	text-indent:-9999px;
	margin:0px;
}
.product_box p#accessories_title {
	background-image:url(../images/accessories.png);
	width:300px;
	height:28px;
	text-indent:-9999px;
	margin:0px;
}
.display_box {
	width:550px;
	margin: 0 auto;
	margin-top:5px;
	position: relative;
	z-index: 5;
}
.product_box hr {
	height: 1px;
	color: #000;
	background-color:#000;
	border-width: 0;
	width: 90%;
}
.product_menu {
	width:190px;
	height:auto;
	position: absolute;
	z-index: 5;
	margin-top:370px;
	margin-left:29px;
}
.product_menu a {
	text-decoration:none;
	font: 15px "Century Gothic", Futura, Verdana, sans-serif;
	font-weight:bold;
	color:#FFF;
	background-color:#000;
	padding:3px;
}
.product_menu li {
	list-style:none;
	text-align:right;
	margin:0px;
	padding:3px;
}
.product_menu a:hover {
	background-color:#0F0;
	color:#000;
}
.item {
	width:320px;
	height:auto;
	float:left;
	text-align:center;
	padding:3px;
	margin-top:20px;
}
.description {
	width:190px;
	height:auto;
	float:right;
	text-align:center;
	padding:5px;
	background-image:url(../images/trans_white.png);
	position: relative;
	z-index: 6;
}
.sticker_container {
	margin:0 auto;
	width:520px;
	text-align:center;
	padding:5px;
}
