h1 {
	background-image: url(../images/np_header.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 59px;
	background-color: rgba(54,57,60,1);
	text-indent: -9999px;
}
#wrap {
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1220px;
}
.sopwrap {
	background-color: #ef527e;
	display: block;
	color: rgba(255,255,255,1);
	text-align: center;
	background-image: url(../images/np_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.imagewrap img {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 540px;
	display: block;
	height: auto;
}
.sopwrap h2 {
	font-size: 30px;
	padding-top: 5px;
	padding-bottom: 25px;
}
.sopwrap p {
	font-size: 16px;
	padding-bottom: 25px;
}

.sopwrap h2, .sopwrap p {
	width: 100%;
	max-width: 540px;
	margin-right: auto;
	margin-left: auto;
}
.sopwrap .whitebutton {
	font-size: 15px;
	color: #ed1589;
	text-decoration: none;
	display: block;
	width: 180px;
	background-color: rgba(255,255,255,1);
	margin-right: auto;
	margin-left: auto;
	line-height: 40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.sopwrap a.whitebutton:hover {
	background-color: rgba(54,57,60,1);
	color: #FFFFFF;
}

.bottom {
	background-color: #f3f3f3;
	padding-top: 65px;
	padding-bottom: 65px;
	text-align: center;
}
.bottom ul {
	padding-left: 20px;
	padding-right: 20px;
}
.bottom ul li {
	display: block;
	width: 100%;
	padding-bottom: 40px;
}

@media only screen and (min-width: 550px) {
	.bottom ul {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0px;
		padding-right: 0px;
	}
	.bottom ul li {
		display: inline-block;
		width: 216px;
		padding-bottom: 0px;
		padding-left: 17px;
		padding-right: 17px;
	}
}



.bottom ul li a {
	background-color: rgba(255,255,255,1);
	padding-top: 20px;
	padding-bottom: 50px;
	display: block;
	color: #696969;
	text-decoration: none;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center 70px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.bottom ul li a:hover {
	background-color: #ccd500;
	color: #FFFFFF;
}
.bottom ul li.b1 a {
	background-image: url(../images/np_gb.png);
}
.bottom ul li.b2 a {
	background-image: url(../images/np_fr.png);
}

.bottom ul li.b3 a {
	background-image: url(../images/np_aus.png);
}

#departmentslideshow {
	width: 762px;
	margin-left: -9px;
	padding-left: 10px;
}

#departmentslideshow .slides {
	display: block;
	width: 742px;
	height: 396px;
	overflow: hidden;
}

#departmentslideshow .slide {
	display: block;
	width: 742px;
	height: 396px;
	overflow: hidden;
}

#departmentslideshow .slide img {
	display: block;
	width: 100%;
}

.discountpay {
	background-color: #fe0b4d;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}