/* Layout Stylesheet Royston Windows website

  (c) Colin Sewell, 2008
------------------------- */

xdiv {	/* for design debugging, shows the divs ! */
	border: 1px solid #cccc00;
}


#outer {
	width: 750px;
	margin-left: auto;	/* center main page content (FireFox etc. ) */
	margin-right: auto;
	margin-top: 10px;
	padding: 0px;
	background-color: #fff;
	background-image: url(../images/site-bg.gif);
	background-repeat: repeat-y;
	text-align: left;
/*	border: 2px solid #8856a4; */
/*	overflow:hidden;*/	/* needed (?) in IE to keep page centred, no white space to right */
}

#header {
	position: relative;
	width: 750px;
	height: 85px;
	left: 0px;
	top: 0px;
	background-color: #fff;
}


#NavMenu
{
	position: relative;
	width: 755px;
	height: 36px;
	margin-top: 10px;
	background-image: url(../images/nav-bg.gif);
	background-repeat: no-repeat;
}

#columns {
	position: relative;
	width: 750px;
	top: 4px;
	background-color: #fff;
}
#colleft {
	float: left;
	width: 150px;
	min-height: 300px;
	left: 0px;
	top: 0px;
}
.leftlogos {
	margin: 20px;
	text-align: center;
}
.leftthumbs {
	margin: 20px;
	text-align: center;
}

#contentpic {
	display: none;
	width: 300px;
	height: 400px;
	left: 150px;
	top: 10px;
	padding-left: 5px;
}
#contenttext {
	width: 575px;
	border-left: 1px solid #f0f0f0;
	overflow: auto;
}

#footer {
	width: 750px;
	height: 40px;
	margin-top: 10px;
	text-align: left;
	background-color: #f1f1f1;
	border-top: 1px dotted #969fb1;
}

#footerleft {
	float: left;
	width: 150px;
	height: 40px;
	padding-top: 2px;
}

#footerright {
	float: right;
	width: 600px;
	height: 40px;
}

#outerpopup {
	margin: 10px;
	padding: 0px;
	background-color: #fff;
	text-align: centre;
}

.ImgLeft {
	float: left;
	margin-right: 10px;
	border: 1px solid #aaa;
}

.ImgRight {
	float: right;
	margin: 10px;
	border: 1px solid #aaa;
}


/* 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 */

/* Hide from IE Mac \*/
	* html .ClearFix  {height: 1%;}
	.ClearFix {display:block;}
/* End IE Mac Hack */


.clear {
	clear: both;
}


br.clearboth {
	clear: both;
}


div.DivBorder {
	border: 1px solid #cccccc;
}

div.spacer {
	clear: both;
	height: 1px;
}

div.DivFloatLeft {
	float: left;
	margin: 1px;
}

div.DivCenter {
	text-align: center;
}
