/* Layout Stylesheet for Pit Stop Productions

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

/* for design debugging, shows the divs ! */
div {
/*
	border: 1px solid #cccc00;
	background-color: #cfcfcf;
/**/
}

#outer {
	position: relative;
	width: 750px;
	margin-left: auto;	/* center main page content (FireFox etc. ) */
	margin-right: auto;
	padding: 0px;
	text-align: left;
	background-color: #fff;
/*	border: 2px solid #eee; */
}

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

#header-squares {
	position: absolute;
	width: 300px;
	height: 100px;
	left: 450px;
	top: 0px;
	background-color: #fff;
}

#header-squares img {
	float: left;
	margin: 10px;
	margin-top: 10px;
	border: 1px solid #ccc;
}

#columns {
	position: relative;
	width: 750px;
	height: 400px;
	top: 4px;
	background-color: #fff;
}
#colleft {
	position: absolute;
	width: 160px;
	height: 400px;
	left: 580px;
	top: 0px;
	background-color: #e3dfd6;
}
#contentpic {
	position: absolute;
	width: 300px;
	height: 400px;
	left: 140px;
	top: 0px;
	padding-left: 5px;
	background-color: #fff;
}
#contenttext {
	position: absolute;
	width: 585px;
	height: 400px;
	left: 4px;
	top: 107px;
	overflow: auto;
	background-color: #fbfbfb;
}
#colright {
	position: absolute;
	width: 150px;
	left: 600px;
	top: 0px;
}

#portfoliopics {
	width: 150px;
	background-color: #d2dfde;
}
#portfoliopics p {
	margin: 10px 0px;
	padding: 0 25px;
}

#footer {
	position: absolute;
	width: 750px;
/*	height: 100px; */
	left: 0px;
	top: 510px;
	text-align: right;
	background-color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background-image: url(../images/logo-footer.gif);
	background-position: right;
	background-repeat: no-repeat;
}


#NavMenuWorkspace
{
	position: absolute;
	width: 160px;
	height: 400px;
	left: 590px;
	top: 110px;
	background-color: #f4f0e7;
}


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


.ClearBoth {
	clear: both;
}


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