/* CSS Document */
body {
	background-color:black;
}

#masthead {
	position:relative;
	border:none;
	background-color:white;
	background-image:none;
	width:980px;
	height:126px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color:white;
	border-bottom:solid 1px #a1a1a1;
}
#masthead h1 {
	position:absolute;
	left:0px;
	top:5px;
	width:600px;
	padding:0px;
	padding-left:87px;
	margin:0px;
	font-size:24pt;
	border: none;
	z-index:3;
}
#mastheadInfo {
	position:absolute;
	text-align:right;
	top:45px;
	left:670px;
	width:300px;
	padding:0px;
	padding-left:0px;
	margin:0px;
	font-size:10pt;
	border: none;
	border:none;
}
#navigationHolder {
	position:absolute;
	padding:0px;
	margin:0px;
	width:971px;
	top:100px;
	left:0px;
	height:21px;
	background-color:#dddddd;
	z-index:2;
	font-size:12pt;
	padding-top:5px;
	padding-left:9px;
}

#navigationHolder a {
	padding-right:1.2em;
	cursor:pointer;
}
#catMenuHolder {
	background-image:none;
	background-color:#dddddd;
}
#catMenu A {
	color: #f341f1;
	background-color:white;
}
#catMenu A:hover {
	color: #43a7d3;
	background-color:white;
}
.storeFooter {
	clear:both;
}
