@charset "utf-8";
body  {
	font-size: 100%;
	font-family: "Courier New", Courier, monospace;
	background: #000000;
	background-image: url(images/full-bg.gif);
	font-face: Gotham;
	margin: 0;
	padding: 0;
	color: #000000;
}
a {
	color:#CC0000;
}
.cancel {
	font-family: "Courier New", Courier, monospace;
	width: 440px;
	height: 620px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: -5px;
	background-image:url(images/blank-page-bg.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
}
#container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin-right: auto;
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.itemcontainer {
	float: left;
	width: 770px;
}
.storeitem {
	font-size: .75em;
	width: 215px;
	height: 335px;
	background-image: url(images/storeitem-bg.jpg);
	background-repeat: repeat-x;
	float: left;
	margin: 0 0 10px 10px;
	padding: 10px;
}
.storeitembreak {
	font-size: .75em;
	color:#000000;
}
.merchitem {
	font-size: .75em;
	width: 330px;
	height: 790px;
	background-image: url(images/storeitem-bg.jpg);
	background-repeat: repeat;
	float: left;
	margin: 0 0 10px 20px;
	padding: 10px;
}
.price {
	font-size: 1.25em;
	color: #C00;
	font-weight: bold;
} 
.form {
	font-size: 10px;
}
.center {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}
.policy {
	color:#FFF;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}
.policy h3 {
	text-align:center;
}
#storemasthead {
	width: 180px;
	padding: 0 0 0 10px;
	color: #FFF;
	float: left;
}
#nav {  /*props to Roger Johansson for the nav code I just modded a shred. 456bereastreet.com */
		margin:0;
		padding:0;
		background:#c00;
		width:925px;
		float:left;
		border:2px solid #000;
		border-width:5px 0;
	}
	#nav li {
		display:inline;
		padding:0;
		margin:0;
	}
	#nav a:link,
	#nav a:visited {
		color:#000;
		background:#c00;
		padding:10px 40px 4px 10px;
		float:left;
		width:auto;
		border-right:1px solid #000;
		text-decoration:none;
		font-family: "Courier New", courier, monospace;
		font-weight: bold;
		font-size: 1.25em/1.25em;
		text-transform:uppercase;
	}
	#nav a:hover,
	#nav a:focus {
		color:#c00;
		background:#FC0;
	}
	#nav li:first-child a {
		border-left:1px solid #000;
	}
	#home #nav-home a,
	#about #nav-about a,
	#archive #nav-archive a,
	#lab #nav-lab a,
	#reviews #nav-reviews a,
	#contact #nav-contact a {
		background:#d00;
		color:#fff;
		text-shadow:none;
	}
	#home #nav-home a:hover,
	#about #nav-about a:hover,
	#archive #nav-archive a:hover,
	#lab #nav-lab a:hover,
	#reviews #nav-reviews a:hover,
	#contact #nav-contact a:hover {
		background:#e35a00;
	}
	#nav a:active {
		background:#e35a00;
		color:#fff;
	}
.fltrt {
	float: right;
	margin-left: 0px;
}
.fltlft {
	float: left;
	margin-right: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

