/* html redefined */



body {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
  /*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
  color: #000;
  text-align:center;
  background-attachment: fixed;
	background-color: #37ABC8;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-position: center top;
}


/* form styling */
form.formular{width:400px;}
form.formular fieldset {
  margin-bottom: 10px;
}
form.formular legend 
  padding: 0 2px;
  font-weight: bold;
}
form.formular label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.formular fieldset ol {
  margin: 0;
  padding: 0;
}
form.formular fieldset li {
  list-style: none;
  margin: 0;
  padding:1px;
}
label:hover{color:#37ABC8;cursor:pointer;}
form.formular fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.formular fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.formular fieldset fieldset label {
  display: block;
  width: auto;
}
form.formular em, em.required {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.formular label {
  width: 160px; /* Width of labels */
}
form.formular fieldset fieldset label {
  margin-left: 163px; /* Width plus 3 (html space) */
}




fieldset{border:none;}
fieldset{border-top:1px solid #000;margin#37ABC8:auto;}

/* table styling */
table.styled{padding:10px;30px;width:475px;}
caption{font-weight:bold;padding:10px;}
.even{background-color:#fff;}
.odd{background-color:#7FC9DC;}
.mo					{   background-color:#BACFD4; cursor:pointer;}
table.styled  thead th, tfoot td{background:#37ABC8;color:#fff;padding:10px;font-weight:normal;}

table.styled td{padding:10px;}
h1 {
  font-size: 2.0em;
  font-weight: normal;
  margin-top: 0em;
  margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
}
h2 {
  font-size: 1.8em;
  margin: 1.0em 0em 1.0em 0em;
  font-weight: normal;
}
h3 {
  font-size: 1.4em;
  margin: 1.2em 0em 1.2em 0em;
  font-weight: normal;
}
h4 {
  font-size: 1.2em;
  margin: 1.2em 0em 1.2em 0em;
  font-weight: bold;
}
h5 {
  font-size: 1.0em;
  margin: 1.2em 0em 1.2em 0em;
  font-weight: bold;
}
h6 {
  font-size: 0.8em;
  margin: 1.2em 0em 1.2em 0em;
  font-weight: bold;
}












#wrapper {position:relative;
  width : 740px;
  margin: 10px auto 20px;
  background: #fff;
}
#wrapper_top div {
  background: url(../images/wrapper_tl.png) no-repeat top left;
}
#wrapper_top {
  background: url(../images/wrapper_tr.png) no-repeat top right;
}
#wrapper_bottom div {
  background: url(../images/wrapper_bl.png) no-repeat bottom left;
}
#wrapper_bottom {
  background: url(../images/wrapper_br.png) no-repeat bottom right;
}
#wrapper_top div, #wrapper_top, 
#wrapper_bottom div, #wrapper_bottom {
  width: 100%;
  height: 12px;
  font-size: 1px;
}
#contact_details{border-top:solid 3px #7FC9DC;margin-top:10px;}
#contact_details .fn, #contact_details .adr, #contact_details .adr div, #contact_details .phone{
	display:inline;
}



/* css */
#header{position:relative;height:100px;}
#header span{position:absolute;right:5px;top:-5px;}

#header h1 {
	position:absolute;
	top:0;
	left:0;
	padding:0;
	margin:0;
	background: url(../images/logo.png);
	width:482px;
	height: 70px;
  background-repeat:no-repeat;
  text-indent:-9999px;
	}
ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 10px; /* set margins as desired */
font: bold 11px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 2px solid #83C7DC; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 5px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

#homepage li#nav-home, #location li#nav-location, #getting-here li#nav-getting-here, #tariff li#nav-tariff, #enquiry li#nav-enquiry { /* settings for selected tab */
background-color: #80C9DC; /* set background color to match above border color */
}

#homepage li#nav-home a,#location li#nav-location a,#getting-here li#nav-getting-here a,#tariff li#nav-tariff a, #enquiry li#nav-enquiry a { /* settings for selected tab link */
background-color: #80C9DC; /* set selected tab background color as desired */
color: #fff; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 5px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 5px 5px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
background-color: #3EA8CF; /* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}


li.first{
border:none;
} 
#footer a{font-weight:normal;}
#footer{
  color:#fff;
  margin:10px;
  display:block;
}
#footer span{
  float:right;
}
#footer ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#footer li
{
  border-left: 1px dotted #fff;
  float: left;
  line-height: 1.1em;
  margin: 0 .5em 0 -.5em;
  padding: 0 .5em 0 .5em;
}
#footer li.first{
  border:none;
}
#footer a:hover
{
border-bottom: solid 1px #fff;
text-decoration:none;
}

#contents{
text-align:left;
padding:10px;
}

.br:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.br {
    display:inline-block;
}

.place img {border: 1px solid #000;
float:left;
width:200px;
padding:2px;}
.place p{  
  margin-left:210px;
}
.place:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.place {
    display:inline-block;
}
#note{
  width:250px;
  padding-left:10px;
  float:right;
  border:1px solid #E2C822;
  background:#ffffcc;
}

.noscript-container { 
 background:#ffffcc;padding:10px;border:2px solid #cc0000;margin:5px;
 color:#00f; 
}

   
    
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display:inline-block;
}
a.external span{
  position: absolute;
  left: -5000px;
  width: 4000px;
}
a.external:link{
  color:#0C6074;
  background: url(../images/icon2.gif) no-repeat 100% 0;
  padding: 0 20px 0 0;
}
a.external:visited{
  color: #666;
  background: url(../images/icon2.gif) no-repeat 100% -100px;
  padding: 0 20px 0 0;
}
a.external:hover{
  color: #37ABC8;
  background: url(../images/icon2.gif) no-repeat 100% -200px;
  padding: 0 20px 0 0;
}



.alert {background: #fff6bf url(../images/exclamation.png) center no-repeat;background-position: 15px 50%; /* x-pos y-pos */
text-align: left;
padding: 10px 20px 10px 45px;
border-top: 2px solid #ffd324;
border-bottom: 2px solid #ffd324;
}





#show{float:right;}
.center{text-align:center;}
#specials{width:230px;float:right;border:1px solid #000;}
#specials h3{background:#37ABC8;color:#fff;padding:0 10px;margin:0;border-bottom:1px solid #000;}
#specials ul{margin:0;padding:5px;list-style:none;}
#specials li{[padding:5px;margin:2px;}
