body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1em;
	background-color: black;
	color: white;
	margin: 0px;
	padding: 0px;
}

a, a:hover, a:active, a:visited {
	color: white;
}

#header {
	width: 100%; 
	margin: 10px 0 0 0; 
	padding: 0;
	height: 200px;
	background-color: #360000;
}

#headerleft {
	margin: 0; 
	padding: 0; 
	float: left; 
	height: 200px; 
	width: calc(50% - 462px); 
	background-image: url('images/headerleft.jpg'); 
	background-repeat: repeat-x;
}

#headerright {
	margin: 0; 
	padding: 0; 
	float: left; 
	height: 200px;
	width: calc(50% - 462px); 
	background-image: url('images/headerright.jpg'); 
	background-repeat: repeat-x;
}

#headercenter {
	margin: 0; 
	padding: 0; 
	float: left; 
	height: 200px; 
	width: 923px; 
	background-image: url('images/header.jpg'); 
	background-repeat: none
}

#ageverify {
	margin-top: 3em;
	margin-left: auto;
    margin-right: auto;
	width: 500px;
	text-align: center;
}

#agebuttonsblock {
	margin-top: 2em;
	margin-bottom: 2em;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
}	

.agebutton {
	background-color: #ee712a;
	padding: 0.5em;
	text-transform: uppercase;
	float: left;
	clear: none;
	width: 5em;
	border: 1px solid white;
	text-align: center;
	display: inline-block;
	position: relative;
	margin: 0px 0px 10px 10px;
	border-radius: 5px;
	cursor: pointer;
}

#ageremember, #check {
	cursor: pointer;
}

#imageleft {
	border: 0;
	margin-left: 25px;
	margin-top: 25px;
	float: left;
	width: 350px;
}

#contentbox {
	width: calc(100% - 425px);
	/* background-color: #330000; */
	float: left;
	margin-top: 0.2em;
	padding: 1em;
	position: relative;
}

#navbar {
	background-color: #3f0009;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
	border-top: 0.1em solid #fffcfd;
}

.navitem {
	margin: 0px 10px 0px 10px;
	float: left;
	color: white;
	padding: 1em;
	cursor: pointer;
}

.navitem:hover {
	background-color: #63000e;
}

.navitem a {
	text-decoration: none;
}

.selected {
	border-bottom: 0.1em solid #fffcfd;
}

#leftbar {
	background-color: #3f0009;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
}

.leftitem {
	margin: 0;
	width: 100%;
	color: white;
	cursor: pointer;
	padding: 1em;
}
.leftitem a {
	text-decoration: none;
}

.leftitem:hover {
	background-color: #63000e;
}

#imgdiv {
	width: 300px;
	height: 220px;
	background-color: #3f0009;
	border-radius: 5px;
	border: 1px solid #fffcfd;
	float: right;
	text-align: center;
	display: inline-block;
	position: relative;
	margin: 10px;
	cursor: pointer;
}

.thumb {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#floatingcenter {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
}

.floatbox {
	float: left;
	clear: none;
	width: 300px;
	height: 220px;
	background-color: #3f0009;
	border: 1px solid #fffcfd;
	text-align: center;
	display: inline-block;
	position: relative;
	margin: 0px 0px 10px 10px;
	border-radius: 5px;
	cursor: pointer;
}

#viewercontainer {
	position: fixed;
	z-index: 30;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	display: none; /* table; */
	cursor: pointer;
}

#vieweralign {
	display: table-cell;
	vertical-align: middle;
}

#viewer {
	width: 1020px;
	height: 770px;
	text-align: center;
	margin: auto;
	background-color: #3f0009;
	border: 1px solid #fffcfd;
	border-radius: 5px;
	text-align: center;
}

.productOuter {
	width: 100%;
    	padding: 0;
    	margin: 0;
    	list-style: none;
    	margin-left: -2rem;
    	flex: 1;
    	min-width: 0;
    	margin-left: 0;	
	color: white;
	min-height: 210px;
	display: flex;
	cursor: pointer;
}

.productOuter:after {
	content: "";
      	display: table;
      	clear: both;
}

.productOuter:hover {
	background-color: #3f0009;
}

.productImage {
	width: 200px;
	justify-content: center;
	width: 200px;
	background-color: black;
}

.productContent {
	margin-left: 2em;
	margin-right: 2em;
	flex-grow: 10;
	width: auto;
	margin-top: 10px;
}

.productData {
	margin-top: 10px;
	width: 200px;
}

.price {
	font-size: 20;
}

.hdr {
	font-size: 20;
	font-weight: bold;
}
