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

body {	
	font-size: 10px;
	background: #FFF;
	font-family: Helvetica, Arial, sans-serif;
}
#wrapper {
	width: 777px;
	margin: 0 auto;
}

div#container {
	position: relative;
	width: 777px;
	height: 600px;
	margin: 0 auto;
	/*z-index:1;*/
}

#home div#container {
	background: url(../images/spot_blue.gif) -1px top no-repeat;
}

#header {
	position: relative;
	z-index: 999;
	width: 777px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: -76px;
	height: 76px
}

#header div#home_link {
	float: left;	
}

#header div#home_link a {
	display: block;
	position: relative;
	width: 76px;
	height: 76px;
	background:url(../images/logo.gif) top left no-repeat;
}

#header ul{
	float: right;
}

#header ul li{
	display: inline;
}

#header ul li a{
	float: left;
	display: block;
	position: relative;
	margin-left: 10px;
	text-indent: -5000px;
}

#header ul li a#shop_link{
	width: 69px;
	height: 33px;
	background:url(../images/shop.gif) center left no-repeat;
}

#header ul li a#pictures_link{
	width: 120px;
	height: 33px;
	background:url(../images/pictures.gif) center left no-repeat;
}

#header ul li a#videos_link{
	width: 97px;
	height: 33px;
	background:url(../images/videos.gif) center left no-repeat;
}

#header ul li a#news_link{
	width: 72px;
	height: 33px;
	background:url(../images/news.gif) center left no-repeat;
}

#header ul li a#contact_link{
	width: 212px;
	height: 33px;
	background:url(../images/contact.gif) center left no-repeat;
}

#header ul li a#shop_link:hover, #header ul li a#pictures_link:hover, #header ul li a#videos_link:hover, #header ul li a#news_link:hover, #header ul li a#contact_link:hover{
	background-position: center right;
}

#container #hat_animation {
	position: absolute;
	width: 355px;
	height: 480px;
	left: 423px;
	top: 46px;
}

#footer {
	height: 40px;
	clear: both;
}

/* SHOP STYLES */

#shop #content {
	/*background: url(../images/spot_blue.gif) -1px top no-repeat;*/
	background: none;
}

#shop #header ul li a#shop_link{
	background:url(../images/shop.gif) center right no-repeat;
}

div.shop_item {
	width: 297px;
	height: 121px;
	margin-bottom: 20px;
	float: left;
}

div#apparel_shop div.shop_item {
	width: 297px;
	height: 147px;
	margin-bottom: 20px;
	float: left;
}

div#apparel_shop div.capsac_item {
	width:147px;
	height: 147px;
	margin-right: -10px;
	float: left;
}

div.capsac_item {
	width:147px;
	height: 121px;
	margin-right: -10px;
	float: left;
}

div.buy_item {
	color: #A6A6A6;
	width: 150px;
	height: 121px;
	font-size: 15px;
	font-weight: bold;
	float: left;
}

div.buy_item form {
	padding-left: 10px;
}

div.buy_item p.cap_title {
	margin:25px 0 5px 0px;
}

div#apparel_shop div.buy_item p.cap_title{
	margin:10px 0 5px 0px;
}

.price {
	font-size: 12px;
}

/* LIST OPENINGS */
#shop_list_container {
	display: block;
	clear: both;
}

#capsac_shop_opener {
	background-image: url(../images/shop/capsac_shop_nav.jpg);
	width:273px;
}

#apparel_shop_opener {
	background-image: url(../images/shop/apparel_shop_nav.jpg);
	width: 252px;
}

#accessories_shop_opener {
	background-image: url(../images/shop/accessories_shop_nav.jpg);
	width: 402px;
}

div.list { margin-bottom: 30px;}

.list_opener {
	background-position: left top;
	background-repeat:no-repeat;
	display: block;
	margin-bottom: 30px;
	height: 46px;
	clear: both;
	margin-left: -5px;
	cursor: default; /*changed to default for shop openers */
}

.list_opener:hover{
	/*background-position: right top; COMMENTED TO DISABLE SHOP OPENERS */
	cursor:default; /*changed to default for shop openers */
}

.list_opener_clicked {
	background-position: right top;
}

/*.hidden {
	display: none;
} COMMENTED-OUT TO DISABLE SHOP OPENERS*/

/* END SHOP STYLES */

#games_link{
	margin-top: 20px;
}

#custom_orders_link {margin-top: 17px;}

.clear {
	clear: both;
}