* { margin-top: 0; margin: 0; padding: 0; background-repeat: no-repeat; background-position: left top; }

body, td, th, form, input {
	font-family: Verdana, Arial, Helvetica, sans serif;
}

a { outline: 0; }

body {
	background-color: #c7e1ee;
	text-align: center; /*IE hack */
	color: #888;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.45em;
        margin-top: 0;
}

p {
	margin: 1em 0;
}

h1 {
	color: #b2bbda;
	font-size: 20px;
	line-height: 1.3em;
	margin-top: 20px;
}

h1.productHeader {
	color: #b2bbda;
	font-size: 20px;
	line-height: 1.3em;
	margin-top: 5px;
}


div#sidebar h1 { margin-top: 0; }

div#wrapper {
	position: relative;
	margin: 0 auto 30px;
	background-color: #fff;
	width: 800px;
	background-image: url(images/bluefade.gif);
	background-repeat: repeat-x;
	text-align: left; /*negate IE hack */
}

div#terms {
    scroll: auto;
    height: 100px;
    width: 500px;
    border: 1px;
    border-color: gray;
}

/* ===================================================
   LEFT NAVIGATION
   =================================================*/
   
div#sidebar {
	position: absolute;
	width: 230px;
	left: 20px; top: 30px;
}

div#logo a img {
	display: block;
	border-width: 0;
}

div#tagline h1 {
	background-image: url(images/strapline.gif);
	text-indent: -3000px;
	height: 68px;
	width: 227px;
}

ul#mainmenu {
	list-style-type: none;
}

ul#mainmenu li {
	width: 240px;
	height: 24px;
	border-bottom: 2px solid #fff;
}

ul#mainmenu li a:link, ul#mainmenu li a:visited {
	display: block;
	padding-left: 22px;
	padding-top: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	background-position: 4px 6px;
	height: 19px;
}

* html ul#mainmenu li a:link, * html ul#mainmenu li a:visited {
/* Hack gives correct height for IE*/
	height: 24px;
}

a#howto, a#basket { background-image: url(images/howto.gif); background-color: #ed008c;}
a#pregtest { background-image: url(images/pt.gif); background-color: #204087;}
a#fertmon { background-image: url(images/fm.gif); background-color: #835fa0;}
a#ovtest { background-image: url(images/ot.gif); background-color: #843484;}
a#vit { background-image: url(images/vit.gif); background-color: #1c8fc8;}
a#persona { background-image: url(images/persona.gif); background-color: #7b8fc2;}
a#balanceactiv { background-image: url(images/activ.gif); background-color: #90C84B;}
a#login { background-image: url(images/login.gif); background-color: #bcbdc0;}

ul#mainmenu li a:hover {
	background-color: #888;
	background-image: url(images/hover.gif);
}

h2#freepp {
	margin-top: 10px;
	text-indent: -3000px;
	width: 240px;
	height: 160px;
	background-color: #753b92;
	background-image: url(images/NewRange.jpg);
}



/* ========================================================
   Main content
   ======================================================*/
   
div#main {
	margin-left: 280px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
}

div#main ul {
	list-style-type: disc;
	margin: 1em 0 1em 1.6em;
}

div#main li { margin: 0.6em 0; }

div#tophead {
	
}

div#search {
	height: 35px;
}

div#search input.textbox {
	border: 1px solid #2a408a;
	width: 100px; height: 20px;
	float: right;
	color: #888;
	font-size: 11px;
	line-height: 18px;
	padding-left: 3px;
}

div#search a {
	display: block;
	float: right;
	background-image: url(images/search.gif);
	height: 20px; width: 20px;
	border-width: 0;
	text-indent: -3000px;
	margin-left: 2px;
}

div#flash {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 505px;
	height: 65px;
}

div#content p {
}

p#ndd {
	margin-top: 2em;
	background-color: #fff;
	background-image: url(images/nextdaydelivery.gif);
	border: 1px solid #ed008c;
	padding: 2px 4px 8px 170px;	
	line-height: 1.3em;
}

div#footer p {
	margin-top: 30px;
	font-size: 80%;
	line-height: 1.3em;
}

hr {
	border: 1px solid #ccc;
	border-width: 1px 0 0;
	margin: 8px 0 25px;
	color: #ccc;
	height: 1px;
}

