/* ------------------------------------------------------ */
/*			     Tin Press 							      */
/*			     revised : 	6 August 2008			      */
/* ------------------------------------------------------ */
body, div, ul, li, img, p, h1, h2, h3, h4 { 
	margin: 0; 
	padding: 0;
	}
	
	
	
body {
	background-color: #FF9933;
	font: 0.7em normal Verdana, Arial, Helvetica, sans-serif;
	color: white;
	text-align: center; /* Centre content for IE5 */
	right: auto;
	}
	
div#content {
	position: relative;
	margin: 0 auto; /* needed to centre content in firefox, netscape, opera, safari, IE mac */
	width: 761px;
	height:600px;
	text-align: left;
	top: 15px; 
	background: url(../images/homepage.png) no-repeat;
	}		


div#truck {
	position: absolute;
	left: 20px;
	top: 312px;
	width: 245px;
	height: 180px;
	}

div#truck h3 { 
	background: url(../images/truck.png) left top no-repeat;
	color: #001F5B;
	width: 245px;
	height: 180px;
	text-indent: -9999px;
	}
	
	#truck h3:hover { 
	background: url(../images/truck_glow.png) left top no-repeat;
	color: #001F5B;
	width: 245px;
	height: 180px;
	text-indent: -9999px;
	}
	
	
	
div#tinmaid {
	position: absolute;
	left: 519px;
	top: 320px;
	width: 135px;
	height: 257px;
	}

div#tinmaid a h3 { 
	background: url(../images/tin_maid.png) left top no-repeat;
	color: #001F5B;
	width: 121px;
	height: 237px;
	text-indent: -9999px;
	}
	
	#tinmaid h3:hover { 
	background: url(../images/tin_maid_glow.png) left top no-repeat;
	color: #001F5B;
	width: 121px;
	height: 237px;
	text-indent: -9999px;
	}
	
	
	
div#sugarshack {
	position: absolute;
	left: 420px;
	top: 187px;
	width: 329px;
	height: 349px;
	}

div#sugarshack a h3 { 
	background: url(../images/sugar-shack.png) left top no-repeat;
	color: #001F5B;
	width: 358px;
	height: 363px;
	text-indent: -9999px;
	}
	
	#sugarshack h3:hover { 
	background: url(../images/sugar-shack_glow.png) left top no-repeat;
	color: #001F5B;
	width: 358px;
	height: 363px;
	text-indent: -9999px;
	}
	
	
	
	
div#int-contact ul li { display: inline; }


div#int-truck  li a {
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 542px;
	top: 46px;
	width: 155px;
	height: 35px;
	}
	
	
#int-delivery a { left: 541px; height:180px; width: 156px; color: white; background: url(../images/truck.png) ;
	}

#int-delivery a:hover{ left: 541px;  height:180px; width: 156px; color: white; background: url(../images/truck_glow.png);
	} 
	
	
	
