@charset "utf-8";


body {
	font-family: arial, serif;
	font-size: 12px;
	color: #000;
	vertical-align: top;
	padding: 0;
	margin: 0;
	background-color: #3b3a3a;
	height: 100%;
}
body#home a#nav-home,
body#about a#nav-about,
body#audio a#nav-audio,
body#games a#nav-games,
body#contact a#nav-contact{
	background-color:#f9e53f;	
	background-image: url('images/nav-button-active.jpg');

}

#screen {
	margin: auto;
}
.bkgrnd {
    background-image: url("images/spider-web.gif");
    background-repeat: no-repeat;
    position: fixed;
	height: 100%;
    top: 0px;
    width: 75%;
	background-size: auto;
}
#wrap {
	width: 1060px;
	height: 100%;
	margin: auto;
	display: block;
}
#header {
	margin: auto;
	background-color: #3b3a3a;
	width: 1060px;
	height: 213px;
	position: relative;
}
#header H1 {
	color: #fbbb2d;
	margin-left: -15px;
	font-family: 'LondrinaSolidRegular',arial,helvetica,sans-serif;
	font-size: 25px;
	line-height: 25px;
	font-weight: normal;	
	text-transform: capitalize; 
}
#logo {
	float: left;
	position: relative;
	width: 264px;
	top: 9px;
	left: 55px;
	padding: 0;
}
#name {
	float: left;
	width: 400px;
	padding: 40px 20px 10px 55px;
	vertical-align: bottom;
}
.phone {
	padding-top: 6px;
}
#social-media {
	float: right;
	width: 180px;
	padding: 120px 20px 10px 0;
	text-align: right;
	vertical-align: bottom;
}
#social-media img {
	padding-left: 5px;
	
}

/*--- Navigation Style ---*/
#nav {
	width: auto;
	height: 56px;
	width: 990px;
	background: #000;
	padding: 2px 4px;
	margin: auto;
	text-align: center;
	position: relative;
}


#navMenu ul {
	margin: 0;
	padding: 0;	
	line-height: 24px;
	text-align: center;
}
#navMenu li {
	margin: 0;
	padding: 0;	
	list-style: none;
	float: left;
	position: relative;
}
#navMenu ul li a {
	text-align: center;
	text-decoration: none;
	width: 174px;
	height: 32px;
	color: #000;	
	display: block;
	padding: 10px;
	margin: 2px;
	background-color:#f2c41b;	
	background-image: url('images/nav-button.jpg');
	font-family: 'LondrinaSolidRegular',arial,helvetica,sans-serif;
	font-size: 28px;
	line-height: 25px;
	font-weight: normal;	
	text-transform: uppercase; 
}
#navMenu ul li:active a {
	background-color:#f9e53f;	
	background-image: url('images/nav-button-active.jpg');
}

#navMenu ul li:hover a {
	background-color:#f9e53f;	
	background-image: url('images/nav-button-active.jpg');

}
#navMenu li a.current {
	background:#414141;	
	color:white;
}

#navMenu ul ul {
	position:absolute;
	visibility:hidden;
	top: 57px;
	left: 7px;
	z-index:150;
}
#navMenu ul li:hover > ul {
	visibility: visible;
	text-shadow: none;
}
#navMenu li li {
	padding: 0;
	background-color: #6bb0e1;
	background-image: none;
}

#navMenu ul li ul li a {
	text-align: left;
	background-image: none;
	background-color: #6bb0e1;
	text-decoration: none;
	font-size: 16px;
	text-transform: none;
	font-weight: normal;
	height: 13px;
	margin: auto;
	padding: 10px;
	width: 180px;

	display: block;
	color: #000;	
	z-index:150;
	border: 2px solid #000;
}
#navMenu ul li:hover ul {
	visibility: visible;
	text-shadow: none;
	margin: -2px 0 0 0;
}
#navMenu ul li ul li a:hover {
	color: #000;
	background-image: none;
	background-color: #76b06a;
	height: 13px;
	margin: auto;
	padding: 10px;
	width: 180px;
	z-index:150;
	border: 2px solid #000;
}

.clearFloat {
	clear:both;
	margin: 0;
	padding: 0;	
}

H1 {
	color: #000;
	font-family: 'LondrinaSolidRegular',arial,helvetica,sans-serif;
	font-size: 25px;
	font-weight: normal;
	margin:0;
	padding-top:10px;
}
H2 {
	color: #000;
	font-family: 'LondrinaSolidRegular',arial,helvetica,sans-serif;
	font-size: 25px;
	text-transform: uppercase; 
	font-weight: normal;
	margin: 0;
	padding: 0 0 15px;
}
H3 {
	color: #000;
	font-family: 'LondrinaSolidRegular',arial,helvetica,sans-serif;
	font-weight: normal;
	font-size: 19px;
}
.product h3 {
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
}
H4 {
	color: #ef3f46;
	font-family: 'LondrinaSolidRegular',arial,helvetica,sans-serif;
	font-weight: normal;
	font-size: 19px;
	margin: 0;
	padding: 0;
}
H5 {
    background-color: #4dbc87;
    clear: both;
    color: #000;
    font-family: "LondrinaSolidRegular",arial,helvetica,sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin: 10px 0 10px -3px;
    padding: 3px 6px;
    text-transform: uppercase;
}
A:link, A:visited {
	color: #0b8c78;
	font-weight: bold;
	text-decoration: none;
}
A:hover, A:active {
	color: #0EA992;
	font-weight: bold;
}
.breadcrumbs { 
	color: #0b8c78;
	margin-bottom: 25px;
}
.breadcrumbs A:link, .breadcrumbs A:visited {
	color: #0b8c78;
	font-weight: normal;
}
.breadcrumbs A:hover, .breadcrumbs A:active {
	color: #0EA992;
	font-weight: normal;
}
p {
	padding: 0 0 10px 0;
	margin: 0;
}
ul {
	margin: 7px 0 10px 0;
    padding-left: 16px;
}
h4 A:link, h4 A:visited, h4 A:hover, h4 A:active {
	font-weight: normal;
}
li {
	padding: 3px 0 0 0;
	margin: 0;
}
.highlight {
	width: 651px;
	background: #F26870;
	padding: 15px;
	margin: 15px 0;
	border: 6px solid #000;
	color: #000;
	font-family: 'LondrinaSolidRegular',arial,helvetica,sans-serif;
	font-size: 16px;
	font-weight: normal;
}
.highlight H3 {
	color: #000;
	font-family: 'LondrinaSolidRegular',arial,helvetica,sans-serif;
	font-weight: normal;
	font-size: 20px;
	margin: 0;
	padding-bottom: 5px;
}
.highlight A:link, .highlight A:visited {
	color: #000;
	font-weight: normal;
}
.highlight A:hover, .highlight A:active {
	color: #000;
	font-weight: normal;
}

.team img {
	clear: right;
	float: left;
	width: 145px;
	border: 5px solid #000;	
	margin: 18px 0 15px 0;
}
.team-description {
	float: right;
	width: 535px;
	padding-left: 10px;	
}
.team-description H3 {
	margin-bottom: 0;
	padding-bottom: 4px;
}
.footnote {
	font-size: 10px;
	color: #B9B9B9;
	padding: 10px 0;
}
#page {
	margin: 0 0 10px 40px;
	width: 960px;
	height: auto;
	background: #000;
	position: relative;
	padding: 0 10px 155px;
	float: left;
}
#main {
	width: 100%;
	position: relative;
}
#main H1 {
	background-color: #ef3f46;
	padding: 10px;
	font-size: 25px;	
	text-transform: uppercase; 
	margin: 0px;
	border-bottom: 4px solid #000;
}
#main .video {
	width: 228px;
	height: 280px;
	float: right;
	background-color: #fccab4; 
	text-align: left;
}
#main .video h1 {
	margin: 0 0 6px;
	text-align: center;
	padding-bottom: 4px;
	border-bottom: 3px solid #000;
}
#main .video H2 {
	font-size: 20px;
	padding: 0px 9px;
	margin: 7px 0 3px 0;
	text-align: left;
}
#main .video p {
	padding: 0 9px 3px;
	font-size: 10px;
	line-height: 12px;
}
#main .video img {
	text-align: center;
}
.video .infusion-submit {
	padding: 9px;
    text-align: left;
}
#container-outer {
    float:left;
    background: #000;
	width: 960px;
	height: auto;
	position: relative;
}
#container-facebook {
    float:left;
    background: #fff;
	width: 940px;
	height: auto;
	position: relative;
	margin: 10px;
}
#container-inner {
    float:left;
    position: relative;
    right:0;
}
#content-main {
    float: left;
    left: 0;
    position: relative;
    width: 563px;
	background: #fff;
	margin: 10px;
}
#content {
    float: left;
    left: 0;
    position: relative;
    width: 703px;
	background: #fff;
	margin: 0 0 10px;
	padding: 20px 35px;
	text-align: left;
	min-height: 628px;
}
#content H1 {
	background-color: #FDBA0A;
	padding: 7px;
	font-size: 25px;	
	text-transform: uppercase; 
	margin: 10px 0 15px -10px;
	width: 75%;
	height: 28px;
	border: 4px solid #000;
}
#content .left {
	float: left;
	width: 315px;
	padding: 0px;
}
#content .left p {
	margin-bottom: 15px;
}
#content .right {
	float: right;
	position: relative;
	width: 352px;
	height: auto;
	padding: 0;
}
#content .right img {
	border: 5px solid #000;
	margin-bottom: 15px;
}
#content-sidebar {
    float: left;
	width: 177px;   
    left: 783px;
    position: absolute;
	top: 0px;
	color: #000;
}
#content-sidebar .left {
	float: left;
	width: 177px;
	padding: 0px;
}
#content-sidebar .right {
	float: right;
	position: relative;
	width: 185px;
	height: auto;
	padding: 0;
}
.product {
	float: left;
	width: 210px;
	margin: 15px 24px 15px 0;
}
.image-right-OLD {
	float: left;
	margin: 20px 0 15px 17px;
}
.product img {
	border: 3px solid #000;
}
.product-thmb {
	float: left;
	width: 181px;
	margin: 6px 5px 10px 6px;
}
.product-thmb h3 {
	background-color: #fdba0a;
	font-size: 16px;
	height: 10px;
	padding: 7px 10px 10px;
	margin: 0;
	text-align: center;
}

.related-left {
    float: left;
    padding: 0 10px 0 0;
    width: 110px;
}
.related-right {
    float: left;
    padding: 0 0 15px;
    width: 200px;
}
.image-right {
	float: right;
	border: 5px solid #000;	
	margin: 15px 0 15px 20px;
}
.image-left {
	float: left;
	border: 5px solid #000;	
	margin: 15px 20px 15px 0;
}
.starburst {
	float: right;
	border: 0px solid #000;	
	margin: 0 -20px 15px 0;
}
.form {
	float: left;
	background-color: #fccab4;
	margin: 20px 0 15px 0;
	padding: 20px;
	position: relative;
	width: 425px;
	border: 3px solid #000;
}
.form p {
	line-height: 12px;
}
.hidden {
	display: none;
	visibility: hidden;
	position: absolute;
}
.form h2 {
	color: #000;
	font-family: 'LondrinaSolidRegular',arial,helvetica,sans-serif;
	font-size: 19px;
	line-height: 17px;
	padding: 0px;
}
.form h3 {
	color: #000;
	font-family: 'LondrinaSolidRegular',arial,helvetica,sans-serif;
	font-size: 15px;
	line-height: 16px;
	font-weight: normal;
	padding: 3px 0 0;
}

.label {
	float: left;
	width: 48%;
	padding: 10px;
	background-color: #fedc82;
	font-weight: bold;
	border: 2px solid #000;
}
.included {
	float: left;
	width: 20%;
	background-color: #FEEDC0;
	padding: 10px;
	text-align: center;
	border: 2px solid #000;
}
.included-header {
	float: left;
	width: 20%;
	background-color: #6BB0E1;
	padding: 10px;
	text-align: center;
	border: 2px solid #000;
}
.infusion-submit {
	text-align: left;
	margin-top: 6px;
}
.infusion-button {
	background-color: #ef3f46;
	width: 50px;
	padding: 3px;
	color: #fff;
	font-family: 'LondrinaSolidRegular',arial,helvetica,sans-serif;
	font-size: 15px;
}
.infusion-field {
	padding-top: 5px;
}
#sidebar {
    float: left;
	width: 370px;   
    left: 588px;
    position: absolute;
	top: 0px;
	color: #000;
}
#sidebar H1 {
	background-color: #fdba0a;
	width: 95%;
	padding: 10px;
	font-size: 25px;	
	text-transform: none; 
	margin-top: 10px;
}
#sidebar H2 {
	color: #000;
	font-family: 'Times',serif;
	font-size: 19px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
.special {
	background-color: #fccab4;
	font-size: 11px;
	margin: 3px 3px 8px;
	padding: 10px;
}
#sidebar .special {
	height: 179px;
}
#sidebar .special img {
	border: 2px solid #000;
}
#sidebar .special .left {
	float: left;
	width: 177px;
	padding: 0px;
}
#sidebar .special .right {
	float: right;
	position: relative;
	width: 155px;
	height: auto;
	padding: 0;
}
#sidebar .main {
	padding: 20px;
	min-height: 240px;
}
#sidebar .left {
	float: left;
	width: 177px;
	padding: 0px;
}
#sidebar .right {
	float: right;
	position: relative;
	width: 185px;
	height: auto;
	padding: 0;
}
#sidebar .button {
	margin-top: 4px;
}
.info {
	padding: 25px 25px 15px 25px;

}
.categories H1 {
	background-color: #6bb0e1;
	padding: 10px;
	font-size: 25px;	
	text-transform: uppercase; 
	margin: 0px;
	border-bottom: 4px solid #000;
}
.quote {
    background-color: #fccab4;
    font-family: "LondrinaSolidRegular",arial,helvetica,sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin: 19px 0;
    padding: 14px 10px 10px;
}
.quote .footnote {
    color: #5c5c5c;
    font-size: 13px;
    padding: 5px 0 10px;
    text-align: right;
}
#cornelius-home {
	position: absolute;
	top: 50px;
	left: -70px;
	z-index: 900;
	margin: auto;
}
#spider {
    float: left;
    left: -100px;
    position: absolute;
    top: -50px;
    z-index: 10;
}
#bats {
    float: right;
    right: -300px;
    position: absolute;
    top: 130px;
    z-index: 10;
}
#kernal-corn {
	position: absolute;
	top: 70px;
	left: -130px;
	z-index: 900;
	margin: auto;
}
#ghosts {
	float: right;
	position: absolute;
	bottom: 90px;
	right: -205px;
	text-align: right;
	z-index: 1050;
}
#grass {
	clear: both;
	background-image: url('images/grass.png');
	background-repeat: repeat-x;
	position: fixed;
	height: 50px;
	min-height: 50px;
	bottom: 100px;
	width: 100%;
	z-index: 1000;
}
.product-video {
	z-index: 500;
	float: right;
}
#video {
	z-index: 500;
}
.clear {
	clear: both;
}
#footer {
	clear: both;
	font-family: 'LondrinaSolidRegular',arial,helvetica,sans-serif;
	font-size: 16px;
	font-weight: normal;	
	color: #cade6e;
	background-color: #191919;
	width: 100%;
	position: fixed;
	bottom: 0px;
	min-height: 70px; 
	z-index: 1000;
	padding-bottom: 0;
}
#footer H1 {
	background-color: none;
	color: #cade6e;
	width: 100%;
	padding: 0;
	font-size: 28px;	
	text-transform: uppercase; 
}
#footer A:link, #footer A:active, #footer A:visited, #footer A:hover {
	color: #D1E281;
	text-decoration: none;
	font-weight: normal;
}
#footer .content {
	width: 960px;
	min-height: 100px; 
	vertical-align: bottom;
    margin: auto;
	display: block;
	position: relative;
}
#copyright {
	float: left;
	width: 31%;
	text-align: left;
	overflow: display;
}
#design img {
	position:relative;
	bottom:-4px;
} 
#design {
	font-size: 13px;
	float: left;
}
#info {
	float: left;
	width: 23%;
	line-height: 17px;
	text-align: left;
}

.hidden {display: block;}

/*--- Rotator Styles ---*/

#wowslider-container1 { 
	/*overflow: hidden; */
	position: relative; 
	width:725px;
	height: 280px;
	margin: 0 0 10px;
	z-index:100;
	float: left;
}

#wowslider-container1  .ws_bullets { 
	top: 0;
    left: 0;
	width: 700px;
	font-size: 0px; 
	margin: 255px 20px 3px 625px;
	float: left;
	position:absolute;
	z-index:980;
}

#wowslider-container1 .ws_images{
	width:725px;
	height:280px;
	overflow:hidden;
	position:relative;
}
#wowslider-container1 .ws_images a{
	color:transparent;
}
#wowslider-container1 .ws_images img{
	top:0;
	left:0;
	border:none 0;
	max-width: none;
}
#wowslider-container1 a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}

#wowslider-container1  .ws_bullets div{
	position:absolute;
	float:left;
}
#wowslider-container1 .ws_bullets a { 
	margin-left: 5px; 
	height: 10px; 
	width: 10px; 
	float: left; 
	background-color: #86c749;
	border: 1px solid #000; 
	position:relative;
	
}
#wowslider-container1 .ws_bullets .ws_selbull { 
	background-color: #ef3f46; 
}

#wowslider-container1 .ws_bullets a:hover, #wowslider-container1 .ws_overbull { 
	background-color: #ef3f46;
}
#wowslider-container1 a.ws_next{
	background-position: 0 0; 
	right:-7px;
}
#wowslider-container1 a.ws_prev {
	left:-7px;
	background-position: 0 100%; 
}
#wowslider-container1 a.ws_next:hover{
	background-position: 100% 0; 
}
#wowslider-container1 a.ws_prev:hover{
	background-position: 100% 100%; 
}
@font-face {
    font-family: 'LondrinaSolidRegular';
    src: url('/fonts/LondrinaSolid-Regular-webfont.eot');
    src: url('/fonts/LondrinaSolid-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/LondrinaSolid-Regular-webfont.woff') format('woff'),
         url('/fonts/LondrinaSolid-Regular-webfont.ttf') format('truetype'),
         url('/fonts/LondrinaSolid-Regular-webfont.svg#LondrinaSolidRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
