@charset "utf-8";
/* CSS Document */

body{
	padding:0px;
	margin:0px;
}


#header{
	background-image:url(images/backround/header.png);
	background-repeat:repeat-x;
	height:100px;
	width:auto;
}

img{
	border:none;
	}

#headerContent{
	width:1000px;
	height:140px;
	margin-left:auto;
	margin-right:auto;
}

#headerContent img{
	padding-top:35px;
	padding-left:20px;
	border:none;
}




#footer{
	position:fixed;
	background-image:url(images/backround/footer.png);
	background-repeat:repeat-x;
	height:35px;
	width:auto;
	top:auto;
	left:0;
	right:0;
	bottom:0;
	background-color:#FFFFFF;
}

#footerContent{
	width:1000px;
	height:35px;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
}



#footerLeft{
	float:left;
	text-align:left;
	width:500px;
}

#footerRight{
	float:left;
	text-align:right;
	width:500px;
}

#seperator{
	background-image:url(images/backround/seperator%20copy.png);
	background-repeat:repeat-x;
	height:20px;
	width:auto;
}

#indexSubHeader{
	background-image:url(images/backround/indexSubHeader.png);
	background-repeat:repeat-x;
	height:240px;
	width:auto;
}


#indexSubHeaderImage{
	margin-left:auto;
	margin-right:auto;
	width:1000px;
}

#aboutSubHeader{
	background-image:url(images/backround/aboutSubHeader.png);
	background-repeat:repeat-x;
	height:110px;
	width:auto;
}

#genericSubHeader{
	background-image:url(images/backround/aboutSubHeader.png);
	background-repeat:repeat-x;
	height:110px;
	width:auto;
}
#genericSubHeaderImage{
	background-image:url(images/subHeaders/aboutSubHeader.png);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:110px;
	padding-top:50px;
	padding-left:12px;
	
}


#aboutSubHeaderImage{
	margin-left:auto;
	margin-right:auto;
	width:1000px;
}

#content{
	margin:10px;
	padding:10px;
	width:900px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:100px;
}

#contentCol{
	width:280px;
	float:left;
}

#contentCol img{
	border:thin #666666 solid;
	padding:2px;
	margin-bottom:5px;
	}

#pad{
	background-image:url(images/spacers/colSpace.png);
	background-repeat:repeat-y;
	width:30px;
	height:300px;
	float:left;
}

#aboutCol{
	width:650px;
	float:left;
}

#teamCol{
	width:220px;
	float:left;

}

#teamCol img{
	border:thin #666666 solid;
	padding:2px;
	float:left;
	margin-right:10px;
}

#contactCol{
	width:650px;
	float:left;
}

#contactDetailCol{
	width:220px;
	float:left;

}

#services{
	widows:650px;
	text-align:center;
}

#services img{
	border:thin #000000 solid;
	padding:2px;
	margin:5px;
}

#portfolioCol{
	width:650px;
	float:left;
}

#portfolioDetailCol{
	width:220px;
	float:left;

}

#portfolioDetailCol img{
	border:thin #000000 solid;
	padding:2px;
}

#portfolioImg{
	width:650px;
	text-align:center;
}

#portfolioImg img{
	border:#000000 thin solid;
	padding:5px;
}

#imageScroller{
	border: 1px solid #000000;
	margin-left:5px;
	margin-right:0px;
	margin-bottom:10px;
	padding:5px;
 	width:630px;
 	height:149px;
 	background-color:#ffffff;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space:nowrap;
	text-align:left;
}

#imageScroller img{
	margin-right:5px;
}

#portfolioPad{
	background-image:url(images/spacers/colSpace.png);
	background-repeat:repeat-y;
	width:30px;
	height:800px;
	float:left;
}

#aboutPad{
	background-image:url(images/spacers/colSpace.png);
	background-repeat:repeat-y;
	width:30px;
	height:500px;
	float:left;
}


