@charset "UTF-8";
/* CSS Document */
 
body {margin:0px; font-family: arial, helvetica, Arial, Helvetica, sans-serif; font-size:13px; color:#000000; background-color: #ededed;}

.wrapper {margin: auto; max-width: 1050px; width: 100%;}

.banner {height: auto; max-width: 100%;}
	
#coversect { margin: 0px auto; width: 90%; background-color: #ffffff; text-align: center;}

.cvrbtn {border: 1px solid #cdcdcd; margin-bottom: 5px;}

#covercols {margin: 0px auto; padding: 0px; width: 99%; height: auto;}

    .item {
      display:inline-block;
      margin-left: 5px;
	  margin-right: 5px;
	  margin-bottom: 20px;
	  padding: 0px;
	  text-align: center;
	  width: 140px;
	  color: #cc0000;
    }
	
.item a:link {color: #cc0000;}
.item a:visited {color: #cc0000;}	
	
#smnav {display: none;}
#bignav {display: block; margin-bottom: -20px; height: auto;}

#navwrap {
   margin: 0px auto; 
	width: 88%; 
    }
	
.navimg {height: auto; max-width: 100%;}
	
.navitem {
      float: left;
      margin: 3px;
	  text-align: center;
	  width: 45%;
	  height: auto;
	  padding: 7px;
	  background-color: #000000;
	  display: block; 
	  color: #ffffff;
	  font-size: 12px;
	  font-weight:700;
    }
	
	
.navitem a:link {color: #ffffff; text-decoration: none; display: block;}
.navitem a:visited {color: #ffffff; text-decoration: none; display: block;}
.navitem a:hover {color: #ffffff; text-decoration: none; display: block;}		
.navitem a:acive {color: #ffffff; text-decoration: none; display: block;}
	
.navitemon {
      float: left;
      margin: 3px;
	  text-align: center;
	  width: 45%;
	  height: auto;
	  padding: 7px;
	  background-color: #ff0000;
	  display: block; 
	  color: #ffffff;
	  font-size: 12px;
	  font-weight:700;
    }

.clearfix { clear: both; margin-bottom: 0px;}

@media screen and (max-width: 580px) {
	#bignav {display: none;}
	#smnav {display: block;}
	
	#coversect {width: 95%; background-color: #ffffff; text-align: center; margin: 0px auto;}
}

@media screen and (max-width: 380px) {
	
.navitem {padding: 5px; font-size: 12px;
	  font-weight:700; width: 95%;}
	.navitemon {padding: 5px; font-size: 12px;
	  font-weight:700; width: 95%;}
}
