/*** General default settings first ***/
* { margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6, pre, p, blockquote, ul, ol, dl, fieldset, address { margin: .5em 12px; }

li, dd { margin-left: 36px; }

img { border: 0; }

a:link, a:visited { color: #009999; font-weight: 400; text-decoration: none; }
a:hover, a:focus, a:active { color: #CC0000; font-weight: 400; text-decoration: none; }

/*** Getting consistent text sizes across browsers (IE5) ***/
body { font-size: 80%; } /* Resets 1em to 12px - more or less. */
h1 { font-size: 250%; font-weight: 400; }
h2 { font-size: 200%; font-weight: 500; }
h3 { font-size: 125%; font-weight: 500; }
h4 { font-size: 100%; font-weight: 500; }
h5 { font-size: 87.5%; font-weight: 700; }
h6 { font-size: 80%; font-weight: 400; }

/********** Layout stuff **********/
body {
margin: 0;
padding: 0;
font-family: "Century Gothic", "Apple Gothic", Helvetica, Arial, sans-serif;
background-color: #eeeeee; 
word-spacing: 0.1em;
text-align: center; /* To center the page in IE */
padding-top: 1em;
padding-bottom: 1em;
}

.centerpage {
width: 960px;
margin: 0 auto; /* To center the page */
text-align: left;
color: #333333;
background-color: #FFFFFF;
border-left: 2px solid #c6c3ac;
border-right: 2px solid #c6c3ac;
}

.header { 
color: #999788; 
border-top: 2px solid #c6c3ac; 
}

.header h1 { margin: 18px 24px 12px 24px; }

.headerright {
color: #666666;
float: right; 
margin: 12px 0 6px 0;
width: 236px;
line-height: 1.4;
letter-spacing: .2px;
}
.headerright img { 
float: left;
margin-right: 12px;
margin-top: 6px;
}

/********** menu stuff **********/
.menu {
padding: 4px 12px 10px 15px;
border-bottom: 3px solid #d5d2bd;
clear: both;
}

.menu a {
display: block; 
float: left;
width: 125px;
background-color: #009999;
margin-right: 9px;
text-align: center;
padding: 6px 0 8px 0;
}

.menu a:link, .menu a:visited { color: #ffffff; }
.menu a:hover, .menu a:focus, .menu a:active { color: #009999; background-color: #d5d2bd; }

.current { background-color: #d5d2bd !important; color: #009999 !important; }
.lastbutton { margin-right: 0 !important; }
.buttonheight { line-height: 2.6; padding-top: 7px !important; } /* for vertical centering of single-line menu buttons */

/********** main content stuff **********/
.mainbox {
line-height: 1.4;
padding: 10px 24px; /* top and bottom to trigger enclosure of margins in firefox */
}

.mainbox h2 { margin-bottom: 0; }

.mainbox h4 { margin-top: 1.5em; margin-bottom: 0; }  /* Nice for sub-headings */

.contentbox { width: 500px; }

.contentboxwide { width: 640px; }

.contentbox p, .contentbox ul, .contentboxwide p, .contentboxwide ul { margin-bottom: 1em; }
.contentbox li, .contentboxwide li { margin-bottom: .5em; }
.contentbox img, .contentboxwide img { float: right; margin: 6px 0 12px 12px; }

.footer {
background-color: #009999;
color: #FFFFFF;
text-align: right;
border-top: 1px solid #007777;
border-bottom: 2px solid #c6c3ac;
}
.footer img { padding-top: .5em; padding-right: 1em; }

.footer a:link, .footer a:visited { color: #ffffff; }
.footer a:hover, .footer a:focus, .footer a:active { color: #ff0000; }

/* A hack to stop IEwin breaking the layout if a floated right element reaches the bottom */
/* Hide hack from IEmac \*/
* html .mainbox {height: 1%;}
* html .footer {height: 1%;}
* html .skip {height: 1px;}
/* End hide hack from IEmac */

.imageright {
float: right;
clear: right;
margin-top: 7px;
margin-bottom: 24px;
}

.textright {
float: right;
clear: right;
}

.down { margin-top: 100px; }

/******* Miscellaneous bits and bobs *******/
.skip {
height: 0;
width: 0;
overflow: hidden;
}

.floatleft { float: left; }
.floatright { float: right; }
.spacer { clear: both; }
.center { text-align: center; }

.clientlist li { margin-bottom: 0; color: #009999; }

.push { padding: 0 12px; }

.blue { color: #009999; }

.darktext { color: #333333; }

.left-margin { margin-left: 36px !important; }

hr { 
border: 0; 
color: #c6c3ac;
background-color: #c6c3ac;
height: 1px;
}

.webcasts { margin: 0 0 0 12px; }
.webcasts select { border: 1px solid #009999; margin-top: 6px; }

/****** Form styling ******/
fieldset { 
border: 0;
margin-top: 1em; 
margin-bottom: 1em;
}

label {
display: block;
float: left;
width: 8em;
text-align: right;
margin-right: 1em;
}

input, textarea { margin-bottom: 1em; margin-right: 1em; }
input:focus, textarea:focus { background-color: #ffffee; }

#name, #email, #enquiry, #company, #tel, #mobile { border: 1px solid #009999; padding: .1em .3em .3em .3em; }
#name:focus, #email:focus, #enquiry:focus, #company:focus, #tel:focus, #mobile:focus { border: 1px solid #000066; background-color: #eeeeee; }

textarea { width: 60%; }

.formbuttons { margin-left: 9em; }

.formbuttons input {
width: 5em;
/*background-color: #9FC1E3;
border-color: #9FC1E3;
font-weight: 700;
font-family: Verdana, Helvetica, Arial, sans-serif;*/
padding-top: .1em;
padding-bottom: .1em;
}
/*.formbuttons input:focus { background-color: #CCFFFF; }*/
