﻿@charset "utf-8";
/* CSS Document 
This holds information only in relation to page table layout
including central view windows tailored for each section*/

/*Images centre panels per page*/
#welcome {
	float:left;
	clear: none;
	display: inline;
	width: 300px;
	height: 252px;
	border: #999 1px solid;
	margin: 0 5px;
	background-image: url(images/heading_bg.jpg);
	/*margin-right: 45px;*/
}
#shopfit {
	float:left;
	clear: none;
	display: inline;
	width: 300px;
	height: 405px;
	border: #999 1px solid;
	margin: 0 5px;
	background-image: url(images/heading_bg.jpg);
	/*margin-right: 45px;*/
}
#shopfitcentre {
	float:left;
	clear: none;
	display: inline;
	width: 360px;
	height: 405px;
	border: #999 1px solid;
	margin: 0 5px;
	background-image: url(images/shopfit.jpg);
	/*margin-right: 45px;*/
}
#buildingcentre {
	float:left;
	clear: none;
	display: inline;
	width: 360px;
	height: 405px;
	border: #999 1px solid;
	margin: 0 5px;
	background-image: url(images/Building.jpg);
	/*margin-right: 45px;*/
}
#interiorcentre {
	float:left;
	clear: none;
	display: inline;
	width: 360px;
	height: 405px;
	border: #999 1px solid;
	margin: 0 5px;
	background-image: url(images/decor.jpg);
	/*margin-right: 45px;*/
}
#complycentre {
	float:left;
	clear: none;
	display: inline;
	width: 360px;
	height: 405px;
	border: #999 1px solid;
	margin: 0 5px;
	background-image: url(images/recycle.jpg);
	/*margin-right: 45px;*/
}
#bespokecentre {
	float:left;
	clear: none;
	display: inline;
	width: 360px;
	height: 405px;
	border: #999 1px solid;
	margin: 0 5px;
	/*background-image: url(images/Bespoke-CanopyIMG.jpg);*/

}
#jobscentre {
	float:left;
	clear: none;
	display: inline;
	width: 360px;
	height: 405px;
	border: #999 1px solid;
	margin: 0 5px;
	/*background-image: url(images/Bespoke-CanopyIMG.jpg);*/
	/*margin-right: 45px;*/
}


#centreright {
	float:left;
	clear: none;
	display: inline;
	width: 360px;
	height: 252px;
	border: #999 1px solid;
	margin: 0 5px;
	background-image: url(images/heading_bg.jpg);
	/*margin-right: 45px;*/
}

/*About Us tables*/
#abouttable {
	float:left;
	clear: none;
	display: inline;
	width: 300px;
	height: 270px;
	border: #999 1px solid;
	margin: 0 5px;
}
#aboutcenter {
	float:left;
	clear: none;
	display: inline;
	width: 360px;
	height: 270px;
	border: #999 1px solid;
	margin: 0 5px;
}

