@charset "utf-8";
/* CSS Document */
*{ font-family: Verdana, Arial, Helvetica, sans-serif; }

#container {
	margin:auto;
	width:903px;
	height:601px;
	z-index:1;
}
#banner {
	float:left;
	width:478px;
	height:347px;
	z-index:1;
	background-image:url(images/logo_banner.jpg);
}
#latest_news {
	float:left;
	width:425px;
	height:347px;
	z-index:1;
	background-image:url(images/latest_news.jpg);
}
#content_top {
	float:left;
	width:903px;
	height:46px;
	z-index:1;
	background-image:url(images/info_banner.jpg);
}
#location {
	float:left;
	width:206px;
	height:176px;
	z-index:1;
	background-image:url(images/location.jpg);
}
#contact {
	float:left;
	width:181px;
	height:139px;
	z-index:1;
	background-image:url(images/contact_numbers.jpg);
	
}
#products {
	float:left;
	width:181px;
	height:176px;
	z-index:1;
	background-image:url(images/product_catalogue.jpg);
}
#stocklist {
	float:left;
	width:149px;
	height:176px;
	z-index:1;
	background-image:url(images/stocklist.jpg);
}
#wrap_baby {
	float:left;
	width:186px;
	height:176px;
	z-index:1;
	background-image:url(images/wrap_baby.jpg);
}
#footer {
	float:left;
	width:903px;
	height:32px;
	z-index:1;
	top: 410px;
	background-image:url(images/copyright.jpg);
}
#latest_news_content {
	width:305px;
	height:150px;
	z-index:1;
	margin-top:172px;
	margin-left:40px;
	overflow:auto;
	color:#1B4298;
}
.style1 {
	font-size: 12px
}

