@charset "UTF-8";
/* CSS Document */

body {background:#024898 url(/images/bg.png) repeat-x top; margin:0; padding:0; font-family:Helvetica,Arial,sans-serif; font-size:90%;}
#header{width:980px;margin:0 auto;height:92px;}
	* html #header{width:980px;margin:0 auto;height:120px;}
#container{width:980px;margin:0 auto; height:auto;display:block;background-color:#FFFFFF;padding:5px 10px 0;}
h1,h3{text-align:center;color:#99CCFF;}
h1{margin:28px 0 -0.2em;}
h3 {font-size:90%;}
a,img{outline:none;}
img{border:none;}
h2 {font-size:138%;}
.nav{color: #C4DAE9;text-align:center; margin:20px 0;}
.nav a{color:#C4DAE9;}
.footer{color: #C4DAE9;text-align:center; margin:20px 0;}
.footer a{color:#C4DAE9;}
.gift-card-left{width:100%;height:300px;}
.gift-card-right{width:100%;height:300px;}
.gift-card-left a{}
.gift-card-right a{}
.content{padding-top:4px;}
.gift-card-text{font-size:111%;}

/* Amazon */
a#amazonGiftCardBlack{background:url(/images/amazon-gift-card-50-off.png) no-repeat top center; width:400px; height:239px;display:block; text-align:center;}
	a:hover#amazonGiftCardBlack,a:active#amazonGiftCardBlack{background:url(/images/amazon-gift-card-50-over.png) no-repeat top center;}
a#amazonGiftCardWhite{background:url(/images/amazon-gift-card-white-off.png) no-repeat top center;width:400px; height:239px;display:block; text-align:center;}
	a:hover#amazonGiftCardWhite,a:active#amazonGiftCardWhite{background:url(/images/amazon-gift-card-white-over.png) no-repeat top center;}
a#amazonGiftCardBlue{background:url(/images/amazon-gift-card-blue-off.png) no-repeat top center; width:400px; height:239px;display:block; text-align:center;}
	a:hover#amazonGiftCardBlue,a:active#amazonGiftCardBlue{background:url(/images/amazon-gift-card-blue-over.png) no-repeat top center;}
a#amazonGiftCardRed{background:url(/images/amazon-gift-card-red-off.png) no-repeat top center;width:400px; height:239px;display:block; text-align:center;}
	a:hover#amazonGiftCardRed,a:active#amazonGiftCardRed{background:url(/images/amazon-gift-card-red-over.png) no-repeat top center;}
a#amazonGiftCardPink{background:url(/images/amazon-gift-card-pink-off.png) no-repeat top center;width:400px; height:239px;display:block; text-align:center;}
	a:hover#amazonGiftCardPink,a:active#amazonGiftCardPink{background:url(/images/amazon-gift-card-pink-over.png) no-repeat top center;}
a#amazonGiftCardGreen{background:url(/images/amazon-gift-card-green-off.png) no-repeat top center;width:400px; height:239px;display:block; text-align:center;}
	a:hover#amazonGiftCardGreen,a:active#amazonGiftCardGreen{background:url(/images/amazon-gift-card-green-over.png) no-repeat top center;}

/* Barnes & Noble */
a#bnGiftCardGreen{background:url(/images/bn-gift-card-green-off.png) no-repeat top center;width:400px; height:239px;display:block; text-align:center;}
	a:hover#bnGiftCardGreen,a:active#bnGiftCardGreen{background:url(/images/bn-gift-card-green-over.png) no-repeat top center;}
a#bnGiftCardRed{background:url(/images/bn-gift-card-red-off.png) no-repeat top center;width:400px; height:239px;display:block; text-align:center;}
	a:hover#bnGiftCardRed,a:active#bnGiftCardRed{background:url(/images/bn-gift-card-red-over.png) no-repeat top center;}
	
/* Sears */
a#searsGiftCardGreen{background:url(/images/sears-gift-card-green-off.png) no-repeat top center;width:400px; height:239px;display:block; text-align:center;}
	a:hover#searsGiftCardGreen,a:active#searsGiftCardGreen{background:url(/images/sears-gift-card-green-over.png) no-repeat top center;}
a#searsGiftCardRed{background:url(/images/sears-gift-card-red-off.png) no-repeat top center;width:400px; height:239px;display:block; text-align:center;}
	a:hover#searsGiftCardRed,a:active#searsGiftCardRed{background:url(/images/sears-gift-card-red-over.png) no-repeat top center;}
	
.left{float:left;margin-right:15px;}
.right{float:right;margin-left:15px;}
.link-content {position:absolute;text-indent:-999em;}