/***********************************************************************
* Project : Flannigans, Kitzbühel's Website
* Module : flannigans.css
* Purpose : Site Cascading Style Sheet
************************************************************************
* Copyright (C) AW CompuTech Ltd
* All Rights Reservered
************************************************************************
* Changes
*
* Version Date        Author               Reason
* 1.0     18/03/2006  Andrew J. Williams   Initial Version
***********************************************************************/

body 
{
  margin : 0px;
  background-color: #000000;
  color: #008000;
  font-family: arial, "lucida console", sans-serif;
}

a:link
{
  color: #008000;
}

a:visited
{
  color: #008000;
}


div.centre
{
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
}

div.right
{
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  text-align: right;
}


/**********
* Heading *
**********/

div.heading
{
  background-color: #000000;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 140px;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}

.heading h1
{
  margin-top: 20px;
  margin-bottom: 0px;
}

.heading h2
{
  margin-top: 0px;
  margin-bottom: 0px;
}


/*******
* Menu *
*******/

div.menu
{
  background-color: #008000;
  position: absolute;
  color: #000000;
  top: 140px;
  left: 0px;
  width: 100%;
  margin: 0px;
  padding: 0px;
}


.menu ul
{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.menu li
{

  margin: 0;
  padding: 0;
  width: 16%;
  text-align: center;
  float: left
}

.menu a
{
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}

.menu a:link
{
  color: #000000;
}

.menu a:visited
{
  color: #000000;
}


/*****************
* Main Page Area *
*****************/

div.body
{
  position: absolute;
  top: 0px;
  margin-top: 162px;
  margin-left: 2px;
  margin-bottom: 2px;
  margin-right: 2px;
  left: 0px;
  width: 99%;
  height: auto;
}

div.outline   /* Main outline to make sure full window is used. */
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

h2.title
{
  margin-top: 20px;
  margin-bottom: 20px;
}

.bullet
{
  list-style-image: url("../img/ball_green.gif");
  vertical-align:middle;
}

.links
{
  border-style: none;
  width: 100%;
}

.linkscol
{
  border-style: none;
  width: 50%;
  vertical-align: top;
}

div.twosections
{
  position: relative;
  width: 100%;
}

div.twosectionsleft
{
  position: relative;
  top: 0;
  width: 80%;
}


div.twosectionsright
{
  position: absolute;
  top: 0;
  left: 80%;
}


div.twosectionsalignedmiddle
{
  position: relative;
  width: 100%;
}


div.imageright
{
  position: relative;
  right: 0;
  float: right;
}


div.imageleft
{
  position: relative;
  left: 0;
  float: left;
  padding: 15px;
}

div.hidden
{
  color: #000000;
  font-size: 2;
}

.centreblock10
{
  margin-left: auto;
  margin-right: auto;
  width: 10em;
}

/*********
* Footer *
*********/

div.footer
{
  position: absolute;
  bottom : 3px;
  width:100%;
  text-align: center;
  font-size: 0.6em;
}

div.footerinline
{
  text-align: center;
  font-size: 0.6em;
}


.footer a:link
{
  color: #008000;
}

.footer a:visited
{
  color: #008000;
}