/* Layout Stylesheet for SM Construction website

  (c) Colin Sewell, 2007
------------------------- */

body {
	margin: 0;
	padding: 0;
}

#outer {
	width: 995px;
	margin-left: auto;	/* center main page content (FireFox etc. ) */
	margin-right: auto;
	margin-top: 2px;
	padding: 0px;
	text-align: left;
	background-color: #cc0000;
/*	border: 2px solid #8856a4; */
/*	overflow:hidden;*/	/* needed (?) in IE to keep page centred, no white space to right */
}

#header {
	position: relative;
	width: 995px;
	height: 260px;
	margin-top: -20px;
}

#NavMenu {
	width: 995px;
	margin-top: 2px;
	background-image: url(../images/Nav-Header-BG.gif);
	background-repeat: repeat-x;
}

#NavSquares {
	position: absolute;
	z-index: 1;
	width: 312px;
	height: 312px;
	margin-left: 680px;
	margin-top: 25px;
/*	background-color: #f8f8f8; */
}

.NavSQ {
	float: left;
	width: 100px;
	height: 100px;
	margin: 2px;
}

#content-main {
	width: 620px;
	margin-left: 10px;
	margin-top: 20px;
	overflow: auto;
}

#Images-Right {
	position: absolute;
	z-index: 1;
	width: 275px;
	height: auto;
	margin-left: 685px;
	margin-top: 350px;
	padding: 10px;
	border: 4px #fff solid;
}

#footer {
	position: relative;
	width: 995px;
	height: 50px;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background-color: #333333;
	border-top: 1px solid #fff;
}

#footerleft {
	float: left;
	width: 380px;
	height: 35px;
	padding-top: 10px;
	padding-left: 10px;
	text-align: left;
}

#footerright {
	float: right;
	width: 600px;
	height: 35px;
	text-align: left;
}

#ContactForm {
	/*position: absolute;*/
	width: 500px;
	left: 42px;
	top: 0;
	margin-left: 10px;
	/*margin-top: 470px;*/
}


/* 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;
}


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;
}

#slideshow1{
	z-index:100; position:absolute; left:5px; top:57px;
}
#slideshow2{
	z-index:100; position:absolute; left:650px; top:57px
}

#slideshow3{
	z-index:100; position:absolute; left:327px; top:57px
}


.pics#slideshow1{border:2px #900 solid;}
.pics#slideshow2{border:2px #900 solid;}
.pics#slideshow3{border:2px #900 solid;}
