/* //////////////////////////////////////////////////////////////////////// 
/* Style Sheet - East Bilney Coachworks
/* 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,p,blockquote,th,td {  margin:0; padding:0; }

p { margin-bottom: 1.2em; }


html { overflow-y: scroll; }

body {
	font-family: arial; 
	font-size: 100%; 
	color: #dbdbdb;
	height: 100%;
	background-color: black;
}

strong {	}
img { border: 0;}

/* DIVS
****************************************************** */

#header-long-container { background-color: black; width: 100%; float: left;}

#header-centre-container { width:949px; margin: auto; }

#logo {
	background: url(images/logo.jpg) no-repeat;
	width: 949px;
	height: 102px;
	float: left;
}

#logobottom {
	background: url(images/logobottom.jpg) no-repeat;
	width: 383px;
	height: 31px;
	float: left;	
}

#menu {
	background: url(images/menu.jpg) no-repeat;
	width: 566px;
	height: 31px;
	float: left;	
}

.menupadd { padding-left: 15px; }

/* TEASER
******************************************************** */

#teaser-long-container { background: url(images/teaserfade.jpg) 0 0 repeat-x; width: 100%; float: left; }
#teaser-centre-container { width:949px; margin: auto; background-color: white; }

#slideshow {
	width: 383px;
	height: 241px;
	float: left;
}

#frontpage {
	background: url(images/frontpage.jpg) no-repeat;
	width: 566px;
	height: 241px;
	float: left;	
}

.frontpagepad {   }

/* CONTENT
******************************************************** */

#content-long-container { width: 100%; float: left; background: #3c5151; }

#content-centre-container { width:949px; margin: auto; background: url(images/rightfade.jpg) 0 0 repeat-y;  }

/* LEFT COL */

#left {
	width: 656px;
	float: left;
	font-size: .8em;
	line-height: 20px;
	background: black;
	background-position: bottom;
}

.left-pad { padding: 30px 10px 10px 10px }

#left a:hover { text-decoration: none;}

/* RIGHT COL */

#right {	
	width: 293px;
	float: left;
	font-size: .7em;
}

.right-pad { padding: 30px 10px 10px 10px }

#right li, #left li { margin-left: 20px;}

/* FOOTER AREA */

#footer-long-container { background-color: black; float: left; width: 100%; height: 60px; border-top: 8px solid #323232;}

#footer-centre-container { 
	width:949px;
	margin: auto;
	color: white;
	padding-top: 10px;
	font-size: .9em;
}

/* HEADINGS */

h1 { color: #eab42e;	font-family: arial; font-size: 1.7em; font-weight: normal; padding-bottom: 20px; }
h2 { color: #eab42e;	font-family: arial; font-size: 1.3em; font-weight: normal; padding-bottom: 20px; }

/* MAIN MENU AT THE TOP 
/* //////////////////////////////////////////////////////////////////////// */

#menu {text-align: left; list-style: none;}
#menu li {display: block; height: 29px; float: left; line-height: 29px; list-style: none;}
#menu li a {
	text-transform: uppercase;
	padding: 0px 15px 0px 15px;
	font-family: arial;
	color: #EEEEEE;
	font-size: .9em;
	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; }
#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: #eab42e; }
a:hover { color: white; }

.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%;
}

/***************************************************/

