/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   */

   /* HTML5 display-role reset for older browsers */
   article, aside, details, figcaption, figure, 
   footer, header, hgroup, menu, nav, section {
    display: block;
  }
  body {
    line-height: 1;
  }
  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

    /**************************************  Main  **********************************/
	body {
      font-family: arial;
      background-image: url('../img/grass.png');  
	  background-attachment: fixed;
	  height:auto;
	  overflow: auto;
    }
    
	/**************************************  Header  **********************************/
	.header1 {
	 position:fixed; 
	 width:100%;
	 display:block;
	 margin: 0;
	 z-index: 800;
	}
	
	.freeShip {
	 color: #FFFF66;
	 font-size:14px;
	 font-weight:600;
	 padding-left:40px; 
	 width:350px;
	 display:inline-block;
	}
	
	.freeShip a{
	 width:80px;
	 color:#FFFF66;
	 font-size:10px;
	 display:inline-block;
	 text-decoration:none;
	 padding:0;
	 margin:0;
	}
	
	.header2 {
	  display:inline-block;
	  width:100%;
	  background-image: url('../img/grass.png');  
	  background-attachment: fixed;
	  z-index: 801;
	   /* background:transparent url('../img/trans-bg.png') repeat center top;
	  border:1px solid black; */
	  
	}
	
	.header3 {
	  width:70%;
	  margin-left:auto;
	  margin-right:auto;
	  	
	}

	.logo {
	  /* margin-left:13%; */
	  margin-top: 10px;
	  margin-bottom: 10px;
	  margin-right: 6px;
	  display:inline-block;
	  border:4px solid white; 
	}
		
	.searchbar {
	  display:inline-block; 
	  vertical-align:middle;
	  margin-top:6px;
	  padding-top:10px;
	  max-width:500px; /* Fix for Safari */
	  
	}
	
	.searchbar a{ /* Fix for Safari */
	  max-width:56px;
	  display:inline-block;
	  
	}
	
	/**************************************  Content  **********************************/
	.spacer {
	  margin-top:158px;
	 }
	  
	.container {
	  max-width: 989px;
      margin: 0 auto;
	  background-color:#FFFFFF;
	  
	  /* background:transparent url('../img/trans-bg.png') repeat center top; */
	  /* border:1px solid black; */
    }
	
	.productBanner {
	 padding-top:4px;
	 max-width:inherit; 
	 height:260px;
	 margin-bottom:60px;
	 
	}
	
	.productBanner img {
	 height:260px;
	 
	} 
	
	.feedsColumn {
	 display:inline-block;
	 width:19%; 
	 height:500px;
	}
	
	.contentSection {
	 display:inline-block;
	 width:80%; 
	 height:auto;
	 vertical-align:top;
		 
	}
	
	.mySlides-Carousel {
	 width:250px;
	 display:none;
	 }	
	 
	 .mySlides {
	 width:100%;
	 display:none;
	 
	 }
		 
     .signup {
	  display:inline-block;
	  height:100px;
	  width:100%;
	  margin-top:40px;
	  margin-bottom:20px; 
	  
	}
	
	.signupMsg {
	  display:inline-block;
	  width: 400px;
	  vertical-align: bottom;
	}
	  
	.signupMsg p {
	  font-size:15px;
	  font-weight:500;
	  color:#666666
	  
	 } 
	
	.signupMsg span {
	  font-size:13px;
	  font-weight:500;
	  color:#666666
	  
	}  
	
	.signupBar {
	  display:inline-block;
	  width: 480px;
	  vertical-align:middle;
	}
	
	/**************************************  FOOTER  **********************************/
	.footer {
	  display:inline-block;
	  width:100%;
	  
    }
		
	#weather {
	  width:auto;
	  display:inline-block;
	  margin:0;
	}
	
	.footerWeather {
	  text-align:center;
	  display:inline-block;
	  height:auto;
	  width:250px;
	  margin-right:30px;
	  vertical-align:top;
	  
    }
	
	#footerMenu {
	  max-width:650px;
	  display:inline-block;
	  margin:0;
	}
	
	.footerItems {
	  width:200px; 
	  height:200px;
	  display:inline-block;
	  padding: 10px 0 10px 0;
	  font-family:Verdana, Helvetica;
	}
	
	.footerItems a{
	  text-decoration:none;
	}
	  
	.footerItems a:hover{
	  text-decoration: underline;
	  color: #003366;
	}  
	.footerItems p {
	  margin-left:14px;
	  font-size:15px;
	  font-weight:500;
	  color:#666666;
	}
	 	
	.footerItems li {
	  font-size:14px;
	  font-weight:500;
	  color:#666666;
	  padding: 10px 0 10px 0;
	  
	}
	 
	.socialIcons {
	  display:inline-block;
	  width:200px;
	  height:40px;
	  vertical-align:top;
	  margin-left:30%;
	  margin-right:auto;
	  margin-top:50px;
	}
	
	.socialIcons a{
	  padding:2px;
	   
	}
	
	.socialIcons img {
	  width:35px;
	  height:35p;
	} 
	
	.footerBottom {
	  display:inline-block;
	  width:100%;
	  margin-top:20px;
	  padding-top:10px;
	}
	
	#fineprint {
	  font-size:10px;
	  text-align:center;
	}
	
	.bottomLink {
	  color:FFFF66;
	  display:inline-block;
	}   
	
	/**************************************  Misc  **********************************/ 
    .img1 {
      width:340px;
      height: auto;
      margin-right: 20px;
      box-shadow: 10px 10px 5px #666666;
    }

    .imageOne {
      width: 340px;
      display: block;
      float: left;
      margin-right: 20px;     
    }

    .img2 {
      width: 340px;
      height: auto;
      margin-right: 10px;
      box-shadow: 10px 10px 5px #666666; 
    }

    .imageTwo {
      width: 340px;
      display: block;
      float: right;
      margin-left: 40px;     
    }

    .videoGolf {
	  margin-left:0;
	  z-index: 850;
	}
	
/*	.videoGolf:hover {
	  width:590px;
	  height:360px;
	  z-index:850;
	}
*/	
    .videos {
      margin-top: 70px;
      margin-left: auto;
      margin-right:auto;
      width: 940px;
      height: auto;
      padding: 5px 15px 0 25px;
      border: 1px solid red;
      box-sizing: border-box;

    }
	
	#myH2 {
      -webkit-transform: rotateX(180deg); /* Safari */
      transform: rotateX(180deg);
    }
			
	/**************************************  PAGE  **********************************/
	.pageTitle {
	margin:20px 0px 20px 40px;
	font-size:36px; 
	font-weight:normal; 
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
	.pageSectionItem {
	display:inline-table; 
	padding-top:4px; 
	padding-left:10px;
	vertical-align:top;
	margin-bottom:10px;
	}

	.pageSectionItem li > a{
	text-decoration:none;
	font-size:14px;
	color:#333333; 
	}

	.pageSectionItem li > a:hover{
	text-decoration:none;
	font-size:14px;
	color:#105171; 
	}
	.pageSectionHdr {
	width:250px; 
	font-size:16px; 
	font-weight:700; 
	color:#105171;
	}

	.pageSectionText {
	width:320px; 
	font-size:13px; 
	font-weight:normal; 
	color:#666666;
	text-align:justify;
	}

	.pageArrowUp {
	margin-left:-15px;
	position:fixed;
	}

   	/**************************************  Customer Service  **********************************/
	.contactForm {
	  width:480px;
	  margin-top:20px;
	  display:inline-block;
	}
	
	.customerServiceImg {
	  width:380px;
	  margin-top:0px; 
	  display:inline-block;
	}
	
	.storeInfo {
	  width:380px;
	  margin-top:0px;
	  margin-right:66px; 
	  display:inline-block;
	}
	
	/**************************************  About  **********************************/
	
	.about {
	  margin-top:20px;
	  display:inline-block;
	  text-align:left;
	
	}
	 .about1  {
	   padding:10px;
	}   
	
	/**************************************  Responsive  **********************************/
	@media screen and (max-width: 1125px) {
	 .searchbar {width:auto; padding:0; margin:0;}
	 .header3 {width:inherit;}
	}
	@media screen and (max-width: 991px) {
     /* start of large tablet styles */

	}
	
	@media screen and (max-width: 785px) {
     /* start of custom styles */
	 .header1 {position:relative;}
     .header3 {width:auto;}
	 .spacer  {margin:0}
	 .signup {height:auto;}
	 .footerItems {padding-bottom:0;}
	 .freeShip {margin-left:0;}
	}

	@media screen and (max-width: 767px) {
     /* start of medium tablet styles */

	}

	@media screen and (max-width: 480px) {
	/* start of phone styles */
    .container {padding:0;}
	.productBanner {height:auto; padding:0;}
	.feedsColumn {width:100%; height:auto; padding:0;}
	.contentSection {width:100%; height:auto; padding:0;}
	.socialIcons {margin-left:10%;}
	
	}
	