


html, body { /*  Sets up the document and removes auto 10px margin at top of page*/
	margin:0;
	padding:0;
	font-family: verdana, arial,  helvetica, sans-serif;
	font-size: 100%; 
	color:#211B1B;
	}

body{ /* Sets up the page and aligns everything to center */
	padding:0;
	margin:0 auto 0;/* makes MOZ center everything*/
	text-align:center; /* makes IE center everything*/
	background:#fff;
	line-height:147%;
	}
	
body a:link, body a:active, body a:visited{
	color:#cc0000;
    }
	

		
#container{
	padding:0;
	margin:0 auto 0;
	width:900px;
	text-align:left;
	border:1px solid #fff;
	}
	
#header{
	width:900px;
	float:left;
	background:url(../images/tile-top.jpg) top left repeat-x;
	 
	}	

#logo{
	width:460px;
	float:left;
	}	
	
#bigKnife{
	width:400px;
	height:292px;
	float:right;
	background:url(../images/bigKnife.jpg) top right no-repeat;

	}	
	
#logo img{
	margin:20px 0px 20px 20px;
	}	
	
#textBlock{
	width:500px;
	float:left;
	margin-top:16px;
	}	
	
#textBlock h1{
font-weight:normal;
font-size:1.1em;
margin:0px;
padding:16px 0px 8px 0px;

	}
	
#textBlock p{
font-size:.8em;
margin:0px;
padding:0px;
	}
	
#boxes{
width:613px;
float:left;
	}
	
#boxes h2{
text-indent:-900px;
width:195px;
height:70px;
display:block;
margin:0px;
padding:0px;
	}
	
#boxes p{
font-size:.7em;
margin:0px;
padding:0px 80px 8px 10px;
line-height:140%;
	}
	

	
.box, .box2{
width:299px;
float:left;
border:1px solid;
margin-bottom:12px;
height:199px;
	}
	
.box2{
float:right;
	}
	
#egginton{
background:url(../images/bkgnd-Egginton.jpg) top left no-repeat;
	}
	
#egginton h2{
background:url(../images/boxlogo-eggin.gif) top left no-repeat;
	}
	
#ibberson{
background:url(../images/bkgnd-Ibber.jpg) top left no-repeat;
	}
	
#ibberson h2{
background:url(../images/boxlogo-ibber.gif) top left no-repeat;
	}
	
#ibberson p{
padding:0px 80px 12px 10px;

	}
	
#wostenholm{
background:url(../images/bkgnd-Wost.jpg) top left no-repeat;
	}
	
#wostenholm h2{
background:url(../images/boxlogo-wost.gif) top left no-repeat;
	}
	
#rodgers{
background:url(../images/bkgnd-Rodgers.jpg) top left no-repeat;
	}
	
#rodgers h2{
background:url(../images/boxlogo-rodgers.gif) top left no-repeat;
	}
	
#bulletList{
width:274px;
float:right;
border:1px solid;
background:#F9F5F2 url(../images/bulletTile.jpg) bottom left repeat-x;
	}
	
#bulletList ul{
margin:0px;
padding:12px 16px 12px 12px;

	}
	
#bulletList ul li{
list-style-type:none;
background:url(../images/bullet.gif) 0px 6px no-repeat;
padding:0px 0px 2px 16px;
font-size:.9em;
	}
	
h3{
	background:#3C3429;
	color:#FFFFFF;
	margin:0px;
	padding:4px 4px 4px 10px;
	font-weight:normal;
	font-size:.9em;
	}
	
#madeInSheffield{
width:274px;
float:right;
	}
	
#madeInSheffield h4{
text-indent:-9000px;
width:270px;
height:60px;
display:block;
background:url(../images/made-in-sheffield.gif) 4px 6px no-repeat;
margin:0px;
padding:0px 0px 0px 0px;
	}
	
#footer{
width:900px;
float:left;
background:#3C3429;
text-align:center;
color:#FFFFFF;
margin:10px 0px 20px 0px;
padding:0px 0px 20px 0px;
	}
	
#footer p{
margin:0px;
padding:14px 0px 00px 0px;
	}
	
#footer a{
color:#FFFFFF;

	}


