@charset "UTF-8";
/* CSS Document */

aticle, aside, figure, figcaption, footer, header, hgroup, nav, section, summary {
	display:block
}

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #000000;
	background-image: url(../images/HomePage_bgnd.jpg);
	background-position: center top;
	color: #C1C1C1;
	font-family: 'Inconsolata';
	background-repeat: repeat-y;
}
#container {
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
header {
	margin-bottom: 50px;
}
#mainNav {
	height: 53px;
	margin-top: 60px;
	position: relative;
}
#mainNav img{
	display: block;
	float: left;
	border: 0px;
}
#logo {
	position: absolute;
	left: 437px;
	top: -49px;
}
.spacerDiv {
	height: 60px;
}
#navLeft {
	float: left;
	width: 323px;
	padding-top: 85px;
	display: block;
}
#navLeft img{
	display: block;
	border: 0px;
}
#navTop {
	height: 85px;
}
#navTop img{
	display: block;
	float: left;
	border: 0px;
}
#search_box {
	float: right;
	width: 186px;
	height: 44px;
	background-image: url(../images/searchBox.png);
	margin-right: 10px;
}
#search_box #s {
	float: left;
	padding: 0;
	width: 135px;
	background: none;
	margin-top: 14px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 12px;
	border: 0;
	color: #999;
	font-size: 14px;
}
#search_box #go {
	float: right;
	margin-top: 9px;
	margin-right: 9px;
	margin-bottom: 0;
	margin-left: 0;
}
#youtube {
	float: left;
	margin-left: 5px;
}
.social-links {
	margin: 0 0 20px 46.5%;
	width: 30%;
	float: left;
}
.fa-brands {
	margin: 0 5%;
	font-size: 2.5vw;
}
.fa-facebook-square {
  	color: #1977f3;
}
.fa-instagram {
  	color: transparent;
  	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  	background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  	background-clip: text;
  	-webkit-background-clip: text;
}
.fa-twitter-square {
  	color: #1d9bf0!important;
}
.fa-youtube-square {
  	color: #ff0000!important;
}
.fa-tiktok {
  	color: #111111;
  	filter: drop-shadow(2px 0px 0px #FD3E3E) drop-shadow(-2px -2px 0px #4DE8F4);
}
h1 {
	font-family: 'IM Fell English', serif;
	letter-spacing: 0.2em;
	text-align: center;
	font-weight: normal;
}
h2 {
	text-align: center;
}
h3 {
	font-size: 16px;
	margin-bottom: 1px;
	text-align: center;
}
#main {
	margin-bottom: 15px;
	text-align: left;
}
#main a {
	color: #84D077;
	text-decoration: none;
}
#main a:hover {
	color: #fea24f;
}
#category {
	width: 100%;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-left: 50px;
}
#category ul li {
	display: block;
	float: left;
	list-style-type: none;
	padding-left: 20px;
	padding-right: 20px;
}
#category ul li a {
	color: #84D077;
	font-size: 20px;
}
#prodDiv {
	width: 980px;
	clear: left;
	margin-left: auto;
	margin-right: auto;
}
.prodTable td {
	text-align: center;
	height: 260px;
	width: 250px;
	background-image: url(../images/polaroid_sm.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#thumbDiv {
	height: 165px;
	width: 200px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#thumbDiv img{
	height: 150px;
	width: 150px;
}
#itemnameDiv {
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	line-height: 14px;
}
#itemnameDiv a {
	color: #333;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
#itemnameDiv a:hover {
	color: #fea24f;
	text-decoration: none;
}
#pagerDiv {
	color: #C1C1C1;
	text-align: center;
}
#pagerDiv a {
	font-weight: normal;
	color: #84D077;
}
#imageLg {
	height: 542px;
	width: 335px;
	padding-top: 60px;
	padding-left: 37px;
	padding-right: 30px;
	float: left;
	background-image: url(../images/polaroid_lg.png);
	background-position: top;
	background-repeat: no-repeat;
	margin-left: 10px;
	position: relative;
}
#imageLg h2 {
	font-family: 'IM Fell English', serif;
	color: #333333;
	font-size: 24px;
	text-align: center;
	margin-left: -5px;
	margin-top: 17px;
}
.descripDiv {
	margin-left: 435px;
	padding-top: 40px;
	height: 450px;
	width: 400px;
}
#detailLinks {
	width: 360px;
	position: absolute;
	left: 23px;
	top: 499px;
}
#detailLinks img {
	width: 55px;
	height: 55px;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 10px;
	border:none;
}
.videoDiv {
	width: 853px;
	margin-left: auto;
	margin-right: auto;
}
.videoDiv h2 {
	font-family: 'IM Fell English', serif;
	color: #CCC;
	font-size: 30px;
	text-align: center;
}
.centerDiv {
	text-align: center;
	padding-top: 30px;
}
footer p {
	text-align: center;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}
footer {
	background-image: url(../images/footer_border.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 10px;
	clear: both;
	height: 50px;
}
#Update_Basic_Default_ProgressWrapper {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
#MITvideo {
	width: 640px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
footer a {
	color: #C1C1C1;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}
#signature  {
	color: #999;
	text-align: right;
	font-size: 11px;
	float: right;
	width: 200px;
	margin-top: -25px;
	padding-right: 10px;
}
#signature a  {
	color: #999;
	text-decoration: none;
}
#signature a:hover {
	color: #FFF;
	text-decoration: underline;
}
#adminLinks {
	text-align: center;
}
#spiritLink img {
	width: 100px;
	float: left;
	margin-right: 5px;
	margin-top: -5px;
	border:none;
}
#questionsDiv {
	margin-left: 150px;
	border-bottom: medium solid #999999;
	width: 700px;
}
#questionsDiv p {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#answersDiv p {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#answersDiv ul li {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 50px;
}
#IDdiv {
	visibility: hidden;
}body {
	background-color: #000000;
}
#videoSetup input {
	color: #999;
}
#videoDemo input {
	color: #999;
}
#videoSetup input:focus {
	color: #000;
}
#videoDemo input:focus {
	color: #000;
}
#noItems {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
#noItems h1 {
	color: #99cc66;
	font-family: "Menlo", Helvetica, Arial, sans-serif;
	font-size: 24px;
	text-align: center;
}

/* Responsive Styles */

#prodDiv-responsive {
	width: 100%;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
.prodTable-responsive {
	width: 50%;	
	float: left;
}
.prodTable-responsive td {
	text-align: center;
	padding-bottom: 10px;
	background-image: url(../images/polaroid_sm.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#thumbDiv-responsive {
	width: 88%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#thumbDiv-responsive img {
	
}