/* imports */

	@import url("../../css/style.css");

/* store section colors */
	.col1 a, .col0 a {
		color: #00aeee;
		}		
	body,
	.footerCopy {
		background-color: #00aeee;
		}
	span.hr, .col0 span.hr  {
		border-color: #00aeee !important;
		}
	.col2{background: url(images/col2_bg.gif) 0 0 repeat-y!important;}
	
	.topLink1 {background-image: url(../../images/buttons/store/btn_shoppingCart.gif)!important;}
	.topLink2 {background-image: url(../../images/buttons/store/btn_checkout.gif)!important;}
	.topLink3 {background-image: url(../../images/buttons/store/btn_signUp.gif)!important;}
	.topLink4 {background-image: url(../../images/buttons/store/btn_logIn.gif)!important;}
	ul.footerEvents{background-image: url(../../images/titles/store/title_eventsAndStore.gif)!important}
	ul.footerInfo{background-image:url(../../images/titles/store/title_information.gif)!important}
	ul.footerMore{background-image:url(../../images/titles/store/title_moreAtp.gif)!important}	
	.footerDesignBy {background-image: url(../../images/titles/store/footer_designBy.gif)!important;}

	.headerTop, .headerBottom {
		background-image:url(images/hdr-corners.png);
	}
	.loading {
		background-image:url(images/ajax-loader.gif);
	}
	
.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);
}

