/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Formtube & Haydon stylesheet

by Andy Darley, Carino Communications
+44 (0)1628 526005
andyd@carino.co.uk

Last update: 14 November 2006

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

/* xxxxxxxxxxx 

General styles 

xxxxxxxxxxx */

body {
	margin: 10px 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #666;
	background: #5BA3EB url(../images/bg.gif) fixed top left;
}

a, a:VISITED {
	color: #00ADE8;
}

a:HOVER {
	color: #666;
	background-color: #FFF6CC;
	text-decoration: none;
}

p, h1, h2 {
	margin: 0 0 10px 0;
}

.larger {
	font-size: 1.2em;
}

/* Use this for the main page headline */
h1 {
	padding: 0 10px 0 0;
	margin-top: 10px;
	font-size: 1.5em;
	color: #00ADE8;
	font-variant: small-caps;
}

h2 {
	font-size: 1.1em;
	color: #00ADE8;
	font-variant: small-caps;
}

/* Hides content intended for the print-only stylesheet */
.printonly {
	display: none;
}

/* xxxxxxxxxxx 

page structure and main lay-out

xxxxxxxxxxx */

/* This h1 contains the F&H logo */

#logo {
	margin: 0 0 0 -10px;
	padding: 0;
	width: 240px;
	height: 134px;
	text-indent: -5000px;
	background: url(../images/logo2.gif) no-repeat top left;
	}

/* main F&H logo */
img.logo {
	float: left; 
}

/* This is the div containing the whole of the site content */
#container {
	position: relative;
	padding: 0 0 0 210px;
	width: 380px;
	margin: 0 auto;
	height: 575px;
	background: #FFF url(../images/background3.gif) repeat-y left top; /* background pic for side panel */
}

/* This is the scrollable div for all page content EXCEPT the main headline */
#content {
	padding: 0 10px 20px 0;
	margin: 0 0 20px 0;
	overflow: auto;
	height: 320px;
}

/* Applies automatically to provide a content image with a border */
#content img {
	float: right;
	padding: 3px;
	border: 1px solid #999;
	margin: 0 0 2px 5px;
	background-color: #FFF;
}

/* Use this style to over-ride the default image and not have a border */
#content img.plain {
	float: right;
	padding: 0;
	border: none;
	margin: 0 0 2px 5px;
}

/* This div contains the semi-transparent graphic that provides the fade at the bottom of the content div */
/* Credit to Simon Collison: http://www.collylogic.com/index.php?/weblog/comments/fade_overflow_auto/ */
.containerfade {
	position: relative;
	height: 40px;
	width: 364px;
	margin-top: -55px;
}

/* provides a short copyright notice */
p.footer {
	position: absolute;
	left: 10px;
	bottom: 10px;
	padding: 0;
	margin: 0;
	font-style: italic;
	font-size: 0.8em;
}

/* xxxxxxxxxxx 

Styles for the main navigation tab 

xxxxxxxxxxx */

#navpanel {
	padding: 0;
	position: absolute;
	right: 10px;
	top: 25px;
	height: 100px;
	width: 136px;
	background-color: #FFF;
	font-variant: small-caps;
	font-size: 1em;
}

#navpanel ul, .contactnav ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	text-align: right;
}

#navpanel li, .contactnav li {
	list-style-type: none;
	display: block;
	float: left;
}

#navpanel a, #navpanel a:VISITED, .contactnav a, .contactnav a:VISITED {
	margin: 0 12px 0 0;
	text-align: left;
	text-decoration: none;
	display: block;
	padding: 3px 3px 3px 20px;
	width: 110px;
	height: 18px;
	font-weight: bold;
	background: transparent url(../images/arrowb.gif) no-repeat 7px 10px;
	color: #666;
}

.contactnav a, .contactnav a:VISITED {
	width: 50px;
}

#navpanel a:HOVER, #navpanel a.current, #navpanel a.current:VISITED, .contactnav a:HOVER, .contactnav a.current, .contactnav a.current:VISITED {
	background: #FFF6CC url(../images/arrowb.gif) no-repeat 7px 10px;
	color:#00ADE8;
}

#navpanel a.current, #navpanel a.current:VISITED, .contactnav a.current, .contactnav a.current:VISITED {
	background-color: #eee;
}

#navpanel a.current:HOVER, .contactnav a.current:HOVER {
	cursor: default;
}

.last {
	margin-right: 0; /* use this on the final nav button to remove unwanted spacing */
}

#plinth {
	position: absolute;
	left: 200px;
	bottom: 0;
	width: 390px;
	height: 50px;
	background: url(../images/plinth3.jpg) no-repeat top left;
}

#plinth h3 {
	display: none;
}

#floatedpic {
	width: 162px;
	height: 364px;
	position: absolute;
	left: 18px;
	top: 85px;
	border: 0;
	background-color: transparent;
	overflow: hidden;
}

.dropcap
{
	float: left;
	width: .6em;
	font-size: 4em;
	line-height: 83%;
	color: #00ADE8;
}

.bluecap {
	color: #00ADE8;
	font-weight: bold;
}

form {  
  font-family: "Times New Roman", Times, serif;
  margin: 0px;
  padding: 0;
  width: 354px; 
  clear: both;
}

form fieldset {
	border: 1px solid #00ADE8;
	padding: 10px;
	margin: 0 0 1em 0;
}

form fieldset legend {
	font-size:1.1em;
	font-weight: bold; 
	color: #00ADE8;
	font-variant: small-caps;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 75px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	background-color: #EEE;
	color: #666;
  font-family: "Times New Roman", Times, serif;
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

.contactnav {
	float: right;
	border: 1px solid #999;
	background-color: #eee;
	margin: 0 0 5px 5px;
	padding: 10px;
	width:113px;
}

#content img.smallmap {
	float: none;
	border: 0;
	clear: both;
}

/* splash page styles */

body#splash {
	background: #418DC9 none;
}

#splash div#plinth {
	left: 0;
	width: 590px;
	height: 76px;
	background: url(../images/plinth4.jpg) no-repeat top left;
}

#splash div#plinth h3 {
	display: none;
}

#splash div#container {
	height: 540px;
	background: White url(../images/covervisual.jpg) no-repeat top left;
	padding: 5px 5px 5px 410px;
	width: 175px;
} 

#splash p.footer {
	font-size: 0.8em;
	clear: both;
	position: inherit;
	padding: 10px 0 0 0;
	margin: 0;
	bottom: 0;
	left: 0;
}

#splash h1#logo {
	margin: 0 0 20px -5px;
	padding: 0;
	width: 175px;
	height: 104px;
	text-indent: -5000px;
	background: url(../images/logo3.gif) no-repeat top left;
}

#splashnav {
	padding: 0;
	height: 100px;
	width: 136px;
	background-color: #FFF;
	font-variant: small-caps;
	font-size: 1em;
	margin-top: 25px;
}

#splashnav ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	text-align: right;
}

#splashnav li {
	list-style-type: none;
	display: block;
	float: left;
}

#splashnav a, #splashnav a:VISITED {
	margin: 0 12px 0 0;
	text-align: left;
	text-decoration: none;
	display: block;
	padding: 3px 3px 3px 20px;
	width: 110px;
	height: 18px;
	font-weight: bold;
	background: transparent url(../images/arrowb.gif) no-repeat 7px 10px;
	color: #666;
}

#splashnav a:HOVER, #splashnav a.current, #splashnav a.current:VISITED {
	background: #FFF6CC url(../images/arrowb.gif) no-repeat 7px 10px;
	color:#00ADE8;
}
