
/* Layout Stylesheet for The Sandpit Nursery

  (c) Colin Sewell, 2006
------------------------- */

body {
	margin: 0px 2px 2px 2px;
	padding: 0px;
	text-align: center;		/* center main page content (older browsers like IE 5.5) */
	height: 100%;
/*
	background-color: #FAFAFA;
	background-image: url(../images/decorations/bg-stripes-diag-1.gif);
*/
}


#Outer {
	width: 750px;
	border: 0px solid #EAEAEA;
	background-color: #ffffff;	/*#FCFCFC*/
	margin-left: auto;	/* center main page content (FireFox etc. ) */
	margin-right: auto;
	text-align: left;	/* reset align left for page content that follows */
	padding: 1px 1px 10px 1px;
/*	overflow:hidden;*/	/* needed (?) in IE to keep page centred, no white space to right */
}


#Header {
	width: 750px;
 	background-color: #fff;  /* F9FF00 yellow */
	border: 0px solid #CCCCCC;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 0px;
}

#HeaderLeft {
	float: left;
	width: 237px;
}

#HeaderMiddle {
	float: left;
	width: 270px;
 	background-color: #fff;	/* F9FF00 yellow */
	text-align: center;
}

#HeaderRight {
	float: right;
	width: 237px;
}

#HeaderBanner {
	/* this style can completely go ??!! */
	width: 750px;
	height: 120px;
	padding: 0px;
	border: 0px solid yellow;
/*	background-image: url(../images/banners/header-1.jpg); */

/*	overflow: hidden; */
/*	float: left; */
}

#HeaderBannerLogoTR {
	float: right;
	width: 175px;
	height: 120px;
	background-image: url(../Temp/test-TR-logo.gif);
	border: 0px solid #0099CC;
}


.OneThirdColumn {
	float: left;
	width: 33%;
}


#BodyBlock {
	width: 750px;
	overflow: hidden;		/* ?! */
	border: 0px solid green;
	margin-top: 2px;
	margin-bottom: 0px;
	padding: 0;
	background-color: #ffffff;
}


#PageContentHome {
	float: left;
	overflow: hidden;		/* ?! */
	width: 445px;
	text-align: left;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
	padding-left: 5px;
}

#HomeMoreBox {
	padding-top: 10px;
	padding-bottom: 8px;
}


#PageContent {
	float: left;
	width: 520px;
	height: 100%;
	text-align: left;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
	padding-left: 20px;
/*	border: 1px solid #888888; */
	border-left: 1px solid #B6D27B;
}


#ColumnLeft {
	float: left;
	width: 180px;
	height: 100%;
	text-align: left;
	margin: 0px;
	padding: 5px;
}


.MoreInfoBox {
	float:left;
	overflow: hidden;
	width: 180px;
	height: 105px;
/*	text-align: center; */
}

.MoreInfoBox p {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-weight: bold;
}

.MoreInfoBox .InfoTop {
	background: url(../images/misc/left-info-box-top.gif);
	background-repeat: no-repeat;
	margin: 0;
	height: 35px;
	line-height: 35px;
	text-indent: 10px;
}

.MoreInfoBox img {
	margin: 0;
	padding: 0;
	border: 0;
}

.MoreInfoBox a, .MoreInfoBox a:link, .MoreInfoBox a:visited, .MoreInfoBox a:hover {
	font-size: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	color: #ffffff;
}

.MoreInfoBox a:hover {
	text-decoration: underline;
}


.MoreInfoBox .InfoBottom {
	background: url(../images/misc/left-info-box-bottom.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	height: 6px;
	line-height: 6px;
	font-size: 1px;
}

.MoreInfoBoxPadding {
	margin: 0px 25px 30px 25px;
}

.MoreInfoBoxPaddingTop {
	margin-top: 10px;
}


#BabyRoomsSelection {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}


#ColumnRightHome {
	float: right;
	width: 275px;
	padding: 0;
	background-color: #ffffff;
}


#ColumnRight {
	width: 150px;
	float: right;
	margin: 2px;
	padding: 0;
	background-color: #ffffff;
}


#SideColBox1, #SideColBox2, #SideColBox3, #SideColBox4 {
	width: 145px;
	float: left;
/*	color: #333333; */
	font-size: 70%;
	text-align: left;
	margin: 0 0 12px 0;
	padding: 4px;
}


#NewsBox {
	width: 120px;
	position: relative;
	float: left;
	background-color: #FCFCFC;
	font-size: 70%;
	padding: 0;
}


#Footer {
	width: 750px;
	overflow: visible;
	background-color: #FCFCFC;
	background-image: url(../images/misc/footer-bg-yellow.gif);
	background-repeat: no-repeat;
	margin-top: 15px;
	text-align: center;
}


#ImageFloatLeft
{
	float: left;
	margin: 4px 8px 8px 4px;
	border: 1px solid #000055;
}

#ImageFloatRight
{
	float: right;
	margin: 4px;
	margin-bottom: 20px;
	padding: 2px;
}


.WaterMarkLeftGirl {
	background-image: url(../images/misc/WM-left-girl.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.WaterMarkRightGirl {
	background-image: url(../images/misc/WM-right-girl.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.WaterMarkLeftBoy {
	background-image: url(../images/misc/WM-left-boy.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.WaterMarkRightBoy {
	background-image: url(../images/misc/WM-right-boy.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.WaterMarkLeftBlocks {
	background-image: url(../images/misc/WM-blocks.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.WaterMarkRightBlocks {
	background-image: url(../images/misc/WM-blocks.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}


#AdminContent {
	width: 630px;
	background-color: #FAFAFA;
	color: #333333;
	text-align: left;
	padding: 4px;
	margin-left: 5px;
	border: 1px solid #888888;
}


/* Other Layout Bits
   ----------------- */

/* Div Clear space after Float fix  -  to stretch a container div to contain floated elements */
.ClearFix:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility: hidden;
}


.ClearFix  {display: inline-table;}  /* fix for IE Mac only */

/* Hide from IE Mac, IE Win Only \*/
	* html .ClearFix  {height: 1%;}
	.ClearFix {display:block;}
/* End IE Mac Hack */


div.DivShow {	/* for design debugging, shows the divs ! */
	border: 1px solid #cccc00;
	background-color: #cfcfcf;
}

div.DivBorder {
	border: 1px solid #cccccc;
}


div.Spacer {
	clear: both;
	height: 1px;
}

div.DivFloatLeft {
	float: left;
	margin: 1px;
}

div.DivCenter {
	text-align: center;
}


br.ClearBoth {
	clear: both;
	display: none;
}


img.ImgPadding
{
	padding-left: 4px;
	padding-right: 4px;
}

img.ImgFloatLeft {
	float: left;
	margin: 4px;
}

img.ImgFloatRight {
	float: right;
	margin: 4px;
}


img.ImgFloatLeftMargin {
	float: left;
	margin-right: 8px;
}

img.ImgFloatRightMargin {
	float: right;
	margin-left: 8px;
}

img.ImgMarginLeft {
	margin-left: 20px;
	margin-bottom: 2px;
}

img.ImgClear {
	margin-bottom: 2px;
	clear: both;
}

img.NewsImgFloatLeft {
	float: left;
	margin: 10px;
}

img.NewsImgFloatRight {
	float: right;
	margin: 0 8px 8px 8px;
}
