/**************** Colours ****************************/
/*
colour1 Dark Grey: #7d7779 
colour2 Bright Orange: #fe2e08
colour3 Pale Grey : #acabac
color4 Paler Orange: #fe8c24
color5 Deep Orange: #c52508
*/
/**************** Style Resets **********************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,address {margin:1em 0;}
li, dd, blockquote {margin-left:1em;}
html, body, fieldset {font:100.1%/120% Verdana, Arial, Helvetica, sans-serif;}
input, select, textarea {font-size:100.1%;}
h1, h2, h3, h4, h5, h6 {font-size:100%;}
fieldset, img{border:none;}
table{border-collapse:collapse; border-spacing:0;}
ul li {list-style-type:square;}
hr {height: 1px; background-color: #E5E5E5;  color: #E5E5E5;   border: none;  padding: 0; margin: 1em 1em;}

/**************** General rules *********************/

html{height:100%; }
body {height:101%; line-height:150%;color: #555; background-color:#fff;}

/**************** General Links ***********************************/
a:link            { color: #555; text-decoration: none;}
/********************** Navigation ******************/

/* Horizontal Menu */
#navlist{display:none;}


/***************** Headings ********************/

h1 {display:none;}
h2 {font-size:140%; color: #a11b3a; font-weight:normal;}
h3 {font-size:140%; color:#a11b3a;font-weight:normal;}
h4 {font-size:140%; color:#a11b3a;font-weight:normal;}
/***************** Page Sections *********************/

#container { margin:0;text-align:left; background:#fff url(images/) top center no-repeat;font-size:76%;padding:0 ;}

#skip {display:none;} 

#mainbox {clear:both;}
#mid {display:none;}
#banner {display:none;}
#strapline {display:none; }

#content img {float:right; clear:both;padding:6px;border:1px solid #e2e2e2;color:#333;background:#fff;margin: 0 0 5px 4px;}
#content ul  {margin-left:5px;}
#content img.printlogo {display:block;float:none;}
#content div .drop {display:block;!important}
#sidebar {display:none; margin:0;}

#footer {display:none;}

/*************** Other bits *************/


/*************** Forms ******************/

#contactform {font-size:100%; color:#000; margin:0;   }
#contactform fieldset { border:none;   }
#contactform legend {   display:none;  }
#contactform input {background:#fff;   border:1px solid #555;  width:60%;     padding:5px 3px 5px 3px;   vertical-align:middle;  margin:0 0 5px 0; }
#contactform textarea { background:#FFF;  border:1px solid #555;     width:60%;  margin-left:0;    font-size:110%;   padding:3px ;  vertical-align:middle;  }
#contactform input.button {   clear:both; color:black;   font-size:100%;   width:30%;  margin:10px 0 20px 0;   font-weight:bold;    background:#555 url(/images/orangeback.jpg) repeat-x left top;    }
#contactform input:hover, #contactform textarea:hover {  background-color:#ccc;  }
.required { color:#c2537a;    font-weight:normal;  margin-left:10px; }
.validationerrors ol {color:#000;   margin-left:20px; padding-left:15px;   margin-bottom:10px;  }
#enquiryErrorID  a:focus, #enquiryErrorID  a:hover, #enquiryErrorID  a:active  { background-color:#538b37;  color:white;   }

/***************** Clearfix ****************/

.clearfix:after { content:".";  display:block;  height:0;  clear:both;   visibility:hidden;  }
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
