/* Specials and Promotions Page */

.special {
	padding-bottom:10px;
	}
	
	.promotiontitle {
		font-size:150%;
		font-weight:bold;
		font-variant:small-caps;
		}
		
	.promotionsubtitle {
		padding-top:30px;
		font-weight:bold;
		font-size:125%;
		text-align:center;
		width:250px;
		}
	
	.promocontent {
		margin-top:10px;
	}
	
	
	.bar {
		margin:0;
		padding:0;
		
		}
	
	.item {
		/*background:green;*/
		float:left;
		margin-right:9px;
		}
		
		.golfshirt {
			width:150px;
			height:300px;
			/*background:blue;*/
			border:1px solid black;
			}
			
		.itemnumber {
			text-align:center;
			}
		
	.price {
		width:400px;
		height:150px;
		background:pink;
		float:right;
		margin-bottom:10px;
		}
		
	.itemhat {
		/*background:purple;*/
		width:190px;
		float:left;
		clear:right;
		margin-bottom:175px;
		}
			
		.hat {
			width:190px;
			/*background:orange;*/
			}
			
	.machine {
		float:right;
		clear:right;
		width:255px;
		margin-left:10px;
	}
	
		.machine img {
			border:2px solid #000;
		}
	
	.other {
		}
		
	.disclaimer {
		font-size:75%;
		margin-bottom:0;
		}