@charset "utf-8";
/* This is used to define the holiday stylesheet overlay */

#nav_giftcard {
	background-image: url(/images/giftcard_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
}#giftcards {
	color: #FFFFFF;
	background-color: #CC0000;
	background-image: url(/images/giftcard_bottom_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-right: 20px;
}
#giftcards  a {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/gift_card_button.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#giftcards a:link, #giftcards a:visited {
	color: #FFFFFF;
}
#giftcards a:hover, #giftcards a:active {
	color: #FFCC00;
}

