body {
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.nappyeverafter.co.uk/newsite/images/background.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.wrapper {
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.nappyeverafter.co.uk/newsite/images/header-flowers-clouds.gif);
	background-repeat: repeat-x;
	background-position: -185px top;
	height: 165px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
.contactinfo {
	display: block;
	float: right;
	width: 400px;
	padding: 0px;
	text-align: right;
	color: #0072CF;
	font-size: 14px;
	line-height: normal;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
}
.bottomtext ul li {
	display: inline;
	list-style-type: none;
	margin-right: 10px;
}
.bottomtext ul li a {
	color: #666;
	text-decoration: none;
}
.bottomtext ul li a:hover {
	text-decoration: underline;
}
.header {
	width: 880px;
	margin: 0px;
	padding: 0px;
	height: 165px;
	background-image: url(http://www.nappyeverafter.co.uk/newsite/images/nea-logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.basket {
	width: 175px;
	float: right;
	padding: 0px;
	margin-top: 12px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 51px;
}
.basketcontent {
	background-image: url(http://www.nappyeverafter.co.uk/newsite/images/basketbackground.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 41px;
	width: 145px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-top: 10px;
}
.basketcontent a {
	color: #0072CF;
	text-decoration: none;
	font-weight: bold;
}
.basketcontent a:hover {
	text-decoration: underline;
}
.basketleft {
	background-image: url(http://www.nappyeverafter.co.uk/newsite/images/basketcurveleft.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 51px;
	width: 15px;
	float: left;
}
.basketright {
	background-image: url(http://www.nappyeverafter.co.uk/newsite/images/basketcurveright.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	padding: 0px;
	margin: 0px;
	height: 51px;
	width: 15px;
}
.whitebox {
	width: 855px;
	margin: 0px;
	background-color: #FFF;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 15px;
}
#ts_tabmenu {
	font-size: 15px;
	width: 880px;
	float: left;
	display: block;
	text-align: center;
	height: 40px;
	position: absolute;
	left: 100px;
	top: 125px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#ts_tabmenu ul {
	line-height: 55px; /* setting the line height now so we don't have any headaches*/
	margin: 0px; /* let's keep the margin set to 0 for the same reasons as above*/
	list-style-type: none; /* we remove the UL's default disc bullets */
	float: left; /* give it a left padding of 5px to counter the effect of margin -5px below */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#ts_tabmenu ul li {
	float: left;
}
#ts_tabmenu ul li a {
	text-decoration: none; /* remove the default underline off the anchor text */
	display: block; /* we display this text as block so that we can apply padding/margin without problems */
	float: left;  /* this is important for the overlapping part - we are overlapping the tabs by 5 px */
	z-index: 0; /* keep it on layer 0 (default) */
	position: relative;  /* very important as this enables the z-index to work for us and keeps the tabs where they should be */
	color: #FFF;  /* color of the tab text */
	background-image: url(http://www.nappyeverafter.co.uk/newsite/images/tab.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 150px;
	padding: 0px;
	margin-left: -11px;
}
#ts_tabmenu ul li a strong {
	font-weight: bold;   /* remove the bold effect */
	display: block;   /* display the strong element as a block so we can pad it, etc. */
	float: left;  /* important, as through this you define the position of the text within the tab */
	cursor: pointer;  /* this makes the browser show the "hand" cursor when hovering over the tab */
	background-image: url(http://www.nappyeverafter.co.uk/newsite/images/tab.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 40px;
	width: 150px;
}
#ts_tabmenu ul li a:hover {
	position: relative; /* again, keep things relative */
	z-index: 5;  /* now we show the bottom part of the tabs image, the "hover" instance */
	color: #0072CF;   /* we color the hovered tab's text black */
	background-image: url(http://www.nappyeverafter.co.uk/newsite/images/tab.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 40px;
	width: 150px;
}
h1 {
	color: #0072CF;
	text-decoration: none;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 120%;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	font-weight: normal;
	font-style: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 120%;
	font-weight: bold;
	color: #0072CF;
}
h3 {
	font-size: 14px;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 5px;
	color: #0072CF;
	font-weight: normal;
	line-height: 120%;
}
h4 {
	font-size: 12px;
	line-height: 120%;
	color: #000;
}
.maincontent .boldintro {
	font-size: 12px;
}
.leftnav p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	margin: 0px;
	padding: 0px;
}
.crumbtrail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px;
	color: #0072CF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	width: 540px;
	display: block;
}
.categoryname a {
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
	color: #0072CF;
}
.categoryname a:hover {
	text-decoration: underline;
}
.crumbtrail a {
	text-decoration: none;
	color: #0072CF;
}
#ts_tabmenu ul li a:hover strong {
	background-image: url(http://www.nappyeverafter.co.uk/newsite/images/tab.gif);
	position: relative; /* keep it relative */
	z-index: 5; /* show this on layer 5 as well */
	background-position: right bottom; /* we show the right bottom part of the tabs image (the hover instance) */
	background-repeat: no-repeat;
	height: 40px;
	width: 150px;
}
#tsmenu1 #li_tsmenu1 a, #tsmenu2 #li_tsmenu2 a, 
#tsmenu3 #li_tsmenu3 a, #tsmenu4 #li_tsmenu4 a, 
#tsmenu5 #li_tsmenu5 a, #tsmenu6 #li_tsmenu6 a, 
#tsmenu7 #li_tsmenu7 a {
	position: relative;
	z-index: 5;
	color: #0072CF;
	background-image: url(http://www.nappyeverafter.co.uk/newsite/images/tab.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 40px;
	width: 150px;
}
#tsmenu1 #li_tsmenu1 a strong, #tsmenu2 #li_tsmenu2 a strong, 
#tsmenu3 #li_tsmenu3 a strong, #tsmenu4 #li_tsmenu4 a strong, 
#tsmenu5 #li_tsmenu5 a strong, #tsmenu6 #li_tsmenu6 a strong, 
#tsmenu7 #li_tsmenu7 a strong {
	background-image: url(http://www.nappyeverafter.co.uk/newsite/images/tab.gif);
	position: relative;
	z-index: 5;
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 40px;
	width: 150px;
}
.content {
	padding: 0px;
	width: 880px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
}
.leftnav {
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	margin-top: 25px;
}
.leftnav ul {
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.leftnav ul li {
	color: #0072CF;
	list-style-type: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
#leftnav2 {
	margin-top: 30px;
}
p {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
}
.mainproddescrip p {
	font-size: 11px;
	line-height: normal;
	color: #444;
}
.mainproddescrip .productprice {
	font-size: 13px;
	margin-left: 5px;
	color: #0072CF;
	margin-bottom: 20px;
	font-weight: bold;
}
.maincontent {
	width: 540px;
	float: left;
	padding: 0px;
	text-align: left;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
}
.maincontent .widecolumn {
	width: 480px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.rightcol .searchbox #box #Search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	width: 130px;
	height: 15px;
	border: 1px solid #0072CF;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	line-height: normal;
}
.rightcol .searchbox {
	width: 176px;
	padding: 0px;
	height: 22px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	display: block;
}
.rightcol .searchbox #box #button {
	height: 22px;
	width: 28px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
.bottomtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: center;
	padding: 5px;
	margin-top: 30px;
	display: block;
	width: 830px;
}
.rightcol {
	float: right;
	width: 176px;
	margin: 0px;
	padding: 0px;
}
.leftnav ul li a {
	text-decoration: none;
	color: #0072CF;
}
.leftnav ul li a:hover {
	color: #fed64d;
}
.featurebox1 .featurebox1-top {
	background-image: url(http://www.nappyeverafter.co.uk/newsite/images/purpleboxtop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
	width: 176px;
}
.featurebox1 .featurebox1-base {
	height: 48px;
	width: 176px;
	background-image: url(http://www.nappyeverafter.co.uk/newsite/images/purpleboxbottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.featurebox1 .featurebox1-content {
	background-image: url(http://www.nappyeverafter.co.uk/newsite/images/purpleboxbg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 146px;
	padding-right: 15px;
	padding-left: 15px;
}
.featurebox1 {
	width: 176px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #FFF;
}
.featurebox2 .featurebox2-top {
	background-image: url(http://www.nappyeverafter.co.uk/newsite/images/pinkboxtop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
	width: 176px;
}
#info {
	width: 500px;
}
.featurebox2 .featurebox2-base {
	height: 22px;
	width: 176px;
	background-image: url(http://www.nappyeverafter.co.uk/newsite/images/pinkboxbottom-2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.featurebox2 .featurebox2-content {
	background-image: url(http://www.nappyeverafter.co.uk/newsite/images/pinkboxbg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 146px;
	padding-right: 15px;
	padding-left: 15px;
}
.featurebox2 {
	width: 176px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #0072CF;
}
#ts_tabmenu .contactinfo a {
	text-decoration: none;
	color: #0072CF;
}
#ts_tabmenu .contactinfo a:hover {
	text-decoration: underline;
}
.mainprodimage {
	width: 240px;
	float: left;
	display: block;
	margin-left: 20px;
}
.mainproddescrip {
	float: right;
	width: 270px;
	display: block;
	margin-right: 10px;
}
.mainproddescrip .productoptions {
	text-align: left;
	font-size: 13px;
	width: 30px;
	margin-bottom: 5px;
	color: #0072CF;
	font-weight: bold;
}
.mainproddescrip ul {
	font-size: 11px;
	line-height: normal;
	padding: 0px;
}
.mainproddescrip ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.featurebox1-content h2 {
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
.featurebox2-content h2 {
	margin: 0px;
	padding: 0px;
}
.featurebox2-content h3 {
	margin: 0px;
	padding: 0px;
}
.wrapper .content .whitebox #info li  {
	padding-bottom: 5px;
}
.maincontent a {
	color: #0072CF;
	text-decoration: none;
}
.maincontent a:hover {
	text-decoration: underline;
}
.maincontent ul li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 11px;
	line-height: 120%;
}
.maincontent ul {
	padding: 0px;
	margin-top: 7px;
	margin-right: 30px;
	margin-bottom: 7px;
	margin-left: 30px;
}
.centred {
	text-align: center;
}
.newsitem {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
}
.maincontent .testimonial {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	display: block;
	width: 500px;
	padding-top: 7px;
}
.maincontent .testimonial p em  {
	color: #666;
}
