
span.tagline {
	bottom:4px;
	color:#ddcbb0;
	font:bold italic 17px Arial, sans-serif;
	position:relative;
	text-transform:uppercase;
	text-shadow: 1px 1px 0px #464021;
}

div.bottom-note {
	background-color:#474747;
	background: -webkit-linear-gradient(#555555, #343434);
	background: -o-linear-gradient(#555555, #343434);
	background: -moz-linear-gradient(#555555, #343434);
	background: linear-gradient(#555555, #343434);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#555555', endColorstr='#343434');
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	color:#ffffff;
	font:bold 12px/30px Helvetica, Arial, sans-serif;
	padding:4px 6px 6px 7px;
	text-align:left;
}

div.bottom-note img {
	float:left;
	height:30px;
	margin-right:7px;
	width:30px;
}

div.promo {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(246,239,229,1) 100%);
	background: -webkit-linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(246,239,229,1) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(246,239,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f6efe5",GradientType=1); 
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	color:#000000 !important;
	font:bold 11px/1.4 Helvetica, Arial, sans-serif;
	padding-bottom:10px;
	width:226px;
}

div.promo a {
	color:inherit;
	text-decoration:none !important;
}

div.promo-header {
	background: #4c4849 url(../graphics/promo_topbg.jpg) center center/auto no-repeat local;
	background-size: 265px 125px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	color:#e9d6bd;
	font-style:italic;
	font-size:13px;
	height:95px;
	line-height:1.25;
	padding:10px;
	text-align:center;
	text-decoration:none !important;
}

div.promo-header img {
	height:55px;
	margin-bottom:10px;
	width:137px;
}

div.promo ul {
	margin-bottom:5px;
	padding-left:18px;
}

div.promo li {
	padding-bottom:5px;
}

div.promo-button {
	background-color:#ffffff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border:1px solid #e1d4bd;
	font-size:14px;
	margin:0px 10px;
	padding:5px;
	text-align:center;
}

@-moz-document url-prefix() { 
	div.promo-button {
		padding:6px 5px 4px 5px;
	}
}