/* @override 
	http://www.lgoConsulting.co.uk/Test/capricornjoinery/styles/pageLayout.css
	http://www.lgoconsulting.co.uk/Test/LgoConsultingNew/styles/pageLayout.css
*/

/* @group Main Construction */

#pagecontainer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background: white url(../images/misc/pageBackground.jpg) no-repeat 0 bottom;
}


#sitecontent {
	text-align: center;
}

body {
	background-color: white;
	margin-top: 0;
	margin-bottom: 0;
	font: 13px "Helvetica";

}

/* @end */

/* @group Header */

img#banner {
	margin-top: 15px;
	float: right;
	margin-bottom: 20px;
	}

img#headerphone {
	float: right;
	
}

img#logoimg {
	float: left;
}



#menuArea {
	float: left;
	padding-left: 10px;
	min-height: 500px;
	width: 200px;
	padding-bottom: 250px;
}

div#pagecontainer.noBg {
	background: none;}

#businessManagementBanner {
	text-align: center;
}

img#nofloat {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}

#imgfloatleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#imgfloatright {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
}


/* @end */

/* @group Centre Col */

#centreCol {
	float: right;
	width: 700px;
	padding-right: 30px;
	padding-left: 20px;


}

#mainContent {
	text-align: left;
	float: none;

}

#end {
	border-right: none;
}



/* @end */


/* @group General */

.clearAll {
	clear: both;
}

/* @end */

/* @group Signature */

#signature p a {
	color: black;
	text-decoration: none;
}
#signature p a:hover {
	text-decoration: underline;
}

#signature {
	text-align: center;
	height: 80px;
}

#sharebuttton {
	padding-bottom: 5px;
	padding-top: 10px;
}

#signature p {
	color: black;
	font: 13px "Helvetica";
	padding-top: 5px;
}

div.Col {
	width: 29%;
	float: left;
	text-align: center;
	padding: 2%;
}

#productButtons {
	clear: both;
}

#productText {
	display: block;
}

#additionalText {
	display: block;
}

/* @end */

#menuArea img {
	float: left;
	clear: both;
}

a {
	color: #019eef;
	text-decoration: none;
}

a:hover {
	color: #00b71d;
	text-decoration: underline;
}

#red {
	color: #ff1218;
	
}