/* //////////////////////////////////////////////////////////////////////// 
/* 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,textarea,blockquote,th,td,p {  margin:0; padding:0; }

html { overflow-y: scroll; }

body {
	font-family: georgia, verdana ,arial; 
	font-size: 100%; 
	color: #404040;
	height: 100%;
	background-color: #999999;
}

strong {	}
img { border: 0;}

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

#header-long-container { background-color: white; width: 100%; float: left;}

#header-centre-container { width:890px; margin: auto; }

#logo {
	background: url(images/logo.jpg) no-repeat;
	width: 487px;
	height: 140px;
	float: left;
}

#phone {
	background: url(images/phone.jpg) no-repeat;
	width: 403px;
	height: 108px;
	float: left;	
}

#menu {
	width: 403px;
	height: 32px;
	float: right;	
	background-color: white;
}

#flash-long-container { background: #6db723; width: 100%; float: left; }

#flash-centre-container { width:890px; height: 245px; margin: auto; }


#content-long-container { 
	background: white; 
	background-image: url(images/fadeback.jpg);
	background-repeat: repeat-x;
	width: 100%; float: left;
}

#content-centre-container { width:890px; margin: auto; }

#content { 
	/*background-color: white;*/
	width: 890px;
	float: left;
	min-height: 200px;
	font-size: 13px;
	line-height: 24px;
}

/* LEFT COL */

.content-pad { padding: 25px 10px 15px 10px }

#content a:hover { text-decoration: none; color:Black; }

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

/* FOOTER AREA */

#footer-long-container { background-color: #999999; border-top: 2px solid #666666; float: left; width: 100%; height: 60px;}

#footer-centre-container { 
	width:890px;
	margin: auto;
	color: white;
	padding-top: 10px;
	font-size: .9em;
}

/* HEADINGS */

h1 { color: #096325;	font-family: georgia; font-size: 20px; font-weight: normal;}


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

#menu {text-align: left; list-style: none;}
#menu li {
	display: block;
	height: 32px;
	float: left;
	line-height: 32px;
	list-style: none;
	background-image: url(images/menuback.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
#menu li a {
	text-transform: uppercase;
	padding: 0px 12px 0px 12px;
	font-family: georgia;
	color: #6b6b6b;
	font-size: 14px;
	text-decoration: none;
}
#menu li a:hover {color: black;}
li.rightborder { border-right: 1px solid #424340; } 

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

#footer-centre-container { text-align: center;list-style: none;}
#footer-centre-container li {display: inline;
border-right: 1px solid #424340;}
#footer-centre-container li a {
	text-transform: uppercase;
	padding: 0px 17px 0px 17px;
	font-family: arial;
	color: #EEEEEE;
	font-size: .9em;
	text-decoration: none;
}
#footer-centre-container li a:hover {color: #cacaca;}


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

.image-border { border: 1px solid #E5E3DD; 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%;
}

.reg {
	color: #477817;
}

