/* electricLead.co.uk CSS document - Copyright Jon Chapman 2007 */

/*standard body elements*/

body {
	xbackground-image:url(../new_eL_website/images/bckstrip.gif); 
	xbackground-repeat: repeat-x;
	background-color: #ffffff;
	font: 11px/1.4em Arial, sans-serif;
	text-align: left;
	color: #807e7b;
	font-weight: normal;
	line-height: 12px;
	margin: 0;
	padding: 0;
}


a {
	color: #505050;
	text-decoration: none;
}

a:hover {
	color: #fc8728;
	text-decoration: none;
}

.h1 {
	font-size: 120%;
	font-weight: bold;
	color: #5a5a5a;
	margin: 20px 0px 10px 0px ;
}

	
/*layout elements - global*/

#wrapper {
	text-align: left;
	width: 1060px;
	margin: 0;
	height: 100%;
	padding: 0;
}

#lhCol {
	background-image:url(images/lhBack.gif);
	background-repeat:repeat-y;
	float: left;
	width: 51px;
	height: 960px;
}

#main {
	float: right;
	width: 997px;
	xheight: 100%;
	margin: 0;
	padding: 0px 0px 0px 12px;
}

#header {
	width: 997px;
	height: 165px;
	margin: 0;
	padding: 0;
}

.logo { float: left;}

.menu {
	xbackground-color:#666666;
	float: left;
	width: 85px;
	height: 90px;
	margin: 47px 0px 0px 210px;
	padding: 0;
}

.details {
	float: right;
	width: 199px;
	height: 75px;
	margin: 47px 0px 0px 0px;
	padding: 0;
}

/* homepage formatting */

#midPhoto {
	width: 997px;
	height: 316px;
}

/* homepage bottom sec */

#col01 {
xbackground-color:#FFCCCC;
	float: left;
	width: 312px;
	height: 300px;
	margin: 27px 0px 0px 0px;
	text-align: justify;
}

#col02 {
xbackground-color:#CCCC66;
	float: left;
	width: 359px;
	height: 325px;
	margin: 27px 0px 0px 48px;
}

#col03 {
xbackground-color:#999999;
	float: right;
	width: 231px;
	height: 385px;
	margin: 27px 0px 0px 0px;
}

.pdfIcon { float: right; margin: 8px 8px 0px 0px;}

#footer {
	clear: both;
	xbackground-color:#CC9900;
	width: 987px;
	height: 38px;
	margin: 0px 0p 0px 0px;
	padding: 22px 0px 0px 10px;
	font: 11px/1.4em Arial, sans-serif;
	color: #d0d0d0;
	border-top: 1px solid #d3d3d3;
}

/* print page */

#contents {
	width: 997px;
	height: 750px;
	border-top: 1px solid #d3d3d3;
}

.listSec01 {
	xbackground-color: #f0f0f0;
	float: left;
	width: 300px;
	margin: 0px 48px 25px 0px;
	padding: 0;
	line-height: 18px;
}

.listSec02 {
	float: left;
	width: 300px;
	margin: 0px 0px 25px 0px;
	padding: 0;
	line-height: 18px;
}

/* project pages */

#breadcrumb {
	width: 997px;
	height: 20px;   						/* height is 30px including padding */
	border-top: 1px solid #d3d3d3;
	margin: 0;
	padding: 10px 0px 0px 0px;
	font-size: 10px;
	color: #a8a7a7;
}

#projectPic {
	width: 997px;
	xheight: 490px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid #d3d3d3;
}

#desc {
xbackground-color:#FFCCCC;
	float: left;
	width: 480px;
	height: 300px;
	margin: 27px 0px 0px 0px;
	text-align: justify;
}





