/*Make all body text black 14-point verdana. 
*/
body {font-family: tahoma, Arial, verdana, serif, "times new roman";
      background:#FFFFFF;
      width:100%;
      height:100%;
      color:#000066;}

/*adjust the space between bullets an the margin
*/

ul.adjust {margin:0.5em;
           padding-left:1em;}

/*Underline links
*/

a {text-decoration:underline;}
a:link {color:#003399;}
a.nav:link {text-decoration:none;
             color:#000066;
             font-size:1.1em;}
a.nav:visited {color:#000066;
              font-size:1.1em;
              text-decoration:none}
a.nav:hover {color:#FF0000;
             text-decoration:none
             font-size:1.1em;}
a:visited {color:#003399;}
a:hover {color:#000000;}
a:active {color:#003399;}

a.sd:link {font-family: tahoma, Arial, verdana, serif, "times new roman";
           font-size:1em;
           text-decoration:none;
           color:#000066;
           line-height:1em;}
a.sd:visited {font-family: tahoma, Arial, verdana, serif, "times new roman";
              font-size:1em;
              color:#000066;
              text-decoration:none;
              line-height:1em;}
a.sd:hover{font-family: tahoma, Arial, verdana, serif, "times new roman";
              font-size:1em;
              color:#FF0000;
              text-decoration:none;
              line-height:1em;}

/*Make hyperlinked images with green borders, so doesn't show
*/

img {border:none;}

/*Make heading 2s white. 
*/
h1 {font-family: tahoma, Arial, verdana, serif, "times new roman";
    font-size:1.2em;
    color:#FF0000;
    line-height:1em;}

/*Make heading 2s white. 
*/
h2 {font-family: tahoma, Arial, verdana, serif, "times new roman";
    font-size:1.2em;
    color:#FF0000;
    line-height:1em;}

/*Make heading 2s white. 
*/
h2.blue {font-family: tahoma, Arial, verdana, serif, "times new roman";
          font-size:1.2em;
          color:#000066;
          line-height:1em;}


/*Top bar with logo and and image
*/

div.top {display:block;
         position:absolute;
         width:61em;
         height:3em;
         background:#FFFFFF;
         border:none;}

/*strapline bit
*/

div.strap {display:block;
           position:absolute;
           width:75em;
           height:1.5em;
           margin-top:6.5em;
           background:#FF0000;
           border-top: solid 1px #FF0000;
           border-bottom: solid 1px #FF0000;
           border-right:none;
           border-left:none;
           color:#FFFFFF;
           font-size:0.8em;
           font-weight:bold;
           padding-left:1%;}

/*Navigation area
*/

div.nav  {display:block;
          position:absolute;
          margin-top:9em;
          width:16em;
          height:40em;
          padding-left:0.2em;
          background:#FFFFFF;
          color: #000000;
          font-size:0.8em;
          z-index:1;}


/*Navigation area for web page
*/

div.navw {display:block;
          position:absolute;
          margin-top:9em;
          width:16em;
          height:100em;
          padding-left:0.2em;
          background:#FFFFFF;
          color: #000000;
          font-size:0.8em;
          z-index:1;}


/*Home page section middle section
*/

div.main1 {display:block;
           position:absolute;
           width:36em;
           height:36em;
           margin-top:9em;
           margin-left:18em;
           background;#FFFFFF;
           font-size:0.8em;
           padding:0.2em;}

/*Web design page with no right hand column
*/

div.mainw {display:block;
           position:absolute;
           width:50em;
           height:130em;
           margin-top:9em;
           margin-left:18em;
           background;#FFFFFF;
           font-size:0.8em;
           padding:0.2em;}


/*Home page right side panel
*/

div.main1a {display:block;
            position:absolute;
            font-size:0.8em;
            border: 1px solid #FF0000;
            width:17em;
            height:39em;
            margin-top:9em;
            margin-left:57em;
            padding:0.5em;
            background;#FFFFFF;}


/*Footer area
*/

div.foot {display:block;
          position:absolute;
          width:86.5em;
          height:10em;
          margin-top:58em;
          background:#FFFFFF;
          border-top: 1px solid #FF0000;
          font-size:0.7em;}

/*Footer area for air con page
*/

div.foo1 {display:block;
          position:absolute;
          width:86em;
          height:1.5em;
          margin-top:160em;
          background:#FFFFFF;
          border-top: 1px solid #FF0000;
          font-size:0.7em;}