/* Import additional style sheets */


@import url("/css/structure.css");

/* HTML tag styles */

#towels, #aprons, #stuffies {
		display: block;
		width: 250px;
		float: left;
		padding-left: 20px;
		margin: auto;
		}
		
#ornaments {
		display: block;
		width: 250px;
		margin: auto;
		padding-right: 15px;
		}
		
#towels h3 {
		
		}
		
#towels h3 a{ 
		display:block;
		background:transparent url(../images/towels_link.jpg) no-repeat;
		width:200px; 
		height: 0;
		padding-top: 50px;
		overflow: hidden;
		margin-left: 25px;
		}
		
#aprons h3 a{ 
		display:block;
		background:transparent url(../images/aprons_link.jpg) no-repeat;
		width:200px; 
		height: 0;
		padding-top: 50px;
		overflow: hidden;
		margin-left: 25px;
		}
		
#stuffies h3 a{ 
		display:block;
		background:transparent url(../images/stuff_link.jpg) no-repeat;
		width:200px; 
		height: 0;
		padding-top: 50px;
		overflow: hidden;
		margin-left: 25px;
		}
		
#ornaments h3 a{ 
		display:block;
		background:transparent url(../images/ornaments_link.jpg) no-repeat;
		width:200px; 
		height: 0;
		padding-top: 50px;
		overflow: hidden;
		margin-left: 25px;
		}
		
#merch {
		margin: auto;
		width: 850px;
		height: 300px;
		padding-top: 30px;
		}
		
#merch_seasonal {
		margin: auto;
		width: 850px;
		height: 320px;
		padding-top: 30px;
		padding-bottom: 20px;
		}
		
/* Box styles */


.blue{display:block}
.blue *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#d0e5c4}
.blue1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #eaf3e5;
  border-right:1px solid #eaf3e5;
  background:#dbebd2}
.blue2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fafcf9;
  border-right:1px solid #fafcf9;
  background:#d8e9cf}
.blue3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #d8e9cf;
  border-right:1px solid #d8e9cf;}
.blue4{
  border-left:1px solid #eaf3e5;
  border-right:1px solid #eaf3e5}
.blue5{
  border-left:1px solid #dbebd2;
  border-right:1px solid #dbebd2}
.bluefg{
  background:#d0e5c4;text-align:center;
  padding:10px;}

.bluefg a:link {
color: #000;
font-weight: normal;
text-decoration: none;
}

.bluefg a:visited {
color: #000;
font-weight: normal;
text-decoration: none;
}

.bluefg a:active {
color: #000;
font-weight: normal;
text-decoration: none;
}

.bluefg a:hover {
color: #000;
font-weight: normal;
text-decoration: none;
}



