﻿
#search {
  position: static;
  width: 200px;
  margin: 10px auto;
}

body {
	height: 100%;
	background:black url('https://www.jspowersports.com/img/bg.jpg') no-repeat fixed;
	background-size: 100% 100%;
	margin: 0 auto !important;
	float: none !important;
}

*{
	margin: 0;
	text-align: center;
}

/* start of center white body over background images and bottom aligned footer */
html, body {
  	height: 100%;
  	min-height: 100%;
  	width: 100%;
}

#container {
	min-height: 100%;
	height: auto !important;
}

.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -42px; 
}

.page-wrap:after {
  content: "";
}

.site-footer, .page-wrap:after {
  height: 42px; 
}

.site-footer {
  background: white;
  position: absolute;
}

#mainContainer{
    margin:0 auto;
    width: 820px;
    min-height: 100%;
}

#content-section{
    background-color: white;
    box-shadow: 2px 2px 1px rgba(50, 50, 50, 0.75);
    padding-bottom: 10px;
}

/* end section of white page for content */

header {
	position: fixed;
	z-index: 2;
}

#header-bg {
	z-index: 1;
	position: fixed;
	margin: auto 0px auto auto;
}

#header-logo {
	position: absolute;
	margin: 0px 0px auto 292px;
	left: -290px; 
	top: 16px;
	}
	
#gear {
	margin-top: 4px;
}	
	
#select {
	position: fixed;
	margin:70px 0 0 375px;
	display: block;
}

#phone-number {
	font-family:Arial, Helvetica, sans-serif;
	border: none;
	margin:99px 0 0 660px;
	position: fixed;
	z-index:1000;
}

#button-menu {
	position: fixed;
	margin: 0 0 0 270px;
	white-space: nowrap;
	}

#button-menu li {
	border: 5px gray outset;
	border-radius: 8px;
	border-color: #ddd #424242;
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px; 
	border-radius: 12px;
	background-color: #808080;

}


#button-menu li:hover{
  border-width: 4px; 
  margin-right: 4px;
  left: 2px;
  top: 3px;
  -webkit-filter: invert(90%);
  filter: invert(90%);
}

#button-menu-2 {
	position: relative;
	white-space: nowrap;
	padding-bottom: 20px;
	}

#button-menu-2 li {
	border: 5px gray outset;
	border-radius: 8px;
	border-color: #ddd #424242;
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px; 
	border-radius: 12px;
	background-color: #808080;

}


#button-menu-2 li:hover{
  border-width: 4px; 
  -webkit-filter: invert(90%);
  filter: invert(90%);
}

#search {
	position: absolute;
	margin: 0px auto auto 690px;
	max-width: 100px;
	}
	
#view-cart {
	position: absolute;
	margin: 48px auto auto 700px;
}	

#social-media-fb{
	position: absolute;
	margin: 65px 0 0 120px;
	padding-top: 5px;
	z-index:100;
	}
	
#social-media-yt{
	position: absolute;
	margin: 95px 0 0 120px;
	padding-top: 5px;
	z-index:100;
	}

	
/* start of navigation menu settings */

#primary_nav_wrap{
	position: absolute;
    margin:95px 0 0 0;
}

#primary_nav_wrap ul{
    list-style:none;
    position:fixed;
    float:left;
    margin:0;
    padding:0;
	background: -webkit-linear-gradient(#0000ff, #0000ff, #0000ff); 
   background: -o-linear-gradient(#0000ff, #0000ff, #0000ff); 
   background: -moz-linear-gradient(#0000ff, #0000ff, #0000ff); 
   background: linear-gradient(#0000ff, #0000ff, #0000ff);     
   width: 820px;
}

#primary_nav_wrap ul a{
	display: block;
    color:#FFFFFF;
    text-decoration:none;
    font-weight:500;
    font-size:18px;
    line-height:2;
	padding: 0px 10px;
    font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
}

#primary_nav_wrap ul li{
    position:relative;
    float:left;
    margin:0;
    padding:0px;
    text-align: left;
    display: block;
}

#primary_nav_wrap ul li.current-menu-item{
    background:#c7c7c7;
}

#primary_nav_wrap ul li:hover{
    background: black;
}

#primary_nav_wrap ul ul{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    background: #0000ff;
    padding:0;
    width: 160px;
}

#primary_nav_wrap ul ul li{
    float:none;
    width:150px;
}

#primary_nav_wrap ul ul a{
    line-height:.75;
    padding:10px 15px;
    color: white;
    
}

#primary_nav_wrap ul ul ul{
    top:0;
    left:100%;
}

#primary_nav_wrap ul li:hover > ul{
    display:block;
}
/* Finish navigation menu */	
	
	
#product-content{
	position: relative;
	padding-top: 135px;
	padding-bottom:100px;
	margin: auto 20px auto 30px;
	min-height: 920px;
	/*min-height: 100%;*/
}	

h1 {
	text-align: center;
	font-family: Arial;
	font-weight: normal;
	color: #0000ff;
}
	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: black;
	}

footer {
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	font-variant: small-caps;
	position: absolute !important;
	background-color: transparent;
	margin: auto auto 50px auto;
	padding: 2px 0px 0px 0px;
	bottom: 0;
	width: 820px;
	clear:both;
	z-index: 100;
}




ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

li {
    display: inline-block;
    margin: 2px;
    padding: 2px;
}

#footer-banner {
	position: absolute;
	margin: auto auto auto auto;
	
	/* ===== FIXES (DO NOT REMOVE EXISTING CSS ABOVE) ===== */

/* CONTAINER WIDTH FIX */
#mainContainer {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    background: #fff;
}

/* PREVENT OVERFLOW */
#container, #content-section, .page-wrap {
    width: 100%;
    box-sizing: border-box;
}

/* SEARCH + CART ALIGNMENT FIX */
#search {
    text-align: right;
    margin-right: 10px;
}

#search input[type="text"] {
    width: 120px;
}

#view-cart {
    text-align: right;
}

/* FOOTER FIX */
.site-footer {
    width: 100%;
    background: #000;
    text-align: center;
    padding: 10px 0;
}

.site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer li {
    display: inline;
    color: #fff;
}

.site-footer a {
    color: #4da3ff;
    text-decoration: none;
    padding: 0 6px;
}

/* SOCIAL + BANNER GROUP */
#footer-bottom {
    width: 100%;
    background: #000;
    text-align: center;
    padding-bottom: 10px;
}

#footer-banner img {
    max-width: 100%;
    height: auto;
}
	
	
	
	
	
}