div#headings-holder {
	position: relative;
}
h1 {
	background: url(/images/store_heading.gif) no-repeat;
	height: 70px;
	text-indent: -2000px;
	margin: 0;
}
h1#new-store {
	background: url(/images/store_heading_bg.gif) no-repeat;
}
h2.title {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	background-position: 0;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	height: 43px;
	width: 193px;
	text-indent: -2000px;
}
h2#featured {
	background-image: url(/images/store_heading_featured.gif);
}
h2#snowboards {
	background-image: url(/images/store_heading_snowboards.gif);
}
h2#skis {
	background-image: url(/images/store_heading_skis.gif);
}
h2#avalanche {
	background-image: url(/images/store_heading_avalanche.gif);
}
h2#accessories {
	background-image: url(/images/store_heading_accessories.gif);
}
h2#ex-rental {
	background-image: url(/images/store_heading_ex_rental.gif);
}
h2#bindings {
	background-image: url(/images/store_heading_bindings.gif);
}
h2#boots {
	background-image: url(/images/store_heading_boots.gif);
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul li {
	margin: 0;
	padding: 0;
}
ul.holder {
	background: url(/images/store_bg.gif) repeat-y;
	padding: 0 0 30px;
}
li.row {
	background: url(/images/store_row_shelf.gif) no-repeat bottom left;
	clear: left;
	height: 284px;
	padding: 20px 0 0 40px;
}

li.frame {
	position: relative;
	width: 205px;
	height: 200px;
	float: left;
	background-repeat: no-repeat;
	background-position: 0 4px;
}
li.frame img {
	display: block;
	margin: 37px auto;
}
li.frame1 {
	background-image: url(/images/store_frame_1.gif);
}
li.frame2 {
	background-image: url(/images/store_frame_2.gif);
}
li.frame3 {
	background-image: url(/images/store_frame_3.gif);
}
li.frame4 {
	background-image: url(/images/store_frame_4.gif);
}
div.copy {
	position: absolute;
	top: 201px;
	left: 22px;
	color: #fff;
}
div#container h2,
div#container h3,
p
{
	margin: 0;
	color: #fff;
	text-transform: none;
}

div#container h2 {
	font-size: 1.3em;
}
div#container h3 {
	font-size: 1em;
}
li.row a {
	position: absolute;
	top: 256px;
	left: 15px;
	padding: 6px 0 0 8px;
	width: 108px;
	height: 22px;
	background: url(/images/store_more_info.gif) no-repeat;
	display: block;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
li.row a:hover {
	color: #f00;
	background-position: 0 -30px;
}
