@charset "utf-8";
/* CSS Document */

body {
	background-image: url(img/top-bg-colour.jpg);
	background-repeat: repeat-x;
	margin-top: 10px;
}

div#main-site-container {
	width:910px;
	height:auto;
	margin: 0 auto;
	z-index:0;

}
div#tabs {
	background-color:#FFF;
	z-index:1;
	
	}

div#main-bg {	
	width:910px;
	height:145px;
	margin: 0 auto;
	position:relative;
	background-image:url(img/bg-top-main-body.png);
	background-repeat:no-repeat;
	z-index:3;
	
}
div#main-bg-middle{	
	width:910px;
	height:auto;
	margin: 0 auto;
	position:relative;
	background-image:url(img/bg-top-main-body-sm.png);
	background-repeat:repeat-y;
	margin-top:-12px;
	z-index:0;

	
}
	
div#main-bg-base {	
	width:910px;
	height:50px;
	margin: 0 auto;
	
	background-image:url(img/bg-top-main-body-bottom.png);
	background-repeat:no-repeat;
	z-index:0;
	margin-top:-10px;
	
	
	
}
div#main-bg-base .footer {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	text-align:center;


	
}
div#bg-feet {
	width:316px;
	height:560px;
	background-image:url(img/bg-body-feet.png);
	background-repeat:no-repeat;
	position:absolute;
	left:535px;
	top:0px;
	z-index:0;
	}

	
div#babygear-logo {
	width:217px;
	height:104px;
		position:absolute;
	left:20px;
	top:20px;
	z-index:0;
}
div#bg-tele-no {
	width:248px;
	height:63px;
	background-image:url(img/bg-telephone-no.png);
	position:absolute;
	left:641px;
	top:25px;
	z-index:0;
	
}
div#nav-bg {
	width:650px;
	height:46px;
	position:absolute;
	top:92px;
	left:257px;
	z-index:1;
}
div#body-main {
	width:860px;
	height:auto;
	margin: 0 auto;
	z-index:2;
	left:25px;
	top:8px;
	z-index:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	
	
}

div#body-main .words {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	margin-left:10px;
	text-align:justify;
	
}

div#fb-btn {
	width:45px;
	height:45px;
	position:relative;
	left:900px;
	top:155px;
	z-index:3;
	
}

#slideshow {
	
	border:0px;
	height:430px;
	margin:0px auto 0;
	position:relative;
	width:380px;
	float:left;
	
}

#slideshow ul {
	height:430px;
	left:-40px;
	list-style:none outside none;
	overflow:hidden;
	position:absolute;
	top:-15px;
	width:380px;
	
}
#slideshow li {
	position:absolute;
	display:none;
	z-index:90;
	
}


#slideshow li:first-child {
	display:block;
	z-index:99;
}
#slideshow .slideActive {
	z-index:99;
}
#slideshow canvas {
	display:none;
	position:absolute;
	z-index:91;
}
#slideshow .arrow {
	height:48px;
	width:34px;
	position:absolute;
	background:url('img/arrows-push.png') no-repeat;
	top:50%;
	margin-top:-20px;
	cursor:pointer;
	z-index:99;
}
#slideshow .previous {
	background-position:left top;
	left:0;
}
#slideshow .previous:hover {
	background-position:left bottom;
}
#slideshow .next {
	background-position:right top;
	right:0;
}
#slideshow .next:hover {
	background-position:right bottom;
}
