/*

Copyright 2009 Catering Centre UK

Created by matm ltd - http://matm.co.uk

For use by Catering Centre UK only.

*/



* {

	margin: 0;

	padding: 0;

	border: 0;

}



body {

	background: #2B3688;

	font-family: Verdana, Arial, Sans-Serif;

}



a {

	text-decoration: none;

}



#container {

	width: 100%;

	text-align: center;

}

	#header {

		background: #2B3688 url(images/catering-centre-uk.gif) no-repeat center center;

		height: 300px;

	}

		#header h1,

		#header h2 {

			text-indent: -9999px;

		}

	

	#body {

		background: #fff url(images/bodybg.gif) repeat-x;

		height: 235px;

	}

		table {

			margin: 0 auto;

			border-collapse: collapse;

		}

			table td.spacer {

				width: 60px;

			}

	

		table a {

			display: block;

			height: 235px;

			width: 130px;

		}

			a#nav-sales { background: url(images/sales.gif) no-repeat top left; }

			a#nav-sales:hover { background: url(images/sales.gif) no-repeat bottom left; }

			a#nav-hire { background: url(images/hire.gif) no-repeat top left; }

			a#nav-hire:hover { background: url(images/hire.gif) no-repeat bottom left; }

			a#nav-furn { background: url(images/furniture.gif) no-repeat top left; }

			a#nav-furn:hover { background: url(images/furniture.gif) no-repeat bottom left; }

		

			a#nav-sales span, 

			a#nav-hire span, 

			a#nav-furn span {

				display: none;

			}
			
			#content { width: 960px; margin:auto; margin-top: 60px }
			h1 { color:#FFF; font-size:16px; margin-bottom: 15px; margin-top:20px }
			h2 { color:#FFF; font-size:12px; margin-bottom: 15px; margin-top:20px }
			p { color:#FFF; font-size:10px; margin-bottom: 10px }
			ul { color:#FFF; font-weight:bold; font-size:12px }


	#footer {

		background: #2B3688;

		color: #fff;

		padding-top: 40px;

		font-size: 12px;

	}

		#footer p { margin-bottom: 10px; }

		#footer p#copyright {

			font-size: 9px;

			color: #BFC4E8;

		}

		#footer a { color: #fff; }
