body {
	font-family: sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	cursor: default;
	background-color: silver;
}

header, header img{
	background-color: black;
	display: block;
	margin:auto;	
}

/*div img {
   display:block;
   margin:auto;
}
*/
.nav {
	text-align:center;
	z-index:1;
	width: 100%;
	height: 45px;
	padding:auto;
	margin-top: -5px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom:5px;
	color:white;
	background-color: black;
	transform-style:preserve-3d;
}
.nav-list-container{
	display:inline-block;
	padding:0px;
	margin: 0px;
	position:relative;
  	top:50%;
  	transform:translateY(-50%);
}
.nav-list {
	padding: 0px;
	margin:0px;
}
.nav-item {
	display: inline;
	margin-right: 5px;
	margin-left:5px;
	padding-left:5px;
	padding-right: 5px;
}
.nav-item:hover{
	color:white;
}
#nav-highlighter{
	position: absolute;
	background-color: blue;
	height: 19px;
	width:25px;
	padding:5px;
	border-style: solid;
	border-width: 1px;
	border-color: blue;
	border-radius: 5px;
	z-index:-1;

}
.gloveType {
	font-size: 32px;
	z-index:1;
	width: 100%;
	height: 45px;
	padding:auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom:5px;
	color:white;
	background-color: black;
	transform-style:preserve-3d;
}
.gloveType-list-container{
	display:inline-block;
	padding:0px;
	margin: 0px;
	position:relative;
  	top:50%;
  	transform:translateY(-50%);
}
.gloveType-list{
	padding: 0px;
	margin:0px;
}
.gloveType-item {
	display: inline;
	margin-right: 5px;
	margin-left:5px;
	padding-left:5px;
	padding-right: 5px;
}

.content {
	height: 100%;
	width: 100%;
	display: none;
}
.pagetitle{
	text-align: center;
	font-size: 64px;
}
section {
	position:relative;
	width: 100%;
}
section.selected {
	display: block !important;
}

section h3, section h4{
	width:100%;
	text-indent: 10px;
	background-color: silver;
}
section h5{
	text-indent: 10px;
	margin:0px;
}
section p{
	position:relative;
	left:10px;
	text-indent: 10px;
}
#vert-demo {
	height:90%;
	width:90%;
	position:relative;
  	left:50%;
  	transform:translateX(-50%);
}
.img-caption{
	margin:0px;
	font-style: italic;
	color: grey;
	font-size: 10px;
}
a {
	color:blue;
	font-size: 10px;
}
a:clicked{
	color:blue;
}
p {
	margin:8px;
}
table, tr, td{
	align-content: center;
	padding: 5px;
}
h4{
	background-color: silver;
}
