
/* Common styles ---------------------------------------------------------- */

	#wrapper{
		position:relative;
	}
	
	#header{
		width:840px;
		padding:30px 0 25px 0;
		background-image:url(../images/common/header-background.gif);
		background-position:0 0;
		float:left;
	}
	
	.wembleyCentralLogo{
		position:absolute;
		top:30px;
		left:40px;
	}
	
	.black{color:#000;}
	.pink{color:#ec008c;}
	.yellow{color:#ffc50b;}
	.green{color:#b3d335;}
	
	h1{
		font-family:Tahoma, Arial, Helvetica, sans-serif;
		font-size:2.8em;
		font-weight:normal;
	}
	
	#home h1{
		padding-bottom:5px;
		float:none;
		position:static;
	}
	
	
	
	/*#home h2{
		padding-bottom:8px;
	}*/
	
	h3{
		font-family:Tahoma, Arial, Helvetica, sans-serif;
		font-size:2.2em;
		line-height:normal;
		font-weight:normal;
		padding:10px 13px 10px 13px;
	}
	
	.hide{display:none;}
	
	

/* Common styles ---------------------------------------------------- [END] */


/* Selector panels styles ------------------------------------------------- */

	#panelsContainer{
		background-color:#d9d9d9;
		width:800px;
		padding:12px 0 12px 0;
		position:relative;
		left:20px;
		float:left;
		background-image:url(../images/home/panel-container-shadows.gif);
		background-repeat:repeat-x;
	}
	
	#panelsContainer div{
		float:left;
		width:240px;
		background-image:url(../images/home/panel-background.gif);
		padding-bottom:30px;
		background-position:bottom;
	}
	
	#panelsContainer p{
		color:#454545;
		padding:0 5px 10px 13px;
	}
	
	h4 a{
		display:block;
		width:214px;
		height:25px;
		background-position:0 -25px;
		text-indent:-1000px;
		overflow:hidden;
		margin-left:13px;
	}
	
	h4 a:hover{background-position:0 0;}
	
	h4 a.residential{background-image:url(../images/home/residential-button.gif);}
	h4 a.retail{background-image:url(../images/home/retail-button.gif);}
	h4 a.offices{background-image:url(../images/home/offices-button.gif);}
	
	.panelOne{
		position:relative;
		left:20px;
	}
	.panelTwo{
		position:relative;
		left:40px;
	}
	.panelThree{
		position:relative;
		left:60px;
	}

/* Selector panels styles ------------------------------------------- [END] */


/* Column styles ---------------------------------------------------------- */

	#leftColumn{
		float:left;
		width:480px;
		position:relative;
		left:40px;
		padding:15px 0 10px 0;
	}
	
	#leftColumn p{
		padding-bottom:10px;
	}
	
	#leftColumn ul{
		margin-left:15px;
		font-size:1.2em;
		padding-bottom:10px;
	}
	#leftColumn ul li{
		padding-bottom:4px;
	}
	
	#leftColumn ul li a{
		color:#575757;
	}
	
	#leftColumn ul li a:hover{
		color:#000;
	}


/* Column styles ---------------------------------------------------- [END] */
