body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #201B17;
	margin: 0px;
	color: #FFFFFF;
	background-image: url(assets/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
p {
	line-height: 1.5em;
	margin: 20px 0px 0px 0px;
	letter-spacing: 1pt;
}
a {
	text-decoration: underline;
	color: #FEAB4F;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #FEAB4F;
}
h1 {
	font-size: 18pt;
	margin: 10px 0;
	padding: 0px;
	color: #FFFFFF;
	font-variant: small-caps;
	font-weight: normal;
	letter-spacing: 0.1em;
	word-spacing: 0.2em;
	text-align:center;
}
.container {
	margin: auto;
	width: 700px;
}
.header {
	float: left;
	width: 700px;
	height: 160px;
}
.topnav {
	float: left;
	width: 700px;
	background-color: #201B17;
	margin-top: 10px;
}
.topnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.topnav li {
	float: left;
	text-align: center;
}
.topnav a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 8pt;
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 8px;
	width: 106px;
	display: block;
	border: 2px solid #BE172B;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.topnav a:hover {
	color: #FEAB4F;
}
.topnav .current {
	color: #FEAB4F;
}
.topnav #home {
	margin-left: 0px;
}


.main {
line-height: 1.5em;

	letter-spacing: 1pt;
	padding: 20px;
	float: left;
	width: 656px;
	margin: 10px 0px 10px 0px;
	border: solid #BE172B 2px;
}
.flash {
	float: right;
	width: 346px;
	height: 138px;
	border: 2px solid #FFFFFF;
	margin: 0px 0px 15px 20px;
	background-color: #201B18;
}
.item {
	width: 656px;
	margin: 10px 0;
	float: left;
	text-align: center;
}
.item p {
	margin: 0 0 10px;
}
.item img {
	border: 2px solid #FFFFFF;
}
.item a img:hover {
	border: 2px solid #BE172B;
}
.item .title {
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
}
.item .description {
	font-weight: normal;
	font-size: 9pt;
}
.item .status {
	font-weight: normal;
	font-size: 9pt;
}
.item .order {
	border: 2px solid #BE172B;
	padding: 2px;
	width: 100px;
	margin: 0 auto;
}
.item .order a {
	background-color: #BE172B;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9pt;
	text-transform: uppercase;
	display: block;
}
.item .order a:hover {
	background-color: #221E1F;
}
.item .price { 
	font-weight: normal;
	font-size: 9pt;
}
.bottomnav {
	float: left;
	width: 700px;
	padding: 5px 0px 5px 0px;
	text-align: center;
}
.bottomnav p{
	margin: 5px 0px 0px 0px;
	color: #FFFFFF;
	font-variant: small-caps;
	letter-spacing: 0.2em;
	word-spacing: 0.2em;
	font-weight: bold;
}
.bottomnav a {
	color: #FFFFFF;
	padding: 0px 10px 0px 10px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.2em;
	font-size: 9pt;
}
.bottomnav a:hover {
	color: #FEAB4F;
	text-decoration: none;
}
.is {
	text-align: center;
	padding: 5px 0px 5px 0px;
	float: left;
	width: 700px;
		font-size: 9pt;
	color: #FFFFFF;
}
.is a {
	color: #FFFFFF;
}
.is a:hover {
	text-decoration: none;
	color: #FEAB4F;
}
.checkout {
	padding: 20px;
	float: left;
	width: 656px;
	margin: 10px 0px 10px 0px;
	border: solid #BE172B 2px;
}
#lightbox {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(assets/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink, #prevLink:hover, #prevLink:visited:hover {
	background: url(assets/lightbox/prevlabel.gif) left 0% no-repeat;
}
#nextLink, #nextLink:hover, #nextLink:visited:hover {
	background: url(assets/lightbox/nextlabel.gif) right 0% no-repeat;
	}
#imageDataContainer {
	font: 10px Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}
#imageData{
	padding:0 10px;
	color: #201B18;
	}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}	
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose {
	width: 66px;
	float: right;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}	
img {
	border-color:#ffffff;

}
