/* Layout Stylesheet for Radius Computing website

  (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) */
	background: #f7f7f7 url(../images/misc/bg-tile.gif);
}


#Outer {	/* outer whole container */
	position: relative;
	width: 790px;
	text-align: left;	/* reset align left for page content that follows (IE) */
	margin: 0 auto;		/* center main page content (FireFox etc. ) */
	padding: 0px;
	border: 0px solid #eaeaea;
	background: url(../images/misc/main-bg-shade.gif) repeat-y left top;
}

* html #Outer { margin-top: 5px; }	/* IE hack to get top margin */


#Main {	/* main body, header plus main content */
	width: 760px;
	margin-left: 15px;
}


#Header {
	height: 120px;
	background-image: url(../images/banners/site-header.jpg);
	background-repeat: no-repeat;
 	background-color: #f7f7f7;  /* f7f7f7 light grey */
	border: 0px solid #ccc;
	margin-top: 5px;
	margin-bottom: 1px;
	padding: 0px;
}


#mnuSelectPage {
	margin-left: 10px;
	width: 215px;
	height: 20px;
	font-family: arial, verdana, helvetica, serif, sans-serif;
	font-size: 100%;
}


#PageContent {
	width: 525px;
	text-align: left;
	margin: 10px 0 20px 210px;
	padding-left: 10px;
	border-left: #0089cc 1px dotted;
}


#SideBar {	/* left nav etc. content */
	position: absolute;
	width: 180px;
	left: 16px;
	top: 135px;	/* for IE */
	overflow: visible;
	height: 157px;
}

body > div > div#SideBar {	/* ignored by IE, seen by 'proper' browsers */
	top: 149px;
}

#FlashBox {
	width: 180px;
	height: 120px;
	border: #cccccc 1px solid;
	margin-bottom: 10px;
}


#Footer {
	position:relative;
	width:790px;
	top:0px;	/* for IE */
	margin:0 auto;
	padding-top:2px;
	border-top: 1px dotted #0089cc;
	text-align:center;
}

body > div#Footer {	/* ignored by IE, seen by 'proper' browsers' */
	top:-20px;
}


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

/* 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.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;
}
