@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #252525;
	background-image: url(images/back_woodgrain.jpg);
}
.storeLinks {
	font-size: 14px;
	vertical-align: top;
	padding-top: 15px;
}
.mainContent {
	background-image: url(images/back_stained.png);
}
.siteLinks {
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
a:link {
	color: #252525;
	text-decoration: none;
}
a:visited {
	color: #252525;
	text-decoration: none;
}
a:hover {
	color: #ebebeb;
	text-decoration: none;
}
#skateDrop {
	z-index: 1;
	position: absolute;
}
#shoesDrop {
	z-index: 1;
	position: absolute;
}
#apparelDrop {
	z-index: 1;
	position: absolute;
}
.storeControls {
	font-size: 12px;
}
.hidden {
	visibility: hidden;
}
.show {
	visibility: visible;
}
.mainTable {
	margin-top: 10px;
}
.header img {
	margin-bottom: 10px;
}