html, body, form {
	height: 100%;
}

body, td, div, select, textarea, input, h1, h2, h3, h4, h5, h6 {
	font: normal normal normal 12px Verdana, Arial, Helvetica, sans-serif;
}

body {
	color: #030;
	margin: 0px;
	background:#f3efe6 url(../Images/Design/bg.jpg) repeat-x;
}

form {
	margin:0;
	padding:0;
}

html > body #outer #main, html > body #content {
	height: auto;
	margin-bottom:4px;
}

fieldset {
    padding-bottom:10px;
    margin-bottom:10px;
}

legend {
    font-weight:bold;
    font-size:11px;
    padding:2px 5px;
    color:#C11313;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #292;
	margin:0;
	text-transform:uppercase;
}

h1 {
    font-size: 14px;
	line-height:25px;
}

h2 {
    font-size:12px;
	line-height:25px;
}

h3 {font-size:11px;}
h4 {font-size:11px;}
h5 {font-size:10px;}
h6 {font-size:10px;}

input.fld, input.lge {
	border: 1px solid #7B9EBD;
	line-height: 16px;
	height: 16px;
}

input.fld {width: 160px;}
input.mdm {width: 240px;}
input.lge {width: 300px;}

input.btn {
	color:#fff;
	border:1px solid #252;
	background-color:#1c1;
	font-weight: bold;
}

select {width:164px;}
select.lge {width:454px;}

select.mdm {
	width:244px;
	margin-right:20px;
}

select.sml {
	width: 240px;
	margin-right:20px;
}

hr {
	height: 1px;
	background-color: #ccc;
	border: none;
}

textarea.sml {
	width: 160px;
	height: 50px;
}

textarea.mdm {
	width: 241px;
	height: 100px;
}

textarea.lge {
	width: 380px;
	height: 120px;
}

a {text-decoration: underline;}
a img {border:0;}
a:link, a:visited, a:active {color: #292;}
a:hover {color: #666;}

p {
	margin: 5px 0 15px 0;
}

p.indent {
	margin: 5px 0 15px 10px;
}

acronym{
    cursor:help;
}

/* Page Structure Classes */
#outer, #main {
	height: 100.1%;
	min-height: 100%;
}

#main {
	text-align:left;
	border:2px solid #494;
	margin:20px;
	background:#fff url(../Images/Design/side_bar.jpg) right top repeat-y;
}

#main, #footer, #headerContainer, .headerImage {
	width:780px;
}

#header, #banner{
	height: 110px;
}


#clearHeader{
    height:150px;
}

.headerImage{
    display: none;
    height:120px;
    background-position:left top;
    background-repeat: no-repeat;
}

#headerOuter{
	position:absolute;
	top:21px;
	left:0;
	width:100%;
}

#headerOuter #headerContainer{
	width:100%;
}

#headerContainer{
	height:10px;
}

#headerOuter #header {
	width:780px;
	background: #44C13E url(../Images/Design/logo_bg.gif) repeat-x left top;
}

#headerMenuBar {
	width:780px;
	height:34px;
	background:#f3efe6 url(../Images/Design/band.gif) repeat-x;
}

#headerOuter > #header {
	width:auto;
}

#logo {
	width:498px;
	height:60px;
	float: left;
	margin: 20px 0 0 10px;
	background: url(../Images/Design/logo.gif) no-repeat left top;
}

#banner{
	float: right;
	background: url(../Images/Design/banner.jpg) no-repeat right top;
	width:229px;
}

#headerMenuBar ul {
	padding:0;
	margin:0;
	float:left;
	width:700px;
}

#headerMenuBar ul li {
    float:left;
	list-style-type: none;
	font-weight: bold;
	height: 20px;
	padding-top:6px;
}

#headerMenuBar li.current a {
	color: #ff0;
}

#headerMenuBar a {
	color:#fff;
	text-decoration:none;
	height:25px;
	padding:0 10px;
}

#headerMenuBar a:hover, #headerMenuBar a:focus {
	color: #FFFF66;
	text-decoration: underline;
}

/* Main Menu Classes */
#mainMenu{
    display:none;
    float:left;
}

#mainMenu h2, #editPanel h2{
    border-bottom:1px solid #0E890E;
}

#mainMenu ul{
    padding:0;
    margin:0;
    width:140px;
}

#mainMenu li{
    list-style-type:none;
    width:140px;
}

#mainMenu li a{
    display:block;
    line-height:24px;
    width:130px;
    padding-left:10px;
    color:#000;
}

#mainMenu li a:hover{
    background:url(../Images/Design/main_menu_bg.gif) left top no-repeat;
}

/* Sub Menu Classes */
#subMenu{
    height:25px;
    margin:15px 0;
}

#subMenu ul{
    padding:0;
    margin:0;
    font-weight:bold;
    border-bottom:1px solid #090;
    list-style-type:none;
}

#subMenu li{
    display:inline;
    margin:0 3px 0 0;
    line-height:25px;
}

#subMenu li a{
    padding:5px 5px 6px 5px;
    color:#090;
    text-decoration:none;
    border:1px solid #ccc;
    border-bottom:0;
    background-color:#efefef;
}

#subMenu li a:hover{
    text-decoration:underline;
    border:1px solid #ccc;
    border-bottom:0;
}

#subMenu li.current a{
    color:#900;
    border:1px solid #090;
    border-bottom:1px solid #fff;
    background-color:#fff;
}

/* Form Layout Classes */
.frm{
    width:520px
}

.frmCell{
    float:left;
    margin:3px 0 0 10px;
}

.frmCell label{
    width:120px;
    display:block;
    float:left;
    margin:3px 0;
}

/* Copy Classes */
.highlight{
	color:#f00;
}

.spacedText{
    line-height:1.5em;
}

.cImageLeft{
    float:left;
    margin:0 14px 14px 0;
}

.cImageRight{
    float:right;
    margin:0 0 14px 14px;
}

.clearBoth{clear:both;}

/* Footer Layout Classes */
#clearFooter {
	height: 50px;
	clear:both;
}

#footer {
	margin-top:-62px;
	height:40px;
	color:#000;
	background-color:#44c13e;
}

html > body #footer{
	margin-top:-45px;
}

#footerBottom{
    height:20px;
}

#footerLeft, #footerRight {
	font-size:10px;
	line-height:38px;
	margin:0 4px;
}

#footerLeft {float: left;}
#footerRight {float: right;}

#footer a{
    color:#fff;
    text-decoration:none;
}

#footer a:hover{
    text-decoration:underline;
}

/* Content Area Classes */
#content {
	margin:0 5px 10px 5px;
	height:auto;
	clear:both;
}

#content div{
	line-height:20px;
}

#content li{
    margin:5px 0;
}

#content .contentImage{
    float:left;
    margin:0;
}

/* Home pod classes */
#homePods{
	width:100%;
}

.homePod
{
	float:left;
	width:180px;
	height:140px;
	padding-left:10px;
	cursor: pointer;
	background:#fff url(../Images/Design/pod_bg.jpg) bottom left no-repeat;
}

#poda, #podb, #podc{
	height:42px;
	width:154px;
}

.homePod p{
	width: 164px;
}

#poda{
	background:#fff url(../Images/Design/helpandsupport.gif) 0 10px no-repeat;
}

#podb{
	background:#fff url(../Images/Design/babychanging.gif) 0 10px no-repeat;
}

#podc{
	background:#fff url(../Images/Design/shop.gif) 0 10px no-repeat;
}


.compInfoContainer{
    margin:10px 0;
}

.compInfo{
    margin:10px 0;
}

.compInfo label{
    display:block;
    font-weight:bold;
    width:150px;
    float:left;
}

.compInfo div{
    width:200px;
    float:left;
}

.sideBar{
    width:175px;
    float:left;
}

html > body .sideBar{
    margin-left:4px;
}

.colsTwo{
    width:760px;
    float:left;
}

.colsTwo .columnCentre{
    width:164px;
    margin-left:10px;
    margin-top:6px;
    line-height:1.5em;
    border:solid 1px #ddd;
	background-color:#f5f5f5;
}

.colsTwo .columnLeft{
    width:570px;
    margin-left:10px;
 }

.colsThree{
    width:560px;
    float:left;
}

.columnCentre, .columnLeft{
    float:left;
    display:inline;
}

.colsThree .columnCentre{
    width:380px;
    margin-left:160px;
    line-height:1.5em;
}

.colsThree .columnLeft{
    width:120px;
    margin-left:-540px;
    border: solid 1px red;
}


/* services Classes */
.services{}

.services ul{
    margin:5px;
    padding:0px;
    list-style-type:none;
    line-height:14px;
}

.services li{
    background:url(../Images/Design/services_bullet.gif) left top no-repeat;
    color:#000;
    font-weight:bold;
    padding:0px 0px 10px 13px;
}

.newServices{
    border:1px solid #ccc;
}

.newServices h2{
    background-color:#ccc;
    padding-left:5px;
}

/* Login Form Classes */
.login{padding-top:20px;}

#loginContainer{
    width:480px;
    background-color:#F1F3F5;
    height:230px;
    border:1px solid #ccc;
    text-align:left;
}

#loginForm{
    float:right;
    width:270px;
}

#loginForm form{
    background-color:#E9ECEF;
    margin-top:30px;
    padding:0 10px 10px 10px;
    border:1px solid #ccc;
    width:220px;
}

#loginForm label{
    height:18px;
    display:block;
    margin:15px 0 0 0;
}

#loginContainer h1{margin:10px 0;}
#loginContainer{color:#666;}

#loginForm h2{
    color:#666;
    line-height:40px;    
}

#loginBox .fld {width: 180px;}

#loginInfo{
    float:left;
    background:url(../Images/Design/security.jpg) no-repeat center top;
    width:170px;
    padding:80px 10px 10px 10px;
    margin:10px 0;
}

/* Error Summary Classes */
.errorSummary {
	border:1px solid #c00;
	background-color:#c00;
	width:100%;
	color:#fff;
	margin:10px 0;
}

.errorSummary h4{
    margin:3px 0 3px 3px;
    color:#fff;
}

.errorSummary ul{
	margin:0;
	padding:5px;
	background-color:#fff;
	color:#c00;
	list-style-type:none;
}

.errorIcon{
    background:url(../images/design/error.gif) center center no-repeat;
    height:16px;
    width:16px;
    float:right;
    display:block;
}

.contactUs, .openingHours{
    margin:0 10px;
}

.contactUs .inline, .openingHours .inline{
    line-height:24px;
    clear:left;
}

.contactUs .inline h3, .openingHours .inline h3{
    width:50px;
    float:left;
    line-height:24px;
}

.promo{
    margin-top:40px;
    width:175px;
    height:95px;
    background:url(../Images/Design/logo_block.gif) no-repeat center center;
}

.promo a{
    width:175px;
    height:95px;
    display:block;
}

/* product page tabs */
#tabs ul {
	padding:0;
	margin:0 0 10px 0;
	float:left;
	width:560px;
	border-bottom:solid 2px #473;
}

#tabs ul li {
    float:left;
    height:26px;
	list-style-type: none;
	font-size:12px;
	font-weight: bold;
	padding:0;
	margin:0 10px 0 0;
	text-align:center;
	background-color:#493;
}


#tabs li.current {
	color: #FF6;
	background-color:#6b5;
}


#tabs li.current a {
	
}

#tabs a {
	color:#000;
	text-align:center;
	text-decoration:none;
	height:26px;
    padding:0 10px 0 8px;
}

#tabs a:hover, #tabs a:focus {
	color: #FF6;
	text-decoration: underline;
}






/* Edit Panel Options */
#editPanel{
    width:100%;
    float:left;
    height:200px;
    margin-top:20px;
}

#editPanel ul{
    list-style-type:none;
    padding:0px;
    margin:0px;
    height:25px;
}

#editPanel li{
    display:block;
    background-position:left top;
    background-repeat:no-repeat;
    padding:2px 2px 2px 10px;
    margin:5px 0px 0px 2px;
}

#editPanel a{padding:10px;}
#editPanel li.edit{background-image:url(../Images/Design/icon_edit.gif);}
#editPanel li.logout{background-image:url(../Images/Design/icon_logout.gif);}
#editPanel li.add{background-image:url(../Images/Design/icon_add.gif);}
#editPanel li.home{background-image:url(../Images/Design/icon_home.gif);}
#editPanel li.list{background-image:url(../Images/Design/icon_list.gif);}


