@charset "utf-8";
body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#Heading1 {
	font-size: 20px;
	font-weight: bold;
	color: #C90;
}
#Heading2 {
	font-size: 16px;
	color: #999;
}
#Heading3 {
	font-weight: bold;
	color: #966;
	font-size: 20px;
}
#ProjText1 {
	font-size: 12px;
	font-weight: bold;
	color: #C30;
}

#ProjText2 {
	font-size: 14px;
	font-weight: normal;
	color: #999;
}

.ContactText1 {
	font-size: 16px;
	color: #333;
}
.PortfolioProjectPic {
	float: left;
	height: 360px;
	width: 500px;
	margin-left: 30px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #666;
	overflow-x: scroll;
	border-top: solid #CCC thin;
}
.ProjectPicsFrame {
	float: left;
	height: 333px;
	width: 4000px;
}





.textcolour1 {
	color: #960;
}


.textcolour2 {
	font-style: italic;
	color: #666;
}
.PortfolioMenu {
	float: left;
	height: 700px;
	width: 170px;
	margin-left: 10px;
	padding-top: 20px;
	padding-left: 20px;
	border-right-width: thick;
	border-right-style: double;
	border-right-color: #CCC;
}
.ProjectTitle {
	float: left;
	height: 30px;
	width: 750px;
	padding-top: 20px;
	padding-left: 26px;
}
.ProjectSpec {
	float: left;
	height: 320px;
	width: 250px;
	padding-left: 20px;
	padding-top: 20px;
	border-right-color: #CCC;
	border-right-style: solid;
	border-right-width: thin;
	border-top: solid #CCC thin;
}
#ProjSpecTitleText {
	font-size: 16px;
	font-weight: bold;
	color: #060;
}



.PortfolioThumb {
	padding: 10px;
	float: left;
	height: 150px;
	width: 100px;
}








.oneColFixCtr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
}
.oneColFixCtr #mainContent {
	padding: 0px 0px 0px 0px;
	float: left;
	margin: 0 auto;
	background: #FFFFFF;
	text-align: left;
	width: 1000px;
	height: 800px;
}
.oneColFixCtr #mainContent2 {
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
	text-align: left;
	width: 1000px;
	height: 860px;
	float: left;
	margin: 0 auto;
}
.ContentIntroBox {
	float: left;
	height: 750px;
	width: 470px;
	padding-top: 40px;
	padding-left: 20px;
}
.ContentIntroPic {
	float: left;
	height: 230px;
	width: 230px;
	padding-left: 30px;
	padding-top: 55px;
}


#HeaderBox {
	height: 150px;
	width: 1000px;
	float: left;
	background-color: #FFF;
	padding-top: 50px;
}
#HD1 {
	height: 150px;
	width: 400px;
	background-color: #FFF;
	float: left;
	padding-left: 25px;
}

#MainPic {
	height: 280px;
	width: 1000px;
	float: left;
	background-color: #FFF;
}
#MenuBox {
	height: 60px;
	width: 1000px;
	background-color: #E8D5BF;
	float: left;
	padding-left: 0px;
}
#InfoBox1 {
	width: 360px;
	float: left;
	padding-left: 40px;
}
#InfoBox2 {
	width: 80px;
	float: left;
	height: 600px;
	padding-top: 20px;
}
#InfoBox3 {
	width: 250px;
	float: left;
	height: 750px;
	padding-top: 20px;
}
#InfoBox4 {
	width: 250px;
	float: left;
	height: 600px;
	padding-top: 20px;
}
#footertext1 {
	font-weight: bold;
	color: #D7C7A6;
	font-size: 14px;
	float: left;
}

#InfoBox3Pic {
	height: 225px;
	width: 225px;
}
#InfoBox4Pic {
	height: 225px;
	width: 225px;
}



#HD2 {
	height: 100px;
	width: 300px;
	background-color: #FFF;
	float: left;
}
#HD3 {
	height: 100px;
	width: 274px;
	background-color: #FFF;
	float: left;
}
#footer {
	background-color: #F2E9D7;
	float: right;
	height: 100px;
	width: 960px;
	padding-left: 40px;
	padding-top: 10px;
}
.LeftMenu {
	float: left;
	height: 400px;
	width: 200px;
	padding-left: 0px;
	padding-top: 20px;
}
.PicBoxB {
	float: left;
	height: 250px;
	width: 250px;
	padding: 60px 0px 0px 20px;
}
.ServiceIntroBox {
	float: left;
	height: 300px;
	width: 500px;
	padding: 53px 0px 0px 0px;
}

#decorating {
	float: left;
	width: 450px;
	padding-top: 55px;
}
#footertext2 {
	font-weight: normal;
	color: #999;
	font-size: 12px;
	float: left;
}
.ProjShowBox {
	float: left;
	height: 600px;
	width: 500px;
	background-color: #FFF;
	border-top: solid #CCC thin;
}
.ProjShowBox_Scroll {
	float: left;
	height: 600px;
	width: 500px;
	background-color: #FFF;
	border-top: solid #CCC thin;
	overflow: scroll;
}
