/* imports */
	
	@import url("../../css/style.css");
	
/* home section colors */
	.col1 a, .col2 a, 
	.newsListing h3,
	.newsListing h3 a,
	.col0 a {
		color: #ed170d;
		}	
	body,
	.footerCopy {
		background-color: #ed170d;
		}
	span.hr, .col0 span.hr  {
		border-color: #ed170d !important;
		}

		
	.topLink1 {background-image: url(../../images/buttons/home/btn_shoppingCart.gif);}
	.topLink2 {background-image: url(../../images/buttons/home/btn_checkout.gif);}
	.topLink3 {background-image: url(../../images/buttons/home/btn_signUp.gif);}
	.topLink4 {background-image: url(../../images/buttons/home/btn_logIn.gif);}	
	ul.footerEvents{background-image: url(../../images/titles/home/title_eventsAndStore.gif)}
	ul.footerInfo{background-image:url(../../images/titles/home/title_information.gif)}
	ul.footerMore{background-image:url(../../images/titles/home/title_moreAtp.gif)}	
	.footerDesignBy {background-image: url(../../images/titles/home/footer_designBy.gif);}

	.headerTop, .headerBottom {
		background-image:url(images/hdr-corners.png);
	}
	
	
div.fullCalendar table.calendarTable td.empty {
	background-color:#d50000;
}
div.fullCalendar .dayLink {
	background-color:#c00;
}
.calendar .previous {
	background-image:url(images/calendar-left.gif);
}
.calendar .next {
	background-image:url(images/calendar-right.gif);
}
.calendar h3 {
	color:#ed170d;
}

.rotator .overlay_left {
	background-image:url(images/rotator-over-left.png);
}
.rotator .overlay_right {
	background-image:url(images/rotator-over-right.png);
}
.rotator .overlay_top {
	background-image:url(images/rotator-over-top.png);
}
.rotator .overlay_bottom {
	background-image:url(images/rotator-over-bottom.png);
}

