/*header
++++++++++++++++++++++++++++*/
#sitelogo {
width: 367px;
}
.banner-1 {
background: transparent url("/images/soccer/bg-banner-1.jpg") 367px 100% no-repeat;
}
.banner-2 {
background: transparent url("/images/soccer/bg-banner-2.jpg") 367px 100% no-repeat;
}
.banner-3 {
background: transparent url("/images/soccer/bg-banner-3.jpg") 367px 100% no-repeat;
}
.banner-4 {
background: transparent url("/images/soccer/bg-banner-1.jpg") 367px 100% no-repeat;
}
.banner-5 {
background: transparent url("/images/soccer/bg-banner-3.jpg") 367px 100% no-repeat;
}
/* footer coloured strip */
#footer {
border-top: 6px solid #2781bf;
position: relative;
}
#logos {
margin: 0 8px 0 0;
float: none;
position: absolute;
top: 5em;
right: 0px;
}
/* left & right strips */
body {
background: #fff url("/images/wrapper-bg-soccer.gif") repeat-y 50% 0%;
}
/*demowrapper on home page
++++++++++++++++++++++++++++*/
#demowrapper {
	background: url("/images/soccer/demowrapper-bg.jpg") no-repeat 0px -1px;
}
p#demo a em {
	background: url("/images/soccer/tour-bg.jpg") no-repeat;	
}
p#signup a em {
	background: url("/images/soccer/signup-bg.jpg") no-repeat;
}
/*demo/signup on content pages
++++++++++++++++++++++++++++++*/
p#demo-signup a em {
	background-image: url("/images/home/soccer-demo-signup.gif");
}
p#demo-tour a em {
	background-image: url("/images/home/soccer-demo-tour.jpg");
}
/*Coaches rollover arrow at bottom right of landing page
++++++++++++++++++++++++++++++*/
h3#visit-coaches a em {
	background: url("/images/soccer/visit-coaches.gif");
}
h3#visit-coaches a:hover em {
	background: url("/images/soccer/visit-coaches.gif") 0 -35px;
}
/* My locker current plan heading background */
.currentplan h3 {
background-color: #2988cc;
color: #fff;
}