@charset "UTF-8";
@font-face {
    font-family: 'PraxisLTRegular';
    src: url('../fonts/lt_56392-webfont.eot');
    src: url('../fonts/lt_56392-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lt_56392-webfont.woff') format('woff'),
         url('../fonts/lt_56392-webfont.ttf') format('truetype'),
         url('../fonts/lt_56392-webfont.svg#PraxisLTRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

<style type="text/css">
@font-face {
 font-family: "PraxisLTBold";
 src: url("../fonts/LT_56394.eot") /* EOT file for IE */
}
@font-face {
 font-family: "PraxisLTBold";
 src: url("../fonts/LT_56394.ttf") /* TTF file for CSS3 browsers */
}
</style>

/* =html */
html { margin : 0; 
padding : 0; 
color : #333; 
text-align : center; }

/* =body */
body {
  width : 100%;
  margin : 0px auto;
  padding : 0;
  background-color : #FFF;
  text-align : left;
  font-size: 13px;
  line-height: 1.40em;
  font-family: 'PraxisLTRegular', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  color: #666;
}

h1, h2, h3, h4 {
  margin-bottom: 0;
  padding: 0;
}
ul {
  /* for IE */
  padding-left: 0;
  margin-left: 1em;
  
  /* for other browser */
  padding-left: 1em;
  margin-left: 0;
}

ul li {
list-style-image: url(../images/bullet.png);
}

body {
  background-color: transparent;
  background-image: url(../images/empty.gif);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center 60px;
}

p{margin-bottom:15px;}

div#header, #maincontent_body, #branding {
  width: 950px;
  margin-right: auto;
  margin-left: auto;
}

 #maincontent_body {
 overflow: auto;
 }

/* --- end body */

/*header */
div#header {
  padding-bottom: 15px;
  position: relative;
  text-align: left;
  height:136px;
}
div#header h1 a {
  background-color: transparent;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  display: block;
  height: 136px;
  width: 153px;
  margin-top: -20px;
  margin-bottom: 0px;
  text-indent: -5000px;
  float: left;
}
/* ----end header */

/*loginform */
div.userarea {
margin-left: 485px;
margin-top: -5px;
z-index: 1000 !important;
}
/* ---- end form */

/* general navigation */
a,a:link,a:visited {
  color:#06F;
  cursor:pointer;
  text-decoration:none;
  }
a:hover{
  color:#999999;
  text-decoration:none;
}

/* ----end general navigation */

/*main navigation */
div#maximenuCK {
float: right;
  width: 790px;
  height: 25px;
}


ul.maximenuCK li {
width: 97px;
  list-style: none;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 800;
}
ul.maximenuCK li a {
  text-align: center;
  color: #6E6E6D;
  display: block;
  width: 90px;
  height: 15px;
  float: left;
  margin-left : 12px;
  padding : 8px 8px 10px 8px;
  background-color: #FFF;
  border-bottom-width: thin;
  border-bottom-style: solid;
  border-bottom-color: #CCC
}

div#maximenuCK li a:hover, a:active {
background-color:#FFE823;
}

div#maximenuCK li.active a:link,
div#maximenuCK li.active a:visited {
text-shadow: #c8b61b 0.1em 0.2em 0.15em;
background-color: #FFE823;
}

ul.maximenuCK2 li a {
  text-align: center;
  color: #6E6E6D;
  display: block;
  background-color: #FFF;
  width: 170px;
  height: 23px;
  padding-top: 10px !important;
  float: left;
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
}
/* ----end main navigation */

/* branding */
div#branding {
  height: 380px;
}
/* Blockquote */
div#blockquote {
  width: 280px;
  padding: 5px 30px 0px 30px;
  margin-top: -20px;
  float: left;
  position:relative;
  background-color: #FFF;
  /* for IE */
    filter:alpha(opacity=70);
    /* CSS3 standard */
    opacity:0.7;
}
div#blockquote {
  font-size:1em;
  line-height: 1.1 em;
}
div#blockquote h3 {
  margin-bottom: -8px;
}

div.blockquotearrow a:link,
div.blockquotearrow a:visited {
  display: block;
  position:relative;
  width: 20px;
  height: 30px;
  margin-top: -30px;
  background-image: url(../images/arrow_right.png);
  background-repeat: no-repeat;
  text-indent: -5000px;
  float: right;
  right: 0px;
  top: -10px;
}

/* ----end blockquote */

/* Left list */
div#index_left {
  width: 230px;
  float: left;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  background-color: #FFF;
}
div#index_left ul{
  margin-left:-10px;
}
div#index_left ul li {
  list-style: none;
  padding-left: 15px;
  background-repeat: no-repeat;
  background-image: url(../images/bluearrow.gif);
  }
/* --------end Left list */

/* Main Content */
div#IndexContentColHeader {
  float: left;
  background-color: #FFF;
  padding-top: 25px;
  margin-left: 28px;
}
div.leading-0 {
  width: 270px;
  float: left;
  margin-top: -9px;
  padding-left: 25px;
  padding-right: 20px;
  background-color: #FFF;
  border-right-width: thin;
  border-right-style: inset;
  border-right-color: #CCC;
}
div.leading-1 {
  width: 275px;
  float: left;
  background-color: #FFF;
  padding-top: 0px;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
}

#IndexContentCol2 ul li {
  padding-bottom: 1.10em;
}
/* ----end Main Content */

/* footer */
div#footer {
  Color: #FFF;
  background-color: #FFF;
  font-size:x-small;
  height: 500px;
}
div.copyright {
Color: #999;
  background-color: #f5f5f5;  
width: 930px;
padding: 10px;
  margin-left: auto;
  margin-right: auto;
}

td.alignmap {
margin-top: 20px;
}

td#enquiryblock {
padding-left: 30px;
width: 300px;
}

div.item-page {
margin-top: -25px;
}
div.frontpage .items-leading .leading-0 {
margin-top: 0px;
}




