/*header
++++++++++++++++++++++++++++*/
#sitelogo {
width: 346px;
}
.banner-1 {
background: transparent url("/images/snow/bg-banner-1.jpg") 346px 100% no-repeat;
}
.banner-2 {
background: transparent url("/images/snow/bg-banner-2.jpg") 346px 100% no-repeat;
}
.banner-3 {
background: transparent url("/images/snow/bg-banner-3.jpg") 346px 100% no-repeat;
}
.banner-4 {
background: transparent url("/images/snow/bg-banner-1.jpg") 346px 100% no-repeat;
}
.banner-5 {
background: transparent url("/images/snow/bg-banner-2.jpg") 346px 100% no-repeat;
}
/* footer coloured strip */
#footer {
border-top: 6px solid #f8db01;
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-snow.gif") repeat-y 50% 0%;
}
/*demowrapper on home page
++++++++++++++++++++++++++++*/
#demowrapper {
	background: url("/images/snow/demowrapper-bg.jpg") no-repeat 0px -1px;
}
p#demo a em {
	background: url("/images/snow/tour-bg.jpg") no-repeat;	
}
p#signup a em {
	background: url("/images/snow/signup-bg.jpg") no-repeat;
}
/*demo/signup on content pages
++++++++++++++++++++++++++++++*/
p#demo-signup a em {
	background-image: url("/images/home/snow-demo-signup.gif");
}
p#demo-tour a em {
	background-image: url("/images/home/snow-demo-tour.jpg");
}
/* My locker current plan heading background */
.currentplan h3 {
background-color: #f9dd00;
}

