/* //////////////////////////////////////////////////////////////////////// 
/* Style Sheet 
/* Logic Red Web Design  - www.logicred.co.uk 
/* //////////////////////////////////////////////////////////////////////// */

/* BODY
****************************************************** */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td {  margin:0; padding:0; }

html { overflow-y: scroll; }

body {
	font-family: verdana,arial; 
	font-size: 100%; 
	color: black;
	height: 100%;
	background: #5f6d1b url(images/background.jpg) repeat-x;
	
}

strong {	}
img { border: 0;}

/* DIVS
****************************************************** */

#container { width:890px; margin: auto; }

#logo_top {
	background: url(images/logo_top.jpg) no-repeat;
	width: 890px;
	height: 131px;
	float: left;
}

#menu_back {
	background: url(images/menu_back.jpg) no-repeat;
	width: 890px;
	height: 36px;
	float: left;	
}

#logo_bottom {
	background: url(images/logo_bottom.jpg) no-repeat;
	width: 890px;
	height: 30px;
	float: left;
}

#content { 
	background-color: #f1f6dc;
	color: #212121;
	width: 890px;
	float: left;
	font-size: 12px;
	line-height: 19px;
}

.contentpad { padding: 10px 20px 10px 20px; }

#content li { margin-left: 15px; }

/* TEASER AREA */

#footer_hammond {
	background: url(images/footer_hammond.jpg) no-repeat;
	width: 235px;
	height: 224px;
	float: left;
}

#footer_mgkerry {
	background: url(images/footer_mgkerry.jpg) no-repeat;
	width: 217px;
	height: 224px;
	float: left;
}

#footer_eb_dereham {
	background: url(images/footer_eb_dereham.jpg) no-repeat;
	width: 219px;
	height: 224px;
	float: left;
}

#footer_eb_norwich {
	background: url(images/footer_eb_norwich.jpg) no-repeat;
	width: 219px;
	height: 224px;
	float: left;
}

/* FOOTER AREA */

#footer-centre-container { 
	width:890px;
	color: black;
	padding-top: 10px;
	font-size: 12px;
	float: left;
	background-color: white;
}

/* HEADINGS */

h1 { color: #162f34;	font-family: Arial; font-size: 22px; font-weight: normal; padding-bottom: 13px; }
h2 { color: #65741f;	font-family: Arial; font-size: 21px; font-weight: normal; }

/* MAIN MENU AT THE TOP 
/* //////////////////////////////////////////////////////////////////////// */

#menu {text-align: left; list-style: none;}

#menu li {
	display: block;
	height: 36px;
	float: left;
	line-height: 28px;
	list-style: none;
	background-color: #152e33;
	margin-right: 10px;
	padding: 0px 17px 0px 17px;
	margin-top: 6px;
	text-decoration: none;
	font-size: 15px;
	font-family: arial;
}

#menu li a { color: #EEEEEE; text-decoration: none; }
#menu li a:hover {color: #d9e79a;}
#menu li.active { background-color: #b6d144; color: black; border: 1px solid #596420;}

.menupad { padding-left: 170px; }

/* FOOTER MENU 
/* //////////////////////////////////////////////////////////////////////// */

#footer-centre-container { text-align: center;list-style: none; padding-bottom: 10px; margin-bottom: 20px;}
#footer-centre-container li {display: inline; }
#footer-centre-container li a {
	text-transform: uppercase;
	padding: 0px 17px 0px 17px;
	font-family: arial;
	color: #242424;
	font-size: 12px;
	text-decoration: none;
}
#footer-centre-container li a:hover {color: #cacaca;}


/* OTHER BITS */
/* **************************************************** */

.image-border { border: 1px solid #bcbaaf; padding: 2px; }

.fatborder {
	background-color:#676247;
	border:6px solid #c2c7b7;
	padding:1px;
}	

a { color: #004A71; }

.clear {	clear: left; }

/* Fix's #container not clearing inner floats in firefox */
	.floatfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
	* html .floatfix {
	height: 1%;
}

#slideshow {
	float: right;
	border: 6px solid #E5E3DD;
	margin-left: 8px;
	margin-bottom: 5px;
	margin-top: 10px;
}

.rightborder {
	border-right: 1px solid black;
}