/* Header and wrapper */

body{
  margin: 0;
  padding: 0;
  background-image: url(..);
}
#wrapper {
  margin: 0px;
  width: 100%;
  text-align: left;
  padding: 0;
  }
  
#header{
    background-image: url(images/mobileHead.png);
    background-color: #990033;
    margin: 0;
}

#header #topright{
    display: none;
}

#contentwrapper2{
    width: auto;
    overflow: hidden;
    margin: 10px;
}

#contentwrapper{
    width: auto;
    margin: 10px;
    overflow: hidden;
    clear: both;
    float: none;
}

#main{
    width: auto;
    margin: 0;
}

#catnav{
    width: auto;
    background-image: url(..);
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    overflow: hidden;
    height: 185px;
}

#catnav ul{
    margin: 0;
    padding: 0;
}

#catnav li{
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    height: 25px;
    line-height: 25px;
    background-color: #990033;
    border-bottom: 1px solid #84002B;
}

#catnav li:hover{
    background-color: #660000;
}

#catnav li a{
    font-size: 18px;
    height: 25px;
    line-height: 25px;
    
}

#main{
    width: auto;
}
#footer{
    width: auto;
    margin: 0;
}

#sidebars{
    width: auto;
    margin: 0;
    float: none;
}

#sidebars li{
    text-align: center;
}

#sidebars .sidebarbox{
    padding: 0;
}

#exlinks{
    margin: 0 auto;
    width: 100%; 
    background-color: #000;
}

#exlinks div{
  opacity: 1;
}
#five{
    top: 50px;
}

#footer .nav{
    display: none;
}

#footer img{
    text-align: center;
    margin: 0 auto;
}

#homeBtn{
  display:none;
}

img.alignleft{
  float: none;
}

img.alignright{
  float: none;
}

#footer .alignright{
  margin: 0 auto;
}

.halfWidth{
  width: auto;
  float: none;
  margin: 0;
  overflow: hidden;
}

.centerBlock{
  width: auto;
  padding: 10px;
}

/* Easy Slider */
        
	#sliderContainer{
	  margin: 0 0 0 -20px;
	  width: auto;
	  height: 435px;
	  -webkit-border-radius: 0px;
	  -moz-border-radius: 0px;
	}

	#slider{
	  position: relative;
	  margin: 0 auto;
	  }	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:500px;
		height:300px;
		overflow:hidden;
		margin: 0;
                float: left;    
		}	
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:0px solid #666;
		background:#666;
		color:#ccc;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#000;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
	    
	#panelOne{
	  position: absolute;
	  top: 310px;
	  left: 30px;
	  width: 75px;
	  background-color: #666;
	  -webkit-border-radius: 10px;
	  -moz-border-radius: 10px;
	  -webkit-box-shadow: 0 0 10px #000;
	  font-size: 11px;
	  color: #fff;
	  text-align: center;
	}
	
	#panelTwo{
	  position: absolute;
	  top: 310px;
	  right: 10px;
	  width: 320px;
	  padding: 10px;
	  background-color: #666;
	  -webkit-border-radius: 10px;
	  -moz-border-radius: 10px;
	  -webkit-box-shadow: 0 0 10px #000;
	  font-size: 11px;
	  color: #fff;
	  text-align: center;
	}
	
	#sliderMeta{
	  position: absolute;
	  bottom: 10px;
	  right: 10px;
	  width: 160px;
	  padding: 10px;
	  background-color: #666;
	  -webkit-border-radius: 10px;
	  -moz-border-radius: 10px;
	  -webkit-box-shadow: 0 0 10px #000;
	  font-size: 11px;
	  color: #fff;
	  text-align: center;
	}
	
	
	
	

#navDrop{
  position: absolute;
  bottom: 0px;
  width: 35px;
  height: 115px;
  left: 0;
  background-image: url(images/drop.png);
  border-right: 1px solid #660000;
}

.socialMediaBtns{
  display: none;
}

#mailForms{
  width: auto;
  margin: 10px;
}


