/* CSS Document */

div#title {
	width: 778px;
	height: 161px;
	background-image: url(../images/titles/welcome_title.gif);
	background-position: center right;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

div#copy {
	width: 320px;
	margin-left: 8px;
	text-align: left;
}
	
div#flash {
	width: 855px;
	height: 342px;
}
	
div#menu {
	width: 855px;
	border-top: 1px solid #B1C5D3;
}
	
div.category {
	height: 147px; /*total=160px*/
	padding-top: 3px;
	text-align: center;
	float: left; 
}
	
div.category#folding		{ width: 195px; }
div.category#internal		{ width: 160px; }
div.category#external		{ width: 160px; }
div.category#ironmongery	{ width: 337px; }
	
div.divide {
	width: 1px;
	height: 160px;
	background-color: #B1C5D3;
	float: left; }
	
img.cat {
	margin-top: 10px;
	margin-bottom: 15px; 
}

.footleft {
	float: left;
}

.footright {
	width: 100%;
	text-align: right;
}
