@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	clear: both;
}
html, body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	font-family: 'Open Sans', sans-serif;
}
.container {
	width: 100%;
	margin: 0;
	padding: 0;
	height: auto;
}
.wrapper {
	width: 100%;
	height: auto;
	margin: auto;
}
ul {
	list-style: none;
	word-spacing: 30px;
	text-transform: uppercase;
	text-align: center;
	padding: 10px;
	background-color: #181818;
}
li {
	display: inline;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-weight: 500;
}
.headernav {
	color: #C8C8C8;
	text-decoration: none;
}
a.headernav:hover {
	color: white;
}
.logo {
	margin: auto;
	display: block;
	padding: 20px;
}
#herowrapper {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	background-color: #181818;
}
.heroheadline {
	padding: 20px;
	padding-top: 75px;
	text-align: center;
	color: white;
	font-size: 36px;
	text-shadow: 0px 0px 10px black;
}
.footer {
	background-color: #181818;
	min-height: 100px;
	height: auto;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 30px;
}
.herocta {
	width: 200px;
	height: 50px;
	border-color: white;
	border: white solid 1px;
	box-shadow: 0px 0px 22.5px 2.5px rgba(0, 0, 0, 0.5);
	border-radius: 100px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
	line-height: 50px;
	color: white;
}
.hero {
	text-align: center;
	width: 100%;
	max-width: 960px;
	margin: auto;
	height: 600px;
	background-image: url(../images/desk.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
button:hover {
	background-color: #181818;
	cursor: pointer;
	color: white;
}
.footercontent {
	color: #C8C8C8;
	text-align: center;
	font-size: 12px;
	padding-bottom: 15px;
	font-weight: 100;
}
.homecontent {
	max-width: 960px;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 75px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 16px;
}
.aboutcontent {
	max-width: 960px;
	margin: auto;
	margin-top: -50px;
	padding-top: 20px;
	padding-bottom: 75px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 16px;
	background-color: #F1F1F1;
}
h2 {
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 40px;
	margin-top: 20px;
	clear: both;
}
.homeparagraph {
	padding-top: 20px;
	padding-bottom: 20px;
}
.contentimage {
	margin-top: 20px;
	margin-bottom: 40px;
	border-radius: 3px;
}
.tabbedimage {
	margin-top: 20px;
	margin-bottom: 40px;
	border-radius: 0px 0px 3px 3px;
}
.dropdown {
	position: relative;
	display: inline-block;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #181818;
	min-width: 50px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	padding: 10px;
	z-index: 1;
	font-size: 12px;
	border-radius: 3px;
	color: #C8C8C8;
}
.dropdown:hover .dropdown-content {
	display: block;
	width: 480px;
	margin: 0;
	margin-left: -238px;
}
.dropextra {
	color: #C8C8C8;
	line-height: 40px;
	font-size: 12px;
	font-weight: 100;
}
.dropextra:hover {
	color: white;
}
.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
}
.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: #555;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
	font-weight: 100;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -60px;
	opacity: 0;
	transition: opacity 1s;
}
.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}
.contentlink {
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted black;
	font-weight: bold;
}
.contentlink:active {
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted black;
	font-weight: bold;
}
hr {
	background: black;
	height: 2px;
}
#myDIV {
	display: none;
}
.highlightbox {
	width: 100%;
	height: auto;
	background: #F1F1F1;
	text-transform: uppercase;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 3px;
	font-size: 20px;
	margin-top: -20px;
	margin-bottom: -20px;
}
h1 {
	font-size: 16px;
	margin-top: -15px;
}
.p-contact {
	font-size: 16px;
}
.contact-tab {
	background: #F1F1F1;
	width: 480px;
	height: auto;
	padding-bottom: 30px;
	border-radius: 3px 3px 0px 0px;
	margin: auto;
}
.divTable {
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	display: table-cell;
	padding: 3px 10px;
	padding-bottom: 60px;
	text-align: center;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}
h5 {
	text-align: center;
}
h3 {
	font-size: 20px;
	padding-bottom: 20px;
}
.catalog-lists {
	background: white;
	text-align: left;
	text-transform: none;
	word-spacing: normal;
}
.catalog-list-item {
	list-style: disc outside none;
	display: list-item;
	margin-left: 1em;
	margin-top: -30px;
}
.catalog-header-link {
	display: inline;
	text-align: center;
	background: none;
}
.catalog-sub-box {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 3px;
}
.category-headings {
	text-transform: uppercase;
	font-size: 18px;
	text-align: left;
	margin-bottom: 20px;
}
.shop-grid {
	width: 100%;
	height: auto;
	padding: 0;
	margin: auto;
	font-size: 16px;
}
.shop-grid-square {
	width: 40%;
	height: auto;
	display: inline-block;
	padding-bottom: 40px;
	padding-top: 40px;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 20px;
	margin-left: 20px;
	text-align: center;
}
.shop-grid-square2 {
	width: 40%;
	height: auto;
	display: inline-block;
	padding-bottom: 40px;
	padding-top: 40px;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 20px;
	margin-left: 20px;
	text-align: center;
}
.product-photo {
	border-radius: 3px;
}
.bottomdivTable {
	display: table;
	width: 100%;
}
.bottomdivTableRow {
	display: table-row;
}
.bottomdivTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.bottomdivTableCell, .divTableHead {
	display: table-cell;
}
.bottomdivTableCell {
	width: 33%;
	text-transform: uppercase;
}
.bottomdivTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.bottomdivTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.bottomdivTableBody {
	display: table-row-group;
}
.headercallinfo {
	width: 100%;
	background: #F1F1F1;
	padding-top: 40px;
	padding-bottom: 30px;
}
