/* //////////////////////////////////////////////////////////////////////// 
/* 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: #261A06;
	height: 100%;
	background-color: black;
}

strong {	}
img { border: 0;}

/* DIVS
****************************************************** */
#outercontainer {	width: 100%; float: left; background: #4f4f4f url(images/outercontainer.jpg) repeat-y;	background-position: center; }

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

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

#tel {
	background: url(images/tel.jpg) no-repeat;
	width: 695px;
	height: 67px;
	float: left;	
}

#menu {
	background: url(images/nav.jpg) no-repeat;
	width: 695px;
	height: 27px;
	float: left;	
	padding-left: 0px;
}

#content { 
	background: white url(images/frontback.jpg) no-repeat;
	width: 950px;
	float: left;
	min-height: 373px;
	font-size: 12px;
	line-height: 19px;
	padding-top: 20px;
}

.content-pad { padding: 10px 10px 10px 10px; }

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

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

/* FOOTER AREA */

#footer-long-container { background-color: black; float: left; width: 100%; height: 60px;}

#footer-centre-container { 
	width:913px;
	margin: auto;
	color: white;
	padding-top: 10px;
	font-size: 13px;
}

/* HEADINGS */

h1 { color: #cc6733;	font-family: calibri, verdana; font-size: 28px; font-weight: normal; padding-bottom: 10px;}
h2 { color: #004A71;	font-family: Verdana; font-size: 1.2em; font-weight: normal; padding-bottom: 20px; }

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

#menu {text-align: left; list-style: none;}
#menu li {display: block; height: 27px; float: left; line-height: 27px; list-style: none; background-color: #575757;	margin-right: 8px;}
#menu li#menu_orange {	background: url(images/menu_orange.jpg) repeat-x; }
#menu li#menu_orange a { color: black; }
#menu li a {
	padding: 0px 12px 0px 12px;
	font-family: arial;
	color: white;
	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; 	border-right: 1px solid white;}
#footer-centre-container li#final {border: 0;}
#footer-centre-container li a {
	text-transform: uppercase;
	padding: 0px 12px 0px 12px;
	font-family: arial;
	color: #EEEEEE;
	font-size: .9em;
	text-decoration: none;
}

#footer-centre-container li a:hover {color: #cacaca;}
#footer-centre-container a {color: white;}

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

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

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

a { color: #b26938; }

.clear {	clear: left; }

/* TEXT BOXES ETC */
#contactform {	font-size: 11px; }
#contactform td { padding-left: 13px;}
#contactform p {
	margin: 0; padding: 0;
}

/* TEXT BOXES ETC */
#contactform-iphone {	font-size: 32px; }
#contactform-iphone td { padding-left: 13px; height: 100px;}
#contactform-iphone p {	margin: 0; padding: 0;}
#contactform-iphone input { font-size: 32px;}
#contactform-iphone select { font-size: 32px; height: 40px; }

