/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #6FA9CE;
}

a {
	color:#0F3754;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

#header, #footer {
	background-color: #6FA9CE;
	height: 145px;
}

#logocell {
	background-image: url(images/logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#logocell h1 {
	width: 399px;
	font-size: 0.8em;
	margin: 0px;
	padding-top: 115px;
	padding-bottom: 0px;
	padding-left: 165px;
	color: White;
	font-weight: normal;
	font-style: italic;
}

h2 {
	margin: 0px;
	margin-top: 3px;
	color: White;
	font-size: 0.8em;
	font-weight: normal;
}

h2 .yellowNumber {
	color: #FFD419;
	font-weight: bold;
	font-size: 1.4em;
}

.ContainerWidth {
	width: 850px;
	text-align: left;
}

#navig {
	background-image: url(images/navbgd.gif);
}

#navigation a {
	background-image: url(images/off.gif);
	width: 111px;
	height: 40px;
	font-size: 0.9em;
	display: block;
	text-align: center;
	color: #19394D;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
}

.home .linkOn1, .about a.linkOn2, .where  a.linkOn3, .products a.linkOn4, .links a.linkOn5, .contact  a.linkOn6, .special  a.linkOn7 {
	background-image: url(images/on.gif)!important;
}

#navigation a:hover {
	background-image: url(images/on.gif)!important;
}

#MainWhiteArea {
	background-color: White;
}

#MainWhiteArea h1 {
	color: #6FA9CE;
	font-family: Arial, Helvetica, sans-serif;
}

#MainWhiteArea h3 {
	color: #6FA9CE;
	font-family: Arial, Helvetica, sans-serif;
}

#MainCell {
	text-align: left;
}



#footer h1 {
	font-size: 0.8em;
	font-weight: normal;
	color: White;
	text-align: center;
}

.colourBlue {
	color: #19394D;
	margin-left: 10px;
	margin-right: 10px;
}

#footer h1 a {
	color: white;
	text-decoration: none;
}

#footer h1 a:hover {
	color: #19394D;
	text-decoration: underline;
}

input, textarea, #ketteringTileCentre p {
	margin: 0px;
	padding: 0px;
}
.photo-container {
	font-size:x-small;
	color:black;
	font-style:italic;
}
.photo {
	border:5px solid #DEDEDE; 
	padding:4px;
}

