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