@charset "UTF-8";

/*#middleOffers a span, #leftOffers a span, #rightOffers a span{ visibility:hidden; }

#offerFlyer #content, #offerStationary #content, #offerLeaflets #content{
	font-size: 70%;
	margin:0px;
	width:620px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#leftOffers, #leftOffers  a, #middleOffers, #middleOffers a, #rightOffers, #rightOffers a{
	background-repeat: no-repeat;
	display: block;
	float: left;
}

#middleOffers, #middleOffers a{	height: 430px; width: 407px; }
#leftOffers, #leftOffers  a, #rightOffers, #rightOffers a{ height: 270px;	width: 100px; }

#leftOffers a:hover, #rightOffers a:hover{ background-position: 0 -270px; }

#offerFlyer  #leftOffers  a{ background-image: url(images/webLayout/offersPage/leftStationary.gif); }
#offerFlyer  #middleOffers  a{ background-image: url(images/webLayout/offersPage/flyer.gif); }
#offerFlyer  #rightOffers  a{ background-image: url(images/webLayout/offersPage/rightLeaflets.gif); }

#offerStationary  #leftOffers  a{ background-image: url(images/webLayout/offersPage/leftLeaflet.gif); }
#offerStationary  #middleOffers  a{ background-image: url(images/webLayout/offersPage/stationary.gif); }
#offerStationary  #rightOffers  a{ background-image: url(images/webLayout/offersPage/rightFlyer.gif); }

#offerLeaflets  #leftOffers  a{ background-image: url(images/webLayout/offersPage/leftFlyer.gif); }
#offerLeaflets  #middleOffers  a{ background-image: url(images/webLayout/offersPage/leaflets.gif); }
#offerLeaflets  #rightOffers  a{ background-image: url(images/webLayout/offersPage/rightStationary.gif); }*/

#offerButtons {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 600px;
	height: 31px;
}
#offerButtons li { display: inline; }

#offerButtons a, #offerButtons a:link{
	padding: 6px;
	border: 1px solid #000000;
	margin-right: 2px;
	font-size: 110%;
	float: left;
	background-color: #D5D5F3;
	color: #000000;
	font-weight: bold;
}
#offerButtons a:hover{
	padding: 4px;
	border: 3px double #000000;
}

#offersContent {
	clear: both;
	width: 598px;
	background-color: #231B80;
	border: 1px solid #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
}
#offerLeaflet #offersContent img { padding-right: 3px; padding-left: 3px; }

#offerStationary #stationaryButton a{ background-color: #231B80; color: #FFFFFF; }
#offerLeaflet #leafletButton a{ background-color: #231B80; color: #FFFFFF; }
#offerFlyer #flyerButton a{ background-color: #231B80; color: #FFFFFF; }
#offerMenuBox #menuBoxButton a{ background-color: #231B80; color: #FFFFFF; }
#offerTshirt #tshirtButton a{ background-color: #231B80; color: #FFFFFF; }
#offerSigns #signsButton a{ background-color: #231B80; color: #FFFFFF; }
