/*Neat Stuff, Inc. Mobile site CSS
  Design by smedelstein.com
  http://www.smedelstein.com*/
		
body{	
    line-height: 1.5;
   }

#wrapper{
	width:100%;
	background-color:#fff;
	height:auto; 
	padding:0px 0px 0px 0px;}
		
#header_wrapper{
	background:url(images/shoes.jpg);
	background-repeat:repeat-x;
	background-position:0px 40px;
	width:99%;
	height:130px;
	border:5px solid #69b7c6}
	
#header_wrapper_about{
	background:url(images/boots.jpg);
	background-repeat:repeat-x;
	background-position:0px 30px;
	width:99%;
	height:130px;
	border:5px solid #69b7c6}	
	
#header_wrapper_help{
	background:url(images/cap.png);
	background-repeat:repeat-x;
	background-position:0px 25px;
	width:99%;
	height:130px;
	border:5px solid #69b7c6}	
	
#header_wrapper_store{
	background:url(images/sweater.jpg);
	background-repeat:repeat-x;
	background-position:0px 25px;
	width:99%;
	height:130px;
	border:5px solid #69b7c6}	
	
#header_wrapper_contact{
	background:url(images/pink_shoes.jpg);
	background-repeat:repeat-x;
	background-position:0px 25px;
	width:99%;
	height:130px;
	border:5px solid #69b7c6}		
	
#header{
	margin:0 35%;
	zoom:80%;
	background:url(images/logo.png);	
    height:180px;
    width:180px; 
    background-repeat:no-repeat;}/*Displays round logo*/ 
    
h1{
	font-family:'Wellfleet', sans-serif;
	font-size:24px;
	color:#000000;}             
    
h2{
	font-family:'Wellfleet', sans-serif;
	font-size:19px;
	color:#000000;padding-top:50px;} /*Use on infobox (Uniform sponsor) and sponsor button - Home page*/   
	
h3{
	font-family:'Wellfleet', sans-serif;
	font-size:14px;
	color:#000000;}/*Do not change font-size. Used in navigation menu*/  	
		
h4{
	font-family:'Wellfleet', sans-serif;
	font-size:20px;
	color:#000000;}  
	
/*Start Mobile-navigation*/

.heading{
	background: #69b7c6 url('images/arrow_down.png') 70px 17px no-repeat;}
	
.menu ul{
	font-family:'Wellfleet', sans-serif;}

.menu li{
	list-style:none;
	text-align:left;
    font-size:12px;
    margin-left:-40px;
    border-bottom: 1px solid #000000;
    padding-bottom:3px;
    padding-top:3px;
    background-color:#69b7c6;}	
        
.menu a{
	color:#fff;
	text-decoration:none;
	font-family:'Wellfleet', sans-serif;
    font-size:16px;}
	
.menu a:visited{
	color:#fff;
	text-decoration:none;}
	
.menu a:hover{
	color:#f37648;
	text-decoration:none;}	        
                
.heading a{
	color:#fff;
	text-decoration:none;
	font-family:'Wellfleet', sans-serif;
    font-size:19px;
    cursor:pointer;}
	
.heading a:visited{
	color:#fff;
	text-decoration:none;}
	
.heading a:hover{
	color:#fff;
	text-decoration:none;}	         

/*End navigation*/

#content{
	width:100%;
	height:auto;}
    
#content p{
	font-family:'wellfleet',sans-serif;
	font-size:100%; 
	font-weight: normal; 
	vertical-align: baseline; 
	background: transparent;}    

a{
	color:#f37648;
	text-decoration:none;
	font-family:'Wellfleet', sans-serif;}
	
a:visited{
	color:#f37648;
	text-decoration:none;}
	
a:hover{
	color:#69b7c6;
	text-decoration:none;}	

a{
	outline:none;}

#footer{
	border:1px solid #000000;
	background-color:#BDBDBD;}
	
#footer p{
	text-align:center;
	font-size:12px;}	
	
.alignleft{
	float:left;
	padding-right:8px;
	padding-top:10px;}	

.alignright{
	float:right;
	padding-left:5px;}

.social{
	margin:10px auto 0px auto;}	
	
img{
	border:0px;}	
	
	
/***************Go to TOP button at bottom of pages CSS************/

#upmenu{
    
     width:100%;   
     height:25px;
     margin:0px auto 0px auto;
     background-color:#69b7c6;    
     behavior: url(PIE.htc);}

.top{
	padding:1px 0px 0px 0px;
	background: url('images/arrow_up.png');
	background-position: 40px 14px;
	background-repeat:no-repeat;}

.top a{
	color:#fff;
	text-decoration:none;font-family:'Wellfleet', sans-serif;
    font-size:16px;}
	
.top a:visited{
	color:#fff;
	text-decoration:none;}
	
.top a:hover{
	color:#fff;
	text-decoration:none;}	
	

/*****Uniform Sponsor - Bottom Home Page*****/

#button{
	width:180px;
	height:64px;
	margin:0 auto;
	background:url(images/sponsor_button.png);
	background-repeat:no-repeat;
	overflow: hidden;}/*Sponsor now button - Home page*/
		
#button h2{
	font-family:'Wellfleet', sans-serif;
	font-size:19px;
	color:#000000;margin-top:15px;
	padding:0px 0px 0px 10px;}  	

#button a{
	color:#fff;
	text-decoration:none;
	font-size:15px;
	margin-left:15px;}

#button a:visited{
	color:#fff;
	text-decoration:none;}

#button a:hover{
	color:#f37648;
	text-decoration:none;}

#infobox{
	overflow:hidden;
	background-image:url(images/uniforms.png);
	background-repeat:repeat-x;
	background-position:0px 0px;
	background-color:#e1f1f4;	
	width:100%;
	height:280px;
	margin:0 auto;
	padding-bottom:10px;}/*Bottom - Uniform sponsor on home page*/
	
/************Contact Page CSS***************/	

#contactbox{
     
      border:2px solid #666666;
      width:100%;
      height:auto;
      background: #a8f2ff;}
      
.a2{
	width:75%;}/*Limits the width of form box so it stays within div on certain browsers*/      


