/* ------------------------------------------------------------------------

Basic Style Sheet - Babeco

Author: Oliver Coningham
Website: http://www.aztec4design.com/
Email: oliver@aztec4design.com

-------------------------------------------------------------------------*/

/* DO NOT ALTER THIS PART OF THE CSS */

.sIFR-flash 
	{
	visibility: visible !important;
	margin: 0;
	}
	
.sIFR-replaced 
	{
	visibility: visible !important;
	}
	
span.sIFR-alternate 
	{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	}
	
.sIFR-flash + div[adblocktab=true] 
	{
	display: none !important;
	}
	
.sIFR-hasFlash h3
	{
	line-height: 20px !important;
	height: 20px;
	visibility: hidden;
	margin: 0 0 1em 0;
	}
	
.sIFR-hasFlash h4
	{
	line-height: 15px !important;
	height: 15px;
	visibility: hidden;
	margin: 0 0 1em 0;
	}
	

/* General 
-------------------------------------------------------------------------*/

body
	{ 
	background: #a3865d url('../images/body-bg.gif') repeat-x top left;
	color: #6e9ade;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	}

#skip
	{ 
	display: block;
	height: 100px;
	margin-top: -100px; 
	}
	
		
#container
	{ 
	margin: 20px auto 0 auto; 
	width: 790px;
	}
	
strong
	{
	font-weight: bold;
	}
	
a
	{
	color: #6e9ade;
	text-decoration: underline;
	}	

a:hover
	{
	color: #006db4;
	text-decoration: underline;
	}
	
#main-content .top 
	{
	clear: both;
	margin: 0 0 40px 95px;
	}

.cleared {
	clear: both;
	}
	
	
/* Branding
-------------------------------------------------------------------------*/

#branding
	{ 
	background: url('../images/branding-bg-new.jpg') no-repeat bottom right;
	float: left;
	height: 177px;
	padding-left: 30px;
	width: 315px;
	}
	
#branding h1 a
	{ 
	background: url('../images/h1-bg.gif') no-repeat top left;
	display: block;
	height: 74px;
	text-indent: -25000px;
	width: 315px;
	}
	
#branding h2 a
	{ 
	background: url('../images/h2-bg.gif') no-repeat top left;
	display: block;
	height: 27px;
	text-indent: -25000px;
	width: 315px;
	}


/* Different Images
-------------------------------------------------------------------------*/
	
#pink #image { background: url('../images/pink-left.jpg') no-repeat bottom left; }
#pink #branding {	background: url('../images/pink-top.jpg') no-repeat bottom right; }
#blue #image { background: url('../images/blue-left.jpg') no-repeat bottom left; }
#blue #branding {	background: url('../images/blue-top.jpg') no-repeat bottom right; }
#beige #image { background: url('../images/beige-left.jpg') no-repeat bottom left; }
#beige #branding {	background: url('../images/beige-top.jpg') no-repeat bottom right; }
#green #image { background: url('../images/green-left.jpg') no-repeat bottom left; }
#green #branding {	background: url('../images/green-top.jpg') no-repeat bottom right; }
#group #image { background: url('../images/group-left.jpg') no-repeat bottom left; }
#group #branding {	background: url('../images/group-top.jpg') no-repeat bottom right; }
#boy #image { background: url('../images/boy-left.jpg') no-repeat bottom left; }
#boy #branding { background: url('../images/boy-top.jpg') no-repeat bottom right; }
	
	
/* Subnav
-------------------------------------------------------------------------*/

#subnav
	{
	float: right;
	height: 43px;
	margin-top: 23px;
	padding: 0 20px 0 146px;
	text-indent: -25000px;
	width: 279px;
	}

#subnav li
	{
	float: left;
	}
		
#subnav a
	{
	display: block;
	height: 43px;
	}

#subnav a:hover, #subnav .selected
	{
	background-position: 0 -43px;
	}
	
#subnav-contact a
	{
	background: url('../images/subnav-contact.gif') no-repeat top left;
	margin-left: 150px;
	width: 147px;
	}
	
#subnav-stockist a
	{
	background: url('../images/subnav-stockist.gif') no-repeat top left;
	display: none;
	}
	
	
/* Nav
-------------------------------------------------------------------------*/

#nav
	{
	background: url('../images/nav-bg.gif') no-repeat bottom left;
	float: right;
	height: 96px;
	margin-top: 15px;
	text-indent: -25000px;
	width: 445px;
	}
	
#nav li
	{
	float: left;
	}
		
#nav a
	{
	display: block;
	height: 85px;
	margin-right: 8px;
	width: 79px;
	}

#nav a:hover, #nav .selected
	{
	background-position: 0 -85px;
	}
	
#nav-home a
	{
	background: url('../images/nav-home.gif') no-repeat top left;
	margin-left: 87px;
	}
	
#nav-products a
	{
	background: url('../images/nav-products.gif') no-repeat top left;
	}
	
#nav-stockists a
	{
	background: url('../images/nav-stockists.gif') no-repeat top left;
	display: none;
	}
	
#nav-trade a
	{
	background: url('../images/nav-trade.gif') no-repeat top left;
	}
	
#nav-contact a
	{
	background: url('../images/nav-contact.gif') no-repeat top left;
	}
	
	
/* Image
-------------------------------------------------------------------------*/

#image
	{ 
	background: url('../images/baby-station-side-new.jpg') no-repeat bottom left;
	float: left;
	height: 274px;
	width: 30px;
	}
	
	
/* Content
-------------------------------------------------------------------------*/

#content
	{ 
	background: url('../images/content-bg.gif') repeat-y top left;
	float: right;
	width: 760px;
	}

#main-content
	{ 
	float: right;
	padding: 0 21px;
	width: 443px;
	}
	
#main-content p
	{
	line-height: 1.5em;
	margin-bottom: 1.25em;
	}

#main-content .list
	{
	margin: 0 0 1.25em 20px;
	}
	
#main-content .list li
	{
	background: url('../images/bullet.gif') no-repeat 0 50%;
	padding-left: 21px;
	}
		
#main-content li
	{
	line-height: 2.25em;
	}
		
#sub-content
	{ 
	float: left;
	overflow: hidden;
	width: 273px;
	}
	
#sub-content p
	{ 
	color: #917560;
	margin-left: 25px;
	}
	
	
/* Buttons
-------------------------------------------------------------------------*/

#buttons
	{
	height: 62px;
	text-indent: -25000px;
	}
	
#buttons li
	{
	float: left;
	}
		
#buttons a
	{
	display: block;
	height: 62px;
	width: 136px;
	}

#buttons a:hover
	{
	background-position: 0 -62px;
	}

#button-reviews a
	{
	background: url('../images/button-reviews.gif') no-repeat top left;
	margin-right: 15px;
	}

#home #button-reviews a
	{
	margin-right: 0;
	}
	
#button-more a
	{
	background: url('../images/button-more.gif') no-repeat top left;
	margin-right: 15px;
	}
	
#button-where a
	{
	background: url('../images/button-where.gif') no-repeat top left;
	margin-right: 15px;
	}
	
#button-trade a
	{
	background: url('../images/button-trade.gif') no-repeat top left;
	}
	
#button-next a
	{
	background: url('../images/button-next.gif') no-repeat top left;
	float: right;
	}
	
	
/* Quote
-------------------------------------------------------------------------*/

#quote
	{ 
	clear: both;
	height: 90px;
	margin-top: 5px;
	width: 445px;
	}

#flash
	{ 
	clear: both;
	height: 215px;
	width: 230px;
	}
	
		
/* Footer
-------------------------------------------------------------------------*/

#footer
	{ 
	background: url('../images/footer-bg.gif') no-repeat top left;
	clear: both;
	color: #ece9d3;
	font-size: 90%;
	height: 125px;
	margin-left: 30px;
	width: 760px;
	}

#footer a
	{
	color: #ece9d3;
	text-decoration: none;
	}
	
#footer a:hover
	{
	color: #ece9d3;
	text-decoration: underline;
	}
		
#copyright
	{
	float: left;
	margin: 25px 0 0 25px;
	}
	
#links
	{
	float: right;
	margin: 31px 25px 0 0;
	}
	
#footer hr
	{
	display: none;
	}