html {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	line-height: 1.7em;
	width: 100%;
	height: 100%;
}
body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-color: black;
}
.bkImgWrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	background-size: cover;
	background-position: 50% 20%;
	background-repeat: no-repeat;
}
@media (max-width: 1000px) {
	.bkImgWrap {
		background-position: 100% 20%;
	}
}
.bkImgWrap.hidden {
	bottom: 100%;
}
#wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	min-width: 775px;
	min-height: 500px;
	overflow: hidden;
}
#wrapper > .dec1 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width:35%;
	background-image: url("leftBlackBk.png");
	background-repeat: repeat-y;
	background-position: 100% 0;
}
img {
	border: none;
}
#pc2 {
	position: absolute;
	top: 0;
	right: 0;
	left: 35%;
	bottom: 0;
	overflow-y: scroll;
}
#topbar, #bottombar {
	position: absolute;
	height: 30px;
	left: 0;
	right: 0;
	background-color: black;
	color: #c0c0c0;
	font-size: 13px;
	text-align: right;
	line-height: 20px;
	padding: 5px 20px;
	box-sizing: border-box;
}
#topbar {
	top: 0;
	border-bottom: 1px solid black;
	font-size: 16px;
}
#topbar a {
	text-decoration: none;
}
#bottombar {
	bottom: 0;
	border-top: 1px solid black;
}
#navigation2, #navigation3 {
	position: absolute;
	right: 65%;
	width: 245px;
	background-color: #d0d0d0;
}
#navigation2 {
	top: 25%;
	width: 700px;
	height: 160px;
	margin-top: -71px; /* 35 - (35 + 160 + 210 + 20)/4 */
	background-image: url("logoBox2.png");
	background-position: 0 -160px;
	margin-right: 230px;
}
#navigation2 a {
	display: block;
	position: absolute;
	top: 0;
	width: 300px;
	right: -300px;
	bottom: 0;
	background-image: url("logoBox2.png");
}
#navigation3 {
	/*top: 215px;
	bottom: 35px;*/
	top: 50%;
	height: 210px;
	margin-top: -18px; /* (35+160) - (35 + 160 + 210 + 20)/2 */
	width: auto;
	left: 0;
	background: none;
}
#navigation3 > div {
	position: relative;
	margin: 15px 0;
	background-image: none;
	background-color: black;
	font-size: 18px;
    line-height: 30px;
}
#navigation3 > div a {
	display: block;
	margin: 0 0 0 auto;
	width: 215px;
	padding: 10px 15px;
	background-color: black;
	color: white;
}
#navigation3 > div a:hover {
	background-color: #e8e8e8;
	border-left: 15px solid #b0b0b0;
	color: black;
}
#navigation3 > div a:active {
	background-color: white;
}
#navigation3 > div.sel a {
	background-color: white;
	border-left: 15px solid #b0b0b0;
	color: #900000;
}
#navigation3scroll {
	position: absolute;
	top: 0;
	left: 0px;
	bottom: 25px;
	right: 10px;
	color: #575757;
	overflow: auto;
	padding: 5px 0;
	line-height: 1.5em;
}
#navigation3 div + div span {
	position: relative;
	left: 0px;
	padding-left: 45px;
	background: url('marker.png') no-repeat 8px 5px;
	font-size: 18px;
	color: white;
}
a {
	color: white;
}
a:hover {
	color: #c0c0c0;
}
#navigation3 a {
	text-decoration: none;
	color: black;
}
#navigation3 a:hover {
	color: white;
}
#contentbox {
	position: absolute;
	top: 30px;
	bottom: 30px;
	right: 0;
	left: 50%;
	background-color: rgba(255,255,255,0.9);
}
#contentbox.scrollable {
	overflow-y: scroll;
}
h1 {
	font-size: 3em;
	margin: 50px 40px;
	line-height: 60px;
	color: #900000;
	font-weight: normal;
}
h1 img {
	vertical-align: center;
}
#content {
	position: absolute;
	top: 160px;
	bottom: 60px;
	left: 0;
	right: 0;
	padding: 10px 40px 10px 40px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1.4em;
	overflow-y: scroll;
}
@media (max-height: 800px) {
	h1 {
		margin: 35px 40px;
	}
	#content {
		top: 130px;
		bottom: 30px;
	}
}
#content p {
	margin: 1.4em 0;
}
#contactbox {
	position: absolute;
	right: 15px;
	bottom: 0;
	/*width: 220px;*/
	height: 280px;
	background-image: url("leftBlackBk.png");
	background-position: 0 0;
	padding: 20px;
	color: white;
	font-size: 12px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#contactshowhide {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 0;
}
.drop {
	height: 0px;
	margin-bottom: -1px;
	color: white;
}
.drophover {
	height: 0px;
	margin-top: -2px;
	margin-bottom: 1px;
	color: #505050;
}
.bigdrophover {
	padding-left: 40px;
	font-size: 18px;
}
.page {
	margin: 50px auto;
	padding: 60px 60px 20px 60px;
	background-color: black;
	color: white;
	border: 2px solid white;
	width: 560px;
}
a.pageButton1 {
	display: block;
}
a.pageButton1 div {
	position:absolute;
	top:51px;
	right:20px;
	background-image:url('buttonVTSC.png');
	width:267px;
	height:47px;
}
a.pageButton1 div:hover {
	background-position: 0 -47px;
}
a.pageButton1 div:active {
	background-position: 0 -94px;
}
html {
	line-height: 1.45em;
}
.labels p {
	line-height: 1.7em;
}
.labels a:link, .labels a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: black;
}
.labels a:hover {
	color: #900000;
	text-decoration: underline;
}
.labels a:active {
	color: red;
}

/* Labels grid */

.label-logo-grid {
	margin: 40px 30px 60px 0;
}

.label-logo {
	display: inline-block;
	width: 49%;
  padding: 25px 0 25px 30px;
	box-sizing: border-box;
	vertical-align: middle;
	text-align: center;
}

.label-logo img {
	width: 80%;
	cursor: pointer;
	transition: transform 0.4s ease;
	color: black;
	max-width: 300px;
}

.label-logo:hover img {
	transform: scale(1.05);
	color: #900000;
}

/* Misc */

.pdf-link {
	text-align: center;
}

.pdf-link a {
	display: inline-block;
	background-color: black;
	padding: 8px 16px;
	letter-spacing: 0.05em;
	color: white;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
}

.pdf-link a:hover {
	background: #202020;
	color: white;
}

.brand-images {
	margin: 40px 0;
	text-align: center;
}

.brand-images img {
	display: inline-block;
	width: 40%;
	max-width: 300px;
	margin: 0 10px 20px;
	border: 4px solid white;
	border-radius: 2px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
	vertical-align: middle;
}

.brand-images img.large {
	width: 80%;
	max-width: 600px;
}

form.login {
	margin: 60px auto;
	width: 250px;
}

form.login input {
	display: block;
	width: 100%;
	margin: 18px 0;
	background: white;
	border: 1px solid black;
	border-radius: 3px;
	padding: 6px 8px;
	font-size: 15px;
	line-height: 1.4;
}

form.login input[type="submit"] {
	background: black;
	color: white;
	width: 100px;
	margin: 18px auto;
	cursor: pointer;
}

form.login input[type="submit"]:hover {
	background: #333;
}

form.login p {
	text-align: center;
	margin-top: 30px;
}

form.login a {
	color: black;
	font-size: 15px;
}

/* ACCESS FORM */

form.req-access {
	margin: 60px auto;
	width: 325px;
}

form.req-access p {
	margin: 40px 0;
	text-align: center;
}

form.req-access label {
	display: block;
	margin: 18px 0;
}

form.req-access input,
form.req-access select,
form.req-access textarea {
	display: block;
	width: 100%;
	margin: 5px 0 0;
	background: white;
	border: 1px solid black;
	border-radius: 3px;
	padding: 6px 8px;
	font-size: 15px;
	line-height: 1.4;
	box-sizing: border-box;
	font-family: sans-serif;
}

form.req-access textarea {
	height: 100px;
	resize: none;
}

form.req-access input[type="submit"] {
	background: black;
	color: white;
	width: 150px;
	margin: 18px auto;
	cursor: pointer;
	margin-top: 30px;
}

form.req-access input[type="submit"]:hover {
	background: #333;
}

/* WHOLESALERS */

.wholesalers .brand {
	padding: 40px;
	margin: 0 40px;
	text-align: center;
}

.wholesalers .brand + .brand {
	border-top: 2px solid #bbb;
}

.wholesalers .brand-logo {
	display: block;
	width: 250px;
	margin: 0 auto 40px;
}

.wholesalers .brand a {
	display: inline-block;
	padding: 6px 15px;
	margin: 10px;
	background: black;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
}

.wholesalers .brand a:hover {
	background: #444;
}

.wholesalers .brand p {
	font-size: 18px;
	line-height: 1.4;
	margin: 1.4em 0;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
}

.admin-bar {
	background: white;
	padding: 30px;
	margin: 20px;
	border: 2px solid #e0e0e0;
}

.admin-bar a {
	color: black;
}

.admin-panel {
	margin: 30px;
	font-family: Arial, Helvetica, sans-serif;
}

.admin-panel a {
	color: black;
}

.admin-panel table {
	border-collapse: collapse;
	width: 100%;
}

.admin-panel table tr {
	background-color: white;
}

.admin-panel table th,
.admin-panel table td {
	border: 1px solid #d0d0d0;
	padding: 6px 10px;
	text-align: left;
}

.admin-panel table form {
	display: inline-block;
}