@charset "UTF-8";

#main-content {
	background: url(../images/weekly-specials/bg.jpg) no-repeat;
}

	h3 {
		width: 165px;
		height: 45px;
		display: block;
		text-indent: -10000px;
		margin: 25px 0 0 25px;
		float: left;
	}
	
	#weekly-specials {
		float: left;
		padding: 2px 0 0;
		width: 540px;
		margin: 0 0 0 55px !important;
		margin: 0 0 0 28px;
	}
	
		.special {
			clear: left;
			width: 540px;
			margin: 5px 0;
		}
			
			#weekly-specials h4 {
				width: auto;
				color: yellow;
				float: left;
				margin: 0 5px 0 0;
				font-size: 13px;
			}
			
			#weekly-specials p {
				margin: 0 0 2px;
				width: auto;
				color: #FFF;
			}
			
				.terms {
					font-size: 11px;
				}
				
				.terms-highlight {
					color: yellow;
				}