/* CSS Document */
body
{
  background-color: #eeeeee;
  padding: 0px;
  font-family: Arial, sans-serif;
  color: #000000; /*text colour*/
  font-size: 15px;
  text-align: justify;
}

div
	{
	border: none;
	margin: 0px;
	padding: 0px;
	}

img
{
  border: none;
}

a 
{
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
}
a:hover
{
  text-decoration: underline;
}
p {}
h1 {}
h2 {}

#wrapper
{
  position: relative;
  z-index: 0;
  background-color: #eeeeee;
  background-image: url(../img/bg.jpg);
  background-repeat: repeat-y;
  width: 760px;
  margin: auto;
}

#logo
{
	padding-top: 5px;
	padding-left: 10px;
}

.header
{ 
  height: 140px; /*make the top longer or shorter*/
  background-repeat: no-repeat;
  /*background-position: top top;*/
}


#navbar
{
  float: left;
  z-index: 1;
  width: 160px;
  padding: 0;
  background-color: #FF0000;
  padding-top: 20px;
  text-align: right;
  height: 300px;
  background-position: right top;
  background-repeat: no-repeat;
  overflow: display;
}


#navbar ul
{
  padding-right: 30px;
  color:#ffffff;
}
#navbar ul li
{
  color:#ffffff;
  list-style-type: none;
  text-align: right;  
  padding: 20px 0 0 0;
  font-weight: bold;
  
}

#subnav {
  background-color: #ffffff;
  width: 390px;
  left:200px;
  margin-left:160px;
  
}
#subnav p {
  z-index: 1;
  padding: 5px 5px 5px 5px;
  margin: 5px 5px 5px 5px;
  width: 390px;
  text-align: center;
  font-size: 14px;
  color: #000;
}
#subnav a, #subnav a:visited, #subnav a:hover
{
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
#subnav .this
{
  xcolor: #fff;
  font-weight: bold;
  text-decoration: none;
}

h1
{
  font-size:12px;
  font-family: Arial, sans-serif;
  color: #000000;
  text-align: center;
}

#info
{
  z-index: 3;
  width: 390px;
  margin: 0px 188px 0px 160px;

}
#info_bottom
{
  z-index: 2;
  /*background-image: url(../img/info.jpg);
  background-repeat: repeat-y; */
  background-color:#FFFFFF;
  margin-top:5px;
  padding: 10px 0px 10px 0px;

}

#info_bottom p
{
  line-height: 140%;
 }
 
#info_bottom p a
{
  color:#000000;
}

#info p
{
  padding: 10px 30px 10px 30px;
  font-size: 12px;

}
/*#info p.noline
{
  background-image: none;
  padding-bottom: 50px;
}

#info_top p
{
  margin: 0;
  background-image: none;
  text-align: right;
  padding-right: 20px;
  padding-top: 40px;
  font-weight: bold;  
}*/

img.padbottom
{
  margin-bottom: 50px;
  margin-left: 40px;
}

#content
{
  z-index: 2;
  position: relative;
}

#slideshow
{
  float: right;
  margin-top: 60px;
  padding-right: 17px;
  width: 184px;
  height: 200px;
}
	
#contactdetails
{
  padding-top: 10px;
  padding-left:160px;
  padding-bottom: 10px;
  width: 390px;
  font-size:10px;
  text-align:center;
  background-color:#FF0000;
  margin-top: auto;
  margin-bottom:5px;
}


#contactdetails p
{
  color:#FFFFFF;
 }
 
 #shadow {
  position: relative;
  background-image: url(../img/shadow.gif);
	background-position: center;
	background-repeat:repeat-y;
	width: 800px;
	margin: auto;
	padding: 0;
}
#shadow img#shadow_tr
{
  position: absolute;
  top: 0;
  right: 0;
}

#shadow img#shadow_br
{
  position: absolute;
  bottom: 0;
  right: 0;
}


#topcorner_bit
{
  width:800px;
  position: absolute;
  margin-left:10%;
  margin-right:10%;
  }
  
#topcorner_bit img#top_corners
{
  margin-bottom:-3px;
}
    
#footer
{
	clear				: both;
	height:      20px;
	width				: 760px;
	background-color	: #fcfbf1;
	background-image: url(../img/shadow_b.gif);
	background-position: center top;
	background-repeat:repeat-x;
}